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

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

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

origin: fr.avianey.apache-xmlgraphics/batik

/**
 * <b>DOM</b>: Implements {@link
 * SVGTransform#setRotate(float,float,float)}.
 */
public void setRotate(float angle, float cx, float cy) {
  super.setRotate(angle, cx, cy);
  resetAttribute();
}
origin: apache/batik

/**
 * <b>DOM</b>: Implements {@link
 * SVGTransform#setRotate(float,float,float)}.
 */
public void setRotate(float angle, float cx, float cy) {
  super.setRotate(angle, cx, cy);
  resetAttribute();
}
origin: apache/batik

r = ft.getAngle();
r += interpolation * (tt.getAngle() - r);
t.setRotate(r, x, y);
break;
origin: org.apache.xmlgraphics/batik-anim

r = ft.getAngle();
r += interpolation * (tt.getAngle() - r);
t.setRotate(r, x, y);
break;
origin: fr.avianey.apache-xmlgraphics/batik

r = ft.getAngle();
r += interpolation * (tt.getAngle() - r);
t.setRotate(r, x, y);
break;
origin: org.apache.xmlgraphics/batik-anim

  y += interpolation3 * (tt3.getY() - y);
t.setRotate(r, x, y);
origin: apache/batik

  y += interpolation3 * (tt3.getY() - y);
t.setRotate(r, x, y);
origin: fr.avianey.apache-xmlgraphics/batik

  y += interpolation3 * (tt3.getY() - y);
t.setRotate(r, x, y);
org.apache.batik.dom.svgAbstractSVGTransformsetRotate

Javadoc

DOM: Implements SVGTransform#setRotate(float,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.
  • 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.
  • 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
  • addToBackStack (FragmentTransaction)
  • setScale (BigDecimal)
  • onCreateOptionsMenu (Activity)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • URI (java.net)
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • Properties (java.util)
    A Properties object is a Hashtable where the keys and values must be Strings. Each property can have
  • Top 12 Jupyter Notebook extensions
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