wheelsunh
Interface Colorable

All Known Subinterfaces:
AdvancedColorable
All Known Implementing Classes:
ConversationBubble, Ellipse, FilterInputBox, InputBox, IntInputBox, Line, Rectangle, RectangularShape, RoundedRectangle, Shape, TextBox, TextInputBox

public interface Colorable

Interface for objects that can have their color changed and queried.


Method Summary
 java.awt.Color getColor()
          Returns the object's color.
 void setColor(java.awt.Color c)
          Sets the object's color.
 

Method Detail

setColor

void setColor(java.awt.Color c)
Sets the object's color.


getColor

java.awt.Color getColor()
Returns the object's color.