Uses of Interface
com.github.tadukoo.view.shapes.ShapeInsetsFunction
Packages that use 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
Fields in com.github.tadukoo.view.shapes declared as ShapeInsetsFunctionModifier 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 shapeMethods in com.github.tadukoo.view.shapes that return ShapeInsetsFunctionConstructors in com.github.tadukoo.view.shapes with parameters of type ShapeInsetsFunctionModifierConstructorDescriptionShapeInfo
(ShapeFunction shapeFunc, ShapeInsetsFunction shapeInsetsFunc, ShapeDrawingFunction topLeftDrawFunc, ShapeDrawingFunction bottomRightDrawFunc) Constructs a new ShapeInfo with the given functionsShapeInfoUIResource
(ShapeFunction shapeFunc, ShapeInsetsFunction shapeInsetsFunc, ShapeDrawingFunction topLeftDrawFunc, ShapeDrawingFunction bottomRightDrawFunc)