Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ro.nolimits.rue.conf
Class ColorGeneratorConfig  view ColorGeneratorConfig download ColorGeneratorConfig.java

java.lang.Object
  extended byro.nolimits.rue.conf.ColorGeneratorConfig
All Implemented Interfaces:
java.io.Serializable

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

Version:
$Revision: 0.5.1.1 $ $Date: 2000/08/01 10:52:22 $

Field Summary
private  int _colorSpaceDim
           
private  int _colorStep
           
private  java.util.Vector _XMLColorList
           
 
Constructor Summary
ColorGeneratorConfig()
           
 
Method Summary
 void addXMLColor(XMLColor vXMLColor)
           
 java.util.Enumeration enumerateXMLColor()
           
 int getColorSpaceDim()
           
 int getColorStep()
           
 XMLColor[] getXMLColor()
           
 XMLColor getXMLColor(int index)
           
 int getXMLColorCount()
           
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void removeAllXMLColor()
           
 XMLColor removeXMLColor(int index)
           
 void setColorSpaceDim(int _colorSpaceDim)
           
 void setColorStep(int _colorStep)
           
 void setXMLColor(XMLColor vXMLColor, int index)
           
static ColorGeneratorConfig unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_colorSpaceDim

private int _colorSpaceDim

_colorStep

private int _colorStep

_XMLColorList

private java.util.Vector _XMLColorList
Constructor Detail

ColorGeneratorConfig

public ColorGeneratorConfig()
Method Detail

addXMLColor

public void addXMLColor(XMLColor vXMLColor)
                 throws java.lang.IndexOutOfBoundsException

enumerateXMLColor

public java.util.Enumeration enumerateXMLColor()

getColorSpaceDim

public int getColorSpaceDim()

getColorStep

public int getColorStep()

getXMLColor

public XMLColor getXMLColor(int index)
                     throws java.lang.IndexOutOfBoundsException

getXMLColor

public XMLColor[] getXMLColor()

getXMLColorCount

public int getXMLColorCount()

isValid

public boolean isValid()

marshal

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

marshal

public void marshal(org.xml.sax.DocumentHandler handler)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException

removeAllXMLColor

public void removeAllXMLColor()

removeXMLColor

public XMLColor removeXMLColor(int index)

setColorSpaceDim

public void setColorSpaceDim(int _colorSpaceDim)

setColorStep

public void setColorStep(int _colorStep)

setXMLColor

public void setXMLColor(XMLColor vXMLColor,
                        int index)
                 throws java.lang.IndexOutOfBoundsException

unmarshal

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

validate

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