FreeHEP API
Version current

hep.aida.ref.plotter
Class DoubleStyleParameter

java.lang.Object
  extended byhep.aida.ref.plotter.AbstractStyleParameter
      extended byhep.aida.ref.plotter.DoubleStyleParameter

public class DoubleStyleParameter
extends AbstractStyleParameter

Author:
The FreeHEP team @ SLAC
Source Code:
DoubleStyleParameter.java

Method Summary
 boolean hasLimits()
           
 double max()
           
 double min()
           
protected  boolean setParameter(String parValue)
           
 boolean setValue(double value)
           
 Class type()
           
 double value()
           
 
Methods inherited from class hep.aida.ref.plotter.AbstractStyleParameter
allowedValues, defaultValue, hasAllowedValues, isCurrentValueAllowed, isParameterValueSet, isValueAllowed, name, parameterValue, reset, setDefaultValue, setParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasLimits

public boolean hasLimits()

min

public double min()

max

public double max()

value

public double value()

setValue

public boolean setValue(double value)

setParameter

protected boolean setParameter(String parValue)
Overrides:
setParameter in class AbstractStyleParameter

type

public Class type()
Specified by:
type in class AbstractStyleParameter

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.