Packages

object Sink

The Sink companion object provides a builder method for sinks.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Sink
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(name: String, xy: (Int, Int)): Sink

    Create a sink using defaults for width 'w' and height 'h'.

    Create a sink using defaults for width 'w' and height 'h'.

    name

    the name of the sink

    xy

    the (x, y) coordinates for the top-left corner of the sink.

  2. def group(xy: (Int, Int), snk: (String, (Int, Int))*): List[Sink]

    Create a group of related sinks using defaults for width 'w' and height 'h'.

    Create a group of related sinks using defaults for width 'w' and height 'h'.

    xy

    the (x, y) coordinates for the top-left corner of the reference sink.

    snk

    repeated sink specific info: name, offset