Uses of Interface
com.github.tadukoo.view.shapes.ShapeFunction
Packages that use 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
Fields in com.github.tadukoo.view.shapes declared as ShapeFunctionModifier and TypeFieldDescriptionprivate final ShapeFunction
ShapeInfo.shapeFunc
TheShapeFunction
for constructing aShape
Methods in com.github.tadukoo.view.shapes that return ShapeFunctionConstructors in com.github.tadukoo.view.shapes with parameters of type ShapeFunctionModifierConstructorDescriptionShapeInfo
(ShapeFunction shapeFunc, ShapeInsetsFunction shapeInsetsFunc, ShapeDrawingFunction topLeftDrawFunc, ShapeDrawingFunction bottomRightDrawFunc) Constructs a new ShapeInfo with the given functionsShapeInfoUIResource
(ShapeFunction shapeFunc, ShapeInsetsFunction shapeInsetsFunc, ShapeDrawingFunction topLeftDrawFunc, ShapeDrawingFunction bottomRightDrawFunc)