object Paint extends Stringify[Paint]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Paint
- Stringify
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def color(color: Color): Paint
- def drawable[D <: Drawable](drawable: D, width: => Double, height: => Double, x: => Double = 0.0, y: => Double = 0.0, ratio: => Double = ratio, repetition: Repetition = Repetition.Repeat): DrawablePaint[D]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fromString(value: String): Option[Paint]
- Definition Classes
- Paint → Stringify
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def horizontal(width: Double): LinearGradientPaint
- def image(url: |[String, URL], repetition: Repetition = Repetition.Repeat, mode: ImageMode = ImageMode.Quality, x: => Double = 0.0, y: => Double = 0.0, ratio: => Double = ratio): Future[DrawablePaint[Image]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def linear(x0: Double, y0: Double, x1: Double, y1: Double): LinearGradientPaint
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def none: Paint
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def radial(x0: Double, y0: Double, r0: Double, x1: Double, y1: Double, r1: Double): RadialGradientPaint
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(value: Paint): Option[String]
- Definition Classes
- Paint → Stringify
- def toString(): String
- Definition Classes
- AnyRef → Any
- def vertical(height: Double): LinearGradientPaint
- def video(url: URL, repetition: Repetition = Repetition.Repeat, autoPlay: Boolean = true, loop: Boolean = true, muted: Boolean = true, x: => Double = 0.0, y: => Double = 0.0, ratio: => Double = ratio): Future[DrawablePaint[Video]]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()