java.lang.Object
org.jfree.chart3d.graphics3d.Offset3D
- All Implemented Interfaces:
Serializable
An offset
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.
(dx, dy, dz)
in three dimensional space. 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.
- Since:
- 1.3
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ZERO_OFFSET
Zero offset.
-
-
Constructor Details
-
Offset3D
public Offset3D()Default constructor ((0, 0)
). -
Offset3D
Creates a new instance.- Parameters:
dx
- the x-offset.dy
- the y-offset.dz
- the z-offset.
-
-
Method Details
-
getDX
Returns the x-offset.- Returns:
- The x-offset.
-
getDY
Returns the y-offset.- Returns:
- The y-offset.
-
getDZ
Returns the z-offset.- Returns:
- The z-offset.
-
equals
Tests this instance for equality with an arbitrary object. -
hashCode
-
toString
-