|
|||||||||
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 the Polyline shape.
Method Summary | |
---|---|
java.awt.geom.GeneralPath |
getPath()
Returns the GeneralPath of a polyline. |
java.awt.geom.Point2D.Float[] |
getPoints()
Returns the list of a points for the polyline. |
int[] |
getSegments()
Returns the list of a segments for the polyline. |
void |
serialize(java.io.OutputStream stream)
Serializes a Polyline object to the stream. |
void |
setPath(java.awt.geom.GeneralPath value)
Sets the GeneralPath of a polyline. |
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) throws PptException
serialize
in class Shape
stream
- The stream to which the Polyline is to be serialized.
PptException
public java.awt.geom.Point2D.Float[] getPoints()
public int[] getSegments()
SegmentType
[].public java.awt.geom.GeneralPath getPath()
public void setPath(java.awt.geom.GeneralPath value) throws PptEditException
value
- GeneralPath of a polyline.
PptEditException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |