public class PlotLayerMovedEvent extends PlotLayerEvent
在添加图元层集合中的图元层、子图层集合中子图层或者标号集合中的标号后触发该事件。
构造器和说明 |
---|
PlotLayerMovedEvent(Object source,
ChildPlotLayer childPlotLayer,
int srcIndex,
int desIndex)
根据指定的参数来构造一个 PlotLayerMovedEvent 的新对象。
|
PlotLayerMovedEvent(Object source,
PlotLayer plotLayer,
int srcIndex,
int desIndex)
根据指定的参数来构造一个 PlotLayerMovedEvent 的新对象。
|
PlotLayerMovedEvent(Object source,
PlotSymbol plotSymbol,
int srcIndex,
int desIndex)
根据指定的参数来构造一个 PlotLayerMovedEvent 的新对象。
|
限定符和类型 | 方法和说明 |
---|---|
int |
getDesIndex()
返回移动后的索引位置。
|
int |
getSrcIndex()
返回移动前的索引位置。
|
getChildPlotLayer, getPlotLayer, getPlotSymbol
getSource, toString
public PlotLayerMovedEvent(Object source, PlotLayer plotLayer, int srcIndex, int desIndex)
source
- 发起事件的对象。plotLayer
- 要移动的图元层对象。srcIndex
- 要移动的图元层对象的原始索引位置desIndex
- 要移动的图元层对象的移动后的索引位置public PlotLayerMovedEvent(Object source, ChildPlotLayer childPlotLayer, int srcIndex, int desIndex)
source
- 发起事件的对象。childPlotLayer
- 要移动的子图层对象。srcIndex
- 要移动的子图层对象的原始索引位置desIndex
- 要移动的子图层对象的移动后的索引位置public PlotLayerMovedEvent(Object source, PlotSymbol plotSymbol, int srcIndex, int desIndex)
plotSymbol
- 发起事件的对象。plotLayer
- 要移动的标号对象。srcIndex
- 要移动的标号对象的原始索引位置desIndex
- 要移动的标号对象的移动后的索引位置Copyright © 2021–2024 SuperMap. All rights reserved.