Class/Object

scalafx.scene.paint

RadialGradient

Related Docs: object RadialGradient | package paint

Permalink

class RadialGradient extends Paint with SFXDelegate[javafx.scene.paint.RadialGradient]

Source
RadialGradient.scala
Linear Supertypes
Paint, SFXDelegate[javafx.scene.paint.RadialGradient], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RadialGradient
  2. Paint
  3. SFXDelegate
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RadialGradient(focusAngle: Double, focusDistance: Double, centerX: Double, centerY: Double, radius: Double, proportional: Boolean, cycleMethod: javafx.scene.paint.CycleMethod, stops: Seq[javafx.scene.paint.Stop])

    Permalink
  2. new RadialGradient(delegate: javafx.scene.paint.RadialGradient)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def centerX: Double

    Permalink

    Defines the X coordinate of the center point of the circle defining the gradient.

  6. def centerY: Double

    Permalink

    Defines the Y coordinate of the center point of the circle defining the gradient.

  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def cycleMethod: javafx.scene.paint.CycleMethod

    Permalink

    Defines which of the following cycle method is applied to the LinearGradient: CycleMethod.NoCycle, CycleMethod.Reflect, or CycleMethod.Repeat.

  9. val delegate: javafx.scene.paint.RadialGradient

    Permalink

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

    Definition Classes
    RadialGradientPaintSFXDelegate
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(ref: Any): Boolean

    Permalink

    Verifies if a object is equals to this delegate.

    Verifies if a object is equals to this delegate.

    ref

    Object to be compared.

    returns

    if the other object is equals to this delegate or not.

    Definition Classes
    SFXDelegate → AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def focusAngle: Double

    Permalink

    Defines the angle in degrees from the center of the gradient to the focus point to which the first color is mapped.

  14. def focusDistance: Double

    Permalink

    Defines the distance from the center of the gradient to the focus point to which the first color is mapped.

  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink

    returns

    The delegate hashcode

    Definition Classes
    SFXDelegate → AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def proportional: Boolean

    Permalink

    Indicates whether the center and radius values are proportional or absolute.

  22. def radius: Double

    Permalink

    Specifies the radius of the circle defining the extents of the color gradient.

  23. def stops: List[javafx.scene.paint.Stop]

    Permalink

    A sequence of 2 or more Stop values specifying how to distribute the colors along the gradient.

  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink

    returns

    Returns the original delegate's toString() adding a [SFX] prefix.

    Definition Classes
    SFXDelegate → AnyRef → Any
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Paint

Inherited from SFXDelegate[javafx.scene.paint.RadialGradient]

Inherited from AnyRef

Inherited from Any

Ungrouped