java.lang.Object | |
↳ | com.pdftron.pdf.widget.AnnotViewImpl |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
interface | AnnotViewImpl.AnnotViewImplListener |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public Rect | mAnnotRect | ||||||||||
public RectF | mAnnotRectF | ||||||||||
public int | mAnnotRotation | ||||||||||
public AnnotStyle | mAnnotStyle | ||||||||||
public int | mAnnotUIRotation | ||||||||||
public Paint | mBmpMultBlendPaint | ||||||||||
public Paint | mBmpPaint | ||||||||||
public boolean | mCanDrawCtrlPts | ||||||||||
public PointF[] | mCtrlPts | ||||||||||
public Paint | mCtrlPtsPaint | ||||||||||
public float | mCtrlRadius | ||||||||||
public CurvePainter | mCurvePainter | ||||||||||
public int | mFillColor | ||||||||||
public Paint | mFillPaint | ||||||||||
public float | mGuidelinExtend | ||||||||||
public Paint | mGuidelinePaint | ||||||||||
public boolean | mHasSelectionPermission | ||||||||||
public float | mOpacity | ||||||||||
public int | mPageNum | ||||||||||
public Paint | mPaint | ||||||||||
public PDFViewCtrl | mPdfViewCtrl | ||||||||||
public PointF | mPt1 | ||||||||||
public PointF | mPt2 | ||||||||||
public float | mRotateCenterRadius | ||||||||||
public int | mStrokeColor | ||||||||||
public float | mThickness | ||||||||||
public float | mThicknessDraw | ||||||||||
public float | mThicknessReserve | ||||||||||
public ArrayList<PointF> | mVertices | ||||||||||
public double | mZoom |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AnnotViewImpl(Context context) | |||||||||||
AnnotViewImpl(PDFViewCtrl pdfViewCtrl, AnnotStyle annotStyle) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void | addPositionGuidelines(Pair<Point, Point> guidelines) | ||||||||||
void | init(Context context) | ||||||||||
boolean | isAnnotEditAdvancedShape() | ||||||||||
boolean | isAnnotEditLine() | ||||||||||
boolean | isAnnotResizable() | ||||||||||
boolean | isCallout() | ||||||||||
boolean | isFreeHighlighter() | ||||||||||
boolean | isNightMode() | ||||||||||
boolean | isStamp() | ||||||||||
void | loadFont(AnnotViewImpl.AnnotViewImplListener listener) | ||||||||||
void | removeCtrlPts() | ||||||||||
void | setAnnotStyle(PDFViewCtrl pdfViewCtrl, AnnotStyle annotStyle) | ||||||||||
void | setVertices(PointF... points) | ||||||||||
void | setZoom(double zoom) | ||||||||||
void | updateBorderStyle(ShapeBorderStyle borderStyle) | ||||||||||
void | updateColor(int color) | ||||||||||
void | updateFillColor(int color) | ||||||||||
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
|