Finalized

object Finalized
class Object
trait Matchable
class Any

Value members

Concrete methods

def leaf[F[_], A](f: DrawingContext => (BoundingBox, Renderable[F, A])): Finalized[F, A]

Create a leaf Finalized. It will be passed a DrawingContext with all transforms applied in the correct order.

Create a leaf Finalized. It will be passed a DrawingContext with all transforms applied in the correct order.

Source:
package.scala
def transform[F[_], A](transform: Transform)(child: Finalized[F, A]): Finalized[F, A]