ArcTo

class ArcTo(val delegate: ArcTo) extends PathElement with PositionDelegate[ArcTo] with SFXDelegate[ArcTo]
Companion
object
trait PositionDelegate[ArcTo]
trait SFXDelegate[ArcTo]
class Object
trait Matchable
class Any

Value members

Concrete methods

The x-axis rotation in degrees.

The x-axis rotation in degrees.

def XAxisRotation_=(v: Double): Unit

The large arc flag.

The large arc flag.

def largeArcFlag_=(v: Boolean): Unit

The horizontal radius to use for the arc.

The horizontal radius to use for the arc.

def radiusX_=(v: Double): Unit

The vertical radius to use for the arc.

The vertical radius to use for the arc.

def radiusY_=(v: Double): Unit

The sweep flag

The sweep flag

def sweepFlag_=(v: Boolean): Unit

Inherited methods

def absolute_=(v: Boolean): Unit
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 Params
ref

Object to be compared.

Returns

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

Definition Classes
Inherited from
SFXDelegate
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
override def toString: String
Returns

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

Definition Classes
Inherited from
SFXDelegate

X Position

X Position

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

Y Position

Y Position

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

Concrete fields

override val delegate: ArcTo