public class RectangularNodeIcon extends AbstractNodeIcon
| Modifier and Type | Field and Description |
|---|---|
protected Color |
color |
protected boolean |
isJoin |
protected boolean |
isSelected |
protected String |
label |
HEIGHT, image, WIDTH| Constructor and Description |
|---|
RectangularNodeIcon(Node node,
NodeToken token) |
RectangularNodeIcon(String label,
Color color,
boolean isJoin,
boolean isSelected) |
| Modifier and Type | Method and Description |
|---|---|
void |
redrawImage(Graphics2D g) |
getIconHeight, getIconWidth, paintIcon, redrawImageprotected boolean isJoin
protected String label
protected Color color
protected boolean isSelected
public void redrawImage(Graphics2D g)
redrawImage in class AbstractNodeIconCopyright © 2012. All Rights Reserved.