|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.LineFormatDataEx
public class LineFormatDataEx
Immutable object which contains line properties.
Method Summary | |
---|---|
boolean |
equals(LineFormatDataEx lf)
Determines whether the two LineValueEx instances are equal. |
boolean |
equals(java.lang.Object obj)
Determines whether the two LineValueEx instances are equal. |
byte |
getAlignment()
Returns the line alignment. |
byte |
getBeginArrowheadLength()
Returns the arrowhead length at the beginning of a line. |
byte |
getBeginArrowheadStyle()
Returns the arrowhead style at the beginning of a line. |
byte |
getBeginArrowheadWidth()
Returns the arrowhead width at the beginning of a line. |
byte |
getCapStyle()
Returns the line cap style. |
float[] |
getCustomDashPattern()
Returns the custom dash pattern. |
byte |
getDashStyle()
Returns the line dash style. |
byte |
getEndArrowheadLength()
Returns the arrowhead length at the end of a line. |
byte |
getEndArrowheadStyle()
Returns the arrowhead style at the end of a line. |
byte |
getEndArrowheadWidth()
Returns the arrowhead width at the end of a line. |
LineFillFormatDataEx |
getFillFormat()
Returns the fill format of a line. |
byte |
getJoinStyle()
Returns the lines join style. |
float |
getMiterLimit()
Returns the miter limit of a line. |
byte |
getStyle()
Returns the line style. |
double |
getWidth()
Returns the width of a line. |
int |
hashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean equals(java.lang.Object obj)
Determines whether the two LineValueEx instances are equal.
equals
in class java.lang.Object
obj
- The LineValueEx to compare with the current LineValueEx.
<b>true</b>
if the specified LineValueEx is equal to the current LineValueEx; otherwise, <b>false</b>
.public boolean equals(LineFormatDataEx lf)
Determines whether the two LineValueEx instances are equal.
lf
- The LineValueEx to compare with the current LineValueEx.
<b>true</b>
if the specified LineValueEx is equal to the current LineValueEx; otherwise, <b>false</b>
.public LineFillFormatDataEx getFillFormat()
Returns the fill format of a line.
Read-only LineFillFormatDataEx
.
public double getWidth()
Returns the width of a line.
Read-only double
.
public byte getDashStyle()
Returns the line dash style.
Read-only LineDashStyleEx
.
public float[] getCustomDashPattern()
Returns the custom dash pattern.
Read-only float
[].
public byte getCapStyle()
Returns the line cap style.
Read-only LineCapStyleEx
.
public byte getStyle()
Returns the line style.
Read-only LineStyleEx
.
public byte getAlignment()
Returns the line alignment.
Read-only LineAlignmentEx
.
public byte getJoinStyle()
Returns the lines join style.
Read-only LineJoinStyleEx
.
public float getMiterLimit()
Returns the miter limit of a line.
Read-only float
.
public byte getBeginArrowheadStyle()
Returns the arrowhead style at the beginning of a line.
Read-only LineArrowheadStyleEx
.
public byte getEndArrowheadStyle()
Returns the arrowhead style at the end of a line.
Read-only LineArrowheadStyleEx
.
public byte getBeginArrowheadWidth()
Returns the arrowhead width at the beginning of a line.
Read-only LineArrowheadWidthEx
.
public byte getEndArrowheadWidth()
Returns the arrowhead width at the end of a line.
Read-only LineArrowheadWidthEx
.
public byte getBeginArrowheadLength()
Returns the arrowhead length at the beginning of a line.
Read-only LineArrowheadLengthEx
.
public byte getEndArrowheadLength()
Returns the arrowhead length at the end of a line.
Read-only LineArrowheadLengthEx
.
public int hashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |