Abstract
The color used to fill the item
A reference of the AddFlow component containing this item
The font used to display the text of the item
The color used to create a gradient with the fillStyle color
Determines whether the item is excluded by a layout algorithm
false
Determines whether the item is hidden
false
Determines whether the item can be hit tested
true
Determines whether the item is selectable by clicking on it with the mouse or unselectable (readonly or inactive)
true
Determines whether a shadow is displayed for the item
false
The thickness of the lines used to draw the item
1
The opacity of the item
1
The color used to draw the item
Sets or returns a tag associated with the item.
null
Sets or returns the text associated with the item. If the item is a node, the text is displayed inside the node. It is a multiline display. The text is wrapped automatically inside the node. Linefeed and carriage return characters are allowed.
The color used to display the text of the item
Returns/sets a flag indicating if the item is selected or not.
Generated using TypeDoc
Represents an Item object. This is an abstract class.
Implements