Interface IImageTarget

    • Method Detail

      • getClientImageData

        ClientImageData getClientImageData()
        Gets the Client image data.
      • isImageTargetValid

        boolean isImageTargetValid()
        Checks if this target is valid.
      • lookUp

        static IImageTarget lookUp​(GProp<?> property,
                                   java.lang.String reference)
        Static look-up of an image from a reference. A property attached to the property tree of any kind is required (the more "root" the faster).
        Parameters:
        property - The property used as reference look-up.
        reference - The reference to look-up, null for none.
        Returns:
        The image, or null if not found (or none, or "property" is null).