|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScaleTransform | |
---|---|
com.cosylab.gui.components | |
com.cosylab.gui.components.gauger |
Uses of ScaleTransform in com.cosylab.gui.components |
---|
Methods in com.cosylab.gui.components that return ScaleTransform | |
---|---|
ScaleTransform |
Gauger.getTransform()
Returns current transform used to render the scale. |
Uses of ScaleTransform in com.cosylab.gui.components.gauger |
---|
Subclasses of ScaleTransform in com.cosylab.gui.components.gauger | |
---|---|
class |
LinearHorizontalTransform
This transform defines shape of horizontal linear gauger. |
class |
LinearVerticalTransform
Defines vertical linear transform. |
class |
PolarFullTransform
Defines polar transform for angles larger than 180 degrees, but less than 360. |
class |
PolarHorizontalTransform
Defines horizontal polar transform. |
class |
PolarTransform
Base class for polar transforms. |
class |
PolarVerticalTransform
Defines vertical polar transform. |
Fields in com.cosylab.gui.components.gauger declared as ScaleTransform | |
---|---|
protected ScaleTransform |
ThinNeedle.transform
|
protected ScaleTransform |
Needle.transform
|
Methods in com.cosylab.gui.components.gauger that return ScaleTransform | |
---|---|
static ScaleTransform |
ScaleTransformFactory.createTransform(int w,
int h)
Creates a new instance of transform that is best suited for given size. |
Methods in com.cosylab.gui.components.gauger with parameters of type ScaleTransform | |
---|---|
void |
ScaleTransformRenderer.render(ScaleTransform transform,
java.awt.Graphics2D g)
Render entire gauger. |
void |
ThinNeedle.setTransform(ScaleTransform transform)
Sets transform defining the gauger. |
void |
Needle.setTransform(ScaleTransform transform)
Sets transform defining the gauger. |
void |
ActiveElement.setTransform(ScaleTransform transform)
Notifies the element that the transformation used to draw this scale has changed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |