GCellPatterns Attributes
|
Attribute
|
Modify
|
Type
|
Description
|
|
|
|
assocTextDisplays
|
no
|
l_objId
|
List of text displays with this object as their associate.
|
|
children
|
no
|
l_objId
|
List of objects that have this object as their parent.
|
|
count
|
no
|
x_count
|
The number of edges defined by the pattern. When there is a single GCellPattern for each direction, the pattern declares count edges that define count-1 columns or rows. These columns or rows will have indexes from 0 to count-2 in the congestion map.
|
|
groupMembers
|
no
|
l_objId
|
List of group members for this object.
|
|
isHorizontal
|
no
|
boolean
|
Indicates whether the gCell pattern is horizontal or not. GCellPatterns with isHorizontal set to t will define columns, and GCellPatterns with isHorizontal set to nil will define rows.
|
|
markers
|
no
|
l_objId
|
List of all markers for this object.
|
|
parent
|
no
|
objId
|
The gCellPattern parent.
|
|
space
|
no
|
n_space
|
The spacing for the pattern.
|
|
start
|
no
|
n_coord
|
The starting coordinate for the pattern. The start of the GCellPattern with isHorizontal set to t will be the left X coordinate of the first column and the startCoord of the GCellPattern with isHorizontal set to nil will define the bottom Y coordinate of the lowest row.
|
|
textDisplays
|
no
|
l_objId
|
List of text displays owned by the object.
|
Related Topics
Generic Object Attributes
Return to top