com.oxymel.ofc.charts.animation
Class Contour2DAnimator
java.lang.Object
|
+--com.oxymel.ofc.charts.animation.AbstractAnimator
|
+--com.oxymel.ofc.charts.animation.Contour2DAnimator
- public class Contour2DAnimator
- extends com.oxymel.ofc.charts.animation.AbstractAnimator
Method Summary |
void |
add(Contour2D contour2D)
add a new Contour2D to animate |
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 |
Contour2D |
get(int pos)
get a Specific Contour2D |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Contour2DAnimator
public Contour2DAnimator()
- Constructor
add
public void add(Contour2D contour2D)
- add a new Contour2D to animate
- Parameters:
contour2D
-
get
public Contour2D get(int pos)
- get a Specific Contour2D
- Parameters:
pos
- - Returns:
- Contour2D
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.