Accessors for class IliDbGrapher

Properties

Methods

Description

The IliGrapher class defines a grapher for the IliDbGrapher class that is a grapher connected to two data sources, one for nodes and one for links.

TypeNameDescriptionNotes
StringbackgroundPictureNameContains the background picture file name. The file is an .ilv file. The default value is nothing.
ColordefaultBackgroundLabelColorContains the default background of the node label. The default value is white. This value is used when the property nodeBackgroundColumnName is null.
StringdefaultBitmapNameContains the default bitmap of the node. The default value is null. This value is used when the property nodeBitmapColumnName is null.
ColordefaultForegroundLabelColorContains the default foreground of the node label. The default value is black. This value is used when the property nodeForegroundColumnName is null.
ColordefaultLinkColorContains the default foreground of the link. The default value is blue. This value is used when the property linkColorColumnName is null.
IliGrapherLinkTypedefaultLinkTypeContains the default type of the link. The default value is IliGrapherLinkDirect. This value is used when the property linkTypeColumnName is null.
BooleandisplayNameContains true if the node label must be displayed. The default value is true.
StringlinkColorColumnNameContains the link color column name. The column type must be a string. The default value is null.
StringlinkDataSourceNameContains the link data source name. The default value is null.
StringlinkFromColumnNameContains the link destination column name. The default value is null.
BooleanlinkOrientedSpecifies that the link must be oriented. This property is used when the linkOrientedColumnName property is null. The default value is false.
StringlinkOrientedColumnNameContains the link orientation column name. The column type must be boolean. The default value is null.
StringlinkToColumnNameContains the link source column name. The default value is null.
StringlinkTypeColumnNameContains the link type column name. The column type must be an integer between 0 and 6. The default value is null.
StringnodeBackgroundColumnNameContains the node background column name. The column type must be a string. The default value is null.
StringnodeBitmapColumnNameContains the node bitmap column name. The column type must be a string. The default value is null.
StringnodeDataSourceNameContains the node data source name. The default value is null.
StringnodeForegroundColumnNameContains the node foreground column name. The column type must be a string. The default value is null.
StringnodeIdColumnNameContains the node identifier column name. The default value is null.
StringnodeLabelColumnNameContains the node label column name. The column type must be a string. The default value is null.
StringnodeXColumnNameContains the node X-position column name. The column type must be numeric. The default value is null.
StringnodeYColumnNameContains the node Y-position column name. The column type must be numeric. The default value is null.
BooleanpropagateNodeDeletionContains true if the deletion of a node is propagated. All links of the deleted node are deleted. The default value is true.
BooleanpropagateNodeRenameContains true if the node rename is propagated. All links of the renamed node are edited to modify the source or the destination. The default value is true.
BooleansupportsOutOfOrderEventsContains true if a link can be created before its nodes. The default value is false.
CallbackrefreshAll()Refreshes all links and nodes.