RequestI

Created by svennahler on 05.12.16.

interface RequestI : Recyclable

Functions

asRequested
Link copied to clipboard
abstract fun asRequested(): Requested
concatTransformation
Link copied to clipboard
abstract fun concatTransformation(matrix: <ERROR CLASS>): RequestI
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
onRecycle
Link copied to clipboard
open override fun onRecycle()
recycle
Link copied to clipboard
abstract override fun recycle()
setIsPreviewMode
Link copied to clipboard
abstract fun setIsPreviewMode(previewMode: Boolean): RequestI
setRegion
Link copied to clipboard
abstract fun setRegion(rect: <ERROR CLASS>): RequestI
abstract fun setRegion(rect: <ERROR CLASS>, sourceSample: Float, offset: Int): RequestI
abstract fun setRegion(x: Float, y: Float, width: Float, height: Float): RequestI
abstract fun setRegion(x: Float, y: Float, width: Float, height: Float, sourceSample: Float, offset: Int): RequestI
setSourceSampling
Link copied to clipboard
abstract fun setSourceSampling(sourceResize: Float): RequestI
setSourceScale
Link copied to clipboard
abstract fun setSourceScale(sourceResize: Float): RequestI
setTransformation
Link copied to clipboard
abstract fun setTransformation(matrix: <ERROR CLASS>): RequestI
toString
Link copied to clipboard
open override fun toString(): String

Properties

alsoRecyclable
Link copied to clipboard
abstract override var alsoRecyclable: Recyclable?

Inheritors

Request
Link copied to clipboard