java.lang.Object
org.jfree.chart3d.data.xyz.XYZDataItem
- All Implemented Interfaces:
Serializable
Represents a single
NOTE: This class is serializable, but the serialization format is subject to change in future releases and should not be relied upon for persisting instances of this class.
(x, y, z)
data item, which can be added to
a XYZSeries
. Instances of this class are immutable.
NOTE: This class is serializable, but the serialization format is subject to change in future releases and should not be relied upon for persisting instances of this class.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXYZDataItem
(double x, double y, double z) Creates a new (immutable) instance. -
Method Summary
-
Constructor Details
-
XYZDataItem
Creates a new (immutable) instance.- Parameters:
x
- the x-value.y
- the y-value.z
- the z-value.
-
-
Method Details
-
getX
Returns the x-value.- Returns:
- The x-value.
-
getY
Returns the y-value.- Returns:
- The y-value.
-
getZ
Returns the z-value.- Returns:
- The z-value.
-
equals
Tests this instance for equality with an arbitrary object. -
hashCode
-