Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Wiki  API  Corporate

com.aspose.powerpoint
Class Polyline

java.lang.Object
  extended by com.aspose.powerpoint.Shape
      extended by com.aspose.powerpoint.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.powerpoint.Shape
addLink, addTextFrame, clearLink, getAlternativeText, getAnimationSettings, getFillFormat, getHeight, getLineFormat, getLink, getParent, getRotation, getTags, getTextFrame, getWidth, getX, getY, getZOrderPosition, isFlipH, isFlipV, isTextHolder, setAlternativeText, setFlipH, setFlipV, setHeight, 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. See Point[].

getSegments

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

Returns:
The segments list. See SegmentType[].