Class SvgTransform


  • class SvgTransform
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      (package private) static class  SvgTransform.Type  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) float[] data  
      (package private) SvgTransform next  
    • Constructor Summary

      Constructors 
      Constructor Description
      SvgTransform()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) float[] apply​(float x, float y)  
      (package private) boolean isIdentity()  
      (package private) void scale​(float s)  
      (package private) void scale​(float x, float y)  
      (package private) void setData​(SvgTransform.Type type, java.lang.String[] sa)  
      (package private) void skew​(float x, float y)  
      (package private) void translate​(float x, float y)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SvgTransform

        SvgTransform()
    • Method Detail

      • apply

        float[] apply​(float x,
                      float y)
      • isIdentity

        boolean isIdentity()
      • scale

        void scale​(float s)
      • scale

        void scale​(float x,
                   float y)
      • skew

        void skew​(float x,
                  float y)
      • translate

        void translate​(float x,
                       float y)