Class ImageReference

java.lang.Object
yearreview.app.util.image.ImageReference

public abstract class ImageReference extends Object
An ImageReference represents a reference to an Image that might not be stored in Memory currently but can be loaded (from a URL or file) on demand. TODO
Author:
ColdStone37
  • Constructor Details

    • ImageReference

      public ImageReference()