Uses of Interface
de.fraunhofer.iosb.ilt.configurableexample.Shape
-
-
Uses of Shape in de.fraunhofer.iosb.ilt.configurableexample
Classes in de.fraunhofer.iosb.ilt.configurableexample that implement Shape Modifier and Type Class Description classAbstractShapeThe abstract class that our shapes extend.classCircleAn example Configurable class.classPrivateCircleAn example Configurable class.classRectangleAn example Configurable class.classTriangleAn example Configurable class.Fields in de.fraunhofer.iosb.ilt.configurableexample declared as Shape Modifier and Type Field Description protected ShapeAbstractShape. shapeMethods in de.fraunhofer.iosb.ilt.configurableexample that return types with arguments of type Shape Modifier and Type Method Description List<Shape>FlagShapeList. getShapes()Method parameters in de.fraunhofer.iosb.ilt.configurableexample with type arguments of type Shape Modifier and Type Method Description voidFlagShapeList. setShapes(List<Shape> shapes)Constructors in de.fraunhofer.iosb.ilt.configurableexample with parameters of type Shape Constructor Description Circle(Void runtimeContext, com.google.gson.JsonElement classConfig, Shape nestedShape)PrivateCircle(Void runtimeContext, com.google.gson.JsonElement classConfig, Shape nestedShape)
-