edu.mssm.crover.domain2d
Class HelixLayout
java.lang.Object
|
+--edu.mssm.crover.domain2d.HelixLayout
- All Implemented Interfaces:
- java.awt.LayoutManager, java.io.Serializable
- public class HelixLayout
- extends java.lang.Object
- implements java.awt.LayoutManager, java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xoffset
protected int xoffset
yoffset
protected int yoffset
addLayoutComponent
public void addLayoutComponent(java.lang.String name,
java.awt.Component comp)
- Specified by:
addLayoutComponent in interface java.awt.LayoutManager
setOffsets
protected void setOffsets(int xoff,
int yoff)
layoutContainer
public void layoutContainer(java.awt.Container parent)
- Specified by:
layoutContainer in interface java.awt.LayoutManager
minimumLayoutSize
public java.awt.Dimension minimumLayoutSize(java.awt.Container parent)
- Specified by:
minimumLayoutSize in interface java.awt.LayoutManager
setsizes
public void setsizes(java.awt.Container parent)
preferredLayoutSize
public java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
- Specified by:
preferredLayoutSize in interface java.awt.LayoutManager
removeLayoutComponent
public void removeLayoutComponent(java.awt.Component comp)
- Specified by:
removeLayoutComponent in interface java.awt.LayoutManager
Copyright @ 2003 Mount Sinai School of Medicine. All Rights Reserved.