FreeHEP API
Version current

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

Field Summary
static String cvsId
           
static int SHOW_DESC
           
static int SHOW_EXTRA
           
static int SHOW_NAME
           
static int SHOW_NONE
          Defines constants for showLabel
static int SHOW_VALUE
           
 
Method Summary
 boolean getBoolean()
           
 Color getColor()
           
 double getDouble()
           
 int getFontStyle()
           
 int getInteger()
           
 long getLong()
           
 String getName()
           
 String getString()
           
 Object getValue()
           
 int showLabel()
           
 

Field Detail

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

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

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.