|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.LineFormat
public final class LineFormat
Represents a line and arrowhead formatting.
Method Summary | |
---|---|
int |
getBeginArrowheadLength()
Returns the length of an arrowhead at the begin of a line. |
int |
getBeginArrowheadStyle()
Returns the arrowhead style at the begin of a line. |
int |
getBeginArrowheadWidth()
Returns the width of an arrowhead at the begin of a line. |
int |
getDashStyle()
Returns the dash style of a line. |
int |
getEndArrowheadLength()
Returns the length of an arrowhead at the end of a line. |
int |
getEndArrowheadStyle()
Returns the arrowhead style at the end of a line. |
int |
getEndArrowheadWidth()
Returns the width of an arrowhead at the end of a line. |
java.awt.Color |
getForeColor()
Returns the foreground color of a line. |
int |
getStyle()
Returns the style of a line. |
float |
getWidth()
Returns the width of a line. |
boolean |
isRoundEndCap()
Determines whether the line has rounded caps. |
boolean |
isShowLines()
Determines whether the lines on a shape are visible. |
void |
setBeginArrowheadLength(int value)
Sets the length of an arrowhead at the begin of a line. |
void |
setBeginArrowheadStyle(int value)
Sets the arrowhead style at the begin of a line. |
void |
setBeginArrowheadWidth(int value)
Sets the width of an arrowhead at the begin of a line. |
void |
setDashStyle(int value)
Sets the dash style of a line. |
void |
setEndArrowheadLength(int value)
Sets the length of an arrowhead at the end of a line. |
void |
setEndArrowheadStyle(int value)
Sets the arrowhead style at the end of a line. |
void |
setEndArrowheadWidth(int value)
Sets the width of an arrowhead at the end of a line. |
void |
setForeColor(java.awt.Color value)
Sets the foreground color of a line. |
void |
setRoundEndCap(boolean value)
Sets the style of a line caps. |
void |
setShowLines(boolean value)
Change visibility of the lines on a shape.. |
void |
setStyle(int value)
Sets the style of a line. |
void |
setWidth(float value)
Sets the width of a line. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.awt.Color getForeColor()
public void setForeColor(java.awt.Color value)
value
- new foreground color.public int getDashStyle()
LineDashStyle
.public void setDashStyle(int value)
value
- new dash style. See LineDashStyle
.public int getStyle()
LineStyle
.public void setStyle(int value)
value
- new line style. See LineStyle
.public boolean isRoundEndCap()
public void setRoundEndCap(boolean value)
value
- true to make rounded caps.public float getWidth()
public void setWidth(float value)
value
- new line width.public int getBeginArrowheadStyle()
LineArrowheadStyle
.public void setBeginArrowheadStyle(int value)
value
- new arrowhead style. See LineArrowheadStyle
.public int getEndArrowheadStyle()
LineArrowheadStyle
.public void setEndArrowheadStyle(int value)
value
- new arrowhead style. See LineArrowheadStyle
.public int getBeginArrowheadWidth()
LineArrowheadWidth
.public void setBeginArrowheadWidth(int value)
value
- new arrowhead width. See LineArrowheadWidth
.public int getEndArrowheadWidth()
LineArrowheadWidth
.public void setEndArrowheadWidth(int value)
value
- new arrowhead width. See LineArrowheadWidth
.public int getBeginArrowheadLength()
LineArrowheadLength
.public void setBeginArrowheadLength(int value)
value
- new arrowhead length. See LineArrowheadLength
.public int getEndArrowheadLength()
LineArrowheadLength
.public void setEndArrowheadLength(int value)
value
- new arrowhead length. See LineArrowheadLength
.public boolean isShowLines()
public void setShowLines(boolean value)
value
- true to make lines on a shape visible.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |