Uses of Interface
provided.utils.displayModel.IATImage
Packages that use IATImage
Package
Description
Definitions and implementations of utilities for representing
and encapsulating displayable elements in the model.
-
Uses of IATImage in provided.utils.displayModel
Fields in provided.utils.displayModel declared as IATImageModifier and TypeFieldDescriptionstatic IATImage
IATImage.ERROR
An error image that is just a black square that will transform in the same way as an image.Fields in provided.utils.displayModel with type parameters of type IATImageModifier and TypeFieldDescriptionstatic BiFunction<Image,Component,IATImage>
IATImage.FACTORY
Factory object that will instantiate an IATImage given an Image and a Component (the ImageObserver).