org.apache.myfaces.trinidadinternal.style.xml.parse
Class ColorSchemeNode

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.style.xml.parse.ColorSchemeNode

public class ColorSchemeNode
extends java.lang.Object

Private implementation of ColorSchemeNode.

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/style/xml/parse/ColorSchemeNode.java#0 $) $Date: 10-nov-2005.18:58:02 $
Author:
The Oracle ADF Faces Team

Constructor Summary
ColorSchemeNode(java.lang.String namespaceURI, java.lang.String name, ColorNode[] colors)
          Creates a ColorSchemeNode
 
Method Summary
 java.util.Iterator<ColorNode> getColors()
          Returns an Iterator of ColorNodes contained by this ColorSchemeNode
 java.lang.String getName()
          Returns the name of this ColorSchemeNode.
 java.lang.String getNamespaceURI()
          Returns the namespace of this ColorSchemeNode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorSchemeNode

public ColorSchemeNode(java.lang.String namespaceURI,
                       java.lang.String name,
                       ColorNode[] colors)
Creates a ColorSchemeNode

Method Detail

getName

public java.lang.String getName()
Returns the name of this ColorSchemeNode.


getNamespaceURI

public java.lang.String getNamespaceURI()
Returns the namespace of this ColorSchemeNode.


getColors

public java.util.Iterator<ColorNode> getColors()
Returns an Iterator of ColorNodes contained by this ColorSchemeNode



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.