Interface FlyoverFrame

    • Field Detail

      • TETHER_BEARING_PROPERTY

        static final java.lang.String TETHER_BEARING_PROPERTY
        The tether bearing bound property.
      • TETHER_BEARING_COMPASS_POINTS_PROPERTY

        static final java.lang.String TETHER_BEARING_COMPASS_POINTS_PROPERTY
        The tether bearing compass points bound property.
      • TETHER_IMAGE_PROPERTY

        static final java.lang.String TETHER_IMAGE_PROPERTY
        The tether image bound property.
    • Method Detail

      • getTetherBearing

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

        void setTetherBearing​(java.math.BigDecimal newTetherBearing)
        Sets the bearing of the tether in relation to the frame. This is a bound property.
        Parameters:
        newTetherBearing - The new bearing of the tether in relation to the frame.
        Throws:
        java.lang.NullPointerException - if the given bearing is null.
        java.lang.IllegalArgumentException - if the given bearing is greater than 360.
        See Also:
        TETHER_BEARING_PROPERTY
      • getTetherBearingCompassPoints

        java.util.Set<CompassPoint> getTetherBearingCompassPoints()
        Returns:
        The bearing of the tether in relation to the frame.
      • setTetherBearingCompassPoints

        void setTetherBearingCompassPoints​(java.util.Set<CompassPoint> newTetherBearingCompassPoints)
        Sets the compass points supported for tether bearing. This is a bound property.
        Parameters:
        newTetherBearingCompassPoints - The new set of compass points supported for tether bearing.
        Throws:
        java.lang.NullPointerException - if the given set is null.
        See Also:
        TETHER_BEARING_COMPASS_POINTS_PROPERTY
      • getTetherImage

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

        void setTetherImage​(java.net.URI newTetherImage)
        Sets the URI of the tether image. This is a bound property of type URI.
        Parameters:
        newTetherImage - The new URI of the image, which may be a resource URI.
        See Also:
        TETHER_IMAGE_PROPERTY