|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.betabeans.scroogexhtml.CharacterProperties
The CharacterProperties class is used to save the current state of the
ScroogeXHTMLWriter
.
ScroogeXHTMLWriter
, Serialized FormField Summary | |
protected java.lang.String |
bgcolor
the font background color |
protected boolean |
bold
flag for bold |
protected java.lang.String |
color
the font color |
protected java.lang.String |
font
the font name |
protected int |
fontCharSet
|
protected java.lang.String |
hlcolor
the font highlight color |
protected boolean |
italic
flag for italic |
protected int |
size
the font size |
protected boolean |
strike
flag for strikout |
protected boolean |
subscript
flag for subscript |
protected boolean |
superscript
flag for superscript |
protected boolean |
underline
flag for underline |
Constructor Summary | |
CharacterProperties(java.lang.String font,
java.lang.String color,
int size)
Create and initialize the instance |
Method Summary | |
static java.lang.Object |
deepCopy(java.lang.Object o)
create a deep copy of the object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected boolean bold
protected boolean underline
protected boolean italic
protected boolean strike
protected boolean subscript
protected boolean superscript
protected java.lang.String font
protected java.lang.String color
protected java.lang.String bgcolor
protected java.lang.String hlcolor
protected int size
protected int fontCharSet
Constructor Detail |
public CharacterProperties(java.lang.String font, java.lang.String color, int size)
font
- initial font namecolor
- initial font colorsize
- initial font size in ptMethod Detail |
public static java.lang.Object deepCopy(java.lang.Object o) throws java.lang.Exception
o
- the object to be copiedjava.lang.Exception
- an exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |