visidia.io.gml.parser
Class GMLNode

java.lang.Object
  extended by visidia.io.gml.parser.GMLNode

public class GMLNode
extends java.lang.Object


Constructor Summary
GMLNode()
           
 
Method Summary
 GMLNodeGraphics getGraphics()
           
 java.lang.Integer getId()
           
 java.lang.String getLabel()
           
 java.util.Properties getProperties()
           
 void setGraphics(GMLNodeGraphics graphics)
           
 void setId(java.lang.Integer id)
           
 void setLabel(java.lang.String label)
           
 void setProperties(java.util.Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GMLNode

public GMLNode()
Method Detail

setId

public void setId(java.lang.Integer id)

getId

public java.lang.Integer getId()

setLabel

public void setLabel(java.lang.String label)

getLabel

public java.lang.String getLabel()

setGraphics

public void setGraphics(GMLNodeGraphics graphics)

getGraphics

public GMLNodeGraphics getGraphics()

setProperties

public void setProperties(java.util.Properties properties)

getProperties

public java.util.Properties getProperties()