| Interface | Description |
|---|---|
| AdornedGraphicNode.Adornment |
The adornment to place above the base image
|
| GraphicNodeProvider |
Provider who translates a url into a node
|
| MultiDimensionImage |
Interface describe an image capable of updating the image property depending
on the required dimension
|
| Class | Description |
|---|---|
| AdornedGraphicNode |
A node who allows to add adornments
|
| DelegatingMultiDimensionImage |
A
MultiDimensionImage image who (asynchronously) calculates an image
for a provided dimension |
| FontAwesomeIcons |
List of all available Font-Awesome icons
|
| FontIcon |
Representation of a font icon
|
| FontIconProvider |
An icon provider which translate a symbolic name to a char-code
|
| FontIconStyleConverter |
Convert the string into an icon
|
| FontIconView |
Font icon view
|
| GraphicNode |
A node who can display graphics and delegates to
GraphicNodeProvider
to create the graphic |
| ImageCache |
A cache for images
|
| ImageCache.CachedImage |
A cached image
|
| ImageClipNode |
Node who is clipped by the provided image
|
| ScalingImageViewer |
An image viewer who adjust the image to:
fill the maximum space
use best image for dimension
|
| SingleMultiDimensionImage |
Image who provides the same image for all dimensions
|
| Enum | Description |
|---|---|
| AdornedGraphicNode.Location |
The location to place the adornment
|
| ScalingImageViewer.Dimension |
The derived dimension
|