FreeHEP API
Version current

org.freehep.util.parameterdatabase.selector
Class StdColorSelector

java.lang.Object
  extended byorg.freehep.util.parameterdatabase.selector.Selector
      extended byorg.freehep.util.parameterdatabase.selector.StdColorSelector

public class StdColorSelector
extends Selector

Source Code:
StdColorSelector.java

Field Summary
static StdColorSelector BLACK
           
static StdColorSelector BLUE
           
static StdColorSelector CYAN
           
static StdColorSelector DARK_GRAY
           
static StdColorSelector GRAY
           
static StdColorSelector GREEN
           
static StdColorSelector LIGHT_GRAY
           
static StdColorSelector MAGENTA
           
static StdColorSelector ORANGE
           
static StdColorSelector PINK
           
static StdColorSelector RED
           
static StdColorSelector WHITE
           
static StdColorSelector YELLOW
           
 
Constructor Summary
  StdColorSelector(Object value)
           
  StdColorSelector(String tag)
           
protected StdColorSelector(String tag, Object value)
           
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

StdColorSelector

protected StdColorSelector(String tag,
                           Object value)

StdColorSelector

public StdColorSelector(Object value)

StdColorSelector

public StdColorSelector(String tag)
Method Detail

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

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.