object Split

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

Type Members

  1. case class Options(cropped: Boolean = true, extend: Boolean = true) extends Product with Serializable

Value Members

  1. def apply(tile: Tile, tileLayout: TileLayout): Array[Tile]
  2. def apply(tile: Tile, tileLayout: TileLayout, options: Options): Array[Tile]

    Splits a Tile into an array of tiles.

    Splits a Tile into an array of tiles.

    tile

    Tile to split

    tileLayout

    TileLayout defining the tiles to be generated

    options

    Options that control how the split happens.

    returns

    An array of Tiles

  3. object Options extends Serializable