public static class ILcdGXYScaleLevelProvider.ScaleLevel
extends java.lang.Object
Constructor and Description |
---|
ScaleLevel(java.lang.String aName,
double aScale)
Creates a new scale level with the given scale and name.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of this scale level.
|
double |
getScale()
Returns the scale value.
|
public ScaleLevel(java.lang.String aName, double aScale)
aName
- a name.aScale
- the scale value.public java.lang.String getName()
public double getScale()
ILcdXYWorldReference
. Hence, increasing the scale zooms in, and decreasing the
scale zooms out.