Packages

class CornerRadii extends SFXDelegate[javafx.scene.layout.CornerRadii]

Defines the radii of each of the four corners of a BorderStroke.

Source
CornerRadii.scala
Linear Supertypes
SFXDelegate[javafx.scene.layout.CornerRadii], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CornerRadii
  2. SFXDelegate
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CornerRadii(topLeftHorizontalRadius: Double, topLeftVerticalRadius: Double, topRightVerticalRadius: Double, topRightHorizontalRadius: Double, bottomRightHorizontalRadius: Double, bottomRightVerticalRadius: Double, bottomLeftVerticalRadius: Double, bottomLeftHorizontalRadius: Double, topLeftHorizontalRadiusAsPercent: Boolean, topLeftVerticalRadiusAsPercent: Boolean, topRightVerticalRadiusAsPercent: Boolean, topRightHorizontalRadiusAsPercent: Boolean, bottomRightHorizontalRadiusAsPercent: Boolean, bottomRightVerticalRadiusAsPercent: Boolean, bottomLeftVerticalRadiusAsPercent: Boolean, bottomLeftHorizontalRadiusAsPercent: Boolean)

    Creates a new CornerRadii, allowing for specification of each component of each corner radii and whether each component should be treated as a value or percentage.

  2. new CornerRadii(topLeft: Double, topRight: Double, bottomRight: Double, bottomLeft: Double, asPercent: Boolean)

    Create a new CornerRadii with uniform yet independent radii for each corner.

  3. new CornerRadii(radius: Double, asPercent: Boolean)

    Create a new CornerRadii with the given radii for each corner.

  4. new CornerRadii(radius: Double)

    Create a new CornerRadii with a single uniform radii value for all components of all corners.

  5. new CornerRadii(delegate: javafx.scene.layout.CornerRadii)

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 BottomLeftHorizontalRadius: Double

    The length of the horizontal radii of the bottom-left corner.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def bottomLeftVerticalRadius: Double

    The length of the vertical radii of the bottom-left corner.

  7. def bottomRightHorizontalRadius: Double

    The length of the horizontal radii of the bottom-right corner.

  8. def bottomRightVerticalRadius: Double

    The length of the vertical radii of the bottom-right corner.

  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. val delegate: javafx.scene.layout.CornerRadii

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

    Definition Classes
    CornerRadiiSFXDelegate
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(ref: Any): Boolean

    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
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int

    returns

    The delegate hashcode

    Definition Classes
    SFXDelegate → AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String

    returns

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

    Definition Classes
    SFXDelegate → AnyRef → Any
  21. def topLeftHorizontalRadius: Double

    The length of the horizontal radii of the top-left corner.

  22. def topLeftVerticalRadius: Double

    The length of the vertical radii of the top-left corner.

  23. def topRightHorizontalRadius: Double

    The length of the horizontal radii of the top-right corner.

  24. def topRightVerticalRadius: Double

    The length of the vertical radii of the top-right corner.

  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from SFXDelegate[javafx.scene.layout.CornerRadii]

Inherited from AnyRef

Inherited from Any

Ungrouped