Class RankList

java.lang.Object
org.eclipse.draw2d.graph.RankList
All Implemented Interfaces:
Iterable<Rank>

public final class RankList extends Object implements Iterable<Rank>
For internal use only. A list of lists.
Since:
2.1.2
  • Constructor Details

    • RankList

      public RankList()
  • Method Details

    • getRank

      public Rank getRank(int rank)
      Returns the specified rank.
      Parameters:
      rank - the row
      Returns:
      the rank
    • size

      public int size()
      Returns the total number or ranks.
      Returns:
      the total number of ranks
    • iterator

      public Iterator<Rank> iterator()
      Specified by:
      iterator in interface Iterable<Rank>