|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--ca.quine.jcommons.freemind.xml.Font
Class Font.
| Constructor Summary | |
Font()
|
|
| Method Summary | |
void |
deleteSIZE()
Method deleteSIZE |
FontBOLDType |
getBOLD()
Returns the value of field 'BOLD'. |
FontITALICType |
getITALIC()
Returns the value of field 'ITALIC'. |
String |
getNAME()
Returns the value of field 'NAME'. |
int |
getSIZE()
Returns the value of field 'SIZE'. |
boolean |
hasSIZE()
Method hasSIZE |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
void |
setBOLD(FontBOLDType BOLD)
Sets the value of field 'BOLD'. |
void |
setITALIC(FontITALICType ITALIC)
Sets the value of field 'ITALIC'. |
void |
setNAME(String NAME)
Sets the value of field 'NAME'. |
void |
setSIZE(int SIZE)
Sets the value of field 'SIZE'. |
static Font |
unmarshal(Reader reader)
Method unmarshal |
void |
validate()
Method validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Font()
| Method Detail |
public void deleteSIZE()
public FontBOLDType getBOLD()
public FontITALICType getITALIC()
public String getNAME()
public int getSIZE()
public boolean hasSIZE()
public boolean isValid()
public void marshal(Writer out)
throws MarshalException,
ValidationException
out -
MarshalException
ValidationException
public void marshal(ContentHandler handler)
throws IOException,
MarshalException,
ValidationException
handler -
IOException
MarshalException
ValidationExceptionpublic void setBOLD(FontBOLDType BOLD)
BOLD - the value of field 'BOLD'.public void setITALIC(FontITALICType ITALIC)
ITALIC - the value of field 'ITALIC'.public void setNAME(String NAME)
NAME - the value of field 'NAME'.public void setSIZE(int SIZE)
SIZE - the value of field 'SIZE'.
public static Font unmarshal(Reader reader)
throws MarshalException,
ValidationException
reader -
MarshalException
ValidationException
public void validate()
throws ValidationException
ValidationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||