Package hdf.view.ImageView


package hdf.view.ImageView
  • Interface Summary
    Interface
    Description
    The image view interface for displaying image object
  • Class Summary
    Class
    Description
    ImageView displays an HDF dataset as an image.
    FlipFilter creates image filter to flip image horizontally or vertically.
    Makes an image filter for rotating image by 90 degrees.
    A simple Factory class which returns concrete instances of the default ImageView.
    This class extends DataViewFactory so that at runtime it can be determined if a specific DataViewFactory class is an ImageViewFactory and can thus be used appropriately where an ImageView is needed.