简介

Item 图项类是 NodeEdgeGuide 的抽象类。

方法

getModel

获取数据模型

  1. item.getModel();

返回

model`` {object} 数据模型

getGraphicGroup

获取 G 的图形图组

  1. item.getGraphicGroup();

返回

group`` {object} G 的图形图组

getKeyShape

获取关键形

  1. item.getKeyShape();

返回

keyShape`` {object} 关键形

getBBox

获取图项包围盒

  1. item.getBBox();

返回

bbox`` {object} 图项包围盒

getParent

获取当前图项数据模型里 parent`` 字段对应的图项。

  1. item.getParent();

返回

item`` {object} 父节点

getChildren

获取 item 的子项:

  1. item.getChildren();

返回

children`` {array} 子项集