Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ShapeType

Index

Enumeration members

Enumeration members

CIRCLE = "Circle"

Denotes a circle shaped node. Assumes that node width & height are equal and the radius is equal to half of each of them

RECTANGLE = "Rectangle"

Denotes a rectangle shaped node. Node width & height can be different, but all angles are right.

Generated using TypeDoc