com.mindfusion.diagramming
Class DraggedShape

java.lang.Object
  extended by com.mindfusion.diagramming.DraggedShape
All Implemented Interfaces:
java.io.Serializable

public class DraggedShape
extends java.lang.Object
implements java.io.Serializable

Class that holds shape id and size during drag and drop operation.

See Also:
Serialized Form

Constructor Summary
DraggedShape(java.lang.String id, float defaultShapeWidth, float defaultShapeHeight)
           
 
Method Summary
 float getDefaultShapeHeight()
           
 float getDefaultShapeWidth()
           
 java.lang.String getId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DraggedShape

public DraggedShape(java.lang.String id,
                    float defaultShapeWidth,
                    float defaultShapeHeight)
Method Detail

getId

public java.lang.String getId()

getDefaultShapeHeight

public float getDefaultShapeHeight()

getDefaultShapeWidth

public float getDefaultShapeWidth()