Package net.sf.jaxodraw.object
Interface JaxoRotationObject
-
- All Known Implementing Classes:
JaxoBlob
,JaxoLatexText
,JaxoPSText
,JaxoTextObject
,JaxoVertex
,JaxoVertexT1
,JaxoVertexT2
,JaxoVertexT3
,JaxoVertexT4
,JaxoVertexT6
public interface JaxoRotationObject
Interface for objects that can be rotated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getRotationAngle()
Returns the rotationAngle property of this rotation object.void
setRotationAngle(int angle)
Sets the rotationAngle property of this rotation object.
-
-
-
Method Detail
-
getRotationAngle
int getRotationAngle()
Returns the rotationAngle property of this rotation object.- Returns:
- The rotationAngle property of this rotation object.
-
setRotationAngle
void setRotationAngle(int angle)
Sets the rotationAngle property of this rotation object.- Parameters:
angle
- The rotationAngle (in degrees) of this rotation object.
-
-