| |
|
| com.jeta.forms.components.line.LineComponent com.jeta.forms.components.line.HorizontalLineComponent
HorizontalLineComponent | public class HorizontalLineComponent extends LineComponent (Code) | | HorizontalLineComponent is a JComponent that displays one or
more horizontal lines.
author: Jeff Tassin |
Field Summary | |
final public static int | BOTTOM | final public static int | CENTER Alignment values. | final public static int | TOP |
Method Summary | |
public boolean | isHorizontal() Return true if this line is oriented horizontally. | public void | paintComponent(Graphics g) Renders the line(s) on the given graphics context. |
BOTTOM | final public static int BOTTOM(Code) | | |
CENTER | final public static int CENTER(Code) | | Alignment values.
|
TOP | final public static int TOP(Code) | | |
HorizontalLineComponent | public HorizontalLineComponent()(Code) | | Default HorizontalLineComponent constructor.
|
isHorizontal | public boolean isHorizontal()(Code) | | Return true if this line is oriented horizontally.
true if this line is oriented horizontally |
paintComponent | public void paintComponent(Graphics g)(Code) | | Renders the line(s) on the given graphics context.
Parameters: g - the Graphics context in which to paint |
|
|
|