E - component typeD - decoration typeI - shape typepublic class EllipseShape<E extends javax.swing.JComponent,D extends WebDecoration<E,D>,I extends EllipseShape<E,D,I>> extends AbstractShape<E,D,I>
id| Constructor and Description |
|---|
EllipseShape() |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Insets |
getBorderInsets(E c,
D d)
Returns shape borders size.
|
java.awt.Shape |
getShape(ShapeType type,
java.awt.Rectangle bounds,
E c,
D d)
Returns shape provided for shade painting.
|
clone, getDefaultId, getId, getShapeSettings, getStretchInfo, isVisible, merge, ppublic java.awt.Insets getBorderInsets(E c, D d)
IShapec - painted componentd - painted decoration statepublic java.awt.Shape getShape(ShapeType type, java.awt.Rectangle bounds, E c, D d)
IShapetype - requested shape typebounds - painting boundsc - painted componentd - painted decoration state