com.mindfusion.diagramming
Class DraggedShape
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DraggedShape
public DraggedShape(java.lang.String id,
float defaultShapeWidth,
float defaultShapeHeight)
getId
public java.lang.String getId()
getDefaultShapeHeight
public float getDefaultShapeHeight()
getDefaultShapeWidth
public float getDefaultShapeWidth()