|
FreeHEP API Version v1.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--hep.graphics.heprep.xml.test.SAXTest
| Field Summary | |
static String |
cvsId
|
| Constructor Summary | |
SAXTest()
|
|
| Method Summary | |
static void |
main(String[] args)
|
void |
removeAttribute(String key)
Called if attribute key is removed from the attribute set. |
void |
run(String fname)
|
void |
setAttribute(String key,
boolean value,
int showLabel)
Called if attribute key changes its value. |
void |
setAttribute(String key,
Color value,
int showLabel)
Called if attribute key changes its value. |
void |
setAttribute(String key,
double value,
int showLabel)
Called if attribute key changes its value. |
void |
setAttribute(String key,
int value,
int showLabel)
Called if attribute key changes its value. |
void |
setAttribute(String key,
long value,
int showLabel)
Called if attribute key changes its value. |
void |
setAttribute(String key,
String value,
String lowerCaseValue,
int showLabel)
Called if attribute key changes its value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String cvsId
| Constructor Detail |
public SAXTest()
| Method Detail |
public void run(String fname)
throws Exception
Exception
public void setAttribute(String key,
String value,
String lowerCaseValue,
int showLabel)
HepRepIteratorListener
setAttribute in interface HepRepIteratorListenerkey - name of the changed attribute.value - value of the changed attribute.showLabel - value of showLabel.
public void setAttribute(String key,
Color value,
int showLabel)
HepRepIteratorListener
setAttribute in interface HepRepIteratorListenerkey - name of the changed attribute.value - value of the changed attribute.showLabel - value of showLabel.
public void setAttribute(String key,
long value,
int showLabel)
HepRepIteratorListener
setAttribute in interface HepRepIteratorListenerkey - name of the changed attribute.value - value of the changed attribute.showLabel - value of showLabel.
public void setAttribute(String key,
int value,
int showLabel)
HepRepIteratorListener
setAttribute in interface HepRepIteratorListenerkey - name of the changed attribute.value - value of the changed attribute.showLabel - value of showLabel.
public void setAttribute(String key,
double value,
int showLabel)
HepRepIteratorListener
setAttribute in interface HepRepIteratorListenerkey - name of the changed attribute.value - value of the changed attribute.showLabel - value of showLabel.
public void setAttribute(String key,
boolean value,
int showLabel)
HepRepIteratorListener
setAttribute in interface HepRepIteratorListenerkey - name of the changed attribute.value - value of the changed attribute.showLabel - value of showLabel.public void removeAttribute(String key)
HepRepIteratorListener
removeAttribute in interface HepRepIteratorListenerkey - name of the removed attribute.public static void main(String[] args)
|
FreeHEP API Version v1.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||