com.oxymel.ofc.charts.animation
Class ChartAnimator
java.lang.Object
|
+--com.oxymel.ofc.charts.animation.AbstractAnimator
|
+--com.oxymel.ofc.charts.animation.ChartAnimator
- public class ChartAnimator
- extends com.oxymel.ofc.charts.animation.AbstractAnimator
Method Summary |
void |
clear()
Clear all the prepared charts |
java.lang.String |
drawSVG(int minute,
int second,
int nbOfrepeat)
Draw animate SVG in String |
void |
drawSVG(java.io.OutputStream out,
int minute,
int second,
int nbOfrepeat)
Draw animate SVG |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChartAnimator
public ChartAnimator(Chart chart)
- Constructor
- Parameters:
chart
- Chart to animate (series visiblility animation)
clear
public void clear()
- Clear all the prepared charts
drawSVG
public void drawSVG(java.io.OutputStream out,
int minute,
int second,
int nbOfrepeat)
throws OFCChartsException
- Draw animate SVG
- Parameters:
out
- OutputStream to write svgminute
- Minute number of animationsecond
- Second number of animationnbOfrepeat
- Repeat number of animation- Throws:
OFCChartsException
- write error
drawSVG
public java.lang.String drawSVG(int minute,
int second,
int nbOfrepeat)
throws OFCChartsException
- Draw animate SVG in String
- Parameters:
minute
- Minute number of animationsecond
- Second number of animationnbOfrepeat
- Repeat number of animation- Returns:
- animate svg as String
- Throws:
OFCChartsException
- write error
Copyright © 2005 Oxymel SA All Rights Reserved.