Tabnine Logo
AbstractSVGTransform.createMatrix
Code IndexAdd Tabnine to your IDE (free)

How to use
createMatrix
method
in
org.apache.batik.dom.svg.AbstractSVGTransform

Best Java code snippets using org.apache.batik.dom.svg.AbstractSVGTransform.createMatrix (Showing top 2 results out of 315)

origin: fr.avianey.apache-xmlgraphics/batik

/**
 * <b>DOM</b>: Implements {@link SVGTransform#getMatrix()}.
 */
public SVGMatrix getMatrix() {
  return createMatrix();
}
origin: apache/batik

/**
 * <b>DOM</b>: Implements {@link SVGTransform#getMatrix()}.
 */
public SVGMatrix getMatrix() {
  return createMatrix();
}
org.apache.batik.dom.svgAbstractSVGTransformcreateMatrix

Javadoc

Creates and returns a new SVGMatrix for exposing the transformation as a matrix.

Popular methods of AbstractSVGTransform

  • getAngle
    DOM: Implements SVGTransform#getAngle().
  • getX
    Returns the x coordinate of the center of the rotation, if this transformation is a rotation.
  • getY
    Returns the y coordinate of the center of the rotation, if this transformation is a rotation.
  • setRotate
    DOM: Implements SVGTransform#setRotate(float,float,float).
  • setScale
    DOM: Implements SVGTransform#setScale(float,float).
  • setSkewX
    DOM: Implements SVGTransform#setSkewX(float).
  • setSkewY
    DOM: Implements SVGTransform#setSkewY(float).
  • setTranslate
    DOM: Implements SVGTransform#setTranslate(float,float).
  • assign
    Copies the value of the specified transformation into this object.
  • getMatrix
    DOM: Implements SVGTransform#getMatrix().
  • getType
    DOM: Implements SVGTransform#getType().
  • setMatrix
    DOM: Implements SVGTransform#setMatrix(SVGMatrix).
  • getType,
  • setMatrix

Popular in Java

  • Making http requests using okhttp
  • addToBackStack (FragmentTransaction)
  • putExtra (Intent)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • URLEncoder (java.net)
    This class is used to encode a string using the format required by application/x-www-form-urlencoded
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • ZipFile (java.util.zip)
    This class provides random read access to a zip file. You pay more to read the zip file's central di
  • BoxLayout (javax.swing)
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now