FreeHEP API
Version current

hep.graphics.heprep1.ref
Class DefaultHepRepCut

java.lang.Object
  extended byhep.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

Field Summary
static String cvsId
           
 
Fields inherited from interface hep.graphics.heprep1.HepRepAttValue
SHOW_DESC, SHOW_EXTRA, SHOW_NAME, SHOW_NONE, SHOW_VALUE
 
Constructor Summary
DefaultHepRepCut(String name, String comparison, double value)
           
DefaultHepRepCut(String name, String comparison, long value)
           
DefaultHepRepCut(String name, String comparison, String value)
           
 
Method Summary
 boolean getBoolean()
           
 Color getColor()
           
 String getComparison()
           
 double getDouble()
           
 int getFontStyle()
           
 int getInteger()
           
 long getLong()
           
 String getName()
           
 String getString()
           
 Object getValue()
           
 int showLabel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cvsId

public static final String cvsId
See Also:
Constant Field Values
Constructor Detail

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)
Method Detail

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

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.