public class ShapeNodeProperties extends DiagramNodeProperties
ShapeNode
properties during undo / redo operations.
If you need to implement undo support for the additional properties defined by
a class derived from ShapeNode
, do so by deriving from ShapeNodeProperties
and overriding the ShapeNode.saveProperties(com.mindfusion.diagramming.DiagramItemProperties)
, ShapeNode.restoreProperties(com.mindfusion.diagramming.DiagramItemProperties)
,
and ShapeNode.createProperties()
methods.textPadding
Constructor and Description |
---|
ShapeNodeProperties() |