com.aspose.slides
Class Polyline

java.lang.Object
  extended by com.aspose.slides.Shape
      extended by com.aspose.slides.Polyline

public final class Polyline
extends Shape

Represents the Polyline shape.


Method Summary
 java.awt.Point[] 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.
 
Methods inherited from class com.aspose.slides.Shape
addLink, addTextFrame, clearLink, getAlternativeText, getAnimationSettings, getFillFormat, getHeight, getLineFormat, getLink, getName, getParent, getPlaceholder, getRotation, getTags, getTextFrame, getWidth, getX, getY, getZOrderPosition, 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

serialize

public void serialize(java.io.OutputStream stream)
               throws PptException
Serializes a Polyline object to the stream.

Overrides:
serialize in class Shape
Parameters:
stream - The stream to which the Polyline is to be serialized.
Throws:
PptException

getPoints

public java.awt.Point[] getPoints()
Returns the list of a points for the polyline.

Returns:
The points list.

getSegments

public int[] getSegments()
Returns the list of a segments for the polyline.

Returns:
The segments list. See SegmentType[].