public class ShapeElement extends Element
Constructor and Description |
---|
ShapeElement(Element elt,
java.lang.String styleid)
Extracts information from the
Element object. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toJSON()
Convert to JSON.
|
public ShapeElement(Element elt, java.lang.String styleid)
Element
object.
The final JSON will look like this:
"std.tool.RectangleElt@1964d46" : {
"type" : "std.tool.RectangleElt",
"style": "styleid",
"x" : 10, "y" : 20", "width":130, "height":80,
}elt
- Element
objectstyleid
- unique styleid needed for storing/loading