E - component typeD - decoration typeI - content typepublic interface IContent<E extends javax.swing.JComponent,D extends IDecoration<E,D>,I extends IContent<E,D,I>>
extends java.io.Serializable, java.lang.Cloneable, com.alee.api.Mergeable<I>, com.alee.api.Identifiable
| Modifier and Type | Method and Description |
|---|---|
Bounds |
getBoundsType()
Returns content bounds type.
|
void |
paint(java.awt.Graphics2D g2d,
java.awt.Rectangle bounds,
E c,
D d)
Paints component's content.
|
Bounds getBoundsType()