@ApplicationScoped public class LienzoPictureGlyphRenderer extends Object implements LienzoGlyphRenderer<ImageDataUriGlyph>
| Constructor and Description |
|---|
LienzoPictureGlyphRenderer() |
| Modifier and Type | Method and Description |
|---|---|
Class<ImageDataUriGlyph> |
getGlyphType() |
com.ait.lienzo.client.core.shape.Group |
render(ImageDataUriGlyph glyph,
double width,
double height) |
com.ait.lienzo.client.core.shape.Group |
render(String data,
double width,
double height) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRendererpublic Class<ImageDataUriGlyph> getGlyphType()
getGlyphType in interface GlyphRenderer<ImageDataUriGlyph,com.ait.lienzo.client.core.shape.Group>public com.ait.lienzo.client.core.shape.Group render(ImageDataUriGlyph glyph, double width, double height)
render in interface GlyphRenderer<ImageDataUriGlyph,com.ait.lienzo.client.core.shape.Group>public com.ait.lienzo.client.core.shape.Group render(String data, double width, double height)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.