public class CPDFAnnotBitmapUrl extends CPDFBitmapUrl
Constructor and Description |
---|
CPDFAnnotBitmapUrl(android.content.Context context,
CPDFAnnotation tpdfAnnotation,
android.graphics.RectF area) |
CPDFAnnotBitmapUrl(android.content.Context context,
CPDFAnnotation tpdfAnnotation,
android.graphics.RectF area,
CPDFAnnotation.AppearanceType appearanceType) |
Modifier and Type | Method and Description |
---|---|
CPDFAnnotation |
getAnnotation() |
CPDFAnnotation.AppearanceType |
getAppearanceType() |
android.graphics.RectF |
getArea() |
android.content.Context |
getContext() |
void |
setAnnotation(CPDFAnnotation annotation) |
void |
setAppearanceType(CPDFAnnotation.AppearanceType appearanceType) |
void |
setArea(android.graphics.RectF area) |
equals, hashCode, updateDiskCacheKey
public CPDFAnnotBitmapUrl(android.content.Context context, CPDFAnnotation tpdfAnnotation, android.graphics.RectF area)
public CPDFAnnotBitmapUrl(android.content.Context context, CPDFAnnotation tpdfAnnotation, android.graphics.RectF area, CPDFAnnotation.AppearanceType appearanceType)
public CPDFAnnotation getAnnotation()
public void setAnnotation(CPDFAnnotation annotation)
public android.graphics.RectF getArea()
public void setArea(android.graphics.RectF area)
public android.content.Context getContext()
public CPDFAnnotation.AppearanceType getAppearanceType()
public void setAppearanceType(CPDFAnnotation.AppearanceType appearanceType)