Class DefaultImageViewFactory

Object

public class DefaultImageViewFactory
extends ImageViewFactory
A simple Factory class which returns concrete instances of the default ImageView.
Version:
1.0 4/18/2018
Author:
jhenderson
  • Constructor Details

  • Method Details

    • getImageView

      public ImageView getImageView​(DataViewManager viewer, HashMap dataPropertiesMap) throws ClassNotFoundException
      Description copied from class: DataViewFactory
      Get an instance of ImageView given the appropriate constructor parameters
      Specified by:
      getImageView in class DataViewFactory
      Parameters:
      viewer - The data view manager
      dataPropertiesMap - The properties for the image view
      Returns:
      the image view.
      Throws:
      ClassNotFoundException - If there is an error getting the class for a image view.