|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eltima.chart.AnimationProperty
public class AnimationProperty
The AnimationProperty class.
Copyright: Copyright (c) 2000-2007
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. |
Method Summary | |
---|---|
double |
getScaleX()
Returns the X scale. |
double |
getScaleY()
Returns the Y scale. |
double |
getShearX()
Returns the X shear. |
double |
getShearY()
Returns the Y shear. |
double |
getTheta()
Returns the theta. |
void |
setScaleX(double scale)
Sets the X scale. |
void |
setScaleY(double scale)
Sets the Y scale. |
void |
setShearX(double shearX)
Sets the X shear. |
void |
setShearY(double shearY)
Sets the Y shear. |
void |
setTheta(double theta)
Sets the theta. |
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
- intMethod Detail |
---|
public double getScaleX()
public void setScaleX(double scale)
scale
- doublepublic double getScaleY()
public void setScaleY(double scale)
scale
- doublepublic double getTheta()
public void setTheta(double theta)
theta
- doublepublic double getShearX()
public double getShearY()
public void setShearX(double shearX)
shearX
- doublepublic void setShearY(double shearY)
shearY
- double
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |