EditorShowState

Created by svennahler on 02.09.16.

class EditorShowState : ImglyState

Constructors

EditorShowState
Link copied to clipboard
fun EditorShowState()

Types

Companion
Link copied to clipboard
object Companion
Event
Link copied to clipboard
object Event

Functions

animateTransformation
Link copied to clipboard
fun animateTransformation(delay: Int, time: Int, scale: Float, sourcePos: FloatArray, destinationPos: FloatArray)
callPreviewDirty
Link copied to clipboard
fun callPreviewDirty()
callReady
Link copied to clipboard
fun callReady()
describeContents
Link copied to clipboard
open fun describeContents(): Int
disableUiDrawback
Link copied to clipboard
fun disableUiDrawback(uiOverlayDrawer: <ERROR CLASS>)
enableUiDrawback
Link copied to clipboard
fun enableUiDrawback(uiOverlayDrawer: <ERROR CLASS>)
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
finishNow
Link copied to clipboard
fun finishNow()
fitImageToStage
Link copied to clipboard
fun fitImageToStage(animated: Boolean)
fun fitImageToStage(cropRect: <ERROR CLASS>, animated: Boolean)
fun fitImageToStage(cropRect: <ERROR CLASS>, downScale: Float, animated: Boolean)
getCanvasMode
Link copied to clipboard
fun getCanvasMode(): Int
getCropRegion
Link copied to clipboard
fun getCropRegion(dest: <ERROR CLASS>?): <ERROR CLASS>
getStageBottomCut
Link copied to clipboard
fun getStageBottomCut(): Int
getVisibleImageRegion
Link copied to clipboard
fun getVisibleImageRegion(transformation: <ERROR CLASS>?, dest: <ERROR CLASS>?): <ERROR CLASS>
getVisibleStage
Link copied to clipboard
fun getVisibleStage(rect: <ERROR CLASS>): <ERROR CLASS>
fun getVisibleStage(rect: <ERROR CLASS>): <ERROR CLASS>
glPreviewRendered
Link copied to clipboard
fun glPreviewRendered()
hasCanvasMode
Link copied to clipboard
fun hasCanvasMode(canvasMode: Int): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
imageHasTransparencySupport
Link copied to clipboard
fun imageHasTransparencySupport(): Boolean
invalidateCrop
Link copied to clipboard
fun invalidateCrop()
invalidateImageRect
Link copied to clipboard
fun invalidateImageRect(loadState: LoadState)
isPreviewReady
Link copied to clipboard
fun isPreviewReady(): Boolean
notifyCanceledLayerEvent
Link copied to clipboard
fun notifyCanceledLayerEvent()
notifyLayerDoubleTapped
Link copied to clipboard
fun notifyLayerDoubleTapped()
notifyLayerTouchEnd
Link copied to clipboard
fun notifyLayerTouchEnd()
notifyLayerTouchStart
Link copied to clipboard
fun notifyLayerTouchStart()
notifyOnPause
Link copied to clipboard
fun notifyOnPause()
notifyOnResume
Link copied to clipboard
fun notifyOnResume()
notifyOnShutdown
Link copied to clipboard
fun notifyOnShutdown()
obtainCanvasTransformation
Link copied to clipboard
fun obtainCanvasTransformation(): <ERROR CLASS>
obtainVisibleImageRegion
Link copied to clipboard
fun obtainVisibleImageRegion(): <ERROR CLASS>
obtainWorldTransformation
Link copied to clipboard
fun obtainWorldTransformation(): <ERROR CLASS>
onImageRotationChanged
Link copied to clipboard
fun onImageRotationChanged(transformSettings: TransformSettings?)
setCanvasMode
Link copied to clipboard
fun setCanvasMode(canvasMode: Int)
fun setCanvasMode(vararg canvasMode: IntArray)
setPreviewSize
Link copied to clipboard

Set preview window size, to saveImage Memory an Speedup preview by load a low resolution preview.

fun setPreviewSize(left: Int, top: Int, width: Int, height: Int): EditorShowState
setStageBottomCut
Link copied to clipboard
fun setStageBottomCut(stageBottomCut: Int)
setTransformation
Link copied to clipboard
fun setTransformation(scale: Float, sourcePoint: FloatArray?, destinationPoint: FloatArray?)
toString
Link copied to clipboard
open override fun toString(): String
triggerUiOverlayRedraw
Link copied to clipboard
fun triggerUiOverlayRedraw()

Properties

currentPreviewDisplay
Link copied to clipboard
var currentPreviewDisplay: GlGround?
imageRect
Link copied to clipboard
var imageRect: <ERROR CLASS>
imageRectF
Link copied to clipboard
val imageRectF: <ERROR CLASS>
isFinishingNow
Link copied to clipboard
var isFinishingNow: Boolean
isPausedForPermissionRequest
Link copied to clipboard
var isPausedForPermissionRequest: Boolean
isReady
Link copied to clipboard
var isReady: Boolean
layerDownScaleFactor
Link copied to clipboard
val layerDownScaleFactor: Float
realStageRect
Link copied to clipboard
val realStageRect: <ERROR CLASS>
rotation
Link copied to clipboard
val rotation: Float
roxOperationClasses
Link copied to clipboard
val roxOperationClasses: Array<Class<Out RoxOperation>>
scale
Link copied to clipboard
var scale: Float
stageHeight
Link copied to clipboard
val stageHeight: Int
stageWidth
Link copied to clipboard
val stageWidth: Int
uiOverlayDrawers
Link copied to clipboard
val uiOverlayDrawers: <ERROR CLASS>