hep.graphics.heprep1.ref
Class DefaultHepRepCut
java.lang.Object
hep.graphics.heprep1.ref.DefaultHepRepCut
- All Implemented Interfaces:
- HepRepAttValue, HepRepCut, Serializable
- public class DefaultHepRepCut
- extends Object
- implements HepRepCut, Serializable
- Version:
- $Id: DefaultHepRepCut.java,v 1.1 2004/07/18 08:19:47 duns Exp $
- Author:
- M.Donszelmann
- See Also:
- Serialized Form
- Source Code:
- DefaultHepRepCut.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cvsId
public static final String cvsId
- See Also:
- Constant Field Values
DefaultHepRepCut
public DefaultHepRepCut(String name,
String comparison,
String value)
DefaultHepRepCut
public DefaultHepRepCut(String name,
String comparison,
long value)
DefaultHepRepCut
public DefaultHepRepCut(String name,
String comparison,
double value)
getName
public String getName()
- Specified by:
getName
in interface HepRepAttValue
showLabel
public int showLabel()
- Specified by:
showLabel
in interface HepRepAttValue
getComparison
public String getComparison()
- Specified by:
getComparison
in interface HepRepCut
getValue
public Object getValue()
- Specified by:
getValue
in interface HepRepAttValue
getString
public String getString()
- Specified by:
getString
in interface HepRepAttValue
getLong
public long getLong()
- Specified by:
getLong
in interface HepRepAttValue
getInteger
public int getInteger()
- Specified by:
getInteger
in interface HepRepAttValue
getDouble
public double getDouble()
- Specified by:
getDouble
in interface HepRepAttValue
getBoolean
public boolean getBoolean()
- Specified by:
getBoolean
in interface HepRepAttValue
getColor
public Color getColor()
- Specified by:
getColor
in interface HepRepAttValue
getFontStyle
public int getFontStyle()
- Specified by:
getFontStyle
in interface HepRepAttValue
Copyright © 2000-2004 FreeHEP, All Rights Reserved.