@ApplicationScoped public class LienzoGlyphRenderers extends Object implements LienzoGlyphRenderer<Glyph>
| Modifier | Constructor and Description |
|---|---|
protected |
LienzoGlyphRenderers() |
|
LienzoGlyphRenderers(org.jboss.errai.ioc.client.api.ManagedInstance<LienzoGlyphRenderer> rendererInstances) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
Class<Glyph> |
getGlyphType() |
void |
init() |
com.ait.lienzo.client.core.shape.Group |
render(Glyph glyph,
double width,
double height) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRendererprotected LienzoGlyphRenderers()
@Inject
public LienzoGlyphRenderers(@Any
org.jboss.errai.ioc.client.api.ManagedInstance<LienzoGlyphRenderer> rendererInstances)
@PostConstruct public void init()
public com.ait.lienzo.client.core.shape.Group render(Glyph glyph, double width, double height)
render in interface GlyphRenderer<Glyph,com.ait.lienzo.client.core.shape.Group>public Class<Glyph> getGlyphType()
getGlyphType in interface GlyphRenderer<Glyph,com.ait.lienzo.client.core.shape.Group>@PreDestroy public void destroy()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.