Uses of Interface
com.github.tadukoo.view.shapes.ShapeDrawingFunction
Package
Description
Contains an enum of
Shapes
along with a
functional interface
for creating shapes when passed
dimensions.-
Uses of ShapeDrawingFunction in com.github.tadukoo.view.shapes
Modifier and TypeFieldDescriptionprivate final ShapeDrawingFunction
ShapeInfo.bottomRightDrawFunc
AShapeDrawingFunction
for the bottom-right half of the shapestatic final ShapeDrawingFunction
ShapeInfo.noDrawFunc
null
to be used in checks for a missing drawing function (which is allowed in some cases)private final ShapeDrawingFunction
ShapeInfo.topLeftDrawFunc
AShapeDrawingFunction
for the top-left half of the shapeModifier and TypeMethodDescriptionShapeInfo.getBottomRightDrawFunc()
ShapeInfo.getTopLeftDrawFunc()
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)