com.rolemodelsoft.drawlet
Interface LabelHolder

All Known Implementing Classes:
GraphNode, TextLabel

public interface LabelHolder
extends StringHolder

When implemented, this interface allows implementing classes to serve a String to appear in a particular Rectangular region


Method Summary
 java.awt.Rectangle getLabelBounds()
          Returns the current bounds of the label.
 
Methods inherited from interface com.rolemodelsoft.drawlet.StringHolder
getString, setString
 

Method Detail

getLabelBounds

public java.awt.Rectangle getLabelBounds()
Returns the current bounds of the label.
Returns:
a Rectangle representing the current bounds of the label