Class AbstractLayerable

    • Constructor Detail

      • AbstractLayerable

        public AbstractLayerable()
        Called by Java2XML
      • AbstractLayerable

        public AbstractLayerable​(String name,
                                 LayerManager layerManager)
    • Method Detail

      • fireLayerChanged

        public void fireLayerChanged​(LayerEventType type)
      • fireAppearanceChanged

        public void fireAppearanceChanged()
        The only time #fireAppearanceChanged must be called is when a party modifies an attribute of one of the Styles, because Styles don't notify their layer when they change. But if a party adds or removes a feature, or applies an EditTransaction to a feature, #fireAppearanceChanged will be called automatically. This event will be ignored if LayerManager#isFiringEvents is false
      • setVisible

        public void setVisible​(boolean visible)
        Specified by:
        setVisible in interface Layerable