| |
|
| javax.swing.JPanel org.jfree.ui.ArrowPanel
ArrowPanel | public class ArrowPanel extends JPanel (Code) | | A basic panel that displays a small up or down arrow.
author: David Gilbert |
Field Summary | |
final public static int | DOWN A constant for the down arrow. | final public static int | UP A constant for the up arrow. |
Constructor Summary | |
public | ArrowPanel(int type) Creates a new arrow panel. |
DOWN | final public static int DOWN(Code) | | A constant for the down arrow.
|
UP | final public static int UP(Code) | | A constant for the up arrow.
|
ArrowPanel | public ArrowPanel(int type)(Code) | | Creates a new arrow panel.
Parameters: type - the arrow type. |
paintComponent | public void paintComponent(Graphics g)(Code) | | Paints the arrow panel.
Parameters: g - the graphics device for drawing on. |
|
|
|