Uses of Class
org.jfree.chart3d.graphics3d.Offset2D
Packages that use Offset2D
Package
Description
Utility classes related to 2D graphics.
The core 3D graphics rendering engine which is fully implemented using
the Java2D (Graphics2D) API.
-
Uses of Offset2D in org.jfree.chart3d
Methods in org.jfree.chart3d that return Offset2DModifier and TypeMethodDescriptionChart3D.getTranslate2D()
Sets the offset in 2D-space for the rendering of the chart.Methods in org.jfree.chart3d with parameters of type Offset2DModifier and TypeMethodDescriptionvoid
Chart3D.setTranslate2D
(Offset2D offset) Sets the offset in 2D-space for the rendering of the chart and sends a change event to all registered listeners. -
Uses of Offset2D in org.jfree.chart3d.graphics2d
Methods in org.jfree.chart3d.graphics2d that return Offset2DConstructors in org.jfree.chart3d.graphics2d with parameters of type Offset2D -
Uses of Offset2D in org.jfree.chart3d.graphics3d
Fields in org.jfree.chart3d.graphics3d declared as Offset2DMethods in org.jfree.chart3d.graphics3d that return Offset2DModifier and TypeMethodDescriptionDefaultDrawable3D.getTranslate2D()
Drawable3D.getTranslate2D()
Returns the 2D offset for the scene.Methods in org.jfree.chart3d.graphics3d with parameters of type Offset2DModifier and TypeMethodDescriptionvoid
DefaultDrawable3D.setTranslate2D
(Offset2D offset) void
Drawable3D.setTranslate2D
(Offset2D offset) Sets the translation offset.