new ludo.svg.Group()
SVG Group DOM node which can be positioned as a child view
in the relative layout.
- Source:
Members
-
bbox
-
Object with left, top, width and height coordinates of group
This object is updated on calls to position() and resize()- Source:
Properties:
Name Type Description bbox
Object -
height
-
Height of SVG group
- Source:
Properties:
Name Type Description height
Number -
width
-
Width of SVG group
- Source:
Properties:
Name Type Description width
Number
Methods
-
position(x, y) → {Object}
-
Returns or set position of a SVG group. On no arguments, position will be returned, otherwise,
it will be set.Parameters:
Name Type Description x
Number y
Number - Source:
Returns:
- Type
- Object