net.sf.jame.core.common
Class RectangleElementNodeValue

java.lang.Object
  extended by net.sf.jame.core.tree.NodeValue<Rectangle>
      extended by net.sf.jame.core.common.RectangleElementNodeValue
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class RectangleElementNodeValue
extends NodeValue<Rectangle>

Author:
Andrea Medeghini
See Also:
Serialized Form

Constructor Summary
RectangleElementNodeValue(Rectangle value)
           
 
Method Summary
 RectangleElementNodeValue clone()
           
 Rectangle getValueClone()
           
 
Methods inherited from class net.sf.jame.core.tree.NodeValue
equals, getValue, setValue, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RectangleElementNodeValue

public RectangleElementNodeValue(Rectangle value)
Parameters:
value -
Method Detail

getValueClone

public Rectangle getValueClone()
Specified by:
getValueClone in class NodeValue<Rectangle>
Returns:
the value clone.
See Also:
NodeValue.getValueClone()

clone

public RectangleElementNodeValue clone()
Specified by:
clone in class NodeValue<Rectangle>
Returns:
the clone.
See Also:
NodeValue.clone()