|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.ui.BevelArrowIcon
public class BevelArrowIcon
An arrow icon that can point up or down (usually used to indicate the sort direction in a table).
This class (and also SortButtonRenderer) is based on original code by Nobuo Tamemasa (version 1.0, 26-Feb-1999) posted on www.codeguru.com.
Field Summary | |
---|---|
static int |
DOWN
Constant indicating that the arrow is pointing down. |
static int |
UP
Constant indicating that the arrow is pointing up. |
Constructor Summary | |
---|---|
BevelArrowIcon(java.awt.Color edge1,
java.awt.Color edge2,
java.awt.Color fill,
int size,
int direction)
Standard constructor - builds an icon with the specified attributes. |
|
BevelArrowIcon(int direction,
boolean isRaisedView,
boolean isPressedView)
Standard constructor - builds an icon with the specified attributes. |
Method Summary | |
---|---|
int |
getIconHeight()
Returns the height of the icon. |
int |
getIconWidth()
Returns the width of the icon. |
void |
paintIcon(java.awt.Component c,
java.awt.Graphics g,
int x,
int y)
Paints the icon at the specified position. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int UP
public static final int DOWN
Constructor Detail |
---|
public BevelArrowIcon(int direction, boolean isRaisedView, boolean isPressedView)
direction
- .isRaisedView
- .isPressedView
- .public BevelArrowIcon(java.awt.Color edge1, java.awt.Color edge2, java.awt.Color fill, int size, int direction)
edge1
- the color of edge1.edge2
- the color of edge2.fill
- the fill color.size
- the size of the arrow icon.direction
- the direction that the arrow points.Method Detail |
---|
public void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)
paintIcon
in interface javax.swing.Icon
c
- .g
- .x
- .y
- .public int getIconWidth()
getIconWidth
in interface javax.swing.Icon
public int getIconHeight()
getIconHeight
in interface javax.swing.Icon
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |