|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.colorer.handlers.RegionDefine
net.sf.colorer.handlers.StyledRegion
Field Summary | |
int |
back
Background mapping |
boolean |
bback
Is region defines background mapping |
boolean |
bfore
Is region defines foreground mapping |
static int |
BOLD
|
int |
fore
Foreground mapping |
static int |
ITALIC
|
static int |
STRIKEOUT
|
int |
style
Style mapping |
static int |
UNDERLINE
|
Constructor Summary | |
StyledRegion(boolean bfore,
boolean bback,
int fore,
int back,
int style)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int BOLD
public static final int ITALIC
public static final int UNDERLINE
public static final int STRIKEOUT
public boolean bfore
public boolean bback
public int fore
public int back
public int style
Constructor Detail |
public StyledRegion(boolean bfore, boolean bback, int fore, int back, int style)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |