Namespace: xrx.shape

xrx. shape

A static class providing enumerations for the shape classes.
Source:

Classes

Canvas
Circle
CircleCreatable
CircleHoverable
CircleModifiable
CircleSelectable
Container
Creatable
DiPolygon
DiPolygonArrow
DiPolygonArrowModifiable
Dragger
Ellipse
EllipseCreatable
EllipseHoverable
EllipseModifiable
EllipseSelectable
Geometry
Group
Hoverable
Image
Line
LineCreatable
LineHoverable
LineModifiable
LineSelectable
Modifiable
PathLike
Polygon
PolygonCreatable
PolygonHoverable
PolygonModifiable
PolygonSelectable
Polyline
PolylineCreatable
PolylineHoverable
PolylineModifiable
PolylineSelectable
Rect
RectCreatable
RectHoverable
RectModifiable
RectSelectable
RenderStylable
Selectable
Shape
ShapeGroup
Shapes
Style

Members

(private, static) xrx.shape.EventType :string

Events thrown by the shape classes.
Type:
  • string
Source:

Methods

(private, static) xrx.shape.ShapeGroupCreatable(shapeGroup)

A class representing a creatable shape group. TODO: implement this.
Parameters:
Name Type Description
shapeGroup xrx.shape.ShapeGroup The parent shape group.
Source:

(private, static) xrx.shape.ShapeGroupHoverable(shapeGroup)

A class representing a hoverable shape group.
Parameters:
Name Type Description
shapeGroup xrx.shape.ShapeGroup The parent shape group.
Source:

(private, static) xrx.shape.ShapeGroupModifiable(shapeGroup)

A class representing a modifiable shape group.
Parameters:
Name Type Description
shapeGroup xrx.shape.ShapeGroup The parent shape group.
Source:

(private, static) xrx.shape.ShapeGroupSelectable(shapeGroup)

A class representing a selectable shape group.
Parameters:
Name Type Description
shapeGroup xrx.shape.ShapeGroup The parent shape group.
Source: