wheelsunh
Interface AdvancedColorable

All Superinterfaces:
Colorable
All Known Implementing Classes:
ConversationBubble, Ellipse, FilterInputBox, InputBox, IntInputBox, Rectangle, RectangularShape, RoundedRectangle, TextBox, TextInputBox

public interface AdvancedColorable
extends Colorable

Interface for objects that can have frame color and fill color set and queried, as well as overall color.


Method Summary
 java.awt.Color getFillColor()
          Returns the fill color.
 java.awt.Color getFrameColor()
          Returns the frame color.
 void setFillColor(java.awt.Color c)
          Sets the fill color.
 void setFrameColor(java.awt.Color c)
          Sets the frame color.
 
Methods inherited from interface wheelsunh.Colorable
getColor, setColor
 

Method Detail

setFrameColor

void setFrameColor(java.awt.Color c)
Sets the frame color.


getFrameColor

java.awt.Color getFrameColor()
Returns the frame color.


setFillColor

void setFillColor(java.awt.Color c)
Sets the fill color.


getFillColor

java.awt.Color getFillColor()
Returns the fill color.