OFC Charts 3.1


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


Constructor Summary
Contour2DAnimator()
          Constructor
 
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
 

Constructor Detail

Contour2DAnimator

public Contour2DAnimator()
Constructor
Method Detail

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 svg
minute - Minute number of animation
second - Second number of animation
nbOfrepeat - 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 animation
second - Second number of animation
nbOfrepeat - Repeat number of animation
Returns:
animate svg as String
Throws:
OFCChartsException - write error

OFC Charts 3.1


Copyright © 2005 Oxymel SA All Rights Reserved.