FreeHEP API
Version current

org.freehep.util.parameterdatabase.selector
Class LineSizeSelector

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

public class LineSizeSelector
extends Selector

Source Code:
LineSizeSelector.java

Field Summary
static LineSizeSelector NORMAL
           
protected static BasicStroke normalStroke
           
static LineSizeSelector THICK
           
protected static BasicStroke thickStroke
           
static LineSizeSelector THIN
           
protected static BasicStroke thinStroke
           
 
Constructor Summary
  LineSizeSelector(Object value)
           
  LineSizeSelector(String tag)
           
protected LineSizeSelector(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

thinStroke

protected static BasicStroke thinStroke

normalStroke

protected static BasicStroke normalStroke

thickStroke

protected static BasicStroke thickStroke

THIN

public static LineSizeSelector THIN

NORMAL

public static LineSizeSelector NORMAL

THICK

public static LineSizeSelector THICK
Constructor Detail

LineSizeSelector

protected LineSizeSelector(String tag,
                           Object value)

LineSizeSelector

public LineSizeSelector(Object value)

LineSizeSelector

public LineSizeSelector(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.