Uses of Class
JxnTextPainter
-
-
Uses of JxnTextPainter in <Unnamed>
Methods in <Unnamed> that return JxnTextPainter Modifier and Type Method Description JxnTextPainter
JxnTextPainter. setAnchor(int anchor)
Deprecated.UsesetShift(int anchor)
.JxnTextPainter
JxnTextPainter. setBackground()
Shows text without background.JxnTextPainter
JxnTextPainter. setBackground(Color backgroundColor)
Changes the background color of the text (default is white) for this instance.
Example:JxnTextPainter
JxnTextPainter. setFont(Font f)
Changes the text font.JxnTextPainter
JxnTextPainter. setShift(double xShift, double yShift)
Shifts the text position.JxnTextPainter
JxnTextPainter. setShift(int anchor)
Shifts the text position using constants from classKmgGraphicsScaler
.JxnTextPainter
JxnTextPainter. setSpace(double space)
Sets additional space.JxnTextPainter
JxnTextPainter. 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
.
-