public class PolyBezierSegment extends Object
The poly bezier segment. A series of BÉZIER segments.
| Constructor and Description |
|---|
PolyBezierSegment()
Initializes a new instance of the
PolyBezierSegment class. |
| Modifier and Type | Method and Description |
|---|---|
String |
getPoints()
Gets or sets the points.
|
boolean |
isStroked()
Gets or sets a value indicating whether is stroked.
|
void |
setPoints(String value)
Gets or sets the points.
|
void |
setStroked(boolean value)
Gets or sets a value indicating whether is stroked.
|
public PolyBezierSegment()
Initializes a new instance of the PolyBezierSegment class.
public final String getPoints()
Gets or sets the points. Specifies control points for multiple BÉZIER segments. Coordinate values within each pair are comma-separated and additional whitespace can appear. Coordinate pairs are separated from other coordinate pairs by whitespace.
public final void setPoints(String value)
Gets or sets the points. Specifies control points for multiple BÉZIER segments. Coordinate values within each pair are comma-separated and additional whitespace can appear. Coordinate pairs are separated from other coordinate pairs by whitespace.
public final boolean isStroked()
Gets or sets a value indicating whether is stroked. Specifies whether the stroke for this segment of the path is drawn. Can be true or false.
public final void setStroked(boolean value)
Gets or sets a value indicating whether is stroked. Specifies whether the stroke for this segment of the path is drawn. Can be true or false.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.