ScaledImageKey

floodsim.view.util.resource.ScaledImageKey
final case class ScaledImageKey[K](original: K, width: Int, height: Int)

Composite key for addressing scaled images derived from a base key.

Value parameters

height

target height in pixels

original

the base image key

width

target width in pixels

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product