Interface SettableShapeFunction<T>
-
- All Known Implementing Classes:
AbstractShapeFunction
,EllipseShapeFunction
public interface SettableShapeFunction<T> extends Function<T,Shape>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setAspectRatioFunction(Function<T,Float> aspectRatioFunction)
void
setSizeFunction(Function<T,Integer> sizeFunction)
-