Uses of Class
org.jfree.chart3d.graphics3d.World
Packages that use World
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 World in org.jfree.chart3d.graphics3d
Constructors in org.jfree.chart3d.graphics3d with parameters of type WorldModifierConstructorDescriptionDefaultDrawable3D(World world) Creates a new instance to display the content of the specifiedworld. -
Uses of World in org.jfree.chart3d.plot
Methods in org.jfree.chart3d.plot with parameters of type WorldModifier and TypeMethodDescriptionvoidvoidAdds 3D objects representing the current data for the plot to the specified world.voidAdds 3D objects representing the current data for the plot to the specified world.voidAdds 3D objects representing the current data for the plot to the specified world. -
Uses of World in org.jfree.chart3d.renderer.category
Methods in org.jfree.chart3d.renderer.category with parameters of type WorldModifier 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.protected voidBarRenderer3D.drawItemLabels(World world, CategoryDataset3D dataset, KeyedValues3DItemKey itemKey, double xw, double yw, double zw, double basew, boolean inverted) Draws the item labels.protected voidStackedBarRenderer3D.drawItemLabels(World world, CategoryDataset3D dataset, KeyedValues3DItemKey itemKey, double xw, double yw, double zw, double basew, boolean inverted) Draws the item labels. -
Uses of World in org.jfree.chart3d.renderer.xyz
Methods in org.jfree.chart3d.renderer.xyz with parameters of type WorldModifier 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.