com.supermap.plot
Class AnimationScale
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.plot.AnimationGO
-
- com.supermap.plot.AnimationScale
-
public class AnimationScale extends AnimationGO
Scale animation
-
-
Constructor Summary
Constructors Constructor and Description AnimationScale()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description double
getEndScaleFactor()
Gets the ending scaledouble
getStartScaleFactor()
Gets the beginning scalevoid
setEndScaleFactor(double dScalefactor)
Sets the ending scalevoid
setStartScaleFactor(double dScalefactor)
Sets the beginning scales-
Methods inherited from class com.supermap.plot.AnimationGO
dispose, fromXml, getAnimationType, getDuration, getGeometry, getLayerName, getName, getStartTime, setDuration, setGeometry, setName, setStartTime, toXml
-
-
-
-
Method Detail
-
setStartScaleFactor
public void setStartScaleFactor(double dScalefactor)
Sets the beginning scales- Parameters:
dScalefactor
- the beginning scale
-
getStartScaleFactor
public double getStartScaleFactor()
Gets the beginning scale- Returns:
- the beginning scale
-
setEndScaleFactor
public void setEndScaleFactor(double dScalefactor)
Sets the ending scale- Parameters:
dScalefactor
- the ending scale
-
getEndScaleFactor
public double getEndScaleFactor()
Gets the ending scale- Returns:
- the ending scale
-
-