public abstract class AbstractRendererLibrary extends Object implements RendererLibrary
| Constructor and Description |
|---|
AbstractRendererLibrary() |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(List<Displayer> displayerList)
Draw a list of displayers
|
boolean |
isDefault(DisplayerType type)
Flag indicating if this renderer can act as the default one for the given displayer type.
|
void |
redraw(List<Displayer> displayerList)
Re-draw a list of displayers
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, getSupportedSubtypes, getSupportedTypes, getUUID, isOffline, lookupDisplayerpublic boolean isDefault(DisplayerType type)
RendererLibraryDefault renderers are used when a displayer does not explicitly specifies one
isDefault in interface RendererLibrarypublic void draw(List<Displayer> displayerList)
RendererLibrarydraw in interface RendererLibrarypublic void redraw(List<Displayer> displayerList)
RendererLibraryredraw in interface RendererLibraryCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.