Class ImageMarker.MarkerRemoteEntry

    • Constructor Detail

      • MarkerRemoteEntry

        MarkerRemoteEntry​(java.net.URI uri,
                          java.util.function.Supplier<RemoteEntry> firstImage,
                          java.util.function.Supplier<RemoteEntry> previousImage,
                          java.util.function.Supplier<RemoteEntry> nextImage,
                          java.util.function.Supplier<RemoteEntry> lastImage)
        Create a new remote entry
        Parameters:
        uri - The URI to use
        firstImage - first image supplier
        previousImage - previous image supplier
        nextImage - next image supplier
        lastImage - last image supplier