IMindMapNode class abstract

Implementers

Constructors

IMindMapNode()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addLeftItem(IMindMapNode item) → void
addRightItem(IMindMapNode item) → void
canExpand() bool
clearStyle() → void
fromJson(Map<String, dynamic> json) → void
getData() Map<String, dynamic>
getDragOffset() Offset
getExpanded() bool
getExtended() String
getHSpace() int
getID() String
getLeftArea() Rect?
getLeftItems() List<IMindMapNode>
getLevel() int
getLinkColor() Color
getLinkInOffset() double
getLinkOutOffset() double
getLinkOutPadding() double
getLinkWidth() double
getMindMap() MindMap?
getNodeArea() Rect?
getNodeType() NodeType
getOffset() Offset?
getOffsetByParent() Offset?
getParentNode() IMindMapNode?
getReadOnly() bool
getRenderObject() RenderObject?
getRightArea() Rect?
getRightItems() List<IMindMapNode>
getSize() Size?
getTitle() String
getVSpace() int
insertLeftItem(IMindMapNode item, int index) → void
insertRightItem(IMindMapNode item, int index) → void
loadData(Map<String, dynamic> json) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refresh() → void
removeLeftItem(IMindMapNode item) → void
removeRightItem(IMindMapNode item) → void
setExpanded(bool value) → void
setExtended(String value) → void
setLeftItems(List<IMindMapNode> value) → void
setLinkColor(Color? value) → void
setLinkWidth(double value) → void
setMindMap(MindMap value) → void
setNodeType(NodeType value) → void
setOffset(Offset? value) → void
setOffsetByParent(Offset? value) → void
setParentNode(IMindMapNode parentNode) → void
setRightItems(List<IMindMapNode> value) → void
setSize(Size? value) → void
setTitle(String value) → void
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited