Public Member Functions | |
TextStroke (String text, Font font) | |
TextStroke (String text, Font font, float startoffset) | |
Shape | createStrokedShape (Shape shape) |
float | measurePathLength (Shape shape) |
Private Attributes | |
String | text |
Font | font |
float | startoffset |
AffineTransform | t = new AffineTransform() |
exlabel.util.TextStroke.TextStroke | ( | String | text, | |
Font | font | |||
) |
exlabel.util.TextStroke.TextStroke | ( | String | text, | |
Font | font, | |||
float | startoffset | |||
) |
Shape exlabel.util.TextStroke.createStrokedShape | ( | Shape | shape | ) |
float exlabel.util.TextStroke.measurePathLength | ( | Shape | shape | ) |
String exlabel.util.TextStroke.text [private] |
Font exlabel.util.TextStroke.font [private] |
float exlabel.util.TextStroke.startoffset [private] |
AffineTransform exlabel.util.TextStroke.t = new AffineTransform() [private] |