org.shapelogic.imageprocessing
Class SBPendingVertical

java.lang.Object
  extended by org.shapelogic.imageprocessing.SBPendingVertical
All Implemented Interfaces:
java.lang.Cloneable

public class SBPendingVertical
extends java.lang.Object
implements java.lang.Cloneable

Contains information about one line that needs to be checked.

Author:
Sami Badawi

Method Summary
 boolean isSearchUp()
          Whether the line should be compared to the line that are up or down.
 void setSearchUp(boolean searchUp)
          Whether the line should be compared to the line that are up or down.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isSearchUp

public boolean isSearchUp()
Whether the line should be compared to the line that are up or down.

Returns:
Returns the lookUp.

setSearchUp

public void setSearchUp(boolean searchUp)
Whether the line should be compared to the line that are up or down.

Parameters:
searchUp - The searchUp to set.


Copyright © 2009. All Rights Reserved.