See: Description
Interface | Description |
---|---|
UnitConverter |
An interface that describes how to convert general sizes to pixel sizes.
|
Class | Description |
---|---|
AbstractUnitConverter |
An abstract implementation of the
UnitConverter interface that
minimizes the effort required to convert font-dependent sizes to pixels. |
DefaultUnitConverter |
This is the default implementation of the
UnitConverter interface. |
LayoutStyle |
An abstract class that describes a layout and design style guide.
|
MacLayoutStyle |
A
LayoutStyle that aims to provide layout constants as defined by
Microsoft's Design Specifications and Guidelines - Visual Design. |
Utilities |
Consists only of static utility methods.
|
WindowsLayoutStyle |
A
LayoutStyle that aims to provide layout constants as defined by
Microsoft's Design Specifications and Guidelines - Visual Design. |