ArcTo

scalafx.scene.shape.ArcTo
See theArcTo companion object
class ArcTo(val delegate: ArcTo) extends PathElement, PositionDelegate[ArcTo], SFXDelegate[ArcTo]

Attributes

Companion
object
Graph
Supertypes
trait PositionDelegate[ArcTo]
class PathElement
trait SFXDelegate[ArcTo]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

The x-axis rotation in degrees.

The x-axis rotation in degrees.

Attributes

The large arc flag.

The large arc flag.

Attributes

The horizontal radius to use for the arc.

The horizontal radius to use for the arc.

Attributes

def radiusX_=(v: Double): Unit

The vertical radius to use for the arc.

The vertical radius to use for the arc.

Attributes

def radiusY_=(v: Double): Unit

The sweep flag

The sweep flag

Attributes

Inherited methods

Attributes

Inherited from:
PathElement

Attributes

Inherited from:
PathElement
override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value parameters

ref

Object to be compared.

Attributes

Returns

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

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def hashCode: Int

Attributes

Returns

The delegate hashcode

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def toString: String

Attributes

Returns

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

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate

X Position

X Position

Attributes

Inherited from:
PositionDelegate
def x_=(v: Double): Unit

Attributes

Inherited from:
PositionDelegate

Y Position

Y Position

Attributes

Inherited from:
PositionDelegate
def y_=(v: Double): Unit

Attributes

Inherited from:
PositionDelegate

Concrete fields

override val delegate: ArcTo

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes