Interface SVGTransform

All Known Implementing Classes:
AbstractSVGTransform, AbstractSVGTransformList.SVGTransformItem, SVGOMTransform

public interface SVGTransform
  • Field Details

  • Method Details

    • getType

      short getType()
    • getMatrix

      SVGMatrix getMatrix()
    • getAngle

      float getAngle()
    • setMatrix

      void setMatrix(SVGMatrix matrix)
    • setTranslate

      void setTranslate(float tx, float ty)
    • setScale

      void setScale(float sx, float sy)
    • setRotate

      void setRotate(float angle, float cx, float cy)
    • setSkewX

      void setSkewX(float angle)
    • setSkewY

      void setSkewY(float angle)