Uses of Class
org.jzy3d.plot3d.primitives.axis.AxisRenderingInfo
Packages that use AxisRenderingInfo
-
Uses of AxisRenderingInfo in org.jzy3d.plot3d.primitives.axis
Methods in org.jzy3d.plot3d.primitives.axis that return AxisRenderingInfoModifier and TypeMethodDescriptionAxisTickProcessor.drawAxisTicks
(IPainter painter, int dimension, Color color, Horizontal hal, Vertical val, float tickLength, BoundingBox3d ticksTxtBounds, double xpos, double ypos, double zpos, float xdir, float ydir, float zdir, double[] ticks) Draw an array of ticks on the given axis indicated by direction field.AxisTickProcessor.drawAxisTicks
(IPainter painter, int dimension, Color color, Horizontal hal, Vertical val, float tickLength, BoundingBox3d ticksTxtBounds, Coord3d pos, Coord3d dir, double[] ticks) Methods in org.jzy3d.plot3d.primitives.axis with parameters of type AxisRenderingInfoModifier and TypeMethodDescriptionprotected Coord2d
AxisLabelProcessor.axisLabelOffset
(IPainter painter, AxisRenderingInfo info, Coord3d labelPosition, int margin) Offset for oblique labels.protected Coord2d
AxisLabelProcessor.axisLabelOffsetVertical
(IPainter painter, AxisRenderingInfo info, Coord3d labelPosition, int margin) Computes the offset to apply to a vertical Z label to avoid covering the tick labels in the case of a 3D chart.