| Package | Description |
|---|---|
| de.saxsys.svgfx.core.path.commands |
| Modifier and Type | Method and Description |
|---|---|
CubicBezierCurveCommand |
CommandFactory.createCubicBezierCurveCommand(char commandName,
String data)
Creates a new
BezierCurveCommand using the given data, which needs to contains three points. |
CubicBezierCurveCommand |
CommandFactory.createShortCubicBezierCurveCommand(char commandName,
String data,
javafx.geometry.Point2D absoluteCurrentPoint,
PathCommand previousCommand)
Creates a new
BezierCurveCommand using the given data, which needs to contains three points. |
Copyright © 2017 Saxonia Systems AG. All rights reserved.