apollo.gui.genomemap
Class ColumnApolloLayout

java.lang.Object
  extended by java.awt.BorderLayout
      extended by apollo.gui.genomemap.ApolloLayoutManager
          extended by apollo.gui.genomemap.ColumnApolloLayout
All Implemented Interfaces:
java.awt.LayoutManager, java.awt.LayoutManager2, java.io.Serializable

public class ColumnApolloLayout
extends ApolloLayoutManager

An ApolloLayoutManager which lays out its views in a single column.

See Also:
Serialized Form

Field Summary
protected static org.apache.log4j.Logger logger
           
 
Fields inherited from class apollo.gui.genomemap.ApolloLayoutManager
BOTH, HORIZONTAL, NONE, VERTICAL
 
Fields inherited from class java.awt.BorderLayout
AFTER_LAST_LINE, AFTER_LINE_ENDS, BEFORE_FIRST_LINE, BEFORE_LINE_BEGINS, CENTER, EAST, LINE_END, LINE_START, NORTH, PAGE_END, PAGE_START, SOUTH, WEST
 
Constructor Summary
ColumnApolloLayout()
           
 
Method Summary
 void layoutViews(java.awt.Container target)
           
 void layoutViews(java.util.Vector views, java.awt.Rectangle targetBounds, int startVertPos)
           
 
Methods inherited from class apollo.gui.genomemap.ApolloLayoutManager
addLayoutComponent, addLayoutView, invalidateLayout, layoutContainer, removeLayoutComponent, removeLayoutComponent, removeLayoutView
 
Methods inherited from class java.awt.BorderLayout
addLayoutComponent, getConstraints, getHgap, getLayoutAlignmentX, getLayoutAlignmentY, getLayoutComponent, getLayoutComponent, getVgap, maximumLayoutSize, minimumLayoutSize, preferredLayoutSize, setHgap, setVgap, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

logger

protected static final org.apache.log4j.Logger logger
Constructor Detail

ColumnApolloLayout

public ColumnApolloLayout()
Method Detail

layoutViews

public void layoutViews(java.awt.Container target)
Specified by:
layoutViews in class ApolloLayoutManager

layoutViews

public void layoutViews(java.util.Vector views,
                        java.awt.Rectangle targetBounds,
                        int startVertPos)