Package com.luciad.util
Interface ILcdRotationCapable
- All Known Subinterfaces:
ILcdRotationCapableGXYView
- All Known Implementing Classes:
TLcdGXYViewBufferedImage
,TLcdGXYViewCanvas
,TLcdGXYViewJPanel
,TLcdGXYViewJPanelLightWeight
,TLcdGXYViewPlanarImage
,TLcdMapBufferedImage
,TLcdMapCanvas
,TLcdMapJPanel
,TLcdMapJPanelLightWeight
public interface ILcdRotationCapable
Deprecated.
Do not implement this interface!
It may change in future and is currently in internal investigation.
It may change in future and is currently in internal investigation.
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Deprecated.Returns the rotation of thisILcdGXYView
.void
setRotation
(double aRotation) Deprecated.Sets the rotation of thisILcdGXYView
.void
setRotation
(double aRotation, boolean aAdjusting) Deprecated.Sets the rotation of thisILcdGXYView
.
-
Method Details
-
setRotation
void setRotation(double aRotation) Deprecated.Sets the rotation of thisILcdGXYView
. The rotation is expressed in degrees and is positive counter-clockwise. The rotation is applied in the world reference system around the worldOrigin.- Parameters:
aRotation
- the new rotation value expressed in degrees (positive counter-clockwise).- See Also:
-
setRotation
void setRotation(double aRotation, boolean aAdjusting) Deprecated.Sets the rotation of thisILcdGXYView
. The rotation is expressed in degrees and is positive counter-clockwise. The rotation is applied in the world reference system around the worldOrigin.- Parameters:
aRotation
- the new rotation value expressed in degrees (positive counter-clockwise).aAdjusting
- whether the value is adjusting.- See Also:
-
getRotation
double getRotation()Deprecated.Returns the rotation of thisILcdGXYView
. The rotation is expressed in degrees and is positive counter-clockwise. The rotation is applied in the world reference system around the worldOrigin.- Returns:
- the rotation of this
ILcdGXYView
. The rotation is expressed in degrees and is positive counter-clockwise. - See Also:
-
ILcdRotationCapableGXYView
as this interface only applied toILcdGXYView
instances. .