wheelsunh
Interface Rotatable

All Known Implementing Classes:
AbstractShape, ConversationBubble, Ellipse, FilterInputBox, Image, InputBox, IntInputBox, Line, Rectangle, RectangularShape, RoundedRectangle, Shape, ShapeGroup, TextBox, TextInputBox

public interface Rotatable

Interface for objects that can have their rotation set and queried.


Method Summary
 int getRotation()
          Returns the object's rotation in degrees.
 void setRotation(int degrees)
          Sets the object's rotation in degrees.
 

Method Detail

setRotation

void setRotation(int degrees)
Sets the object's rotation in degrees.


getRotation

int getRotation()
Returns the object's rotation in degrees.