CompoundTypeValue
CompoundTypeValue enumeration
Utility class containing constants. Represents style of drawing lines.
Values
| Name | Description |
|---|---|
| SINGLE | Single line (of width lineWidth) |
| THICK_BETWEEN_THIN | Three lines, thin, thick, thin |
| THIN_THICK | Double lines, one thin, one thick |
| THICK_THIN | Double lines, one thick, one thin |
| THIN_THIN | Double lines of equal width |
| UNDEFINED | Undefined. |