hep.graphics.heprep
Interface HepRepConstants

All Known Subinterfaces:
HepRepAttribute, HepRepAttValue, HepRepDefinition, HepRepInstance, HepRepPoint, HepRepType

public interface HepRepConstants

Constants for HepRep interfaces.

Author:
Mark Donszelmann

Field Summary
static int SHOW_DESC
          Defines constants for showLabel
static int SHOW_EXTRA
          Defines constants for showLabel
static int SHOW_NAME
          Defines constants for showLabel
static int SHOW_NONE
          Defines constants for showLabel
static int SHOW_VALUE
          Defines constants for showLabel
static int TYPE_BOOLEAN
          Defines constants for type
static int TYPE_COLOR
          Defines constants for type
static int TYPE_DOUBLE
          Defines constants for type
static int TYPE_INT
          Defines constants for type
static int TYPE_LONG
          Defines constants for type
static int TYPE_STRING
          Defines constants for type
static int TYPE_UNKNOWN
          Defines constants for type
 

Field Detail

TYPE_UNKNOWN

static final int TYPE_UNKNOWN
Defines constants for type

See Also:
Constant Field Values

TYPE_STRING

static final int TYPE_STRING
Defines constants for type

See Also:
Constant Field Values

TYPE_COLOR

static final int TYPE_COLOR
Defines constants for type

See Also:
Constant Field Values

TYPE_LONG

static final int TYPE_LONG
Defines constants for type

See Also:
Constant Field Values

TYPE_INT

static final int TYPE_INT
Defines constants for type

See Also:
Constant Field Values

TYPE_DOUBLE

static final int TYPE_DOUBLE
Defines constants for type

See Also:
Constant Field Values

TYPE_BOOLEAN

static final int TYPE_BOOLEAN
Defines constants for type

See Also:
Constant Field Values

SHOW_NONE

static final int SHOW_NONE
Defines constants for showLabel

See Also:
Constant Field Values

SHOW_NAME

static final int SHOW_NAME
Defines constants for showLabel

See Also:
Constant Field Values

SHOW_DESC

static final int SHOW_DESC
Defines constants for showLabel

See Also:
Constant Field Values

SHOW_VALUE

static final int SHOW_VALUE
Defines constants for showLabel

See Also:
Constant Field Values

SHOW_EXTRA

static final int SHOW_EXTRA
Defines constants for showLabel

See Also:
Constant Field Values


Copyright © 2000-2007 FreeHEP. All Rights Reserved.