org.jhotdraw.draw.action
Class SelectionColorIcon
java.lang.Object
javax.swing.ImageIcon
org.jhotdraw.draw.action.SelectionColorIcon
- All Implemented Interfaces:
- java.io.Serializable, javax.accessibility.Accessible, javax.swing.Icon
public class SelectionColorIcon
- extends javax.swing.ImageIcon
SelectionColorIcon draws a shape with the specified color for the selected
figures in the current drawing view.
If now figures are selcted, the specified color is taken from the DrawingEditor.
- Version:
- 2.1 2007-05-03 Added parameters for setting the color rect.
2.0 2006-06-07 Reworked.
1.0 25. November 2003 Created.
- Author:
- Werner Randelshofer
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class javax.swing.ImageIcon |
javax.swing.ImageIcon.AccessibleImageIcon |
Fields inherited from class javax.swing.ImageIcon |
component, tracker |
Method Summary |
void |
paintIcon(java.awt.Component c,
java.awt.Graphics gr,
int x,
int y)
|
Methods inherited from class javax.swing.ImageIcon |
getAccessibleContext, getDescription, getIconHeight, getIconWidth, getImage, getImageLoadStatus, getImageObserver, loadImage, setDescription, setImage, setImageObserver, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SelectionColorIcon
public SelectionColorIcon(DrawingEditor editor,
AttributeKey<java.awt.Color> key,
java.net.URL imageLocation,
java.awt.Shape colorShape)
- Creates a new instance.
- Parameters:
editor
- The drawing editor.key
- The key of the default attributeimageLocation
- the icon imagecolorShape
- The shape to be drawn with the color of the default
attribute.
SelectionColorIcon
public SelectionColorIcon(DrawingEditor editor,
AttributeKey<java.awt.Color> key,
java.awt.Image image,
java.awt.Shape colorShape)
paintIcon
public void paintIcon(java.awt.Component c,
java.awt.Graphics gr,
int x,
int y)
- Specified by:
paintIcon
in interface javax.swing.Icon
- Overrides:
paintIcon
in class javax.swing.ImageIcon