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 AxisRenderingInfoAxisTickProcessor. 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.AxisRenderingInfoAxisTickProcessor. 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 Coord2dAxisLabelProcessor. axisLabelOffset(IPainter painter, AxisRenderingInfo info, Coord3d labelPosition, int margin)Offset for oblique labelsprotected Coord2dAxisLabelProcessor. 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.
-