E - component typeD - decoration typeI - layout typepublic interface IContentLayout<E extends javax.swing.JComponent,D extends IDecoration<E,D>,I extends IContentLayout<E,D,I>>
extends java.io.Serializable, java.lang.Cloneable, com.alee.api.Mergeable<I>, com.alee.api.Identifiable
IContent placed in decoration.| Modifier and Type | Method and Description |
|---|---|
Bounds |
getBoundsType()
Returns layout bounds type.
|
java.util.List<java.awt.Rectangle> |
layout(java.awt.Rectangle bounds,
E c,
D d,
java.util.List<? extends IContent> contents)
Returns contents painting bounds.
|
Bounds getBoundsType()
java.util.List<java.awt.Rectangle> layout(java.awt.Rectangle bounds,
E c,
D d,
java.util.List<? extends IContent> contents)
bounds - painting boundsc - painted componentd - painted decoration statecontents - painted contents