ImageGearJava Project > com.accusoft.imagegear.formats Package : ImGearFileFilters Class |
The following tables list the members exposed by ImGearFileFilters.
Name | Description | |
---|---|---|
ImGearFileFilters Constructor | Initializes a new instance of the ImGearFileFilters class.
Use this constructor if you need to pass a local copy of filter control parameters to a specific image loading or saving method, rather than change control parameters globally. |
Name | Description | |
---|---|---|
add | Adds a new format to the end of the list of formats. | |
contains | Tells whether a particular format is in the list of formats. | |
get | Gets a format in the list based on the format ID. | |
getCount | Gets the total number of formats currently in the collection.
| |
indexOf | Gets an index of a format in the list based on the format ID. | |
insert | Inserts a new format to the list of formats at the specified position. | |
insertAfter | Inserts a new format to the list of formats after the specified format. | |
iterator | Returns an iterator for the collection. | |
remove | Removes a format from the list based on the format ID. | |
removeAt | Removes a format from the list at the specified position. |