@ApplicationScoped public class ChartJsRenderer extends AbstractRendererLibrary
Modifier and Type | Field and Description |
---|---|
protected static Map<String,ChartJsDisplayer> |
_displayerMap |
static String |
UUID |
Constructor and Description |
---|
ChartJsRenderer() |
Modifier and Type | Method and Description |
---|---|
protected ChartJsDisplayer |
_lookupDisplayer(DisplayerSettings displayerSettings) |
static void |
closeDisplayer(ChartJsDisplayer displayer) |
static String |
formatValue(String displayerId,
double value,
int column) |
String |
getName() |
List<DisplayerSubType> |
getSupportedSubtypes(DisplayerType displayerType) |
List<DisplayerType> |
getSupportedTypes() |
String |
getUUID() |
Displayer |
lookupDisplayer(DisplayerSettings displayerSettings) |
draw, isDefault, redraw
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isOffline
public static final String UUID
protected static Map<String,ChartJsDisplayer> _displayerMap
public String getUUID()
public String getName()
public List<DisplayerType> getSupportedTypes()
public List<DisplayerSubType> getSupportedSubtypes(DisplayerType displayerType)
public Displayer lookupDisplayer(DisplayerSettings displayerSettings)
protected ChartJsDisplayer _lookupDisplayer(DisplayerSettings displayerSettings)
public static void closeDisplayer(ChartJsDisplayer displayer)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.