UI.Run
Class GEVAGraphStreamParser.Extension

java.lang.Object
  extended by UI.Run.GEVAStreamParser.Extension
      extended by UI.Run.GEVAGraphStreamParser.Extension
Enclosing class:
GEVAGraphStreamParser

public static class GEVAGraphStreamParser.Extension
extends GEVAStreamParser.Extension

Extension. Communicate with output parser that it's not to output what the graph has already dealt with


Constructor Summary
GEVAGraphStreamParser.Extension()
           
 
Method Summary
 java.lang.Object getData(int index)
           
 int getLength()
           
 boolean isGraphable()
          Returns true if the current Line is for graphing, and therefor, not for text output
 void setData(int index, java.lang.Object data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GEVAGraphStreamParser.Extension

public GEVAGraphStreamParser.Extension()
Method Detail

isGraphable

public boolean isGraphable()
Returns true if the current Line is for graphing, and therefor, not for text output


getData

public java.lang.Object getData(int index)
Specified by:
getData in class GEVAStreamParser.Extension

setData

public void setData(int index,
                    java.lang.Object data)
Specified by:
setData in class GEVAStreamParser.Extension

getLength

public int getLength()
Specified by:
getLength in class GEVAStreamParser.Extension