static class Path2D.SVGParser
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
allowcomma |
(package private) int |
len |
(package private) int |
pos |
(package private) java.lang.String |
svgpath |
Constructor and Description |
---|
SVGParser(java.lang.String svgpath) |
Modifier and Type | Method and Description |
---|---|
float |
a() |
boolean |
b() |
float |
f() |
char |
getChar() |
float |
getFloat() |
boolean |
isDone() |
boolean |
nextIsNumber() |
private int |
toNextNonWsp() |
private int |
toNumberEnd() |