public abstract class AbstractBindableShapeFactory<W,S extends Shape> extends AbstractShapeFactory<W,S>
| Constructor and Description |
|---|
AbstractBindableShapeFactory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(String definitionId) |
protected Class<?> |
getDefinitionClass(String definitionId) |
protected String |
getDefinitionId(Class<?> definitionClazz) |
protected abstract String |
getDescription(Class<?> clazz) |
String |
getDescription(String definitionId) |
abstract Set<Class<?>> |
getSupportedModelClasses() |
protected abstract Glyph |
glyph(Class<?> clazz,
double width,
double height) |
Glyph |
glyph(String definitionId,
double width,
double height) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildpublic boolean accepts(String definitionId)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.