|
OFC Charts 3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.oxymel.ofc.charts.animation.SVGAnimationContext
Field Summary | |
static int |
INDEFINITE_REPEAT
Indefinite repeat value |
Constructor Summary | |
SVGAnimationContext()
constructor |
|
SVGAnimationContext(int numberOfSecond)
constructor |
|
SVGAnimationContext(int numberOfSecond,
int numberOfRepeat)
constructor |
|
SVGAnimationContext(int numberOfSecond,
int numberOfRepeat,
int nbImage)
constructor |
Method Summary | |
java.lang.String |
getDurAttributValue()
Get SVG "dur" attribut value |
java.lang.String |
getExternalAnimationURL()
Get URL of external animation |
int |
getNbImage()
Get number image of the animation |
int |
getNbMilliSecondForUpdateExternalAnimation()
Get number of millisecond for update external animation |
java.lang.String |
getRepeatCountAttributValue()
Get SVG "repeatCount" attribut value |
boolean |
isExternalAnimation()
Tests if the animation is external |
void |
removeExternalAnimation()
Remove external animation |
void |
setExternalAnimationURL(java.lang.String externalAnimationURL)
Sets URL of external animation |
void |
setNbMilliSecondForUpdateExternalAnimation(int nbMilliSecondForUpdateExternalAnimation)
Sets number of millisecond for update external animation |
void |
setNumberOfRepeat(int numberOfRepeat)
Sets the repeat number of the animation |
void |
setTime(double numberOfSecond)
Sets the second number of the animation |
void |
setTime(int hour,
int minute,
double second)
Sets the total time of the animation |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int INDEFINITE_REPEAT
Constructor Detail |
public SVGAnimationContext()
public SVGAnimationContext(int numberOfSecond)
numberOfSecond
- number of second of the animationpublic SVGAnimationContext(int numberOfSecond, int numberOfRepeat)
numberOfSecond
- number of second of the animationnumberOfRepeat
- number of repeat of the animationpublic SVGAnimationContext(int numberOfSecond, int numberOfRepeat, int nbImage)
numberOfSecond
- number of second of the animationnumberOfRepeat
- number of repeat of the animationnbImage
- number of image of the animationMethod Detail |
public void setNumberOfRepeat(int numberOfRepeat)
numberOfRepeat
- public void setTime(double numberOfSecond)
numberOfSecond
- public void setTime(int hour, int minute, double second)
hour
- minute
- second
- public java.lang.String getDurAttributValue()
public java.lang.String getRepeatCountAttributValue()
public int getNbImage()
public boolean isExternalAnimation()
public java.lang.String getExternalAnimationURL()
public void setExternalAnimationURL(java.lang.String externalAnimationURL)
externalAnimationURL
- New url of external animationpublic void removeExternalAnimation()
public int getNbMilliSecondForUpdateExternalAnimation()
public void setNbMilliSecondForUpdateExternalAnimation(int nbMilliSecondForUpdateExternalAnimation)
nbMilliSecondForUpdateExternalAnimation
- Number of millisecond for update external animation
|
OFC Charts 3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |