The Meta-Environment API

nl.cwi.sen1.visplugin.graphplugin
Class GraphConstants

java.lang.Object
  extended by nl.cwi.sen1.visplugin.graphplugin.GraphConstants

public class GraphConstants
extends java.lang.Object

Author:
A. Belgraver, Anton Gerdessen (reviewer), Jurgen Vinju

Field Summary
static int ARROWCOLOR
          Edge arrow color.
static java.lang.String COLOR
           
static java.lang.String EDGES
           
static java.lang.String GRAPH
           
static java.lang.String LABEL
           
static java.lang.String LABELLAYOUT
           
static java.lang.String LABELS
           
static java.lang.String LAYOUT
           
static int NODE_FILLCOLOR
          Node background color.
static java.awt.Font NODE_FONT
          Node text font.
static int NODE_LINECOLOR
          Node outline color.
static java.lang.String NODES
           
static int TEXTCOLOR
          Text color
 
Constructor Summary
GraphConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GRAPH

public static final java.lang.String GRAPH
See Also:
Constant Field Values

NODES

public static final java.lang.String NODES
See Also:
Constant Field Values

EDGES

public static final java.lang.String EDGES
See Also:
Constant Field Values

COLOR

public static final java.lang.String COLOR
See Also:
Constant Field Values

LAYOUT

public static final java.lang.String LAYOUT
See Also:
Constant Field Values

LABELLAYOUT

public static final java.lang.String LABELLAYOUT
See Also:
Constant Field Values

LABELS

public static final java.lang.String LABELS
See Also:
Constant Field Values

LABEL

public static final java.lang.String LABEL
See Also:
Constant Field Values

NODE_FILLCOLOR

public static final int NODE_FILLCOLOR
Node background color.


NODE_LINECOLOR

public static final int NODE_LINECOLOR
Node outline color.


NODE_FONT

public static final java.awt.Font NODE_FONT
Node text font.


TEXTCOLOR

public static final int TEXTCOLOR
Text color


ARROWCOLOR

public static final int ARROWCOLOR
Edge arrow color.

Constructor Detail

GraphConstants

public GraphConstants()

The Meta-Environment API