public class CutData extends Object implements hep.graphics.heprep.HepRepAttributeListener
Constructor and Description |
---|
CutData() |
Modifier and Type | Method and Description |
---|---|
Map |
getData() |
boolean |
hasChanged()
Returns true if any attributes have changed (or were removed) since the last call to this method.
|
void |
removeAttribute(hep.graphics.heprep.HepRepInstance instance,
String name) |
void |
setAttribute(hep.graphics.heprep.HepRepInstance instance,
String name,
boolean value,
int showLabel) |
void |
setAttribute(hep.graphics.heprep.HepRepInstance instance,
String name,
Color value,
int showLabel) |
void |
setAttribute(hep.graphics.heprep.HepRepInstance instance,
String name,
double value,
int showLabel) |
void |
setAttribute(hep.graphics.heprep.HepRepInstance instance,
String name,
int value,
int showLabel) |
void |
setAttribute(hep.graphics.heprep.HepRepInstance instance,
String name,
long value,
int showLabel) |
void |
setAttribute(hep.graphics.heprep.HepRepInstance instance,
String name,
String value,
String lowerCaseValue,
int showLabel) |
void |
subscribeTo(hep.graphics.heprep.HepRepIterator iterator,
Set<String> conditionNames) |
public void setAttribute(hep.graphics.heprep.HepRepInstance instance, String name, String value, String lowerCaseValue, int showLabel)
setAttribute
in interface hep.graphics.heprep.HepRepAttributeListener
public void setAttribute(hep.graphics.heprep.HepRepInstance instance, String name, Color value, int showLabel)
setAttribute
in interface hep.graphics.heprep.HepRepAttributeListener
public void setAttribute(hep.graphics.heprep.HepRepInstance instance, String name, long value, int showLabel)
setAttribute
in interface hep.graphics.heprep.HepRepAttributeListener
public void setAttribute(hep.graphics.heprep.HepRepInstance instance, String name, int value, int showLabel)
setAttribute
in interface hep.graphics.heprep.HepRepAttributeListener
public void setAttribute(hep.graphics.heprep.HepRepInstance instance, String name, double value, int showLabel)
setAttribute
in interface hep.graphics.heprep.HepRepAttributeListener
public void setAttribute(hep.graphics.heprep.HepRepInstance instance, String name, boolean value, int showLabel)
setAttribute
in interface hep.graphics.heprep.HepRepAttributeListener
public void removeAttribute(hep.graphics.heprep.HepRepInstance instance, String name)
removeAttribute
in interface hep.graphics.heprep.HepRepAttributeListener
public Map getData()
public void subscribeTo(hep.graphics.heprep.HepRepIterator iterator, Set<String> conditionNames)
public boolean hasChanged()
Copyright © 1996-2014 FreeHEP. All Rights Reserved.