Uses of Interface
com.github.tadukoo.view.shapes.ShapeDrawingFunction
Packages that use 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
Fields in com.github.tadukoo.view.shapes declared as ShapeDrawingFunctionModifier and TypeFieldDescriptionprivate final ShapeDrawingFunctionShapeInfo.bottomRightDrawFuncAShapeDrawingFunctionfor the bottom-right half of the shapestatic final ShapeDrawingFunctionShapeInfo.noDrawFuncnullto be used in checks for a missing drawing function (which is allowed in some cases)private final ShapeDrawingFunctionShapeInfo.topLeftDrawFuncAShapeDrawingFunctionfor the top-left half of the shapeMethods in com.github.tadukoo.view.shapes that return ShapeDrawingFunctionModifier and TypeMethodDescriptionShapeInfo.getBottomRightDrawFunc()ShapeInfo.getTopLeftDrawFunc()Constructors in com.github.tadukoo.view.shapes with parameters of type ShapeDrawingFunctionModifierConstructorDescriptionShapeInfo(ShapeFunction shapeFunc, ShapeInsetsFunction shapeInsetsFunc, ShapeDrawingFunction topLeftDrawFunc, ShapeDrawingFunction bottomRightDrawFunc) Constructs a new ShapeInfo with the given functionsShapeInfoUIResource(ShapeFunction shapeFunc, ShapeInsetsFunction shapeInsetsFunc, ShapeDrawingFunction topLeftDrawFunc, ShapeDrawingFunction bottomRightDrawFunc)