public abstract class IInvalidate
extends java.lang.Object
IInvalidate
is used to provider IInvalidate interfaces.
This class is mainly for application to refresh the changes.
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
clientData
User-defined data
|
Constructor and Description |
---|
IInvalidate() |
Modifier and Type | Method and Description |
---|---|
abstract void |
invalidateRect(java.lang.Object clientData,
int objectType,
RectF rectF)
Invalidate a rectangle area.
|
public abstract void invalidateRect(java.lang.Object clientData, int objectType, RectF rectF) throws PDFException
clientData
- User-defined data.objectType
- Object type, Currently available value is
PDFLibrary.OBJECTTYPE_PSI
.rectF
- A RectF
object indicating an invalidating
area.PDFException
- For more exception information please see definitions
PDFException.ERRCODE_XXX
.PDFException
,
PDFLibrary
,
RectF