Interface Shape
-
- All Superinterfaces:
AnnotatedConfigurable<Void,Void>,Configurable<Void,Void>
- All Known Implementing Classes:
AbstractShape,Circle,PrivateCircle,Rectangle,Triangle
public interface Shape extends AnnotatedConfigurable<Void,Void>
The interface that our shapes implement.- Author:
- scf
-
-
Field Summary
-
Fields inherited from interface de.fraunhofer.iosb.ilt.configurable.Configurable
CLASS_CONFIG_EDITOR_FACTORY_METHOD_NAME
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpaintMe()-
Methods inherited from interface de.fraunhofer.iosb.ilt.configurable.AnnotatedConfigurable
configure, getConfigEditor
-
-