Uses of Package
com.github.tadukoo.view.shapes
Package
Description
Contains components that provide extra customizations via Tadukoo Look & Feel (e.g.
Contains interfaces for use in
Components
containing customizations that could be
used in Tadukoo Look & Feel or another custom Look & Feel if desired, or used in other ways potentially.Contains
FormField
, along with its default subclasses
and enums.Contains
NumberFormField
and its subclasses.Contains the
TadukooLookAndFeel
, which allows you
to customize the Look & Feel more easily through the use of the
TadukooTheme
class and
TadukooThemeFactory
.Contains the Component UI classes used in
Tadukoo Look & Feel
Contains an enum of
Shapes
along with a
functional interface
for creating shapes when passed
dimensions.-
-
-
-
-
-
ClassDescriptionA wrapper around
ShapeInfo
to turn it into aUIResource
for use in the Look & Feel. -
-
ClassDescriptionShape Drawing Function is generally used to draw a shape or part of one using the given
Graphics
and the given x, y, width, and height, to support drawing generally sized shapes.It's aThrowingFunction4
that throwsNoException
(just a way to avoid throwing stuff), takes in 4 integers (which should be x, y, width, and height), and returns aShape
.It's aThrowingFunction4
that throwsNoException
(just a way to avoid throwing stuff), takes in 4 integers (which should be x, y, width, and height), and returns anInsets
.A collection ofShapeInfo
s that can be used