VAquaRendering - Release 4
Package org.violetlib.jnr
-
Interface |
Description |
ConfiguredPainter |
This interface is supported by painters that provide information about layout sizes.
|
Insetter |
An insetter defines the relationship between the bounds of a component and the bounds of a region of the component.
|
LayoutInfo |
Layout information for a widget describes fixed and/or minimum sizes for the widget rendering.
|
Painter |
A painter renders a fixed size rendering at a client specified origin.
|
SliderPainter |
This interface defines additional methods that may be supported by a painter for sliders.
|
-
Class |
Description |
Insets2D |
A generalization of insets using floating point attributes.
|
Insets2DUIResource |
A generalization of insets using floating point attributes.
|
NullPainter |
A painter that does nothing.
|
-
Exception |
Description |
InsetterNotInvertibleException |
This exception is thrown when an operation that requires an invertible insetter is performed on an insetter that is
not invertible.
|