LineCompoundType Enum
Lists values that specify the compound line type.
Declaration
public enum LineCompoundType extends Enum<LineCompoundType> implements IIntEnum
Members
| Name | Description |
|---|---|
DOUBLE
|
A line style composed of double lines of equal width. |
SINGLE
|
A single line of normal width. |
THICK_THIN
|
A line style composed of double lines, the first of which is thick and the second, thin. |
THIN_THICK
|
A line style composed of double lines, the first of which is thin and the second, thick. |
TRIPLE
|
A line style composed of triple lines, the first of which is thin, the second, thick, and the last one, thin. |
fromValue(int value)
|
Converts an integer value to the corresponding |
getName()
|
Returns the name of this |
getValue()
|
Returns the integer value of this |
toString()
|
Returns a string representation of this |
valueOf(String name)
|
Returns the |
values()
|
Returns an array that contains all |