Package com.storedobject.svg
Class MovableNode
java.lang.Object
com.storedobject.svg.Node
com.storedobject.svg.TransformedNode
com.storedobject.svg.MovableNode
-
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
-
Method Summary
Modifier and TypeMethodDescriptionstatic MovableNodeCreate aMovableNodefrom anNode.moveTo(double x, double y) Move by displacement.Move to a point.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, scale, scale, scaleTo, scaleToHeight, scaleToWidth, toString, toString
-
Method Details
-
create
Create aMovableNodefrom anNode.- Parameters:
embedded- Node to be wrapped.- Returns:
- MovableSvg.
-
moveTo
Move to a point. -
moveTo
Move by displacement.
-