com.supermap.mapping
类 MapDrawContinuingEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.supermap.mapping.MapEvent
-
- com.supermap.mapping.MapDrawContinuingEvent
-
- 所有已实现的接口:
- Serializable
public class MapDrawContinuingEvent extends MapEvent
指示地图绘制继续的事件。在地图绘制过程中大概每几百毫秒会触发一次,表示地图进行继续绘制。
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器和说明 MapDrawContinuingEvent(Object source, Map map, int percent, boolean cancel)
根据给定的参数构造一个 MapDrawContinuingEvent 类的新实例。MapDrawContinuingEvent(Object source, Map map, int percent, Boolean cancel)
已过时。
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 boolean
getCancel()
返回指示是否应取消事件的值。int
getPercent()
返回当前绘制的地图部分占整个地图的百分比。void
setCancel(boolean cancel)
设置指示是否应取消事件的值。-
从类继承的方法 java.util.EventObject
getSource, toString
-
-
-
-
构造器详细资料
-
MapDrawContinuingEvent
@Deprecated public MapDrawContinuingEvent(Object source, Map map, int percent, Boolean cancel)
已过时。根据给定的参数构造一个 MapDrawContinuingEvent 类的新实例。- 参数:
source
- 发起事件的对象。map
- 指定的当前绘制的地图对象。percent
- 当前绘制的地图部分占整个地图的百分比。cancel
- 是否取消继续绘制地图的操作。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.