com.supermap.mapping

类 LayerCaptionChangedEvent

    • 构造器详细资料

      • LayerCaptionChangedEvent

        public LayerCaptionChangedEvent(Object source,
                                        Layer layer,
                                        String oldCaption,
                                        String newCaption)
        根据指定的参数构造 LayerCaptionChangedEvent 类的新实例。
        参数:
        source - 事件源。
        layer - 图层对象。
        oldCaption - 原有的图层标题。
        newCaption - 改变后的图层标题。
    • 方法详细资料

      • getOldCaption

        public String getOldCaption()
        返回原有的图层标题。
        返回:
        原有的图层标题。
      • getNewCaption

        public String getNewCaption()
        改变后的图层标题。
        返回:
        改变后的图层标题。

Copyright © 2021–2024 SuperMap. All rights reserved.