Image

laika.ast.Image$
See theImage companion class
object Image

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Image.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def external(url: String, width: Option[Length], height: Option[Length], alt: Option[String], title: Option[String]): Image

Creates a new instance for the specified external image URL.

Creates a new instance for the specified external image URL.

Attributes

def internal(path: VirtualPath, width: Option[Length], height: Option[Length], alt: Option[String], title: Option[String]): Image

Creates a new instance for the specified internal image. The path value represents a virtual path into the input tree of a transformation and may be absolute or relative.

Creates a new instance for the specified internal image. The path value represents a virtual path into the input tree of a transformation and may be absolute or relative.

Attributes