hep.graphics.heprep1
Interface HepRepAttValue
- All Known Subinterfaces:
- HepRepCut
- All Known Implementing Classes:
- DefaultHepRepAttValue, DefaultHepRepCut, HepRepAttValueAdapter
- public interface HepRepAttValue
- Version:
- $Id: HepRepAttValue.java,v 1.2 2004/07/18 08:19:41 duns Exp $
- Author:
- M.Donszelmann
- Source Code:
- HepRepAttValue.java
cvsId
public static final String cvsId
- See Also:
- Constant Field Values
SHOW_NONE
public static final int SHOW_NONE
- Defines constants for showLabel
- See Also:
- Constant Field Values
SHOW_NAME
public static final int SHOW_NAME
- See Also:
- Constant Field Values
SHOW_DESC
public static final int SHOW_DESC
- See Also:
- Constant Field Values
SHOW_VALUE
public static final int SHOW_VALUE
- See Also:
- Constant Field Values
SHOW_EXTRA
public static final int SHOW_EXTRA
- See Also:
- Constant Field Values
getName
public String getName()
- Returns:
- Capitalized Name
showLabel
public int showLabel()
- Returns:
- flag bits if should be shown as label
getValue
public Object getValue()
- Returns:
- value as Object
getString
public String getString()
- Returns:
- value as Capitalized string
getLong
public long getLong()
- Returns:
- value as long
getInteger
public int getInteger()
- Returns:
- value as integer
getDouble
public double getDouble()
- Returns:
- value as double
getBoolean
public boolean getBoolean()
- Returns:
- value as boolean
getColor
public Color getColor()
- Returns:
- value as Color
getFontStyle
public int getFontStyle()
- Returns:
- value as FontStyle
Copyright © 2000-2004 FreeHEP, All Rights Reserved.