Package

com.sksamuel.scrimage

canvas

Permalink

package canvas

Visibility
  1. Public
  2. All

Type Members

  1. case class Canvas(image: Image) extends Product with Serializable

    Permalink

  2. class CaptionFilter extends Filter

    Permalink
  3. case class ColorPainter(color: Color) extends Painter with Product with Serializable

    Permalink
  4. trait ContextDrawable extends Drawable

    Permalink
  5. trait Drawable extends AnyRef

    Permalink
  6. case class Font(wrapped: java.awt.Font, bold: Boolean = false, italic: Boolean = false) extends Product with Serializable

    Permalink
  7. case class LinearGradient(x1: Int, y1: Int, color1: Color, x2: Int, y2: Int, color2: Color) extends Painter with Product with Serializable

    Permalink
  8. case class Padding(left: Int, right: Int, top: Int, bottom: Int) extends Product with Serializable

    Permalink
  9. trait Painter extends AnyRef

    Permalink

  10. case class RadialGradient(cx: Float, cy: Float, radius: Float, fractions: Array[Float], colors: Array[Color]) extends Painter with Product with Serializable

    Permalink
  11. case class Renderer(aliasing: Boolean) extends Product with Serializable

    Permalink

  12. class WatermarkCoverFilter extends Filter

    Permalink

    Places a watermark on the image repeated so that it covers the image.

  13. class WatermarkFilter extends Filter

    Permalink

    Places a watermark at a given location.

  14. class WatermarkStampFilter extends Filter

    Permalink

  15. case class Context(composite: java.awt.Composite = ..., color: Color = Color.Black, antiAlias: Boolean = false, font: Option[Font] = None, textSize: Int = 12, painter: Option[Painter] = None) extends Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0) use function to configure g2

Value Members

  1. object Canvas extends Serializable

    Permalink
  2. object Drawable

    Permalink
  3. object Font extends Using with Serializable

    Permalink
  4. object FontBounds

    Permalink
  5. object LinearGradient extends Serializable

    Permalink
  6. object Padding extends Serializable

    Permalink
  7. object Painter

    Permalink
  8. object RandomPainter extends Painter

    Permalink
  9. package drawable

    Permalink

Deprecated Value Members

  1. object Context extends Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0) use function to configure g2

Ungrouped