Uses of Class
org.jzy3d.plot3d.primitives.axis.AxisLabelRotator.TextLayout
-
Packages that use AxisLabelRotator.TextLayout Package Description org.jzy3d.plot3d.primitives.axis -
-
Uses of AxisLabelRotator.TextLayout in org.jzy3d.plot3d.primitives.axis
Methods in org.jzy3d.plot3d.primitives.axis that return AxisLabelRotator.TextLayout Modifier and Type Method Description AxisLabelRotator.TextLayout
AxisLabelRotator. computeTextLayout(IPainter painter, Coord3d[] segment3D, Coord3d center3D, Coord3d label3D, float offset)
Compute the 2D offset and rotation required to have axis label cleanly fitting around and axis and being parallel to the axis (as displayed in 2D on screen).
-