Uses of Interface
com.github.tadukoo.view.shapes.ShapeInsetsFunction
Package
Description
Contains an enum of
Shapes
along with a
functional interface
for creating shapes when passed
dimensions.-
Uses of ShapeInsetsFunction in com.github.tadukoo.view.shapes
Modifier and TypeFieldDescriptionstatic final ShapeInsetsFunction
ShapeInfo.noInsets
A simpleShapeInsetsFunction
to be used to return anInsets
object with 0 for all sides.private final ShapeInsetsFunction
ShapeInfo.shapeInsetsFunc
TheShapeInsetsFunction
for determiningInsets
for the shapeModifierConstructorDescriptionShapeInfo
(ShapeFunction shapeFunc, ShapeInsetsFunction shapeInsetsFunc, ShapeDrawingFunction topLeftDrawFunc, ShapeDrawingFunction bottomRightDrawFunc) Constructs a new ShapeInfo with the given functionsShapeInfoUIResource
(ShapeFunction shapeFunc, ShapeInsetsFunction shapeInsetsFunc, ShapeDrawingFunction topLeftDrawFunc, ShapeDrawingFunction bottomRightDrawFunc)