com.zasysdev.zamae
Class za_UI_api.VFXTTask

java.lang.Object
  extended by java.util.TimerTask
      extended by com.zasysdev.zamae.za_UI_api.VFXTTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
za_UI_api

protected class za_UI_api.VFXTTask
extends java.util.TimerTask


Field Summary
 int iAction
           
 int iIndexOfAttributesForElement
           
 int iMoment
           
 int iStepXEnd
           
 int iStepXJumps
           
 int iStepXStart
           
 int iStepYEnd
           
 int iStepYJumps
           
 int iStepYStart
           
 int[] ivectElementDef
           
 
Constructor Summary
za_UI_api.VFXTTask(int[] a_ivectElementDefinition, int a_IdxStartOfAttrs, int a_iAction, int a_iMoment, int a_iStepXStart, int a_iStepYStart, int a_iStepXJumps, int a_iStepYJumps, int a_iStepXEnd, int a_iStepYEnd)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iAction

public int iAction

ivectElementDef

public int[] ivectElementDef

iIndexOfAttributesForElement

public int iIndexOfAttributesForElement

iMoment

public int iMoment

iStepXStart

public int iStepXStart

iStepYStart

public int iStepYStart

iStepXJumps

public int iStepXJumps

iStepYJumps

public int iStepYJumps

iStepXEnd

public int iStepXEnd

iStepYEnd

public int iStepYEnd
Constructor Detail

za_UI_api.VFXTTask

public za_UI_api.VFXTTask(int[] a_ivectElementDefinition,
                          int a_IdxStartOfAttrs,
                          int a_iAction,
                          int a_iMoment,
                          int a_iStepXStart,
                          int a_iStepYStart,
                          int a_iStepXJumps,
                          int a_iStepYJumps,
                          int a_iStepXEnd,
                          int a_iStepYEnd)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask