FileDocCategorySizeDatePackage
IIOParamController.javaAPI DocAndroid 1.5 API1355Wed May 06 22:41:54 BST 2009javax.imageio

IIOParamController

public interface IIOParamController
The IIOParamController specifies an activate method that invokes the controller.
since
Android 1.0

Fields Summary
Constructors Summary
Methods Summary
public booleanactivate(javax.imageio.IIOParam param)
Activates the controller.

param
param the IIOParam.
return
true, if the IIOParam has been modified, false otherwise.