|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ItemSorter | |
---|---|
prefuse | The top-level Visualization and Display classes, as well as Constants used throughout the toolkit. |
prefuse.util.display | Utility classes specific to the Display class. |
prefuse.visual.sort | ItemSorter instances for determining the rendering order of VisualItems. |
Uses of ItemSorter in prefuse |
---|
Methods in prefuse that return ItemSorter | |
---|---|
ItemSorter |
Display.getItemSorter()
Get the ItemSorter that determines the rendering order of the VisualItems. |
Methods in prefuse with parameters of type ItemSorter | |
---|---|
void |
Display.setItemSorter(ItemSorter cmp)
Set the ItemSorter that determines the rendering order of the VisualItems. |
Uses of ItemSorter in prefuse.util.display |
---|
Fields in prefuse.util.display declared as ItemSorter | |
---|---|
ItemSorter |
RenderingQueue.sort
|
Uses of ItemSorter in prefuse.visual.sort |
---|
Subclasses of ItemSorter in prefuse.visual.sort | |
---|---|
class |
TreeDepthItemSorter
ItemSorter that sorts items by tree depths. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |