edu.sc.seis.sod
Class FlagData

java.lang.Object
  extended by edu.sc.seis.sod.FlagData
All Implemented Interfaces:
java.io.Serializable

public class FlagData
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
FlagData(int flagLoc, int y_top, int y_bottom)
           
 
Method Summary
 int getFlagBottom()
           
 int getFlagLoc()
           
 int getFlagTop()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlagData

public FlagData(int flagLoc,
                int y_top,
                int y_bottom)
Method Detail

getFlagLoc

public int getFlagLoc()

getFlagBottom

public int getFlagBottom()

getFlagTop

public int getFlagTop()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object