edu.sc.seis.fissuresUtil.display.registrar
Class CustomLayOutConfig

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.display.registrar.BasicLayoutConfig
      extended by edu.sc.seis.fissuresUtil.display.registrar.CustomLayOutConfig
All Implemented Interfaces:
DataSetSeismogramReceptacle, LayoutConfig

public class CustomLayOutConfig
extends BasicLayoutConfig


Field Summary
 
Fields inherited from class edu.sc.seis.fissuresUtil.display.registrar.BasicLayoutConfig
seis, valueMap
 
Constructor Summary
CustomLayOutConfig(double minDistance, double maxDistance, double percentSeisHeight)
           
 
Method Summary
 LayoutEvent generateLayoutEvent()
           
 LayoutEvent getLayout()
           
 void setSwapAxes(boolean swapAxes)
           
 
Methods inherited from class edu.sc.seis.fissuresUtil.display.registrar.BasicLayoutConfig
add, addListener, clear, contains, fireLayoutEvent, getLabel, getScale, getSeismograms, remove, removeListener, reset, reset, setScale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomLayOutConfig

public CustomLayOutConfig(double minDistance,
                          double maxDistance,
                          double percentSeisHeight)
Method Detail

getLayout

public LayoutEvent getLayout()
Specified by:
getLayout in interface LayoutConfig
Overrides:
getLayout in class BasicLayoutConfig

setSwapAxes

public void setSwapAxes(boolean swapAxes)

generateLayoutEvent

public LayoutEvent generateLayoutEvent()
Specified by:
generateLayoutEvent in interface LayoutConfig
Overrides:
generateLayoutEvent in class BasicLayoutConfig