java.lang.Object
com.github.weisj.jsvg.geometry.path.PathCommand
com.github.weisj.jsvg.geometry.path.LineTo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
appendPath
(@NotNull Path2D path, @NotNull BuildHistory hist) int
toString()
float
x()
float
y()
Methods inherited from class com.github.weisj.jsvg.geometry.path.PathCommand
isRelative, lastKnotReflection, offset
-
Field Details
-
x
private final float x -
y
private final float y
-
-
Constructor Details
-
LineTo
public LineTo(boolean isRelative, float x, float y)
-
-
Method Details
-
x
public float x() -
y
public float y() -
appendPath
- Specified by:
appendPath
in classPathCommand
-
nodeCount
public int nodeCount()- Overrides:
nodeCount
in classPathCommand
-
toString
-