com.sencha.gxt.chart.client.draw.engine
Class SVG.TextBBox

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.sencha.gxt.chart.client.draw.engine.SVG.TextBBox
Enclosing class:
SVG

public static final class SVG.TextBBox
extends JavaScriptObject

JavaScriptObject representing bounding box results of an SVG text element.


Method Summary
 double getHeight()
          Returns the height of the SVG text element
 double getWidth()
          Returns the width of the SVG text element
 double getX()
          Returns the x-coordinate of the SVG text element
 double getY()
          Returns the y-coordinate of the SVG text element
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getHeight

public double getHeight()
Returns the height of the SVG text element

Returns:
the height of the SVG text element

getWidth

public double getWidth()
Returns the width of the SVG text element

Returns:
the width of the SVG text element

getX

public double getX()
Returns the x-coordinate of the SVG text element

Returns:
the x-coordinate of the SVG text element

getY

public double getY()
Returns the y-coordinate of the SVG text element

Returns:
the y-coordinate of the SVG text element


Copyright © 2011. All Rights Reserved.