Class MultiArrayDataValue
- java.lang.Object
 - 
- idare.imagenode.Interfaces.DataSets.NodeValue
 - 
- idare.imagenode.Data.BasicDataTypes.MultiArrayData.MultiArrayDataValue
 
 
 
- 
- All Implemented Interfaces:
 Serializable,Comparable<NodeValue>
public class MultiArrayDataValue extends NodeValue
ANodeValueforMultiArrayDataSetThe Value of aNodeValueis always the String representing the Sheet it is contained in.- Author:
 - Thomas Pfau
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description MultiArrayDataValue(Comparable ColorValue)Generate a new NodeValue based on a specific ColorValue (likely the sheet name). 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vector<Double>getEntryData()Get the Line Data stored in this valuevoidsetEntryData(Vector<Double> yValues)Set the Line Data for thisNodeValue. 
 - 
 
- 
- 
Constructor Detail
- 
MultiArrayDataValue
public MultiArrayDataValue(Comparable ColorValue)
Generate a new NodeValue based on a specific ColorValue (likely the sheet name).- Parameters:
 ColorValue- The Colorvalues (strings or doubles).
 
 - 
 
 -