java.lang.Object | ||
↳ | AppCompatImageView | |
↳ | com.pdftron.pdf.widget.AnnotDrawingView |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AnnotDrawingView(Context context) | |||||||||||
AnnotDrawingView(Context context, AttributeSet attrs) | |||||||||||
AnnotDrawingView(Context context, AttributeSet attrs, int defStyleAttr) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | getCanDraw() | ||||||||||
boolean | hasIcon() | ||||||||||
void |
initInkItem(Annot inkAnnot, int pageNum, PointF offset)
A read lock is expected around this method
| ||||||||||
void | setAnnotBitmap(Bitmap bitmap) | ||||||||||
void | setAnnotRect(RectF rect) | ||||||||||
void | setAnnotStyle(AnnotViewImpl annotViewImpl) | ||||||||||
void | setCanDraw(boolean canDraw) | ||||||||||
void | setCurvePainter(CurvePainter curvePainter) | ||||||||||
void | setOffset(int x, int y) | ||||||||||
void | setPageNum(int pageNum) | ||||||||||
void | setRotateImpl(RotationImpl rotateImpl) | ||||||||||
void | setZoom(double zoom) | ||||||||||
void | updateBorderStyle(ShapeBorderStyle borderStyle) | ||||||||||
void | updateColor(int color) | ||||||||||
void | updateFillColor(int color) | ||||||||||
void | updateIcon(String icon) | ||||||||||
void | updateLineEndStyle(LineEndingStyle lineEndStyle) | ||||||||||
void | updateLineStartStyle(LineEndingStyle lineStartStyle) | ||||||||||
void | updateLineStyle(LineStyle lineStyle) | ||||||||||
void | updateOpacity(float opacity) | ||||||||||
void | updateRulerItem(RulerItem rulerItem) | ||||||||||
void | updateThickness(float thickness) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
A read lock is expected around this method