mxGraph 1.10.4.0


com.mxgraph.layout.hierarchical.model
Class mxGraphHierarchyRank

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.HashSet<E>
              extended by java.util.LinkedHashSet<mxGraphAbstractHierarchyCell>
                  extended by com.mxgraph.layout.hierarchical.model.mxGraphHierarchyRank
All Implemented Interfaces:
Serializable, Cloneable, Iterable<mxGraphAbstractHierarchyCell>, Collection<mxGraphAbstractHierarchyCell>, Set<mxGraphAbstractHierarchyCell>

public class mxGraphHierarchyRank
extends LinkedHashSet<mxGraphAbstractHierarchyCell>

An abstraction of a rank in the hierarchy layout. Should be ordered, perform remove in constant time and contains in constant time

See Also:
Serialized Form

Constructor Summary
mxGraphHierarchyRank()
           
 
Method Summary
 
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Constructor Detail

mxGraphHierarchyRank

public mxGraphHierarchyRank()

mxGraph 1.10.4.0


Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.