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

Constructor Index

 o OutlinePanel()
 o OutlinePanel(String)

Method Index

 o getInsets()
Get the border around this guy if there is one
 o paint(Graphics)
Paint a 3d border around the panel.
 o setInsets(Insets)
Change the insets to those passed in

Constructors

 o OutlinePanel
 public OutlinePanel()
 o OutlinePanel
 public OutlinePanel(String label)

Methods

 o setInsets
 public void setInsets(Insets newInsets)
Change the insets to those passed in

Parameters:
newInsets - the new insets.
 o getInsets
 public Insets getInsets()
Get the border around this guy if there is one

Overrides:
getInsets in class Container
 o 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