This class represents cells of a layoutGrid structure.
Inheritance Hierarchy
LayoutGridCellDescriptor
Remarks
This class cannot be instantiated
Type Details
- yFiles module
- algorithms
See Also
Properties
Gets an collection of elements of type LayoutGridCell.
Remarks
Property Value
A IEnumerable<T> of elements of type LayoutGridCell
A LayoutGridCellDescriptor that covers more than one cell can only be assigned to group nodes.
Gets the first column associated with this LayoutGridCellDescriptor.
Property Value
The first column associated with this LayoutGridCellDescriptor.
Whether this cell is dynamic.
Remarks
Dynamic cells have no specific position in the layoutGrid but their position is determined automatically by the algorithm like the TabularLayout does.
Gets whether or not this LayoutGridCellDescriptor represents a multi-cell, i.e., a cell spanning multiple rows/columns.
Remarks
This means that it was created using createCellSpanDescriptor, createCellSpanDescriptor, createCellSpanDescriptor, createColumnSpanDescriptor or createRowSpanDescriptor.
Property Value
The LayoutGrid this cell is associated with.
Gets the first row associated with this LayoutGridCellDescriptor.
Property Value
The first row associated with this LayoutGridCellDescriptor.
Methods
Compares this LayoutGridCellDescriptor instance with a given other LayoutGridCellDescriptor instance.
Parameters
options - Object
A map of options to pass to the method.
A map of options to pass to the method.
- o - any
- the given LayoutGridCellDescriptor instance
Returns
- ↪boolean
true
if the two objects are equal,false
otherwise
Returns the hash code value for this LayoutGridCellDescriptor instance.
Returns
- ↪number
- The hash code value for this LayoutGridCellDescriptor instance.