Class D3Transform


  • public class D3Transform
    extends com.google.gwt.core.client.JavaScriptObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected D3Transform()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getRotate()  
      com.google.gwt.core.client.JsArrayNumber getScale()  
      double getScaleX()  
      double getScaleY()  
      double getSkew()  
      com.google.gwt.core.client.JsArrayInteger getTranslate()  
      int getX()  
      int getY()  
      • Methods inherited from class com.google.gwt.core.client.JavaScriptObject

        cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • D3Transform

        protected D3Transform()
    • Method Detail

      • getTranslate

        public final com.google.gwt.core.client.JsArrayInteger getTranslate()
      • getX

        public final int getX()
      • getY

        public final int getY()
      • getScale

        public final com.google.gwt.core.client.JsArrayNumber getScale()
      • getScaleX

        public final double getScaleX()
      • getScaleY

        public final double getScaleY()
      • getRotate

        public final double getRotate()
      • getSkew

        public final double getSkew()