treebolic.provider.xml.graph.gxml
Class GxmlParser.Style

java.lang.Object
  extended by treebolic.provider.xml.graph.gxml.GxmlParser.Style
Enclosing class:
GxmlParser

static class GxmlParser.Style
extends java.lang.Object

Wrapper for style information

Author:
Bernard Bou

Field Summary
 java.awt.Color theBackColor
          Node back color
 java.awt.Color theEdgeColor
          Edge color
 java.lang.String theEdgeImage
          Edge image
 java.awt.Color theForeColor
          Node fore color
 java.lang.String theNodeImage
          Nod image
 
Constructor Summary
GxmlParser.Style()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

theBackColor

public java.awt.Color theBackColor
Node back color


theForeColor

public java.awt.Color theForeColor
Node fore color


theEdgeColor

public java.awt.Color theEdgeColor
Edge color


theNodeImage

public java.lang.String theNodeImage
Nod image


theEdgeImage

public java.lang.String theEdgeImage
Edge image

Constructor Detail

GxmlParser.Style

GxmlParser.Style()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object