public class PolyLineSegment extends Object
The poly line segment. Specifies a set of points between which lines are drawn.
| Constructor and Description |
|---|
PolyLineSegment()
Initializes a new instance of the
PolyLineSegment 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 PolyLineSegment()
Initializes a new instance of the PolyLineSegment class.
public final String getPoints()
Gets or sets the points. Specifies a set of coordinates for the multiple segments that define the poly line segment.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 a set of coordinates for the multiple segments that define the poly line segment.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.