Packages

final case class FillColor(image: Image, color: Color) extends Image with Product with Serializable

Linear Supertypes
Image, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FillColor
  2. Image
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FillColor(image: Image, color: Color)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def above(bottom: Image): Image
    Definition Classes
    Image
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def at(x: Double, y: Double): Image
    Definition Classes
    Image
  7. def at(vec: Vec): Image
    Definition Classes
    Image
  8. def below(top: Image): Image
    Definition Classes
    Image
  9. def beside(right: Image): Image
    Definition Classes
    Image
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  11. val color: Color
  12. def compile[Algebra[A[?]] <: Basic[[α$0$]A[α$0$]], F[_]]: algebra.Image[Algebra[F], F, Unit]
    Definition Classes
    Image
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def fillColor(color: Color): Image
    Definition Classes
    Image
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. val image: Image
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def noFill: Image
    Definition Classes
    Image
  20. def noStroke: Image
    Definition Classes
    Image
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def on(bottom: Image): Image
    Definition Classes
    Image
  24. def rotate(angle: Angle): Image
    Definition Classes
    Image
  25. def scale(x: Double, y: Double): Image
    Definition Classes
    Image
  26. def strokeColor(color: Color): Image
    Definition Classes
    Image
  27. def strokeWidth(width: Double): Image
    Definition Classes
    Image
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def transform(tx: core.Transform): Image
    Definition Classes
    Image
  30. def under(top: Image): Image
    Definition Classes
    Image
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Image

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped