scalafx.scene.layout

CornerRadii

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 Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CornerRadii
  2. SFXDelegate
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def BottomLeftHorizontalRadius: Double

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

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def bottomLeftVerticalRadius: Double

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

  9. def bottomRightHorizontalRadius: Double

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

  10. def bottomRightVerticalRadius: Double

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

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  12. val delegate: javafx.scene.layout.CornerRadii

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

    Definition Classes
    CornerRadiiSFXDelegate
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. 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
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int

    returns

    The delegate hashcode

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  22. def toString(): String

    returns

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

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

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

  24. def topLeftVerticalRadius: Double

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

  25. def topRightHorizontalRadius: Double

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

  26. def topRightVerticalRadius: Double

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

  27. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. 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 SFXDelegate[javafx.scene.layout.CornerRadii]

Inherited from AnyRef

Inherited from Any

Ungrouped