|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PatternFormatting
Field Summary | |
---|---|
static short |
ALT_BARS
Wide dots |
static short |
BIG_SPOTS
Large spots |
static short |
BRICKS
Brick-like layout |
static short |
DIAMONDS
Diamonds |
static short |
FINE_DOTS
Small fine dots |
static short |
LEAST_DOTS
Least Dots |
static short |
LESS_DOTS
Less Dots |
static short |
NO_FILL
No background |
static short |
SOLID_FOREGROUND
Solidly filled |
static short |
SPARSE_DOTS
Sparse dots |
static short |
SQUARES
Squares |
static short |
THICK_BACKWARD_DIAG
Thick backward facing diagonals |
static short |
THICK_FORWARD_DIAG
Thick forward facing diagonals |
static short |
THICK_HORZ_BANDS
Thick horizontal bands |
static short |
THICK_VERT_BANDS
Thick vertical bands |
static short |
THIN_BACKWARD_DIAG
Thin backward diagonal |
static short |
THIN_FORWARD_DIAG
Thin forward diagonal |
static short |
THIN_HORZ_BANDS
Thin horizontal bands |
static short |
THIN_VERT_BANDS
Thin vertical bands |
Method Summary | |
---|---|
short |
getFillBackgroundColor()
|
Color |
getFillBackgroundColorColor()
|
short |
getFillForegroundColor()
|
Color |
getFillForegroundColorColor()
|
short |
getFillPattern()
|
void |
setFillBackgroundColor(Color bg)
|
void |
setFillBackgroundColor(short bg)
|
void |
setFillForegroundColor(Color fg)
|
void |
setFillForegroundColor(short fg)
|
void |
setFillPattern(short fp)
|
Field Detail |
---|
static final short NO_FILL
static final short SOLID_FOREGROUND
static final short FINE_DOTS
static final short ALT_BARS
static final short SPARSE_DOTS
static final short THICK_HORZ_BANDS
static final short THICK_VERT_BANDS
static final short THICK_BACKWARD_DIAG
static final short THICK_FORWARD_DIAG
static final short BIG_SPOTS
static final short BRICKS
static final short THIN_HORZ_BANDS
static final short THIN_VERT_BANDS
static final short THIN_BACKWARD_DIAG
static final short THIN_FORWARD_DIAG
static final short SQUARES
static final short DIAMONDS
static final short LESS_DOTS
static final short LEAST_DOTS
Method Detail |
---|
short getFillBackgroundColor()
short getFillForegroundColor()
Color getFillBackgroundColorColor()
Color getFillForegroundColorColor()
short getFillPattern()
void setFillBackgroundColor(short bg)
void setFillForegroundColor(short fg)
void setFillBackgroundColor(Color bg)
void setFillForegroundColor(Color fg)
void setFillPattern(short fp)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |