Package hdf.view.ImageView


package hdf.view.ImageView
  • 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.
    The image view interface for displaying image object
    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.