Uses of Class
org.peace_tools.views.overlap.Ruler.Orientation

Packages that use Ruler.Orientation
org.peace_tools.views.overlap Contains the classes that provide a custom overlap view of clusters. 
 

Uses of Ruler.Orientation in org.peace_tools.views.overlap
 

Fields in org.peace_tools.views.overlap declared as Ruler.Orientation
private  Ruler.Orientation Ruler.orientation
          The orientation being used for this ruler.
 

Methods in org.peace_tools.views.overlap that return Ruler.Orientation
static Ruler.Orientation Ruler.Orientation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Ruler.Orientation[] Ruler.Orientation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.peace_tools.views.overlap with parameters of type Ruler.Orientation
Ruler(int modelWidth, int modelHeight, Ruler.Orientation orientation)
          The only constructor.