|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ShapeElementStroke
public class ShapeElementStroke
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 |
---|
public float getWidth()
Returns the stroke's width in points.
Read-only float
.
public java.awt.Color getColor()
public int getStyle()
Returns the stroke's line style.
Read-only Aspose.Slides.LineStyle
.
public int getDashStyle()
Returns the stroke's dash style.
Read-only Aspose.Slides.LineDashStyle
.
public boolean getRoundEndCap()
Determines whether the line caps should be rounded.
Read-only bool
.
public int getBeginArrowheadStyle()
Returns the arrowhead style at the beginning of a line.
Read-only Aspose.Slides.LineArrowheadStyle
.
public int getBeginArrowheadLength()
Returns the arrowhead length at the beginning of a line.
Read-only Aspose.Slides.LineArrowheadLength
.
public int getBeginArrowheadWidth()
Returns the arrowhead width at the beginning of a line.
Read-only Aspose.Slides.LineArrowheadWidth
.
public int getEndArrowheadStyle()
Returns the arrowhead style at the end of a line.
Read-only Aspose.Slides.LineArrowheadStyle
.
public int getEndArrowheadLength()
Returns the arrowhead length at the end of a line.
Read-only Aspose.Slides.LineArrowheadLength
.
public int getEndArrowheadWidth()
Returns the arrowhead width at the end of a line.
Read-only Aspose.Slides.LineArrowheadWidth
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |