T - the type of PnR object to sortpublic static interface PnRObjectSetList.ISortRenderer<T>
Java interface represents methods that manage the PnR object rendering during PnR object sorting.| Modifier and Type | Method and Description |
|---|---|
void |
render(java.util.Vector<T> objects)
Renders the the PnR object during sorting.
|
void render(java.util.Vector<T> objects)
objects - The list of PnR object to render