Class AbstractLienzoShapeGlyphRenderer<G extends org.kie.workbench.common.stunner.core.definition.shape.Glyph,S extends com.ait.lienzo.client.core.shape.Shape>
- java.lang.Object
-
- org.kie.workbench.common.stunner.client.lienzo.components.glyph.AbstractLienzoShapeGlyphRenderer<G,S>
-
- All Implemented Interfaces:
LienzoGlyphRenderer<G>,org.kie.workbench.common.stunner.core.client.components.glyph.GlyphRenderer<G,com.ait.lienzo.client.core.shape.Group>
- Direct Known Subclasses:
LienzoPictureGlyphRenderer,LienzoSvgDataUriGlyphRenderer
public abstract class AbstractLienzoShapeGlyphRenderer<G extends org.kie.workbench.common.stunner.core.definition.shape.Glyph,S extends com.ait.lienzo.client.core.shape.Shape> extends Object implements LienzoGlyphRenderer<G>
-
-
Constructor Summary
Constructors Constructor Description AbstractLienzoShapeGlyphRenderer()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract voidgetShape(G glyph, double width, double height, Consumer<S> shapeConsumer)com.ait.lienzo.client.core.shape.Grouprender(G glyph, double width, double height)protected voidscaleShape(S shape, double width, double height)
-