Codota Logo
AbstractSVGTransform.setScale
Code IndexAdd Codota to your IDE (free)

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

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

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
ArrayList a =
  • Codota Iconnew ArrayList<String>()
  • Codota Iconnew ArrayList()
  • Codota Iconnew ArrayList<Object>()
  • Smart code suggestions by Codota
}
origin: fr.avianey.apache-xmlgraphics/batik

/**
 * <b>DOM</b>: Implements {@link SVGTransform#setScale(float,float)}.
 */
public void setScale(float sx, float sy) {
  super.setScale(sx, sy);
  resetAttribute();
}
origin: apache/batik

/**
 * <b>DOM</b>: Implements {@link SVGTransform#setScale(float,float)}.
 */
public void setScale(float sx, float sy) {
  super.setScale(sx, sy);
  resetAttribute();
}
origin: org.apache.xmlgraphics/batik-anim

x += interpolation * (tm.getA() - x);
y += interpolation * (tm.getD() - y);
t.setScale(x, y);
break;
origin: fr.avianey.apache-xmlgraphics/batik

x += interpolation * (tm.getA() - x);
y += interpolation * (tm.getD() - y);
t.setScale(x, y);
break;
origin: apache/batik

x += interpolation * (tm.getA() - x);
y += interpolation * (tm.getD() - y);
t.setScale(x, y);
break;
origin: fr.avianey.apache-xmlgraphics/batik

  t.setScale(x, y);
} else {
  t.setTranslate(x, y);
origin: org.apache.xmlgraphics/batik-anim

  t.setScale(x, y);
} else {
  t.setTranslate(x, y);
origin: apache/batik

  t.setScale(x, y);
} else {
  t.setTranslate(x, y);
org.apache.batik.dom.svgAbstractSVGTransformsetScale

Javadoc

DOM: Implements SVGTransform#setScale(float,float).

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).
  • 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.
  • createMatrix
    Creates and returns a new SVGMatrix for exposing the transformation as a matrix.
  • getMatrix
    DOM: Implements SVGTransform#getMatrix().
  • getType
    DOM: Implements SVGTransform#getType().
  • setMatrix
    DOM: Implements SVGTransform#setMatrix(SVGMatrix).
  • getType,
  • setMatrix

Popular in Java

  • Running tasks concurrently on multiple threads
  • getExternalFilesDir (Context)
  • runOnUiThread (Activity)
  • requestLocationUpdates (LocationManager)
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • IOException (java.io)
    Signals that an I/O exception of some sort has occurred. This class is the general class of exceptio
  • PrintStream (java.io)
    A PrintStream adds functionality to another output stream, namely the ability to print representatio
  • KeyStore (java.security)
    This class represents an in-memory collection of keys and certificates. It manages two types of entr
  • 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
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now