OFC Charts 3.1


com.oxymel.ofc.charts
Class SVGContext

java.lang.Object
  |
  +--com.oxymel.ofc.charts.SVGContext

public class SVGContext
extends java.lang.Object

This class allows to define a context for an SVG chart


Constructor Summary
SVGContext()
          constructor
 
Method Summary
 java.lang.String getRootTransformValue()
          Get the svg "transform" attribute value
 void setRootTranslateValue(int x, int y)
          Sets the translation values
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGContext

public SVGContext()
constructor
Method Detail

setRootTranslateValue

public void setRootTranslateValue(int x,
                                  int y)
Sets the translation values
Parameters:
x -  
y -  

getRootTransformValue

public java.lang.String getRootTransformValue()
Get the svg "transform" attribute value
Returns:
the svg "transform" attribute value

OFC Charts 3.1


Copyright © 2005 Oxymel SA All Rights Reserved.