Uses of Class
JxnTextPainter
-
-
Uses of JxnTextPainter in <Unnamed>
Methods in <Unnamed> that return JxnTextPainter Modifier and Type Method Description JxnTextPainterJxnTextPainter. setAnchor(int anchor)Deprecated.UsesetShift(int anchor).JxnTextPainterJxnTextPainter. setBackground()Shows text without background.JxnTextPainterJxnTextPainter. setBackground(Color backgroundColor)Changes the background color of the text (default is white) for this instance.
Example:JxnTextPainterJxnTextPainter. setFont(Font f)Changes the text font.JxnTextPainterJxnTextPainter. setShift(double xShift, double yShift)Shifts the text position.JxnTextPainterJxnTextPainter. setShift(int anchor)Shifts the text position using constants from classKmgGraphicsScaler.JxnTextPainterJxnTextPainter. setSpace(double space)Sets additional space.JxnTextPainterJxnTextPainter. setSpace(int iSpace)Sets additional space.Constructors in <Unnamed> with parameters of type JxnTextPainter Constructor Description JxnTextPainter(double value, double x0, double y0, JxnTextPainter template)SeeJxnTextPainter.JxnTextPainter(long value, double x0, double y0, JxnTextPainter template)SeeJxnTextPainter.JxnTextPainter(String text, double x0, double y0, JxnTextPainter template)SeeJxnTextPainter.
-