gov.noaa.pmel.sgt
Class StackedLayout
java.lang.Object
|
+--gov.noaa.pmel.sgt.StackedLayout
- All Implemented Interfaces:
- java.awt.LayoutManager
- public class StackedLayout
- extends java.lang.Object
- implements java.awt.LayoutManager
StackedLayout works with Pane to
position multiple Layers directly over each other.
- Since:
- 1.0
- Version:
- $Revision: 1.5 $, $Date: 2003/08/22 23:02:32 $
- Author:
- Donald Denbo
- See Also:
Container.setLayout(java.awt.LayoutManager),
Layer
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StackedLayout
public StackedLayout()
preferredLayoutSize
public java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
- Specified by:
preferredLayoutSize in interface java.awt.LayoutManager
minimumLayoutSize
public java.awt.Dimension minimumLayoutSize(java.awt.Container parent)
- Specified by:
minimumLayoutSize in interface java.awt.LayoutManager
layoutContainer
public void layoutContainer(java.awt.Container parent)
- Specified by:
layoutContainer in interface java.awt.LayoutManager
removeLayoutComponent
public void removeLayoutComponent(java.awt.Component comp)
- Specified by:
removeLayoutComponent in interface java.awt.LayoutManager
addLayoutComponent
public void addLayoutComponent(java.lang.String name,
java.awt.Component comp)
- Specified by:
addLayoutComponent in interface java.awt.LayoutManager
Send comments about the Scientific Graphics toolkit to Donald.W.Denbo@noaa.gov. For more information about Java Development in the EPIC Group see the EPIC Software Page
Generated on October 9 2003