Uses of Class
org.jfree.chart3d.axis.TickData
Packages that use TickData
Package
Description
-
Uses of TickData in org.jfree.chart3d.axis
Methods in org.jfree.chart3d.axis that return types with arguments of type TickDataModifier and TypeMethodDescriptionLogAxis3D.generateTickData
(double tickUnit) Generates tick data for the axis, assuming the specified tick unit (a log increment in this case).NumberAxis3D.generateTickData
(double tickUnit) Generates a list of tick data items for the specified tick unit.ValueAxis3D.generateTickData
(double tickUnit) Generates a list of tick data items for the specified tick unit.CategoryAxis3D.generateTickDataForColumns
(CategoryDataset3D dataset) Generates the tick data for the axis (assumes the axis is being used as the row axis).StandardCategoryAxis3D.generateTickDataForColumns
(CategoryDataset3D dataset) Generates the tick data for the axis (assumes the axis is being used as the row axis).CategoryAxis3D.generateTickDataForRows
(CategoryDataset3D dataset) Generates the tick data for the axis (assumes the axis is being used as the row axis).StandardCategoryAxis3D.generateTickDataForRows
(CategoryDataset3D dataset) Generates the tick data for the axis (assumes the axis is being used as the row axis).Method parameters in org.jfree.chart3d.axis with type arguments of type TickDataModifier and TypeMethodDescriptionabstract void
AbstractAxis3D.draw
(Graphics2D g2, Point2D startPt, Point2D endPt, Point2D opposingPt, List<TickData> tickData, RenderingInfo info, boolean hinting) Draws the axis along an arbitrary line (betweenstartPt
andendPt
).void
Axis3D.draw
(Graphics2D g2, Point2D startPt, Point2D endPt, Point2D opposingPt, List<TickData> tickData, RenderingInfo info, boolean hinting) Draws the axis along an arbitrary line (betweenstartPt
andendPt
).void
LogAxis3D.draw
(Graphics2D g2, Point2D startPt, Point2D endPt, Point2D opposingPt, List<TickData> tickData, RenderingInfo info, boolean hinting) Draws the axis.void
NumberAxis3D.draw
(Graphics2D g2, Point2D pt0, Point2D pt1, Point2D opposingPt, List<TickData> tickData, RenderingInfo info, boolean hinting) Draws the axis to the supplied graphics target (g2
, with the specified starting and ending points for the line.void
StandardCategoryAxis3D.draw
(Graphics2D g2, Point2D pt0, Point2D pt1, Point2D opposingPt, List<TickData> tickData, RenderingInfo info, boolean hinting) Draws the axis between the two pointspt0
andpt1
in Java2D space.Constructors in org.jfree.chart3d.axis with parameters of type TickData