net.clackrouter.jgraph.pad
Class GPAttributeMap

java.lang.Object
  extended by AttributeMap
      extended by net.clackrouter.jgraph.pad.GPAttributeMap

public class GPAttributeMap
extends AttributeMap


Constructor Summary
GPAttributeMap()
           
 
Method Summary
 java.lang.Object clone()
          Returns a clone of map, from keys to values.
 java.lang.Object valueChanged(java.lang.Object value)
          Returns a clone of the user object with the new value.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPAttributeMap

public GPAttributeMap()
Method Detail

valueChanged

public java.lang.Object valueChanged(java.lang.Object value)
Returns a clone of the user object with the new value.


clone

public java.lang.Object clone()
Returns a clone of map, from keys to values. If the map contains bounds or points, these are cloned as well. References to PortViews are replaces by points.