Uses of Interface
com.github.tadukoo.view.shapes.ShapeFunction
Package
Description
Contains an enum of
Shapes
along with a
functional interface
for creating shapes when passed
dimensions.-
Uses of ShapeFunction in com.github.tadukoo.view.shapes
Modifier and TypeFieldDescriptionprivate final ShapeFunction
ShapeInfo.shapeFunc
TheShapeFunction
for constructing aShape
ModifierConstructorDescriptionShapeInfo
(ShapeFunction shapeFunc, ShapeInsetsFunction shapeInsetsFunc, ShapeDrawingFunction topLeftDrawFunc, ShapeDrawingFunction bottomRightDrawFunc) Constructs a new ShapeInfo with the given functionsShapeInfoUIResource
(ShapeFunction shapeFunc, ShapeInsetsFunction shapeInsetsFunc, ShapeDrawingFunction topLeftDrawFunc, ShapeDrawingFunction bottomRightDrawFunc)