public abstract class AbstractLienzoShapeGlyphRenderer<G extends Glyph,S extends com.ait.lienzo.client.core.shape.Shape> extends Object implements LienzoGlyphRenderer<G>
| Constructor and Description |
|---|
AbstractLienzoShapeGlyphRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
getShape(G glyph,
double width,
double height,
Consumer<S> shapeConsumer) |
com.ait.lienzo.client.core.shape.Group |
render(G glyph,
double width,
double height) |
protected void |
scaleShape(S shape,
double width,
double height) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGlyphType, getRendererprotected abstract void getShape(G glyph, double width, double height, Consumer<S> shapeConsumer)
public com.ait.lienzo.client.core.shape.Group render(G glyph, double width, double height)
render in interface GlyphRenderer<G extends Glyph,com.ait.lienzo.client.core.shape.Group>protected void scaleShape(S shape, double width, double height)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.