|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.eltima.chart.AnimationProperty
The AnimationProperty class.
Copyright: Copyright (c) 2000-2005
Company: Eltima Software
| 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 |
public static final int TYPE_APPEAR
public static final int TYPE_SLIDE_LEFT
public static final int TYPE_SLIDE_RIGHT
public static final int TYPE_SLIDE_TOP
public static final int TYPE_SLIDE_BOTTOM
public int type
public int startStep
public int length
| Constructor Detail |
public AnimationProperty(int startStep,
int length,
int type)
startStep - intlength - inttype - int
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||