Uses of Class
org.jfree.chart3d.graphics3d.Dimension3D
Packages that use Dimension3D
Package
Description
The core 3D graphics rendering engine which is fully implemented using
the Java2D (Graphics2D) API.
Standard plot types (
PiePlot3D
,
CategoryPlot3D
and
XYZPlot
) that can be used with the
Chart3D
class.Renderers that can be used with the
CategoryPlot3D
class.Renderers that can be used with the
XYZPlot
class.-
Uses of Dimension3D in org.jfree.chart3d
Methods in org.jfree.chart3d that return Dimension3DModifier and TypeMethodDescriptionChart3D.getDimensions()
Returns the dimensions of the 3D object. -
Uses of Dimension3D in org.jfree.chart3d.graphics3d
Methods in org.jfree.chart3d.graphics3d that return Dimension3DModifier and TypeMethodDescriptionDefaultDrawable3D.getDimensions()
Returns the dimensions of the 3D object.Drawable3D.getDimensions()
Returns the aggregate dimensions of the objects in the 3D scene.Methods in org.jfree.chart3d.graphics3d with parameters of type Dimension3DModifier and TypeMethodDescriptionfloat
ViewPoint3D.optimalDistance
(Dimension2D target, Dimension3D dim3D, double projDist) Calculate the distance that would render a box of the given dimensions within a screen area of the specified size. -
Uses of Dimension3D in org.jfree.chart3d.plot
Fields in org.jfree.chart3d.plot declared as Dimension3DModifier and TypeFieldDescriptionprotected Dimension3D
AbstractPlot3D.dimensions
The plot dimensions in 3D space.Methods in org.jfree.chart3d.plot that return Dimension3DModifier and TypeMethodDescriptionAbstractPlot3D.getDimensions()
Returns the dimensions of the box in 3D space into which the plot will be composed.PiePlot3D.getDimensions()
Returns the dimensions for the plot.Plot3D.getDimensions()
Returns the dimensions for the plot in the 3D world in which it will be composed.Methods in org.jfree.chart3d.plot with parameters of type Dimension3DModifier and TypeMethodDescriptionvoid
CategoryPlot3D.setDimensions
(Dimension3D dimensions) Sets the dimensions (in 3D space) for the plot, resets theautoAdjustDimensions
flag tofalse
, and sends aPlot3DChangeEvent
to all registered listeners.void
XYZPlot.setDimensions
(Dimension3D dim) Sets the dimensions for the plot and notifies registered listeners that the plot dimensions have been changed. -
Uses of Dimension3D in org.jfree.chart3d.renderer.category
Methods in org.jfree.chart3d.renderer.category with parameters of type Dimension3DModifier and TypeMethodDescriptionvoid
AreaRenderer3D.composeItem
(CategoryDataset3D dataset, int series, int row, int column, World world, Dimension3D dimensions, double xOffset, double yOffset, double zOffset) Constructs and places one item from the specified dataset into the given world.protected void
BarRenderer3D.composeItem
(double value, double barBase, CategoryDataset3D dataset, int series, int row, int column, World world, Dimension3D dimensions, double xOffset, double yOffset, double zOffset) Performs the actual work of composing a bar to represent one item in the dataset.void
BarRenderer3D.composeItem
(CategoryDataset3D dataset, int series, int row, int column, World world, Dimension3D dimensions, double xOffset, double yOffset, double zOffset) Constructs and places one item from the specified dataset into the given world.void
CategoryRenderer3D.composeItem
(CategoryDataset3D dataset, int series, int row, int column, World world, Dimension3D dimensions, double xOffset, double yOffset, double zOffset) Constructs and places one item from the specified dataset into the given world.void
LineRenderer3D.composeItem
(CategoryDataset3D dataset, int series, int row, int column, World world, Dimension3D dimensions, double xOffset, double yOffset, double zOffset) Constructs and places one item from the specified dataset into the given world.void
StackedBarRenderer3D.composeItem
(CategoryDataset3D dataset, int series, int row, int column, World world, Dimension3D dimensions, double xOffset, double yOffset, double zOffset) Constructs and places one item from the specified dataset into the given world. -
Uses of Dimension3D in org.jfree.chart3d.renderer.xyz
Methods in org.jfree.chart3d.renderer.xyz with parameters of type Dimension3DModifier and TypeMethodDescriptionvoid
AbstractXYZRenderer.composeAll
(XYZPlot plot, World world, Dimension3D dimensions, double xOffset, double yOffset, double zOffset) Adds objects to theworld
to represent all the data items that this renderer is responsible for.void
SurfaceRenderer.composeAll
(XYZPlot plot, World world, Dimension3D dimensions, double xOffset, double yOffset, double zOffset) Composes the entire representation of the function in the suppliedworld
.void
XYZRenderer.composeAll
(XYZPlot plot, World world, Dimension3D dimensions, double xOffset, double yOffset, double zOffset) Composes all the 3D objects that this renderer needs to present.void
BarXYZRenderer.composeItem
(XYZDataset dataset, int series, int item, World world, Dimension3D dimensions, double xOffset, double yOffset, double zOffset) Adds a single bar representing one item from the dataset.void
LineXYZRenderer.composeItem
(XYZDataset dataset, int series, int item, World world, Dimension3D dimensions, double xOffset, double yOffset, double zOffset) Adds a single line representing one item from the dataset.void
ScatterXYZRenderer.composeItem
(XYZDataset dataset, int series, int item, World world, Dimension3D dimensions, double xOffset, double yOffset, double zOffset) Constructs and places one item from the specified dataset into the given world.void
SurfaceRenderer.composeItem
(XYZDataset dataset, int series, int item, World world, Dimension3D dimensions, double xOffset, double yOffset, double zOffset) Throws anUnsupportedOperationException
because this renderer does not support per-item rendering.void
XYZRenderer.composeItem
(XYZDataset dataset, int series, int item, World world, Dimension3D dimensions, double xOffset, double yOffset, double zOffset) Constructs and places one item from the specified dataset into the given world.