AllShapes

trait AllShapes[F[_]] extends AnyBox[F] with AnyChart[F] with AnyGrid[F] with AnyLabel[F] with AnyTable[F]
trait AnyTable[F]
trait AnyLabel[F]
trait AnyGrid[F]
trait AnyChart[F]
trait AnyBox[F]
class Object
trait Matchable
class Any
object EitherShapes.type
object FutureShapes.type
trait IdShapes
object IdShapes.type
trait TryShapes
object TryShapes.type

Extensions

Inherited extensions

extension (screen: Screen[F])
def putChart(pt: Point, chart: Chart): F[Unit]
Inherited from:
AnyChart
def putChart(pt: Point, chart: Chart, textStyle: TextStyle): F[Unit]
Inherited from:
AnyChart
def putLabel(pt: Point, label: Label): F[Unit]
Inherited from:
AnyLabel
def putLabel(pt: Point, label: Label, textStyle: TextStyle): F[Unit]
Inherited from:
AnyLabel
def putTable(pt: Point, table: Table): F[Unit]
Inherited from:
AnyTable
def putTable(pt: Point, table: Table, textStyle: TextStyle): F[Unit]
Inherited from:
AnyTable
extension (screen: Screen[F])
def putGrid(pt: Point, grid: Grid): F[Unit]
Inherited from:
AnyGrid
def putGrid(pt: Point, grid: Grid, textStyle: TextStyle): F[Unit]
Inherited from:
AnyGrid
extension (screen: Screen[F])
def putBox(pt: Point, box: Box): F[Unit]
Inherited from:
AnyBox
def putBox(pt: Point, box: Box, textStyle: TextStyle): F[Unit]
Inherited from:
AnyBox