|
||||||||
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()
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 |
---|
public float getWidth()
public java.awt.Color getColor()
Color
.public int getStyle()
LineStyle
.public int getDashStyle()
LineDashStyle
.public boolean isRoundEndCap()
public int getBeginArrowheadStyle()
LineArrowheadStyle
.public int getBeginArrowheadLength()
LineArrowheadLength
.public int getBeginArrowheadWidth()
LineArrowheadWidth
.public int getEndArrowheadStyle()
LineArrowheadStyle
.public int getEndArrowheadLength()
LineArrowheadLength
.public int getEndArrowheadWidth()
LineArrowheadWidth
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |