Uses of Class
org.jzy3d.plot3d.primitives.axis.AxisRenderingInfo
-
Packages that use AxisRenderingInfo Package Description org.jzy3d.plot3d.primitives.axis -
-
Uses of AxisRenderingInfo in org.jzy3d.plot3d.primitives.axis
Methods in org.jzy3d.plot3d.primitives.axis that return AxisRenderingInfo Modifier and Type Method Description AxisRenderingInfo
AxisTickProcessor. 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.AxisRenderingInfo
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 AxisRenderingInfo Modifier and Type Method Description protected Coord2d
AxisLabelProcessor. axisLabelOffset(IPainter painter, AxisRenderingInfo info, Coord3d labelPosition, int margin)
Offset for oblique labelsprotected Coord2d
AxisLabelProcessor. axisLabelOffsetVertical(IPainter painter, AxisRenderingInfo info, Coord3d labelPosition, int margin)
Compute the offset to apply to a vertical Z label to avoid covering the tick labels.
-