Class ncsa.horizon.awt.Separator
All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.horizon.awt.Separator
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Canvas
|
+----ncsa.horizon.awt.Separator
- public class Separator
- extends Canvas
A separator that is drawn either vertically or horizontally
depending upon how it is laid out. Can be drawn either
etched-in or etched-out. Etching are settable at construction time
only.
Default etching is ETCHIN.
-
ETCHIN
-
-
ETCHOUT
-
-
Separator()
-
-
Separator(boolean)
-
-
minimumSize()
-
-
paint(Graphics)
-
-
preferredSize()
-
ETCHIN
public final static int ETCHIN
ETCHOUT
public final static int ETCHOUT
Separator
public Separator()
Separator
public Separator(boolean in)
- Parameters:
- in - true the seperator will be draw as etching in,
false - the seperator will be draw as etching out
minimumSize
public Dimension minimumSize()
- Overrides:
- minimumSize in class Component
preferredSize
public Dimension preferredSize()
- Overrides:
- preferredSize in class Component
paint
public void paint(Graphics g)
- Overrides:
- paint in class Canvas
All Packages Class Hierarchy This Package Previous Next Index