Canvas

wvlet.airframe.canvas.Canvas$
See theCanvas companion class
object Canvas

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Canvas.type

Members list

Concise view

Value members

Concrete methods

def newCanvas(size: Int): Canvas

Create a new canvas backed by a heap byte array

Create a new canvas backed by a heap byte array

Attributes

def newOffHeapCanvas(size: Long): Canvas
def wrap(arr: Array[Byte]): Canvas
def wrap(arr: Array[Byte], offset: Int, length: Int): Canvas
def wrap(buf: ByteBuffer): Canvas