JVMRenderer

smile.infrastructure.JVMRenderer
object JVMRenderer extends Renderer

Provides functionality for rendering pictures and their elements into bitmaps.

Attributes

Graph
Supertypes
trait Renderer
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Creates a bitmap representation of a sequence of picture elements.

Creates a bitmap representation of a sequence of picture elements.

Value parameters

elements

A sequence of PictureElement instances to be rendered into a bitmap.

Attributes

Returns

A Bitmap instance representing the rendered picture elements.

Creates a bitmap from a given picture.

Creates a bitmap from a given picture.

Value parameters

picture

The Picture to be rendered into a bitmap.

Attributes

Returns

A Bitmap representing the rendered picture.