com.aspose.slides
Class ShapeElementStroke

java.lang.Object
  extended by com.aspose.slides.ShapeElementStroke

public class ShapeElementStroke
extends java.lang.Object

Represents the stroke properties for a ShapeElement.


Method Summary
 int getBeginArrowheadLength()
           Returns the arrowhead length at the beginning of a line.
 int getBeginArrowheadStyle()
           Returns the arrowhead style at the beginning of a line.
 int getBeginArrowheadWidth()
           Returns the arrowhead width at the beginning of a line.
 java.awt.Color getColor()
           
 int getDashStyle()
           Returns the stroke's dash style.
 int getEndArrowheadLength()
           Returns the arrowhead length at the end of a line.
 int getEndArrowheadStyle()
           Returns the arrowhead style at the end of a line.
 int getEndArrowheadWidth()
           Returns the arrowhead width at the end of a line.
 boolean getRoundEndCap()
           Determines whether the line caps should be rounded.
 int getStyle()
           Returns the stroke's line style.
 float getWidth()
           Returns the stroke's width in points.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getWidth

public float getWidth()

Returns the stroke's width in points. Read-only float.


getColor

public java.awt.Color getColor()

getStyle

public int getStyle()

Returns the stroke's line style. Read-only Aspose.Slides.LineStyle.


getDashStyle

public int getDashStyle()

Returns the stroke's dash style. Read-only Aspose.Slides.LineDashStyle.


getRoundEndCap

public boolean getRoundEndCap()

Determines whether the line caps should be rounded. Read-only bool.


getBeginArrowheadStyle

public int getBeginArrowheadStyle()

Returns the arrowhead style at the beginning of a line. Read-only Aspose.Slides.LineArrowheadStyle.


getBeginArrowheadLength

public int getBeginArrowheadLength()

Returns the arrowhead length at the beginning of a line. Read-only Aspose.Slides.LineArrowheadLength.


getBeginArrowheadWidth

public int getBeginArrowheadWidth()

Returns the arrowhead width at the beginning of a line. Read-only Aspose.Slides.LineArrowheadWidth.


getEndArrowheadStyle

public int getEndArrowheadStyle()

Returns the arrowhead style at the end of a line. Read-only Aspose.Slides.LineArrowheadStyle.


getEndArrowheadLength

public int getEndArrowheadLength()

Returns the arrowhead length at the end of a line. Read-only Aspose.Slides.LineArrowheadLength.


getEndArrowheadWidth

public int getEndArrowheadWidth()

Returns the arrowhead width at the end of a line. Read-only Aspose.Slides.LineArrowheadWidth.