ImageSize

Created by svennahler on 14.12.16.

class ImageSize

Constructors

ImageSize
Link copied to clipboard
fun ImageSize(width: Int, height: Int, rotation: Int)
ImageSize
Link copied to clipboard
fun ImageSize(width: Int, height: Int, config: <ERROR CLASS>, rotation: Int)
ImageSize
Link copied to clipboard
fun ImageSize(size: IntArray, rotation: Int)
ImageSize
Link copied to clipboard
fun ImageSize(size: IntArray, config: <ERROR CLASS>, rotation: Int)

Types

Companion
Link copied to clipboard
object Companion

Functions

describeContents
Link copied to clipboard
open fun describeContents(): Int
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String
writeToParcel
Link copied to clipboard
open fun writeToParcel(dest: <ERROR CLASS>, flags: Int)

Properties

aspect
Link copied to clipboard
val aspect: Float
config
Link copied to clipboard
val config: <ERROR CLASS>
height
Link copied to clipboard
val height: Int
isZero
Link copied to clipboard
val isZero: Boolean
realHeight
Link copied to clipboard
var realHeight: Int
realWidth
Link copied to clipboard
val realWidth: Int
rotation
Link copied to clipboard
val rotation: Int
width
Link copied to clipboard
val width: Int