All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.hdf.awt.OutlinePanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----ncsa.hdf.awt.EasyConstrainsPanel
|
+----ncsa.hdf.awt.OutlinePanel
- public class OutlinePanel
- extends EasyConstrainsPanel
-
OutlinePanel()
-
-
OutlinePanel(String)
-
-
getInsets()
- Get the border around this guy if there is one
-
paint(Graphics)
- Paint a 3d border around the panel.
-
setInsets(Insets)
- Change the insets to those passed in
OutlinePanel
public OutlinePanel()
OutlinePanel
public OutlinePanel(String label)
setInsets
public void setInsets(Insets newInsets)
- Change the insets to those passed in
- Parameters:
- newInsets - the new insets.
getInsets
public Insets getInsets()
- Get the border around this guy if there is one
- Overrides:
- getInsets in class Container
paint
public void paint(Graphics g)
- Paint a 3d border around the panel.
- Parameters:
- g - the graphics port.
- Overrides:
- paint in class Container
All Packages Class Hierarchy This Package Previous Next Index