Class AbstractFlyoverFrame

    • Field Detail

      • TETHER_IMAGE_RESOURCE_URI

        public static final java.net.URI TETHER_IMAGE_RESOURCE_URI
        The base resource URI for the flyover tether image URI.
    • Constructor Detail

      • AbstractFlyoverFrame

        public AbstractFlyoverFrame​(Component component)
        Component constructor.
        Parameters:
        component - The single child component, or null if this frame should have no child component.
    • Method Detail

      • getTetherBearing

        public java.math.BigDecimal getTetherBearing()
        Specified by:
        getTetherBearing in interface FlyoverFrame
        Returns:
        The bearing of the tether in relation to the frame.
      • setTetherBearing

        public void setTetherBearing​(java.math.BigDecimal newTetherBearing)
        Description copied from interface: FlyoverFrame
        Sets the bearing of the tether in relation to the frame. This is a bound property.
        Specified by:
        setTetherBearing in interface FlyoverFrame
        Parameters:
        newTetherBearing - The new bearing of the tether in relation to the frame.
        See Also:
        FlyoverFrame.TETHER_BEARING_PROPERTY
      • getTetherImage

        public java.net.URI getTetherImage()
        Specified by:
        getTetherImage in interface FlyoverFrame
        Returns:
        The tether image URI, which may be a resource URI, or null if there is no tether image URI.
      • setTetherImage

        public void setTetherImage​(java.net.URI newTetherImage)
        Description copied from interface: FlyoverFrame
        Sets the URI of the tether image. This is a bound property of type URI.
        Specified by:
        setTetherImage in interface FlyoverFrame
        Parameters:
        newTetherImage - The new URI of the image, which may be a resource URI.
        See Also:
        FlyoverFrame.TETHER_IMAGE_PROPERTY