com.eltima.chart
Class AnimationProperty

java.lang.Object
  extended bycom.eltima.chart.AnimationProperty
All Implemented Interfaces:
java.io.Serializable

public class AnimationProperty
extends java.lang.Object
implements java.io.Serializable

The AnimationProperty class.

Copyright: Copyright (c) 2000-2005

Company: Eltima Software

Version:
1.0
Author:
[SoftInfinity Dpt.]
See Also:
Serialized Form

Field Summary
 int length
          Number of animation steps.
 int startStep
          Animation start step.
 int type
          Animation type (TYPE_APPEAR the default).
static int TYPE_APPEAR
           
static int TYPE_SLIDE_BOTTOM
           
static int TYPE_SLIDE_LEFT
           
static int TYPE_SLIDE_RIGHT
           
static int TYPE_SLIDE_TOP
           
 
Constructor Summary
AnimationProperty(int startStep, int length, int type)
          Creates new instance of AnimationProperty with specified start step, length and type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_APPEAR

public static final int TYPE_APPEAR
See Also:
Constant Field Values

TYPE_SLIDE_LEFT

public static final int TYPE_SLIDE_LEFT
See Also:
Constant Field Values

TYPE_SLIDE_RIGHT

public static final int TYPE_SLIDE_RIGHT
See Also:
Constant Field Values

TYPE_SLIDE_TOP

public static final int TYPE_SLIDE_TOP
See Also:
Constant Field Values

TYPE_SLIDE_BOTTOM

public static final int TYPE_SLIDE_BOTTOM
See Also:
Constant Field Values

type

public int type
Animation type (TYPE_APPEAR the default).


startStep

public int startStep
Animation start step.


length

public int length
Number of animation steps.

Constructor Detail

AnimationProperty

public AnimationProperty(int startStep,
                         int length,
                         int type)
Creates new instance of AnimationProperty with specified start step, length and type.

Parameters:
startStep - int
length - int
type - int