GenericSize

trait GenericSize[F[_]] extends Size[[_] =>> Finalized[F, _$2]]

Get information about the size of the bounding box enclosing an picture.

trait Size[[_] =>> Finalized[F, _$2]]
trait Algebra[[_] =>> Finalized[F, _$2]]
class Object
trait Matchable
class Any

Value members

Concrete methods

def boundingBox[A](picture: Finalized[F, A]): Finalized[F, BoundingBox]

Get the bounding box enclosing the picture

Get the bounding box enclosing the picture

def height[A](picture: Finalized[F, A]): Finalized[F, Double]

Get the height of the bounding box enclosing the picture

Get the height of the bounding box enclosing the picture

def size[A](picture: Finalized[F, A]): Finalized[F, (Double, Double)]

Get the width and height of the bounding box enclosing the picture

Get the width and height of the bounding box enclosing the picture

def width[A](picture: Finalized[F, A]): Finalized[F, Double]

Get the width of the bounding box enclosing the picture

Get the width of the bounding box enclosing the picture