Packagecom.yworks.yfiles.layout.grid
Classpublic class PartitionCellId_Pair0
InheritancePartitionCellId_Pair0 Inheritance YObject Inheritance Object
Implements Comparable

Represents a single partition cell, i.e., a row-column pair.



Public Properties
 PropertyDefined By
  column : ColumnDescriptor
[read-only] Returns the ColumnDescriptor associated with this partition cell.
PartitionCellId_Pair0
  row : RowDescriptor
[read-only] Returns the RowDescriptor associated with this partition cell.
PartitionCellId_Pair0
Public Methods
 MethodDefined By
  
PartitionCellId_Pair0(init:Boolean = true)
PartitionCellId_Pair0
  
compareTo(o:Object):int
PartitionCellId_Pair0
  
equals(o:Object):Boolean
[override]
PartitionCellId_Pair0
  
getClass():Class
[override]
PartitionCellId_Pair0
  
hashCode():int
[override]
PartitionCellId_Pair0
Property Detail
columnproperty
column:ColumnDescriptor  [read-only]

Returns the ColumnDescriptor associated with this partition cell.


Implementation
    public function get column():ColumnDescriptor
rowproperty 
row:RowDescriptor  [read-only]

Returns the RowDescriptor associated with this partition cell.


Implementation
    public function get row():RowDescriptor
Constructor Detail
PartitionCellId_Pair0()Constructor
public function PartitionCellId_Pair0(init:Boolean = true)



Parameters
init:Boolean (default = true)
Method Detail
compareTo()method
public function compareTo(o:Object):int

Parameters

o:Object

Returns
int
equals()method 
override public function equals(o:Object):Boolean

Parameters

o:Object

Returns
Boolean
getClass()method 
override public function getClass():Class

Returns
Class
hashCode()method 
override public function hashCode():int

Returns
int