org.freehep.jas.extension.tupleExplorer.cut
Class Numeric1DCutVariable

java.lang.Object
  extended by org.freehep.jas.extension.tupleExplorer.cut.AbstractCutVariable
      extended by org.freehep.jas.extension.tupleExplorer.cut.Numeric1DCutVariable
All Implemented Interfaces:
CutVariable

public class Numeric1DCutVariable
extends AbstractCutVariable

Version:
Author:
The FreeHEP team @ SLAC.

Field Summary
 
Fields inherited from interface org.freehep.jas.extension.tupleExplorer.cut.CutVariable
CUTVARIABLE_LOCKED, CUTVARIABLE_UNLOCKED
 
Constructor Summary
Numeric1DCutVariable(String cutName)
          Create a new Numeric1DCutVariable object
Numeric1DCutVariable(String cutName, CutDataSet cutDataSet)
          Create a new Numeric1DCutVariable object
 
Method Summary
 
Methods inherited from class org.freehep.jas.extension.tupleExplorer.cut.AbstractCutVariable
addCutVariableListener, getCutDataSet, getCutVariableGUIListener, getMax, getMin, getName, getState, getValue, getValueChange, isLocked, removeCutVariableListener, setCutDataSet, setMax, setMin, setName, setRange, setState, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Numeric1DCutVariable

public Numeric1DCutVariable(String cutName)
Create a new Numeric1DCutVariable object

Parameters:
cutName - the name of the CutVariable

Numeric1DCutVariable

public Numeric1DCutVariable(String cutName,
                            CutDataSet cutDataSet)
Create a new Numeric1DCutVariable object

Parameters:
cutName - the name of the cut
cutData - the CutData on which the cut is applied


Copyright © 2013. All Rights Reserved.