org.askalon.graph.chart
Class GridValueElement

java.lang.Object
  extended by org.askalon.graph.chart.GridValueElement

public class GridValueElement
extends Object

The GridValueElement describes one datapoint value in the grid.

Author:
Georg Schild and Franz Endstrasser

Field Summary
 double value
          The value of this datapoint
 int x
          The x-coordinate of the datapoint
 int z
          The z-coordinate of the datapoint
 
Constructor Summary
GridValueElement(int x, int z, double value)
          Create a new element for a datapoint.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public final int x
The x-coordinate of the datapoint


z

public final int z
The z-coordinate of the datapoint


value

public final double value
The value of this datapoint

Constructor Detail

GridValueElement

public GridValueElement(int x,
                        int z,
                        double value)
Create a new element for a datapoint.

Parameters:
x - the x-coordinate of the datapoint
z - the z-coordinate of the datapoint
value - the value for this datapoint


Part of:
Askalon_Logo
ASKALON Visualisation Diagrams