hep.graphics.heprep1.adapter
Class HepRepAttValueAdapter
java.lang.Object
hep.graphics.heprep.ref.DefaultHepRepAttValue
hep.graphics.heprep1.adapter.HepRepAttValueAdapter
- All Implemented Interfaces:
- HepRepAttValue, HepRepConstants, Serializable
- public class HepRepAttValueAdapter
- extends DefaultHepRepAttValue
- Version:
- $Id: HepRepAttValueAdapter.java,v 1.4 2004/07/30 14:51:52 duns Exp $
- Author:
- Mark Donszelmann
- See Also:
- Serialized Form
- Source Code:
- HepRepAttValueAdapter.java
Fields inherited from interface hep.graphics.heprep.HepRepConstants |
SHOW_DESC, SHOW_EXTRA, SHOW_NAME, SHOW_NONE, SHOW_VALUE, TYPE_BOOLEAN, TYPE_COLOR, TYPE_DOUBLE, TYPE_INT, TYPE_LONG, TYPE_STRING, TYPE_UNKNOWN |
Constructor Summary |
HepRepAttValueAdapter(HepRepAttValue attValue,
String name,
boolean value,
int showLabel)
|
HepRepAttValueAdapter(HepRepAttValue attValue,
String name,
Color value,
int showLabel)
|
HepRepAttValueAdapter(HepRepAttValue attValue,
String name,
double value,
int showLabel)
|
HepRepAttValueAdapter(HepRepAttValue attValue,
String name,
int value,
int showLabel)
|
HepRepAttValueAdapter(HepRepAttValue attValue,
String name,
long value,
int showLabel)
|
HepRepAttValueAdapter(HepRepAttValue attValue,
String name,
String value,
int showLabel)
|
HepRepAttValueAdapter(HepRepAttValue attValue,
String name,
String value,
String type,
int showLabel)
|
Methods inherited from class hep.graphics.heprep.ref.DefaultHepRepAttValue |
addGuessedType, copy, getAsString, getAsString, getBoolean, getColor, getDouble, getInteger, getLong, getLowerCaseName, getLowerCaseString, getName, getString, getType, getTypeName, guessType, guessTypeFromName, guessTypeFromValue, showLabel, toShowLabel, toShowLabel, toString, toString, toType |
HepRepAttValueAdapter
public HepRepAttValueAdapter(HepRepAttValue attValue,
String name,
String value,
int showLabel)
HepRepAttValueAdapter
public HepRepAttValueAdapter(HepRepAttValue attValue,
String name,
Color value,
int showLabel)
HepRepAttValueAdapter
public HepRepAttValueAdapter(HepRepAttValue attValue,
String name,
long value,
int showLabel)
HepRepAttValueAdapter
public HepRepAttValueAdapter(HepRepAttValue attValue,
String name,
int value,
int showLabel)
HepRepAttValueAdapter
public HepRepAttValueAdapter(HepRepAttValue attValue,
String name,
double value,
int showLabel)
HepRepAttValueAdapter
public HepRepAttValueAdapter(HepRepAttValue attValue,
String name,
boolean value,
int showLabel)
HepRepAttValueAdapter
public HepRepAttValueAdapter(HepRepAttValue attValue,
String name,
String value,
String type,
int showLabel)
Copyright © 2000-2004 FreeHEP, All Rights Reserved.