LineFormat
Represents format of a line.
equals
| Name | Description |
|---|
| equals(Object) | |
Returns:
boolean
equals
| Name | Description |
|---|
| equals(LineFormat) | Determines whether the two LineFormat instances are equal. |
Parameters:
| Name | Type | Description |
|---|
| lineFormat | LineFormat | The LineFormat to compare with the current LineFormat. |
Returns:
boolean
getAlignment
| Name | Description |
|---|
| getAlignment() | Returns or sets the line alignment. Read/write LineAlignment. |
Returns:
byte
getBeginArrowheadLength
| Name | Description |
|---|
| getBeginArrowheadLength() | Returns or sets the arrowhead length at the beginning of a line. Read/write LineArrowheadLength. |
Returns:
byte
getBeginArrowheadStyle
| Name | Description |
|---|
| getBeginArrowheadStyle() | Returns or sets the arrowhead style at the beginning of a line. Read/write LineArrowheadStyle. |
Returns:
byte
getBeginArrowheadWidth
| Name | Description |
|---|
| getBeginArrowheadWidth() | Returns or sets the arrowhead width at the beginning of a line. Read/write LineArrowheadWidth. |
Returns:
byte
getCapStyle
| Name | Description |
|---|
| getCapStyle() | Returns or sets the line cap style. Read/write LineCapStyle. |
Returns:
byte
getCustomDashPattern
| Name | Description |
|---|
| getCustomDashPattern() | Returns or sets the custom dash pattern. Read/write float[]. |
Returns:
float
getDashStyle
| Name | Description |
|---|
| getDashStyle() | Returns or sets the line dash style. Read/write LineDashStyle. |
Returns:
byte
getEffective
| Name | Description |
|---|
| getEffective() | Gets effective line formatting data with the inheritance applied. |
Returns:
LineFormatEffectiveData
getEndArrowheadLength
| Name | Description |
|---|
| getEndArrowheadLength() | Returns or sets the arrowhead length at the end of a line. Read/write LineArrowheadLength. |
Returns:
byte
getEndArrowheadStyle
| Name | Description |
|---|
| getEndArrowheadStyle() | Returns or sets the arrowhead style at the end of a line. Read/write LineArrowheadStyle. |
Returns:
byte
getEndArrowheadWidth
| Name | Description |
|---|
| getEndArrowheadWidth() | Returns or sets the arrowhead width at the end of a line. Read/write LineArrowheadWidth. |
Returns:
byte
| Name | Description |
|---|
| getFillFormat() | Returns the fill format of a line. Read-only ILineFillFormat. |
Returns:
LineFillFormat
getJoinStyle
| Name | Description |
|---|
| getJoinStyle() | Returns or sets the lines join style. Read/write LineJoinStyle. |
Returns:
byte
getMiterLimit
| Name | Description |
|---|
| getMiterLimit() | Returns or sets the miter limit of a line. Read/write float. |
Returns:
float
| Name | Description |
|---|
| getSketchFormat() | Returns the sketch format of a line. Read-only ILineFillFormat. |
Returns:
SketchFormat
getStyle
| Name | Description |
|---|
| getStyle() | Returns or sets the line style. Read/write LineStyle. |
Returns:
byte
getVersion
| Name | Description |
|---|
| getVersion() | |
Returns:
long
getWidth
| Name | Description |
|---|
| getWidth() | Returns or sets the width of a line. Read/write double. |
Returns:
double
| Name | Description |
|---|
| isFormatNotDefined() | Returns true if line format is not defined (as just created, default). Read-only boolean. |
Returns:
boolean
setAlignment
| Name | Description |
|---|
| setAlignment(byte) | Returns or sets the line alignment. Read/write LineAlignment. |
setBeginArrowheadLength
| Name | Description |
|---|
| setBeginArrowheadLength(byte) | Returns or sets the arrowhead length at the beginning of a line. Read/write LineArrowheadLength. |
setBeginArrowheadStyle
| Name | Description |
|---|
| setBeginArrowheadStyle(byte) | Returns or sets the arrowhead style at the beginning of a line. Read/write LineArrowheadStyle. |
setBeginArrowheadWidth
| Name | Description |
|---|
| setBeginArrowheadWidth(byte) | Returns or sets the arrowhead width at the beginning of a line. Read/write LineArrowheadWidth. |
setCapStyle
| Name | Description |
|---|
| setCapStyle(byte) | Returns or sets the line cap style. Read/write LineCapStyle. |
setCustomDashPattern
| Name | Description |
|---|
| setCustomDashPattern(float[]) | Returns or sets the custom dash pattern. Read/write float[]. |
setDashStyle
| Name | Description |
|---|
| setDashStyle(byte) | Returns or sets the line dash style. Read/write LineDashStyle. |
setEndArrowheadLength
| Name | Description |
|---|
| setEndArrowheadLength(byte) | Returns or sets the arrowhead length at the end of a line. Read/write LineArrowheadLength. |
setEndArrowheadStyle
| Name | Description |
|---|
| setEndArrowheadStyle(byte) | Returns or sets the arrowhead style at the end of a line. Read/write LineArrowheadStyle. |
setEndArrowheadWidth
| Name | Description |
|---|
| setEndArrowheadWidth(byte) | Returns or sets the arrowhead width at the end of a line. Read/write LineArrowheadWidth. |
setJoinStyle
| Name | Description |
|---|
| setJoinStyle(byte) | Returns or sets the lines join style. Read/write LineJoinStyle. |
setMiterLimit
| Name | Description |
|---|
| setMiterLimit(float) | Returns or sets the miter limit of a line. Read/write float. |
setStyle
| Name | Description |
|---|
| setStyle(byte) | Returns or sets the line style. Read/write LineStyle. |
setWidth
| Name | Description |
|---|
| setWidth(double) | Returns or sets the width of a line. Read/write double. |