Class Flash

    • Field Detail

      • FLASH_URI_PROPERTY

        public static final java.lang.String FLASH_URI_PROPERTY
        The flash URI bound property.
    • Constructor Detail

      • Flash

        public Flash()
    • Method Detail

      • getFlashURI

        public java.net.URI getFlashURI()
        Returns:
        The Flash URI, which may be a resource URI, or null if there is no Flash URI.
      • setFlashURI

        public void setFlashURI​(java.net.URI newFlashURI)
        Sets the URI of the Flash. This is a bound property of type URI.
        Parameters:
        newFlashURI - The new URI of the Flash, which may be a resource URI.
        See Also:
        FLASH_URI_PROPERTY