Uses of Class
org.eclipse.nebula.visualization.widgets.figureparts.RoundScale
-
Packages that use RoundScale Package Description org.eclipse.nebula.visualization.widgets.figureparts org.eclipse.nebula.visualization.widgets.figures -
-
Uses of RoundScale in org.eclipse.nebula.visualization.widgets.figureparts
Fields in org.eclipse.nebula.visualization.widgets.figureparts declared as RoundScale Modifier and Type Field Description private RoundScale
RoundScaledRamp. scale
private RoundScale
RoundScaleTickLabels. scale
private RoundScale
RoundScaleTickMarks. scale
the scaleMethods in org.eclipse.nebula.visualization.widgets.figureparts that return RoundScale Modifier and Type Method Description RoundScale
RoundScaledRamp. getScale()
Methods in org.eclipse.nebula.visualization.widgets.figureparts with parameters of type RoundScale Modifier and Type Method Description void
RoundScaledRamp. setScale(RoundScale scale)
Constructors in org.eclipse.nebula.visualization.widgets.figureparts with parameters of type RoundScale Constructor Description RoundScaledRamp(RoundScale scale)
ConstructorRoundScaleTickLabels(RoundScale scale)
Constructor.RoundScaleTickMarks(RoundScale scale)
Constructor. -
Uses of RoundScale in org.eclipse.nebula.visualization.widgets.figures
Fields in org.eclipse.nebula.visualization.widgets.figures declared as RoundScale Modifier and Type Field Description private RoundScale
GaugeFigure.GaugeLayout. scale
private RoundScale
KnobFigure.KnobLayout. scale
private RoundScale
MeterFigure.XMeterLayout. scale
-