oracle.cabo.style.xml.parse
Class ColorSchemeNode
java.lang.Object
|
+--oracle.cabo.style.xml.parse.ColorSchemeNode
- public class ColorSchemeNode
- extends java.lang.Object
Private implementation of ColorSchemeNode.
Constructor Summary |
ColorSchemeNode(java.lang.String namespaceURI,
java.lang.String name,
ColorNode[] colors)
Creates a ColorSchemeNode |
Method Summary |
java.util.Enumeration |
getColors()
Returns an Enumeration 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 |
ColorSchemeNode
public ColorSchemeNode(java.lang.String namespaceURI,
java.lang.String name,
ColorNode[] colors)
- Creates a ColorSchemeNode
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.Enumeration getColors()
- Returns an Enumeration of ColorNodes contained by this ColorSchemeNode