|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.component.internet.xmlgen.WebFontListType
Class WebFontListType.
Constructor Summary | |
WebFontListType()
|
Method Summary | |
void |
addFont(Font vFont)
Method addFont |
void |
addFont(int index,
Font vFont)
Method addFont |
java.util.Enumeration |
enumerateFont()
Method enumerateFont |
Font[] |
getFont()
Method getFont |
Font |
getFont(int index)
Method getFont |
int |
getFontCount()
Method getFontCount |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
removeAllFont()
Method removeAllFont |
Font |
removeFont(int index)
Method removeFont |
void |
setFont(Font[] fontArray)
Method setFont |
void |
setFont(int index,
Font vFont)
Method setFont |
static java.lang.Object |
unmarshal(java.io.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 WebFontListType()
Method Detail |
public void addFont(Font vFont) throws java.lang.IndexOutOfBoundsException
vFont
-
java.lang.IndexOutOfBoundsException
public void addFont(int index, Font vFont) throws java.lang.IndexOutOfBoundsException
index
- vFont
-
java.lang.IndexOutOfBoundsException
public java.util.Enumeration enumerateFont()
public Font getFont(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public Font[] getFont()
public int getFontCount()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void removeAllFont()
public Font removeFont(int index)
index
- public void setFont(int index, Font vFont) throws java.lang.IndexOutOfBoundsException
index
- vFont
-
java.lang.IndexOutOfBoundsException
public void setFont(Font[] fontArray)
fontArray
- public static java.lang.Object unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |