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 ShapeInsetsFunctionShapeInfo.noInsetsA simpleShapeInsetsFunctionto be used to return anInsetsobject with 0 for all sides.private final ShapeInsetsFunctionShapeInfo.shapeInsetsFuncTheShapeInsetsFunctionfor determiningInsetsfor 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)