Package net.sf.jaxodraw.object
Interface JaxoRotationObject
-
- All Known Implementing Classes:
JaxoBlob,JaxoLatexText,JaxoPSText,JaxoTextObject,JaxoVertex,JaxoVertexT1,JaxoVertexT2,JaxoVertexT3,JaxoVertexT4,JaxoVertexT6
public interface JaxoRotationObjectInterface for objects that can be rotated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetRotationAngle()Returns the rotationAngle property of this rotation object.voidsetRotationAngle(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.
-
-