org.das2.graph
Class DasCanvas.RowColumnLayout
java.lang.Object
org.das2.graph.DasCanvas.RowColumnLayout
- All Implemented Interfaces:
- java.awt.LayoutManager
- Enclosing class:
- DasCanvas
protected static class DasCanvas.RowColumnLayout
- extends java.lang.Object
- implements java.awt.LayoutManager
Layout manager for managing the Row, Column layout implemented by swing.
This will probably change in the future when we move away from using
swing to handle the DasCanvasComponents.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DasCanvas.RowColumnLayout
protected DasCanvas.RowColumnLayout()
layoutContainer
public void layoutContainer(java.awt.Container target)
- Specified by:
layoutContainer
in interface java.awt.LayoutManager
minimumLayoutSize
public java.awt.Dimension minimumLayoutSize(java.awt.Container target)
- Specified by:
minimumLayoutSize
in interface java.awt.LayoutManager
preferredLayoutSize
public java.awt.Dimension preferredLayoutSize(java.awt.Container target)
- Specified by:
preferredLayoutSize
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
removeLayoutComponent
public void removeLayoutComponent(java.awt.Component comp)
- Specified by:
removeLayoutComponent
in interface java.awt.LayoutManager