Package

com.rasterfoundry

tool

Permalink

package tool

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. tool
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait ClippingOpt extends AnyRef

    Permalink
  2. final case class Qualitative(fallback: RGBA = RGBA(0, 0, 0, 0)) extends ScaleOpt with Product with Serializable

    Permalink
  3. final case class RenderDefinition(breakpoints: Map[Double, RGBA], scale: ScaleOpt, clip: ClippingOpt) extends Product with Serializable

    Permalink
  4. trait ScaleOpt extends AnyRef

    Permalink

Value Members

  1. object ClipBoth extends ClippingOpt with Product with Serializable

    Permalink
  2. object ClipLeft extends ClippingOpt with Product with Serializable

    Permalink
  3. object ClipNone extends ClippingOpt with Product with Serializable

    Permalink
  4. object ClipRight extends ClippingOpt with Product with Serializable

    Permalink
  5. object ClippingOpt

    Permalink
  6. object Continuous extends ScaleOpt with Product with Serializable

    Permalink
  7. object Diverging extends ScaleOpt with Product with Serializable

    Permalink
  8. object RenderDefinition extends Serializable

    Permalink
  9. object ScaleOpt

    Permalink
  10. object Sequential extends ScaleOpt with Product with Serializable

    Permalink
  11. package ast

    Permalink
  12. implicit val decodeHexRGBA: Decoder[RGBA]

    Permalink
  13. implicit val decodeKeyDouble: KeyDecoder[Double]

    Permalink
  14. implicit val encodeKeyDouble: KeyEncoder[Double]

    Permalink
  15. implicit val encodeRgbaAsHex: Encoder[RGBA]

    Permalink
  16. package eval

    Permalink
  17. package maml

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped