PamView
Class PamFlowLayout

java.lang.Object
  extended by java.awt.FlowLayout
      extended by PamView.PamFlowLayout
All Implemented Interfaces:
java.awt.LayoutManager, java.io.Serializable

public class PamFlowLayout
extends java.awt.FlowLayout

Flow layout with a standard gap for consisten appearance througout PAMGUARD

Author:
Doug Gillespie
See Also:
Serialized Form

Field Summary
private  int standardHGap
           
 
Fields inherited from class java.awt.FlowLayout
CENTER, LEADING, LEFT, RIGHT, TRAILING
 
Constructor Summary
PamFlowLayout()
           
PamFlowLayout(int align)
           
PamFlowLayout(int align, int hgap, int vgap)
           
 
Method Summary
 
Methods inherited from class java.awt.FlowLayout
addLayoutComponent, getAlignment, getAlignOnBaseline, getHgap, getVgap, layoutContainer, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent, setAlignment, setAlignOnBaseline, setHgap, setVgap, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

standardHGap

private int standardHGap
Constructor Detail

PamFlowLayout

public PamFlowLayout()

PamFlowLayout

public PamFlowLayout(int align)

PamFlowLayout

public PamFlowLayout(int align,
                     int hgap,
                     int vgap)