com.supermap.plot
Class AnimationShow
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.plot.AnimationGO
-
- com.supermap.plot.AnimationShow
-
public class AnimationShow extends AnimationGO
Show-Hide animation
-
-
Constructor Summary
Constructors Constructor and Description AnimationShow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description int
getShowEffect()
Gets the display resultboolean
getShowState()
Gets the display statusvoid
setShowEffect(int showEffect)
Sets the display resultvoid
setShowState(boolean bState)
Sets the display status-
Methods inherited from class com.supermap.plot.AnimationGO
dispose, fromXml, getAnimationType, getDuration, getGeometry, getLayerName, getName, getStartTime, setDuration, setGeometry, setName, setStartTime, toXml
-
-
-
-
Method Detail
-
setShowState
public void setShowState(boolean bState)
Sets the display status- Parameters:
bState
- whether to display
-
getShowState
public boolean getShowState()
Gets the display status- Returns:
- Whether to display.
-
setShowEffect
public void setShowEffect(int showEffect)
Sets the display result- Parameters:
showEffect
- the display result
-
getShowEffect
public int getShowEffect()
Gets the display result- Returns:
- Display result
-
-