|
|||||||||
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
public class 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 java.lang.String |
HRD_CONSOLE_CLASS
|
static java.lang.String |
HRD_RGB_CLASS
|
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)
|
Method Summary |
---|
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 static final java.lang.String HRD_RGB_CLASS
public static final java.lang.String HRD_CONSOLE_CLASS
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 |