Interface TComponent

All Superinterfaces:
HasSizablePaints, Shaped
All Known Subinterfaces:
TButton, TLabel
All Known Implementing Classes:
TadukooButton, TadukooLabel

public interface TComponent extends HasSizablePaints, Shaped
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)