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()
          Returns the stroke's color.
 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.
 int getStyle()
          Returns the stroke's line style.
 float getWidth()
          Returns the stroke's width in points.
 boolean isRoundEndCap()
          Determines whether the line caps should be rounded.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getWidth

public float getWidth()
Returns the stroke's width in points.

Returns:
The stroke's width in points.

getColor

public java.awt.Color getColor()
Returns the stroke's color.

Returns:
The stroke's color. See Color.

getStyle

public int getStyle()
Returns the stroke's line style.

Returns:
The stroke's line style. See LineStyle.

getDashStyle

public int getDashStyle()
Returns the stroke's dash style.

Returns:
The stroke's dash style. See LineDashStyle.

isRoundEndCap

public boolean isRoundEndCap()
Determines whether the line caps should be rounded.

Returns:
Determines whether the line caps should be rounded.

getBeginArrowheadStyle

public int getBeginArrowheadStyle()
Returns the arrowhead style at the beginning of a line.

Returns:
The arrowhead style at the beginning of a line. See LineArrowheadStyle.

getBeginArrowheadLength

public int getBeginArrowheadLength()
Returns the arrowhead length at the beginning of a line.

Returns:
The arrowhead length at the beginning of a line. See LineArrowheadLength.

getBeginArrowheadWidth

public int getBeginArrowheadWidth()
Returns the arrowhead width at the beginning of a line.

Returns:
The arrowhead width at the beginning of a line. See LineArrowheadWidth.

getEndArrowheadStyle

public int getEndArrowheadStyle()
Returns the arrowhead style at the end of a line.

Returns:
The arrowhead style at the end of a line. See LineArrowheadStyle.

getEndArrowheadLength

public int getEndArrowheadLength()
Returns the arrowhead length at the end of a line.

Returns:
The arrowhead length at the end of a line. See LineArrowheadLength.

getEndArrowheadWidth

public int getEndArrowheadWidth()
Returns the arrowhead width at the end of a line.

Returns:
The arrowhead width at the end of a line. See LineArrowheadWidth.