public class PolyQuadraticBezierSegment extends Object
The poly quadratic bezier segment. A series of quadratic BÉZIER segments.
| Constructor and Description |
|---|
PolyQuadraticBezierSegment()
Initializes a new instance of the
PolyQuadraticBezierSegment 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 PolyQuadraticBezierSegment()
Initializes a new instance of the PolyQuadraticBezierSegment class.
public final String getPoints()
Gets or sets the points. Specifies control points for multiple quadratic 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 quadratic 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.