RenderScale

class RenderScale(val relativeOffset: PixelLocation, val scale: RenderScale.Scale) : Comparable<RenderScale>

Constructors

Link copied to clipboard
constructor(relativeOffset: PixelLocation, scale: RenderScale.Scale)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Scale(val x: Double, val y: Double, val staticScale: Boolean) : Comparable<RenderScale.Scale>

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun compareTo(other: RenderScale): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
operator fun plus(other: PixelLocation): RenderScale
Link copied to clipboard
operator fun times(multiplier: Double): RenderScale