Class Summary |
LinearHorizontalTransform |
This transform defines shape of horizontal linear gauger. |
LinearVerticalTransform |
Defines vertical linear transform. |
Needle |
Component defining and rendering the needle. |
NoiseMaker |
Simple class to generate perlin noise signal. |
PolarFullTransform |
Defines polar transform for angles larger than 180 degrees, but less than
360. |
PolarHorizontalTransform |
Defines horizontal polar transform. |
PolarPoint |
Class representing polar point defined by radius and angle. |
PolarTransform |
Base class for polar transforms. |
PolarVerticalTransform |
Defines vertical polar transform. |
ScaleTransform |
Abstract utility class that provides the mathematic foundation for drawing
the Gauger scales. |
ScaleTransformFactory |
Factory class that creates transform implementations based on dimensions of
the gauger. |
ScaleTransformRenderer |
ScaleTransformRenderer renders the gauger component defined by ScaleTransform. |
ThinNeedle |
Component defining and rendering the needle. |
ValueLabel |
/**
Value label displays value of gauger in textual form. |