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, wait
getName, getSupportedSubtypes, getSupportedTypes, getUUID, isOffline, lookupDisplayer
public boolean isDefault(DisplayerType type)
RendererLibrary
Default renderers are used when a displayer does not explicitly specifies one
isDefault
in interface RendererLibrary
public void draw(List<Displayer> displayerList)
RendererLibrary
draw
in interface RendererLibrary
public void redraw(List<Displayer> displayerList)
RendererLibrary
redraw
in interface RendererLibrary
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.