all
Attributes
- Source
- package.scala
- Graph
-
- Supertypes
-
trait UnsignedByteSyntaxtrait TraverseSyntaxtrait TransformSyntaxtrait ToPictureSyntaxtrait TextSyntaxtrait StyleSyntaxtrait SizeSyntaxtrait ShapeSyntaxtrait RendererSyntaxtrait AbstractRendererSyntaxtrait PathSyntaxtrait NormalizedSyntaxtrait LoadBitmapSyntaxtrait LayoutSyntaxtrait FilterSyntaxtrait FileWriterSyntaxtrait DebugSyntaxtrait BlendSyntaxtrait BitmapSyntaxtrait Base64WriterSyntaxtrait AngleSyntaxclass Objecttrait Matchableclass AnyShow all
- Self type
-
all.type
Members list
Type members
Inherited classlikes
Attributes
- Inherited from:
- AngleSyntax
- Source
- AngleSyntax.scala
- Supertypes
Attributes
- Inherited from:
- AngleSyntax
- Source
- AngleSyntax.scala
- Supertypes
Attributes
- Inherited from:
- Base64WriterSyntax
- Source
- Base64WriterSyntax.scala
- Supertypes
Attributes
- Inherited from:
- BlendSyntax
- Source
- BlendSyntax.scala
- Supertypes
Attributes
- Inherited from:
- BufferedImageWriterSyntax
- Source
- BufferedImageWriterSyntax.scala
- Supertypes
Attributes
- Inherited from:
- PathSyntax
- Source
- PathSyntax.scala
- Supertypes
Attributes
- Inherited from:
- DebugSyntax
- Source
- DebugSyntax.scala
- Supertypes
Attributes
- Inherited from:
- FilterSyntax
- Source
- FilterSyntax.scala
- Supertypes
Attributes
- Inherited from:
- LayoutSyntax
- Source
- LayoutSyntax.scala
- Supertypes
Attributes
- Inherited from:
- PathSyntax
- Source
- PathSyntax.scala
- Supertypes
Attributes
- Inherited from:
- AbstractRendererSyntax
- Source
- AbstractRendererSyntax.scala
- Supertypes
Attributes
- Inherited from:
- AbstractRendererSyntax
- Source
- AbstractRendererSyntax.scala
- Supertypes
Attributes
- Inherited from:
- SizeSyntax
- Source
- SizeSyntax.scala
- Supertypes
Attributes
- Inherited from:
- StyleSyntax
- Source
- StyleSyntax.scala
- Supertypes
Attributes
- Inherited from:
- TextSyntax
- Source
- TextSyntax.scala
- Supertypes
Attributes
- Inherited from:
- NormalizedSyntax
- Source
- NormalizedSyntax.scala
- Supertypes
Attributes
- Inherited from:
- ToPictureSyntax
- Source
- ToPictureSyntax.scala
- Supertypes
Attributes
- Inherited from:
- UnsignedByteSyntax
- Source
- UnsignedByteSyntax.scala
- Supertypes
Attributes
- Inherited from:
- TransformSyntax
- Source
- TransformSyntax.scala
- Supertypes
Attributes
- Inherited from:
- TraverseSyntax
- Source
- TraverseSyntax.scala
- Supertypes
Attributes
- Inherited from:
- FileWriterSyntax
- Source
- FileWriterSyntax.scala
- Supertypes
Value members
Inherited methods
Attributes
- Inherited from:
- PathSyntax
- Source
- PathSyntax.scala
Attributes
- Inherited from:
- ShapeSyntax
- Source
- ShapeSyntax.scala
Attributes
- Inherited from:
- ShapeSyntax
- Source
- ShapeSyntax.scala
Attributes
- Inherited from:
- PathSyntax
- Source
- PathSyntax.scala
Attributes
- Inherited from:
- PathSyntax
- Source
- PathSyntax.scala
Attributes
- Inherited from:
- BitmapSyntax
- Source
- BitmapSyntax.scala
Attributes
- Inherited from:
- BitmapSyntax
- Source
- BitmapSyntax.scala
Attributes
- Inherited from:
- ShapeSyntax
- Source
- ShapeSyntax.scala
Attributes
- Inherited from:
- PathSyntax
- Source
- PathSyntax.scala
Attributes
- Inherited from:
- PathSyntax
- Source
- PathSyntax.scala
Subtypes should implement this with unsafeRunSync or unsafeRunAsync as appropriate. Returns Unit because unsafeRunAsync cannot return a value.
Subtypes should implement this with unsafeRunSync or unsafeRunAsync as appropriate. Returns Unit because unsafeRunAsync cannot return a value.
Attributes
- Inherited from:
- RendererSyntax
- Source
- RendererSyntax.scala
Attributes
- Inherited from:
- ShapeSyntax
- Source
- ShapeSyntax.scala
Attributes
- Inherited from:
- PathSyntax
- Source
- PathSyntax.scala
Attributes
- Inherited from:
- TextSyntax
- Source
- TextSyntax.scala
Attributes
- Inherited from:
- ShapeSyntax
- Source
- ShapeSyntax.scala
Extensions
Inherited extensions
Load a bitmap synchronously, returning a default value on any error.
Load a bitmap synchronously, returning a default value on any error.
Value parameters
- default
-
the bitmap to return if loading fails (evaluated lazily)
- loader
-
implicit LoadBitmap instance for the types
- runtime
-
explicit IORuntime for executing the IO
- specifier
-
the location/identifier of the bitmap
Attributes
- Returns
-
the loaded bitmap or the default
- Inherited from:
- LoadBitmapConvenienceSyntax
- Source
- LoadBitmapConvenienceSyntax.scala
Load a bitmap synchronously with partial error recovery.
Load a bitmap synchronously with partial error recovery.
Value parameters
- loader
-
implicit LoadBitmap instance for the types
- recover
-
partial function to handle specific BitmapError cases
- runtime
-
explicit IORuntime for executing the IO
- specifier
-
the location/identifier of the bitmap
Attributes
- Returns
-
the loaded bitmap or recovery result
- Throws
-
Throwable
if the error is not handled by recover
- Inherited from:
- LoadBitmapConvenienceSyntax
- Source
- LoadBitmapConvenienceSyntax.scala
Load a bitmap synchronously, throwing any errors that occur.
Load a bitmap synchronously, throwing any errors that occur.
Value parameters
- loader
-
implicit LoadBitmap instance for the types
- runtime
-
explicit IORuntime for executing the IO
- specifier
-
the location/identifier of the bitmap
Attributes
- Returns
-
the loaded bitmap
- Throws
-
BitmapError
if loading fails
- Inherited from:
- LoadBitmapConvenienceSyntax
- Source
- LoadBitmapConvenienceSyntax.scala
Transform the bitmap inside the IO
Transform the bitmap inside the IO
Attributes
- Inherited from:
- LoadBitmapSyntax
- Source
- LoadBitmapSyntax.scala
Convert to Picture inside the IO
Convert to Picture inside the IO
Attributes
- Inherited from:
- LoadBitmapSyntax
- Source
- LoadBitmapSyntax.scala
Load a bitmap from this specifier
Load a bitmap from this specifier
Attributes
- Inherited from:
- LoadBitmapSyntax
- Source
- LoadBitmapSyntax.scala
Load a bitmap and immediately convert to Picture. This is a convenience method that combines loading and conversion.
Load a bitmap and immediately convert to Picture. This is a convenience method that combines loading and conversion.
Attributes
- Inherited from:
- LoadBitmapSyntax
- Source
- LoadBitmapSyntax.scala
Implicits
Inherited implicits
Attributes
- Inherited from:
- AngleSyntax
- Source
- AngleSyntax.scala
Attributes
- Inherited from:
- AngleSyntax
- Source
- AngleSyntax.scala
Attributes
- Inherited from:
- Base64WriterSyntax
- Source
- Base64WriterSyntax.scala
Attributes
- Inherited from:
- BlendSyntax
- Source
- BlendSyntax.scala
Attributes
- Inherited from:
- BufferedImageWriterSyntax
- Source
- BufferedImageWriterSyntax.scala
Attributes
- Inherited from:
- PathSyntax
- Source
- PathSyntax.scala
Attributes
- Inherited from:
- DebugSyntax
- Source
- DebugSyntax.scala
Attributes
- Inherited from:
- FilterSyntax
- Source
- FilterSyntax.scala
Attributes
- Inherited from:
- LayoutSyntax
- Source
- LayoutSyntax.scala
Attributes
- Inherited from:
- PathSyntax
- Source
- PathSyntax.scala
Attributes
- Inherited from:
- AbstractRendererSyntax
- Source
- AbstractRendererSyntax.scala
Attributes
- Inherited from:
- AbstractRendererSyntax
- Source
- AbstractRendererSyntax.scala
Attributes
- Inherited from:
- SizeSyntax
- Source
- SizeSyntax.scala
Attributes
- Inherited from:
- StyleSyntax
- Source
- StyleSyntax.scala
Attributes
- Inherited from:
- TextSyntax
- Source
- TextSyntax.scala
Attributes
- Inherited from:
- NormalizedSyntax
- Source
- NormalizedSyntax.scala
Attributes
- Inherited from:
- ToPictureSyntax
- Source
- ToPictureSyntax.scala
Attributes
- Inherited from:
- UnsignedByteSyntax
- Source
- UnsignedByteSyntax.scala
Attributes
- Inherited from:
- TransformSyntax
- Source
- TransformSyntax.scala
Attributes
- Inherited from:
- TraverseSyntax
- Source
- TraverseSyntax.scala
Attributes
- Inherited from:
- FileWriterSyntax
- Source
- FileWriterSyntax.scala