org.freehep.util.parameterdatabase.selector
Class StdColorSelector
java.lang.Object
org.freehep.util.parameterdatabase.selector.Selector
org.freehep.util.parameterdatabase.selector.StdColorSelector
- public class StdColorSelector
- extends Selector
- Source Code:
- StdColorSelector.java
Method Summary |
Iterator |
iterator()
This returns an iterator over all of the possible Selector objects of
this class. |
Methods inherited from class org.freehep.util.parameterdatabase.selector.Selector |
equals, getBooleanValue, getDoubleValue, getIntValue, getSelectorFromTag, getSelectorFromValue, getTag, getValue, hashCode, initialize, toString |
RED
public static StdColorSelector RED
GREEN
public static StdColorSelector GREEN
BLUE
public static StdColorSelector BLUE
CYAN
public static StdColorSelector CYAN
MAGENTA
public static StdColorSelector MAGENTA
YELLOW
public static StdColorSelector YELLOW
ORANGE
public static StdColorSelector ORANGE
PINK
public static StdColorSelector PINK
WHITE
public static StdColorSelector WHITE
LIGHT_GRAY
public static StdColorSelector LIGHT_GRAY
GRAY
public static StdColorSelector GRAY
DARK_GRAY
public static StdColorSelector DARK_GRAY
BLACK
public static StdColorSelector BLACK
StdColorSelector
protected StdColorSelector(String tag,
Object value)
StdColorSelector
public StdColorSelector(Object value)
StdColorSelector
public StdColorSelector(String tag)
iterator
public Iterator iterator()
- Description copied from class:
Selector
- This returns an iterator over all of the possible Selector objects of
this class.
- Specified by:
iterator
in class Selector
Copyright © 2000-2004 FreeHEP, All Rights Reserved.