Class LayerManagerLayer

    • Field Detail

      • update

        protected boolean update
      • size

        protected java.awt.Dimension size
      • draggingComponent

        protected boolean draggingComponent
      • draggingLayer

        protected boolean draggingLayer
      • dragRefCursorPoint

        protected java.awt.Point dragRefCursorPoint
      • dragRefPoint

        protected java.awt.Point dragRefPoint
      • dragRefIndex

        protected int dragRefIndex
      • dragColor

        protected java.awt.Color dragColor
    • Constructor Detail

      • LayerManagerLayer

        public LayerManagerLayer​(WorldWindow wwd)
    • Method Detail

      • initialize

        protected void initialize()
      • getAnnotation

        public ScreenAnnotation getAnnotation()
        Get the ScreenAnnotation used to display the layer list.
        Returns:
        the ScreenAnnotation used to display the layer list.
      • setEnabled

        public void setEnabled​(boolean enabled)
        Description copied from interface: Layer
        Controls whether the layer is enabled for rendering and selection.
        Specified by:
        setEnabled in interface Layer
        Overrides:
        setEnabled in class AbstractLayer
        Parameters:
        enabled - true if the layer is enabled, else false.
      • isEnabled

        public boolean isEnabled()
        Description copied from interface: Layer
        Indicates whether the layer is enabled for rendering and selection.
        Specified by:
        isEnabled in interface Layer
        Overrides:
        isEnabled in class AbstractLayer
        Returns:
        true if the layer is enabled, else false.
      • getFont

        public java.awt.Font getFont()
        Get the Font used to draw the layer list text.
        Returns:
        the Font used to draw the layer list text.
      • setFont

        public void setFont​(java.awt.Font font)
        Set the Font used to draw the layer list text.
        Parameters:
        font - the Font used to draw the layer list text.
      • getColor

        public java.awt.Color getColor()
        Get the Color used to draw the layer names and the frame border when they are not highlighted.
        Returns:
        the Color used to draw the layer names and the frame border when they are not highlighted.
      • setColor

        public void setColor​(java.awt.Color color)
        Set the Color used to draw the layer names and the frame border when they are not highlighted.
        Parameters:
        color - the Color used to draw the layer names and the frame border when they are not highlighted.
      • getHighlightColor

        public java.awt.Color getHighlightColor()
        Get the Color used to draw the layer names and the frame border when they are highlighted.
        Returns:
        the Color used to draw the layer names and the frame border when they are highlighted.
      • setHighlightColor

        public void setHighlightColor​(java.awt.Color color)
        Set the Color used to draw the layer names and the frame border when they are highlighted.
        Parameters:
        color - the Color used to draw the layer names and the frame border when they are highlighted.
      • getMinOpacity

        public double getMinOpacity()
        Get the opacity applied to the layer list when the cursor is outside it's frame.
        Returns:
        the opacity applied to the layer list when the cursor is outside it's frame.
      • setMinOpacity

        public void setMinOpacity​(double opacity)
        Set the opacity applied to the layer list when the cursor is outside it's frame - zero to one, one is fully opaque.
        Parameters:
        opacity - the opacity applied to the layer list when the cursor is outside it's frame.
      • getMaxOpacity

        public double getMaxOpacity()
        Get the opacity applied to the layer list when the cursor is inside it's frame.
        Returns:
        the opacity applied to the layer list when the cursor is inside it's frame.
      • setMaxOpacity

        public void setMaxOpacity​(double opacity)
        Set the opacity applied to the layer list when the cursor is inside it's frame - zero to one, one is fully opaque.
        Parameters:
        opacity - the opacity applied to the layer list when the cursor is inside it's frame.
      • getLayerEnabledSymbol

        public char getLayerEnabledSymbol()
        Get the character used to denote an enabled layer.
        Returns:
        the character used to denote an enabled layer.
      • setLayerEnabledSymbol

        public void setLayerEnabledSymbol​(char c)
        Set the character used to denote an enabled layer.
        Parameters:
        c - the character used to denote an enabled layer.
      • getLayerDisabledSymbol

        public char getLayerDisabledSymbol()
        Get the character used to denote a disabled layer.
        Returns:
        the character used to denote a disabled layer.
      • setLayerDisabledSymbol

        public void setLayerDisabledSymbol​(char c)
        Set the character used to denote a disabled layer.
        Parameters:
        c - the character used to denote a disabled layer.
      • getBorderWidth

        public int getBorderWidth()
        Get the layer manager frame offset from the viewport borders.
        Returns:
        the number of pixels to offset the layer manager frame from the borders indicated by setPosition(String).
      • setBorderWidth

        public void setBorderWidth​(int borderWidth)
        Sets the layer manager frame offset from the viewport borders.
        Parameters:
        borderWidth - the number of pixels to offset the layer manager frame from the borders indicated by setPosition(String).
      • getPosition

        public java.lang.String getPosition()
        Returns the current relative layer manager frame position.
        Returns:
        the current layer manager frame position
      • setPosition

        public void setPosition​(java.lang.String position)
        Sets the relative viewport location to display the layer manager. Can be one of AVKey.NORTHEAST (the default), AVKey.NORTHWEST, AVKey.SOUTHEAST, or AVKey.SOUTHWEST. These indicate the corner of the viewport to place the frame.
        Parameters:
        position - the desired layer manager position
      • getLocationCenter

        public Vec4 getLocationCenter()
        Returns the current layer manager location.
        Returns:
        the current location center. May be null.
      • setLocationCenter

        public void setLocationCenter​(Vec4 locationCenter)
        Specifies the screen location of the layer manager, relative to it's frame center. May be null. If this value is non-null, it overrides the position specified by #setPosition. The location is specified in pixels. The origin is the window's lower left corner. Positive X values are to the right of the origin, positive Y values are upwards from the origin. The final frame location will be affected by the currently specified location offset if a non-null location offset has been specified (see setLocationOffset(Vec4)).
        Parameters:
        locationCenter - the location center. May be null.
        See Also:
        setPosition(String), setLocationOffset(gov.nasa.worldwind.geom.Vec4)
      • getLocationOffset

        public Vec4 getLocationOffset()
        Returns the current location offset. See #setLocationOffset for a description of the offset and its values.
        Returns:
        the location offset. Will be null if no offset has been specified.
      • setLocationOffset

        public void setLocationOffset​(Vec4 locationOffset)
        Specifies a placement offset from the layer manager frame position on the screen.
        Parameters:
        locationOffset - the number of pixels to shift the layer manager frame from its specified screen position. A positive X value shifts the frame to the right. A positive Y value shifts the frame up. If null, no offset is applied. The default offset is null.
        See Also:
        setLocationCenter(gov.nasa.worldwind.geom.Vec4), setPosition(String)
      • isMinimized

        public boolean isMinimized()
        Determines whether the layer list frame is minimized. When minimized, the layer list only contains itself as the only item, and thus shrinks toward it's corner position.
        Returns:
        true if the layer list frame is minimized.
      • setMinimized

        public void setMinimized​(boolean minimized)
        Set the layer list frame to be minimized. When minimized, the layer list only contains itself as the only item, and thus shrinks toward it's corner position.
        Parameters:
        minimized - true if the layer list frame sould be minimized.
      • isComponentDragEnabled

        public boolean isComponentDragEnabled()
        Determines whether the layer list can be moved or dragged with the mouse cursor.

        If enabled, dragging the frame will result in a change to it's location offset - setLocationOffset(Vec4). If the list is also set to snap to corners - setSnapToCorners(boolean), the frame position may change so as to be attached to the nearest corner - see setPosition(String).

        Returns:
        true if the layer list can be moved or dragged with the mouse cursor.
      • setComponentDragEnabled

        public void setComponentDragEnabled​(boolean enabled)
        Sets whether the layer list can be moved or dragged with the mouse cursor.

        If enabled, dragging the frame will result in a change to it's location offset - setLocationOffset(Vec4). If the list is also set to snap to corners - setSnapToCorners(boolean), the frame position may change so as to be attached to the nearest corner - see setPosition(String).

        Parameters:
        enabled - true if the layer list can be moved or dragged with the mouse cursor.
      • isLayerDragEnabled

        public boolean isLayerDragEnabled()
        Determines whether a layer can be moved or dragged within the list with the mouse cursor. If enabled, layers can be moved up and down the list.
        Returns:
        true if a layer can be moved or dragged within the list.
      • setLayerDragEnabled

        public void setLayerDragEnabled​(boolean enabled)
        Sets whether a layer can be moved or dragged within the list with the mouse cursor. If enabled, layers can be moved up and down the list.
        Parameters:
        enabled - true if a layer can be moved or dragged within the list.
      • isSnapToCorners

        public boolean isSnapToCorners()
        Determines whether the layer list snaps to the viewport sides and corners while being dragged.

        Dragging the layer list frame will result in a change to it's location offset - setLocationOffset(Vec4). If the list is also set to snap to corners - setSnapToCorners(boolean), the frame position may change so as to be attached to the nearest corner - see setPosition(String).

        Returns:
        true if the layer list snaps to the viewport sides and corners while being dragged.
      • setSnapToCorners

        public void setSnapToCorners​(boolean enabled)
        Sets whether the layer list snaps to the viewport sides and corners while being dragged.

        Dragging the layer list frame will result in a change to it's location offset - setLocationOffset(Vec4). If the list is also set to snap to corners the frame position may change so as to be attached to the nearest corner - see setPosition(String).

        Parameters:
        enabled - true if the layer list should snaps to the viewport sides and corners while being dragged.
      • getSelectedIndex

        public int getSelectedIndex()
        Get the selected layer index number in the current Model layer list. A layer is selected when the cursor is over it in the list. Returns -1 if no layer is currently selected.
        Returns:
        the selected layer index number or -1 if none is selected.
      • setSelectedIndex

        public void setSelectedIndex​(int index)
        Set the selected layer index number. When selected a layer is highlighted in the list - this usually happens when the cursor is over it.
        Parameters:
        index - the selected layer index number.
      • selected

        public void selected​(SelectEvent event)
        SelectListener implementation.
        Specified by:
        selected in interface SelectListener
        Parameters:
        event - the current SelectEvent
      • moveTo

        protected void moveTo​(java.awt.Point targetPoint)
      • snapToCorners

        protected void snapToCorners()
      • update

        public void update()
        Schedule the layer list for redrawing before the next render pass.
      • highlight

        protected void highlight​(boolean highlighted)
        Change the annotation appearance according to the given highlighted state.
        Parameters:
        highlighted - true if the annotation should appear highlighted.
      • makeAnnotationText

        protected java.lang.String makeAnnotationText​(LayerList layers)
        Compose the annotation text from the given LayerList.
        Parameters:
        layers - the LayerList to draw names from.
        Returns:
        the annotation text to be displayed.
      • encodeHTMLColor

        protected static java.lang.String encodeHTMLColor​(java.awt.Color c)
      • render

        public void render​(DrawContext dc)
        Description copied from interface: Layer
        Cause the layer to draw its representation.
        Specified by:
        render in interface Layer
        Overrides:
        render in class AbstractLayer
        Parameters:
        dc - the current draw context
      • computeLocation

        protected java.awt.Point computeLocation​(java.awt.Rectangle viewport)
        Compute the draw frame south-west corner screen location according to it's position - see setPosition(String), location offset - see setLocationOffset(Vec4), or location center - see setLocationCenter(Vec4), and border distance from the viewport edges - see setBorderWidth(int).
        Parameters:
        viewport - the current Viewport rectangle.
        Returns:
        the draw frame south-west corner screen location.