Uses of Class
org.cdgsoftware.icl.ImageView

Packages that use ImageView
org.cdgsoftware.icl Here are the primary classes for working with a complete file after it has been read into memory, or for generating a new file from scratch. 
 

Uses of ImageView in org.cdgsoftware.icl
 

Methods in org.cdgsoftware.icl that return types with arguments of type ImageView
 java.util.ArrayList<ImageView> ICLItem.getImageViewList()
          Gets the image view list.
 

Method parameters in org.cdgsoftware.icl with type arguments of type ImageView
 void ICLItem.setImageViewList(java.util.ArrayList<ImageView> imageViewList)
          Sets the image view list.
 

Constructor parameters in org.cdgsoftware.icl with type arguments of type ImageView
ICLItem(CheckDetailRecord checkDetail, java.util.ArrayList<CheckDetailAddendumARecord> checkDetailAddendumAList, java.util.ArrayList<ImageView> imageViewList)
          Instantiates a new iCL item.