Fx.Image

object Image extends Fx.Abstract.Delegate.Opaque[Image, Image]
Source
__.scala
class Ref.Custom.Type[Image, Image]
class Object
trait Matchable
class Any

Alias

Inherited

final lazy val FxConverter: TwoWayFun[Image, Image]
Inherited from
Opaque
Source
Opaque.scala

Def

def apply(v: Url): Image
Source
__.scala
@targetName("height_Pro")
def height_*: O
Source
__.scala
override def info(v: Image): Info
Definition Classes
Source
__.scala
def isError: Boolean
Source
__.scala
@targetName("width_Pro")
def width_*: O
Source
__.scala

Inherited

def apply(v: Image): Image
Inherited from
Opaque
Source
Opaque.scala
final def isRef: Boolean
Inherited from
Type
Source
Type.scala
def isVoid(v: Image): Boolean

Void check

Void check

Override this method to define which instances of this type are void

By default this method always returns false

If type supports void instances, then following inmpelentation should be added in most cases:

 implicit inline def xxRequest(inline v: \/) : <type> = <return void>
Inherited from
Type
Source
Type.scala
val name: String
Inherited from
Type
Source
Type.scala
inline def real: Image
Inherited from
Type
Source
Type.scala
def tag(v: Image): String

Type to String

Type to String

Override this method to provide type standard convertion to String

Inherited from
Type
Source
Type.scala