Package | Description |
---|---|
com.xalys.xgl.svg | |
com.xalys.xgl.svg.path |
Modifier and Type | Method and Description |
---|---|
Path |
Path.setPathData(Command... commands) |
Constructor and Description |
---|
Path(Command... commands) |
Modifier and Type | Class and Description |
---|---|
class |
ClosePath
Close the current subpath by drawing a straight line from the current point
to current subpath's initial point.
|
class |
HorizontalLineTo
Draws a horizontal line from the current point (cpx, cpy) to (x, cpy).
|
class |
LineTo
Draw a line from the current point to the given (x,y) coordinate which
becomes the new current point.
|
class |
MoveTo
Start a new sub-path at the given (x,y) coordinate.
|
class |
VerticalLineTo
Draws a vertical line from the current point (cpx, cpy) to (cpx, y).
|
Constructor and Description |
---|
Commands(Command... commands) |
Commands(Command command) |
Constructor and Description |
---|
Commands(Collection<Command> commands) |
Copyright © 2018 Xalys. All rights reserved.