com.sas.geometry
Class Orientation

com.sas.geometry.Orientation
Direct Known Subclasses:
CircularOrientation, CornerOrientation, HorizontalOrientation, RectangularOrientation, SideOrientation, VerticalOrientation

public abstract class Orientation

Orientation defines a common base class for unifying different orientations.

See Also:
Orientations, CircularOrientation, CornerOrientation, HorizontalOrientation, RectangularOrientation, SideOrientation, VerticalOrientation

Constructor Summary
Orientation()
           
 
Method Summary
static boolean validate(int orientation)
          Determines whether a given integer value is one of the defined orientations.
 

Constructor Detail

Orientation

public Orientation()
Method Detail

validate

public static boolean validate(int orientation)
Determines whether a given integer value is one of the defined orientations.

Parameters:
orientation - The integer value to validate.
Returns:
true if orientation is one of the defined ones and false otherwise.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.