Uses of Class
ca.cgjennings.graphics.strokes.TextStroke.Style
-
Packages that use TextStroke.Style Package Description ca.cgjennings.graphics.strokes -
-
Uses of TextStroke.Style in ca.cgjennings.graphics.strokes
Methods in ca.cgjennings.graphics.strokes that return TextStroke.Style Modifier and Type Method Description static TextStroke.Style
TextStroke.Style. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TextStroke.Style[]
TextStroke.Style. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in ca.cgjennings.graphics.strokes with parameters of type TextStroke.Style Constructor Description TextStroke(java.lang.String text, java.awt.Font font, TextStroke.Style style)
Creates a text stroke for the given text, font, and fitting style and use defaultflatness
andlimit
parameters.TextStroke(java.lang.String text, java.awt.Font font, TextStroke.Style style, double flatness, int limit)
Creates a text stroke for the given text and font that will fit the text to fill the entire path and use defaultflatness
andlimit
parameters.
-