Package org.apache.log4j.chainsaw.color
Class ColorPanel.SelectedIcon
java.lang.Object
org.apache.log4j.chainsaw.color.ColorPanel.SelectedIcon
- All Implemented Interfaces:
Icon
- Enclosing class:
- ColorPanel
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private boolean
private int
private int[]
private int[]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
void
-
Field Details
-
isSelected
private boolean isSelected -
width
private int width -
height
private int height -
xPoints
private int[] xPoints -
yPoints
private int[] yPoints
-
-
Constructor Details
-
SelectedIcon
public SelectedIcon(boolean isSelected)
-
-
Method Details
-
getIconHeight
public int getIconHeight()- Specified by:
getIconHeight
in interfaceIcon
-
getIconWidth
public int getIconWidth()- Specified by:
getIconWidth
in interfaceIcon
-
paintIcon
-