OFC Charts 3.1


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


Constructor Summary
ChartAnimator(Chart chart)
          Constructor
 
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
 

Constructor Detail

ChartAnimator

public ChartAnimator(Chart chart)
Constructor
Parameters:
chart - Chart to animate (series visiblility animation)
Method Detail

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.