com.retek.component.internet.xmlgen
Class WebFontListType

java.lang.Object
  extended bycom.retek.component.internet.xmlgen.WebFontListType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
WebFontList

public class WebFontListType
extends java.lang.Object
implements java.io.Serializable

Class WebFontListType.

Version:
$Revision$ $Date$
See Also:
Serialized Form

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

WebFontListType

public WebFontListType()
Method Detail

addFont

public void addFont(Font vFont)
             throws java.lang.IndexOutOfBoundsException
Method addFont

Parameters:
vFont -
Throws:
java.lang.IndexOutOfBoundsException

addFont

public void addFont(int index,
                    Font vFont)
             throws java.lang.IndexOutOfBoundsException
Method addFont

Parameters:
index -
vFont -
Throws:
java.lang.IndexOutOfBoundsException

enumerateFont

public java.util.Enumeration enumerateFont()
Method enumerateFont


getFont

public Font getFont(int index)
             throws java.lang.IndexOutOfBoundsException
Method getFont

Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getFont

public Font[] getFont()
Method getFont


getFontCount

public int getFontCount()
Method getFontCount


isValid

public boolean isValid()
Method isValid


marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
handler -
Throws:
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

removeAllFont

public void removeAllFont()
Method removeAllFont


removeFont

public Font removeFont(int index)
Method removeFont

Parameters:
index -

setFont

public void setFont(int index,
                    Font vFont)
             throws java.lang.IndexOutOfBoundsException
Method setFont

Parameters:
index -
vFont -
Throws:
java.lang.IndexOutOfBoundsException

setFont

public void setFont(Font[] fontArray)
Method setFont

Parameters:
fontArray -

unmarshal

public static java.lang.Object unmarshal(java.io.Reader reader)
                                  throws org.exolab.castor.xml.MarshalException,
                                         org.exolab.castor.xml.ValidationException
Method unmarshal

Parameters:
reader -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

Throws:
org.exolab.castor.xml.ValidationException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28