edu.mssm.crover.domain2d
Class DSLayoutManager
java.lang.Object
|
+--edu.mssm.crover.domain2d.DSLayoutManager
- All Implemented Interfaces:
- java.awt.LayoutManager, java.io.Serializable
- public class DSLayoutManager
- extends java.lang.Object
- implements java.awt.LayoutManager, java.io.Serializable
A Layout manager which is responsible for positioning Drawing objects
on a DrawingSurface.
!!! This source file is unfinished. nothing is tested and nothing works.
I just let it here for future work if required.
- 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.