Package repast.simphony.ui.plugin.editor
Class SquareIcon
java.lang.Object
repast.simphony.ui.plugin.editor.SquareIcon
- All Implemented Interfaces:
Icon
Draws a square colored icon.
- Version:
- $Revision$ $Date$
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetColor()
Gets the color of this Icon.int
Returns the icon's height.int
Returns the icon's width.void
Draw the icon at the specified location.
-
Constructor Details
-
SquareIcon
-
-
Method Details
-
paintIcon
Draw the icon at the specified location. Icon implementations may use the Component argument to get properties useful for painting, e.g. the foreground or background color. -
getIconWidth
public int getIconWidth()Returns the icon's width.- Specified by:
getIconWidth
in interfaceIcon
- Returns:
- an int specifying the fixed width of the icon.
-
getIconHeight
public int getIconHeight()Returns the icon's height.- Specified by:
getIconHeight
in interfaceIcon
- Returns:
- an int specifying the fixed height of the icon.
-
getColor
Gets the color of this Icon.- Returns:
-