smile.infrastructure.JVMRenderer
Provides functionality for rendering pictures and their elements into bitmaps.
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
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.