|
||||||||
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 com.aspose.slides.Shape |
---|
addLink, addTextFrame, clearLink, createShapeElements, createShapeElements, getAlternativeText, getAnimationSettings, getConnectionSites, getConnectionSitesRaw, getFillFormat, getHeight, getLineFormat, getLink, getMasterShapeId, getName, getParent, getPlaceholder, getRotation, getShadowFormat, getShapeId, getShapeRectangle, getTags, getTextFrame, getThreeDFormat, getWidth, getX, getY, getZOrderPosition, hasExternalData, isFlipH, isFlipV, isHidden, isMasterTextHolder, isTextHolder, setAlternativeText, setFlipH, setFlipV, setHeight, setHidden, setName, setRotation, setWidth, setX, setY, zOrder |
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 |