Module org.jcommon

Class JThumbnailImage<T>

    • Constructor Detail

      • JThumbnailImage

        public JThumbnailImage​(String name,
                               int width,
                               int height,
                               int margin,
                               int ID,
                               Image image,
                               T content)
        Create a new thumbnail that use an image as displayable content.
        Parameters:
        name - the name of the thumbnail.
        width - the width of the thumbnail.
        height - the height of the thumbnail.
        margin - the margin size of the thumbnail.
        ID - the identifier of the thumbnail.
        image - the image to display.
        content - the content of the thumbnail.
    • Method Detail

      • refreshGUI

        protected void refreshGUI()
        Description copied from class: JThumbnail
        Refresh the Graphical User Interface (GUI) components.
        Overrides:
        refreshGUI in class JThumbnail<T>