Package util.sortabletable
Class BevelArrowIcon
- java.lang.Object
-
- util.sortabletable.BevelArrowIcon
-
-
Constructor Summary
Constructors Constructor Description BevelArrowIcon(int direction, boolean isRaisedView, boolean isPressedView)BevelArrowIcon(Color edge1, Color edge2, Color fill, int size, int direction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIconHeight()intgetIconWidth()voidpaintIcon(Component c, Graphics g, int x, int y)
-
-
-
Field Detail
-
UP
public static final int UP
- See Also:
- Constant Field Values
-
DOWN
public static final int DOWN
- See Also:
- Constant Field Values
-
-
Method Detail
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidthin interfaceIcon
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeightin interfaceIcon
-
-