com.mxgraph.layout.hierarchical.model
Class mxGraphHierarchyRank
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<E>
java.util.LinkedHashSet<mxGraphAbstractHierarchyCell>
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
Methods inherited from interface java.util.Set |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
mxGraphHierarchyRank
public mxGraphHierarchyRank()
Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.