E - component typeD - decoration typeI - shadow typepublic interface IShadow<E extends javax.swing.JComponent,D extends IDecoration<E,D>,I extends IShadow<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 |
|---|---|
ShadowType |
getType()
Returns shadow type.
|
int |
getWidth()
Returns shadow width.
|
void |
paint(java.awt.Graphics2D g2d,
java.awt.Rectangle bounds,
E c,
D d,
java.awt.Shape shape)
Paints shadow for the specified shape.
|
ShadowType getType()
ShadowTypeint getWidth()