|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.layouting.layouter.style.resolver.ResolveHandlerSorter
public final class ResolveHandlerSorter
Compares two resolve handlers for order. A handler declares its dependencies and therefore requires that all dependent styles have been resolved before trying to compute these properties.
When sorting, we match this modules position against all dependent modules until all positions are stable. Circular references are evil and must be filtered before passing the classes to this sorter.
Method Summary | |
---|---|
static ResolveHandlerModule[] |
sort(ResolveHandlerModule[] modules)
Sorts the given list of package states. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ResolveHandlerModule[] sort(ResolveHandlerModule[] modules)
modules
- the list of modules.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |