com.supermap.layout
类 MapLayoutDrawnEvent

java.lang.Object
  继承者 com.supermap.layout.MapLayoutEvent
      继承者 com.supermap.layout.MapLayoutDrawnEvent

public class MapLayoutDrawnEvent
extends MapLayoutEvent

指示布局绘制结束的事件。

当布局被绘制后触发该事件。


构造方法摘要
MapLayoutDrawnEvent(java.lang.Object source, MapLayout mapLayout)
          根据指定的参数构造一个 MapLayoutDrawnEvent 类的新对象。
 
方法摘要
 
从类 com.supermap.layout.MapLayoutEvent 继承的方法
getMapLayout
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MapLayoutDrawnEvent

public MapLayoutDrawnEvent(java.lang.Object source,
                           MapLayout mapLayout)
根据指定的参数构造一个 MapLayoutDrawnEvent 类的新对象。

参数:
source - 发起事件的对象。
mapLayout - 布局对象。