uk.ac.starlink.ttools.plot
Class PlotState.SimpleValueInfo

java.lang.Object
  extended by uk.ac.starlink.table.DefaultValueInfo
      extended by uk.ac.starlink.ttools.plot.PlotState.SimpleValueInfo
All Implemented Interfaces:
uk.ac.starlink.table.ValueInfo
Enclosing class:
PlotState

protected static class PlotState.SimpleValueInfo
extends uk.ac.starlink.table.DefaultValueInfo

ValueInfo implementation which ignores information that's not relevant to plotting. The point of using this is so that we can implement its equals method suitably.


Constructor Summary
PlotState.SimpleValueInfo(uk.ac.starlink.table.ValueInfo baseInfo)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class uk.ac.starlink.table.DefaultValueInfo
formatClass, formatShape, formatValue, generalise, getCellEditor, getCellRenderer, getContentClass, getDescription, getElementSize, getName, getShape, getUCD, getUnitString, isArray, isNullable, setContentClass, setDescription, setElementSize, setName, setNullable, setShape, setUCD, setUnitString, toString, unformatString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlotState.SimpleValueInfo

public PlotState.SimpleValueInfo(uk.ac.starlink.table.ValueInfo baseInfo)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2009 Central Laboratory of the Research Councils. All Rights Reserved.