com.supermap.layout
类 MapLayoutEvent

java.lang.Object
  继承者 com.supermap.layout.MapLayoutEvent
直接已知子类:
MapLayoutDrawingEvent, MapLayoutDrawnEvent

public class MapLayoutEvent
extends java.lang.Object

布局事件。MapLayoutDrawingEvent,MapLayoutDrawnEvent 的基类。


构造方法摘要
MapLayoutEvent(java.lang.Object source, MapLayout mapLayout)
          根据给定的布局对象初始化布局事件的新实例。
 
方法摘要
 MapLayout getMapLayout()
          返回布局对象。
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MapLayoutEvent

public MapLayoutEvent(java.lang.Object source,
                      MapLayout mapLayout)
根据给定的布局对象初始化布局事件的新实例。

参数:
source - 发起事件的对象。
mapLayout - 指定的布局对象。
方法详细信息

getMapLayout

public MapLayout getMapLayout()
返回布局对象。

返回:
布局对象。