All Packages Class Hierarchy This Package Previous Next Index
Class cynosurex.awt.Line
java.lang.Object
|
+----java.awt.Component
|
+----cynosurex.awt.Line
- public class Line
- extends Component
- implements CommonInterface
Display a line.
-
HORIZONTAL
-
-
VERTICAL
-
-
Line(boolean)
- Constructor to create the line.
-
getMinimumSize()
-
-
getPreferredSize()
-
-
paint(Graphics)
-
HORIZONTAL
public static final boolean HORIZONTAL
VERTICAL
public static final boolean VERTICAL
Line
public Line(boolean orientation)
- Constructor to create the line.
paint
public void paint(Graphics g)
- Overrides:
- paint in class Component
getPreferredSize
public Dimension getPreferredSize()
- Overrides:
- getPreferredSize in class Component
getMinimumSize
public Dimension getMinimumSize()
- Overrides:
- getMinimumSize in class Component
All Packages Class Hierarchy This Package Previous Next Index