public class CompoundTypeValue
Field Summary | ||
---|---|---|
static final int | SINGLE | |
Single line (of width lineWidth)
|
||
static final int | THICK_BETWEEN_THIN | |
Three lines, thin, thick, thin
|
||
static final int | THIN_THICK | |
Double lines, one thin, one thick
|
||
static final int | THICK_THIN | |
Double lines, one thick, one thin
|
||
static final int | THIN_THIN | |
Double lines of equal width
|
||
static final int | UNDEFINED | |
Undefined.
|
public static final int SINGLE
public static final int THICK_BETWEEN_THIN
public static final int THIN_THICK
public static final int THICK_THIN
public static final int THIN_THIN
public static final int UNDEFINED