| java.lang.Object | ||
| ↳ | com.pdftron.pdf.model.ink.InkItem | |
| ↳ | com.pdftron.pdf.model.ink.PressureInkItem | |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public List<Float> | currentActivePressure | ||||||||||
| public final List<List<Float>> | finishedPressures | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pdftron.pdf.model.ink.InkItem
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PressureInkItem(String id, List<PointF> currentActiveStroke, List<Float> currentActivePressure, List<List<PointF>> finishedStrokes, List<List<Float>> finishedPressures, int pageNumber, int color, float opacity, float baseThickness, float paintThickness, boolean isStylus) | |||||||||||
| PressureInkItem(int pageNumber, int color, float opacity, float baseThickness, boolean isStylus, PDFViewCtrl pdfViewCtrl) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| InkItem |
copy()
Create a copy of an InkItem and return it.
| ||||||||||
| Paint | getPaint(PDFViewCtrl pdfViewCtrl) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pdftron.pdf.model.ink.InkItem
| |||||||||||
From class
java.lang.Object
| |||||||||||
Create a copy of an InkItem and return it. Note that Paint is not copied as it's always lazy initialized