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
Display a line.


Variable Index

 o HORIZONTAL
 o VERTICAL

Constructor Index

 o Line(boolean)
Constructor to create the line.

Method Index

 o getMinimumSize()
 o getPreferredSize()
 o paint(Graphics)

Variables

 o HORIZONTAL
 public static final boolean HORIZONTAL
 o VERTICAL
 public static final boolean VERTICAL

Constructors

 o Line
 public Line(boolean orientation)
Constructor to create the line.

Methods

 o paint
 public void paint(Graphics g)
Overrides:
paint in class Component
 o getPreferredSize
 public Dimension getPreferredSize()
Overrides:
getPreferredSize in class Component
 o getMinimumSize
 public Dimension getMinimumSize()
Overrides:
getMinimumSize in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index