Class/Object

scalafx.scene.layout

BorderStroke

Related Docs: object BorderStroke | package layout

Permalink

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

Wrapper for javafx.scene.layout.BorderStroke.

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

Instance Constructors

  1. new BorderStroke(topStroke: Paint, rightStroke: Paint, bottomStroke: Paint, leftStroke: Paint, topStyle: BorderStrokeStyle, rightStyle: BorderStrokeStyle, bottomStyle: BorderStrokeStyle, leftStyle: BorderStrokeStyle, radii: CornerRadii, widths: BorderWidths, insets: Insets)

    Permalink

    Create a new BorderStroke, specifying all construction parameters.

  2. new BorderStroke(stroke: Paint, style: BorderStrokeStyle, radii: CornerRadii, widths: BorderWidths)

    Permalink

    Creates a new BorderStroke.

  3. new BorderStroke(delegate: javafx.scene.layout.BorderStroke)

    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 bottomStroke: Paint

    Permalink

    Defines the fill of bottom side of this border.

  6. def bottomStyle: BorderStrokeStyle

    Permalink

    Defines the style of bottom side of this border.

  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val delegate: javafx.scene.layout.BorderStroke

    Permalink

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

    Definition Classes
    BorderStrokeSFXDelegate
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. 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
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

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

    Permalink

    returns

    The delegate hashcode

    Definition Classes
    SFXDelegate → AnyRef → Any
  14. def insets: Insets

    Permalink

    Defines the insets of each side of the BorderStroke.

  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def leftStroke: Paint

    Permalink

    Defines the fill of left side of this border.

  17. def leftStyle: BorderStrokeStyle

    Permalink

    Defines the style of left side of this border.

  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 radii: CornerRadii

    Permalink

    Defines the radii for each corner of this BorderStroke.

  22. def rightStroke: Paint

    Permalink

    Defines the fill of right side of this border.

  23. def rightStyle: BorderStrokeStyle

    Permalink

    Defines the style of right side of this border.

  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. def topStroke: Paint

    Permalink

    Defines the fill of top side of this border.

  27. def topStyle: BorderStrokeStyle

    Permalink

    Defines the style of top side of this border.

  28. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def widths: BorderWidths

    Permalink

    Defines the thickness of each side of the BorderStroke.

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

Inherited from AnyRef

Inherited from Any

Ungrouped