Package jfxutils.images


package jfxutils.images
Provides utilities to work with images.
  • Class
    Description
    EnumImageStorage<T extends Enum<?>>
    An implementation of the ImageStorage interface that associates PNG images with the constants of an enum.
    Represents a key-based image storage facility that enables the retrieval of images based on keys.
    An implementation of the ImageStorage interface that associates PNG images with a consecutive sequence of ints starting from 0.