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 TypeMethodDescriptionfloatViewPoint3D.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 Dimension3DAbstractPlot3D.dimensionsThe 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 TypeMethodDescriptionvoidCategoryPlot3D.setDimensions(Dimension3D dimensions) Sets the dimensions (in 3D space) for the plot, resets theautoAdjustDimensionsflag tofalse, and sends aPlot3DChangeEventto all registered listeners.voidXYZPlot.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 TypeMethodDescriptionvoidAreaRenderer3D.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 voidBarRenderer3D.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.voidBarRenderer3D.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.voidCategoryRenderer3D.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.voidLineRenderer3D.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.voidStackedBarRenderer3D.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 TypeMethodDescriptionvoidAbstractXYZRenderer.composeAll(XYZPlot plot, World world, Dimension3D dimensions, double xOffset, double yOffset, double zOffset) Adds objects to theworldto represent all the data items that this renderer is responsible for.voidSurfaceRenderer.composeAll(XYZPlot plot, World world, Dimension3D dimensions, double xOffset, double yOffset, double zOffset) Composes the entire representation of the function in the suppliedworld.voidXYZRenderer.composeAll(XYZPlot plot, World world, Dimension3D dimensions, double xOffset, double yOffset, double zOffset) Composes all the 3D objects that this renderer needs to present.voidBarXYZRenderer.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.voidLineXYZRenderer.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.voidScatterXYZRenderer.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.voidSurfaceRenderer.composeItem(XYZDataset dataset, int series, int item, World world, Dimension3D dimensions, double xOffset, double yOffset, double zOffset) Throws anUnsupportedOperationExceptionbecause this renderer does not support per-item rendering.voidXYZRenderer.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.