|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Shape
com.aspose.slides.Polyline
public final class Polyline
Represents a Line shape.
Method Summary | |
---|---|
java.awt.geom.GeneralPath |
getPath()
Returns or sets GraphicsPath of a polyline. |
java.awt.Point[] |
getPoints()
Returns list of points for a polyline. |
int[] |
getSegments()
Returns list of segments for a polyline. |
void |
serialize(java.io.OutputStream stream)
|
void |
setPath(java.awt.geom.GeneralPath value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void serialize(java.io.OutputStream stream)
serialize
in class Shape
public java.awt.Point[] getPoints()
Returns list of points for a polyline.
Read-only System.Drawing.Point
[].
public int[] getSegments()
Returns list of segments for a polyline.
Read-only SegmentType
[].
public java.awt.geom.GeneralPath getPath()
Returns or sets GraphicsPath of a polyline.
Read/write GraphicsPath
.
public void setPath(java.awt.geom.GeneralPath value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |