GoJSShape class
- Inheritance
- Object
- GoJSGraphObject
- GoJSShape
- Annotations
- @JS('Shape')
Constructors
- GoJSShape()
-
factory
Properties
- alignment ↔ GoJSSpot
-
read / write
- cursor ↔ String
-
read / write
- desiredSize ↔ GoJSSize
-
read / write
- figure ↔ String
-
read / write
- fill ↔ String
-
read / write, inherited-getter
- fromLinkable ↔ bool
-
read / write
- fromSpot ↔ GoJSSpot
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- height ↔ dynamic
-
read / write
- isPanelMain ↔ bool
-
read / write
- mouseEnter ↔ dynamic Function([dynamic e, dynamic port, dynamic k])
-
read / write
- mouseLeave ↔ dynamic Function([dynamic e, dynamic port, dynamic k])
-
read / write
- name ↔ String
-
read / write, inherited-setter
- portId ↔ String
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- stretch ↔ dynamic
-
read / write
- stroke ↔ String
-
read / write
- strokeWidth ↔ double
-
read / write
- toArrow ↔ String
-
read / write
- toLinkable ↔ bool
-
read / write
- toSpot ↔ GoJSSpot
-
read / write
- visible ↔ bool
-
read / write, inherited
- width ↔ dynamic
-
read / write
Methods
-
bind(
GoJSBinding n) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Static Methods
-
defineFigureGenerator(
String name, dynamic fn(GoJSShape shape, double w, double h)) → void