Package org.apache.log4j.chainsaw
Class SortArrowIcon
java.lang.Object
org.apache.log4j.chainsaw.SortArrowIcon
- All Implemented Interfaces:
Icon
An Icon that is a Nice arrow to be used for displaying which
Column is being used for sorting.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
void
-
Field Details
-
NONE
public static final int NONE- See Also:
-
DECENDING
public static final int DECENDING- See Also:
-
ASCENDING
public static final int ASCENDING- See Also:
-
direction
protected int direction -
width
protected int width -
height
protected int height
-
-
Constructor Details
-
SortArrowIcon
public SortArrowIcon(int direction)
-
-
Method Details
-
getIconWidth
public int getIconWidth()- Specified by:
getIconWidth
in interfaceIcon
-
getIconHeight
public int getIconHeight()- Specified by:
getIconHeight
in interfaceIcon
-
paintIcon
-