@Dependent public class DelegateShapeFactory<W,S extends Shape> extends AbstractShapeFactory<W,S>
| Constructor and Description |
|---|
DelegateShapeFactory() |
| Modifier and Type | Method and Description |
|---|---|
DelegateShapeFactory<W,S> |
delegate(Class<? extends W> definitionType,
ShapeDef<? extends W> shapeDef,
Supplier<? extends ShapeDefFactory> factory) |
protected Glyph |
getGlyphFor(String definitionId) |
S |
newShape(W definition) |
getGlyphpublic DelegateShapeFactory<W,S> delegate(Class<? extends W> definitionType, ShapeDef<? extends W> shapeDef, Supplier<? extends ShapeDefFactory> factory)
protected Glyph getGlyphFor(String definitionId)
getGlyphFor in class AbstractShapeFactory<W,S extends Shape>Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.