public class SmallCircleNodeIcon extends AbstractNodeIcon
| Modifier and Type | Field and Description |
|---|---|
protected Color |
color |
protected boolean |
isJoin |
protected boolean |
isSelected |
HEIGHT, image, WIDTH| Constructor and Description |
|---|
SmallCircleNodeIcon() |
SmallCircleNodeIcon(Color color,
boolean isJoin,
boolean isSelected) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIconWidth() |
void |
redrawImage(Graphics2D g) |
getIconHeight, paintIcon, redrawImageprotected final Color color
protected final boolean isJoin
protected final boolean isSelected
public SmallCircleNodeIcon()
public SmallCircleNodeIcon(Color color, boolean isJoin, boolean isSelected)
public void redrawImage(Graphics2D g)
redrawImage in class AbstractNodeIconpublic int getIconWidth()
getIconWidth in interface IcongetIconWidth in class AbstractNodeIconCopyright © 2012. All Rights Reserved.