org.jfree.ui
public class ArrowPanel extends JPanel
| Field Summary | |
|---|---|
| static int | DOWN A constant for the down arrow. |
| static int | UP A constant for the up arrow. |
| Constructor Summary | |
|---|---|
| ArrowPanel(int type)
Creates a new arrow panel.
| |
| Method Summary | |
|---|---|
| void | paintComponent(Graphics g)
Paints the arrow panel.
|
Parameters: type the arrow type.
Parameters: g the graphics device for drawing on.