Search this API

y.layout.hierarchic.incremental
Class PartitionCellId.Pair

java.lang.Object
  extended by y.layout.hierarchic.incremental.PartitionCellId.Pair
All Implemented Interfaces:
Comparable
Enclosing class:
PartitionCellId

public static final class PartitionCellId.Pair
extends Object
implements Comparable

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


Method Summary
 int compareTo(Object o)
           
 ColumnDescriptor getColumn()
          Returns the ColumnDescriptor associated with this partition cell.
 RowDescriptor getRow()
          Returns the RowDescriptor associated with this partition cell.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRow

public RowDescriptor getRow()
Returns the RowDescriptor associated with this partition cell.


getColumn

public ColumnDescriptor getColumn()
Returns the ColumnDescriptor associated with this partition cell.


compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

© Copyright 2000-2013,
yWorks GmbH.
All rights reserved.