org.jhotdraw.draw.action
Class LineDecorationIcon
java.lang.Object
org.jhotdraw.draw.action.LineDecorationIcon
- All Implemented Interfaces:
- javax.swing.Icon
public class LineDecorationIcon
- extends java.lang.Object
- implements javax.swing.Icon
LineDecorationIcon.
- Version:
- $Id: LineDecorationIcon.java 647 2010-01-24 22:52:59Z rawcoder $
- Author:
- Werner Randelshofer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LineDecorationIcon
public LineDecorationIcon(LineDecoration decoration,
boolean isStartDecoration)
- Creates a new instance.
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeight
in interface javax.swing.Icon
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidth
in interface javax.swing.Icon
paintIcon
public void paintIcon(java.awt.Component c,
java.awt.Graphics gr,
int x,
int y)
- Specified by:
paintIcon
in interface javax.swing.Icon