Uses of Class
org.jzy3d.plot3d.text.align.TextAlign
Packages that use TextAlign
-
Uses of TextAlign in org.jzy3d.plot3d.primitives.axis
Methods in org.jzy3d.plot3d.primitives.axis that return TextAlignModifier and TypeMethodDescriptionprotected TextAlign
AxisLabelProcessor.getAxisLabelTextAlign
(int direction) Return an axis label alignment suitable for the type of chart : 3D, 2D XY, 2D XZ, 2D YZ -
Uses of TextAlign in org.jzy3d.plot3d.text
Methods in org.jzy3d.plot3d.text with parameters of type TextAlignModifier and TypeMethodDescriptionAbstractTextRenderer.drawText
(IPainter painter, Font font, String s, Coord3d position, float rotation, TextAlign align, Color color, Coord2d screenOffset) ITextRenderer.drawText
(IPainter painter, Font font, String s, Coord3d position, float rotation, TextAlign align, Color color, Coord2d screenOffset)