Graph Common

pl.psnc.graph.util
Class GraphKeys

java.lang.Object
  extended by pl.psnc.graph.util.GraphKeys

public final class GraphKeys
extends java.lang.Object

Author:
Dominik Stoklosa
Email address
osa@man.poznan.pl

Field Summary
static java.awt.Color BORDER_COLOR
          Graph border color - visible only on mouse over
static java.awt.Font FONT_NODE_TYPE
          Specifies the node type indicator font
static int NEW_VERTEX_OFFSET
          The new node offset
static java.lang.String PROPERTY_SELECTED_NODE_ID
          The id of the selected resource
static int VERTEX_LABEL_MARGIN
          The value specifies a margin for a vertex label
 
Constructor Summary
GraphKeys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_SELECTED_NODE_ID

public static java.lang.String PROPERTY_SELECTED_NODE_ID
The id of the selected resource


VERTEX_LABEL_MARGIN

public static int VERTEX_LABEL_MARGIN
The value specifies a margin for a vertex label


NEW_VERTEX_OFFSET

public static int NEW_VERTEX_OFFSET
The new node offset


FONT_NODE_TYPE

public static final java.awt.Font FONT_NODE_TYPE
Specifies the node type indicator font


BORDER_COLOR

public static final java.awt.Color BORDER_COLOR
Graph border color - visible only on mouse over

Constructor Detail

GraphKeys

public GraphKeys()

Graph Common

Copyright 2008 by VLAB Dominik Stoklosa