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.
 
Methods inherited from class com.aspose.slides.Shape
addLink, addTextFrame, clearLink, getAlternativeText, getAnimationSettings, getFillFormat, getHeight, getLineFormat, getLink, getName, getParent, getRotation, getTags, getTextFrame, getWidth, getX, getY, getZOrderPosition, isFlipH, isFlipV, isTextHolder, setAlternativeText, setFlipH, setFlipV, setHeight, setName, setRotation, setWidth, setX, setY, zOrder
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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[].