EVolve.visualization
Class ValueDimension

java.lang.Object
  |
  +--EVolve.visualization.Dimension
        |
        +--EVolve.visualization.ValueDimension

public class ValueDimension
extends Dimension


Field Summary
 
Fields inherited from class EVolve.visualization.Dimension
dataFilter
 
Constructor Summary
ValueDimension()
           
 
Method Summary
 int getField(Element element)
          Gets the data from the element.
 void preVisualize()
           
 
Methods inherited from class EVolve.visualization.Dimension
getDataFilter, getEntityNumber, getName, setDataFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueDimension

public ValueDimension()
Method Detail

preVisualize

public void preVisualize()
Specified by:
preVisualize in class Dimension

getField

public int getField(Element element)
Description copied from class: Dimension
Gets the data from the element.

Specified by:
getField in class Dimension
Returns:
id of the entity if the field is a reference, or the value if the field is a value