PaintChunk

open class PaintChunk

Constructors

PaintChunk
Link copied to clipboard
open fun PaintChunk(brush: Brush, points: Array<Float>)
PaintChunk
Link copied to clipboard
open fun PaintChunk(brush: Brush)

Types

Callback
Link copied to clipboard
interface Callback

Functions

addCallback
Link copied to clipboard
open fun addCallback(callback: PaintChunk.Callback)
addKeyPoint
Link copied to clipboard
open fun addKeyPoint(point: Array<Float>)
open fun addKeyPoint(x: Float, y: Float)
describeContents
Link copied to clipboard
open fun describeContents(): Int
equals
Link copied to clipboard
open fun equals(o: Any): Boolean
finishChunk
Link copied to clipboard
open fun finishChunk()
getRuntimeUniqId
Link copied to clipboard
open fun getRuntimeUniqId(): Long
hashCode
Link copied to clipboard
open fun hashCode(): Int
isFinishedOrShouldBeFinished
Link copied to clipboard
open fun isFinishedOrShouldBeFinished(): Boolean
removeCallback
Link copied to clipboard
open fun removeCallback(callback: PaintChunk.Callback)
writeToParcel
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

brush
Link copied to clipboard
val brush: Brush
CREATOR
Link copied to clipboard
val CREATOR: Creator<PaintChunk>
isFinished
Link copied to clipboard
private open val isFinished: Boolean
points
Link copied to clipboard
val points: FloatPointList