Interface TComponent
- All Superinterfaces:
HasSizablePaints
,Shaped
- All Known Implementing Classes:
TadukooButton
,TadukooLabel
Generic Interface to be used by Tadukoo Components. It extends both
HasSizablePaints
and Shaped
,
which most or all components will have. It also contains methods for grabbing proper Insets
, based on
using the ShapeInfo
on these Components.- Version:
- Alpha v.0.3
- Author:
- Logan Ferree (Tadukoo)
-
Method Summary
Modifier and TypeMethodDescriptiondefault Insets
default Insets
getProperInsets
(Component c, Insets insets) Methods inherited from interface com.github.tadukoo.view.components.interfaces.paint.HasSizablePaints
getBackgroundPaint, getForegroundPaint, setBackgroundPaint, setForegroundPaint
Methods inherited from interface com.github.tadukoo.view.components.interfaces.Shaped
getShapeInfo, setShapeInfo