Package com.storedobject.svg
Class DuplicatedNode
java.lang.Object
com.storedobject.svg.Node
com.storedobject.svg.TransformedNode
com.storedobject.svg.DuplicatedNode
Represents a specialized type of
TransformedNode, where the transformation process duplicates
the SVG structure of the original Node.
This class ensures that a copy of the provided Node's SVG content is created with updated
identifiers to prevent id conflicts.
- Author:
- Syam
-
Nested Class Summary
Nested classes/interfaces inherited from class com.storedobject.svg.Node
Node.Anchor, Node.Margin, Node.Mover, Node.Scale, Node.ScaleTo -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionDuplicatedNode(Node original) Creates a newDuplicatedNodeby duplicating the structure of the providedNode. -
Method Summary
Methods inherited from class com.storedobject.svg.TransformedNode
build, isBuilt, transformMethods inherited from class com.storedobject.svg.Node
add, add, add, createDocument, duplicate, equals, escapeXml, flipHorizontally, flipVertically, getCoordinates, getHeight, getId, getSvg, getWidth, getX1, getX2, getY1, getY2, hashCode, ID, IDValue, margin, margin, margin, moveTo, moveTo, scale, scale, scaleTo, scaleToHeight, scaleToWidth, toString, toString
-
Constructor Details
-
DuplicatedNode
-