Package com.luciad.util
Interface ILcdOrientationSettable
- All Superinterfaces:
ILcdOriented
- All Known Subinterfaces:
ILcd3DOrientationSettable
- All Known Implementing Classes:
TLcdEditableAPP6AObject
,TLcdEditableMS2525bObject
,TLcdNVG15Text
,TLcdNVG20Rectangle
,TLcdNVG20RectangularRing
,TLcdNVG20Text
Describes an object with an editable orientation. The orientation should be specified in degrees
with 0 located at 12 o'clock and increasing clockwise.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setOrientation
(double aOrientation) Sets the orientation on this object.Methods inherited from interface com.luciad.util.ILcdOriented
getOrientation
-
Method Details
-
setOrientation
void setOrientation(double aOrientation) Sets the orientation on this object.- Parameters:
aOrientation
- the orientation specified in degrees with 0 located at 12 o'clock and increasing clockwise.- See Also:
-