Class: Job

Job

new next2d.ui.Job (target, from, to, delay, duration, ease)

NameTypeDefaultDescription
targetobject
fromobjectnulloptional
toobjectnulloptional
delaynumber0optional
durationnumber1optional
easefunctionnulloptional

Extends

  • EventDispatcher

Members

next2d.ui.Job.namespace staticconstant

指定されたクラスの空間名を返します。
Returns the space name of the specified class.

Default Value:
  • next2d.ui.Job

delay number

Default Value:
  • 0

duration number

Default Value:
  • 1

ease function

Default Value:
  • Easing.linear

from object

Default Value:
  • null

namespace constant

指定されたオブジェクトの空間名を返します。
Returns the space name of the specified object.

Default Value:
  • next2d.ui.Job

target object readonly

to object

Default Value:
  • null

Methods

next2d.ui.Job.toString ()string static

指定されたクラスのストリングを返します。
Returns the string representation of the specified class.

Default Value:
  • [class Job]
Returns:
TypeDescription
string

entries (object)array

NameTypeDescription
objectobject
Returns:
TypeDescription
array

initialize ()void

Returns:
TypeDescription
void

start ()void

Returns:
TypeDescription
void

stop ()void

Returns:
TypeDescription
void

toString ()string

指定されたオブジェクトのストリングを返します。
Returns the string representation of the specified object.

Default Value:
  • [object Job]
Returns:
TypeDescription
string

update ()void

Returns:
TypeDescription
void

updateProperty (target, from, to, names)void

NameTypeDescription
targetobject
fromobject
toobject
namesarray
Returns:
TypeDescription
void