Interface | Description |
---|---|
IPartialShape<C extends JComponent,D extends IDecoration<C,D>,I extends IPartialShape<C,D,I>> |
Partially decoratable component shape interface.
|
IShape<C extends JComponent,D extends IDecoration<C,D>,I extends IShape<C,D,I>> |
Interface for providing custom element shape.
|
Class | Description |
---|---|
AbstractProgressShape<C extends JComponent,D extends WebDecoration<C,D>,I extends AbstractProgressShape<C,D,I>> |
WebShape extension providing progress bar shape. |
AbstractShape<C extends JComponent,D extends IDecoration<C,D>,I extends AbstractShape<C,D,I>> |
Abstract shape providing some general method implementations.
|
ArrowShape<C extends JComponent,D extends WebDecoration<C,D>,I extends ArrowShape<C,D,I>> |
Arrow shape implementation.
|
BoundsShape<C extends JComponent,D extends WebDecoration<C,D>,I extends BoundsShape<C,D,I>> |
Simple rectangular bounds shape implementation.
|
EllipseShape<C extends JComponent,D extends WebDecoration<C,D>,I extends EllipseShape<C,D,I>> |
Ellipse shape implementation.
|
Round |
Shape corners round data.
|
RoundConverter |
Custom XStream converter for
Round . |
Sides |
Sides display states.
|
SidesConverter |
Custom XStream converter for
Sides . |
StretchInfo |
Class containing shape stretch information.
|
WebShape<C extends JComponent,D extends WebDecoration<C,D>,I extends WebShape<C,D,I>> |
Common WebLaF component shape implementation.
|
Enum | Description |
---|---|
ShapeType |
Enumeration representing existing shape types.
|
Copyright © 2020. All rights reserved.