Package hdf.view.ImageView

  • Interface Summary
    Interface Description
    ImageView
    The image view interface for displaying image object
  • Class Summary
    Class Description
    DefaultImageView
    ImageView displays an HDF dataset as an image.
    DefaultImageView.FlipFilter
    FlipFilter creates image filter to flip image horizontally or vertically.
    DefaultImageView.Rotate90Filter
    Makes an image filter for rotating image by 90 degrees.
    DefaultImageViewFactory
    A simple Factory class which returns concrete instances of the default ImageView.
    ImageViewFactory
    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.