- createShape(parent: string | SVGElement | ZObject, type: "z-rect-button", option?: ZTextBoxAttributes): ZRectButton
-
Parameters
-
parent: string | SVGElement | ZObject
-
type: "z-rect-button"
-
- createShape(parent: string | SVGElement | ZObject, type: "z-rect", option?: ZTextBoxAttributes): ZRect
-
Parameters
-
parent: string | SVGElement | ZObject
-
type: "z-rect"
-
- createShape(parent: string | SVGElement | ZObject, type: "z-edge", option?: ZEdgeAttributes): ZEdge
-
Parameters
-
parent: string | SVGElement | ZObject
-
type: "z-edge"
-
- createShape(parent: string | SVGElement | ZObject, type: "z-ellipse", option?: ZTextBoxAttributes): ZEllipse
-
Parameters
-
parent: string | SVGElement | ZObject
-
type: "z-ellipse"
-
- createShape(parent: string | SVGElement | ZObject, type: "z-callout", option?: ZTextBoxAttributes): ZCallout
-
Parameters
-
parent: string | SVGElement | ZObject
-
type: "z-callout"
-
- createShape(parent: string | SVGElement | ZObject, type: "z-circle", option?: ZTextBoxAttributes): ZCircle
-
Parameters
-
parent: string | SVGElement | ZObject
-
type: "z-circle"
-
- createShape(parent: string | SVGElement | ZObject, type: "z-arrow-callout", option?: ZTextBoxAttributes): ZArrowCallout
-
Parameters
-
parent: string | SVGElement | ZObject
-
type: "z-arrow-callout"
-
- createShape(parent: string | SVGElement | ZObject, type: "z-graph", option?: ZTextBoxAttributes): ZGraph
-
Parameters
-
parent: string | SVGElement | ZObject
-
type: "z-graph"
-
- createShape(parent: string | SVGElement | ZObject, type: "z-table", option?: ZTableOption): ZTable
-
Parameters
-
parent: string | SVGElement | ZObject
-
type: "z-table"
-
- createShape(parent: string | SVGElement | ZObject, type: "z-object", option?: ZTableOption): ZObject
-
Parameters
-
parent: string | SVGElement | ZObject
-
type: "z-object"
-
- createShape(parent: string | SVGElement | ZObject, type: "z-path-textbox", option?: ZTextBoxAttributes): ZObject
-
Parameters
-
parent: string | SVGElement | ZObject
-
type: "z-path-textbox"
-
- createShape(parent: string | SVGElement | ZObject, type: ShapeObjectType, option?: any): ZObject
-
Parameters
-
parent: string | SVGElement | ZObject
-
-
Optional
option: any