given_Conversion_Int_Int_Dimension

object given_Conversion_Int_Int_Dimension extends Conversion[(Int, Int), Dimension]

Conversion from a tuple of integer to java awt Dimension.

class Conversion[(Int, Int), Dimension]
trait (Int, Int) => Dimension
class Object
trait Matchable
class Any

Value members

Concrete methods

override def apply(x: (Int, Int)): Dimension
Definition Classes
Conversion -> Function1

Inherited methods

@unspecialized
def andThen[A](g: Dimension => A): (Int, Int) => A
Inherited from:
Function1
@unspecialized
def compose[A](g: A => (Int, Int)): A => Dimension
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1

Extensions

Inherited extensions

extension (x: T)
def convert: Dimension

x.convert converts a value x of type T to type U

x.convert converts a value x of type T to type U

Inherited from:
Conversion