Class SourceOpTiledBitmapImpl

All Implemented Interfaces:
ImageOp, SourceOp, Op<BufferedImage>

public class SourceOpTiledBitmapImpl extends SourceOpBitmapImpl
An ImageOp which loads an image from the DataArchive, but produces tiles loaded from the tile cache.
Since:
3.2.0
Author:
Joel Uckelman
  • Constructor Details

    • SourceOpTiledBitmapImpl

      public SourceOpTiledBitmapImpl(String name)
      Constructs an ImageOp which will load the given file.
      Parameters:
      name - the name of the image to load
      Throws:
      IllegalArgumentException - if name is null.
    • SourceOpTiledBitmapImpl

      public SourceOpTiledBitmapImpl(String name, DataArchive archive)
    • SourceOpTiledBitmapImpl

      public SourceOpTiledBitmapImpl(String name, FileArchive archive)
  • Method Details