Tabnine Logo
AnimatableRectValue.getY
Code IndexAdd Tabnine to your IDE (free)

How to use
getY
method
in
org.apache.batik.anim.values.AnimatableRectValue

Best Java code snippets using org.apache.batik.anim.values.AnimatableRectValue.getY (Showing top 3 results out of 315)

origin: org.apache.xmlgraphics/batik-anim

/**
 * Updates the animated value with the given {@link AnimatableValue}.
 */
protected void updateAnimatedValue(AnimatableValue val) {
  if (val == null) {
    hasAnimVal = false;
  } else {
    hasAnimVal = true;
    AnimatableRectValue animRect = (AnimatableRectValue) val;
    if (animVal == null) {
      animVal = new AnimSVGRect();
    }
    animVal.setAnimatedValue(animRect.getX(), animRect.getY(),
                 animRect.getWidth(), animRect.getHeight());
  }
  fireAnimatedAttributeListeners();
}
origin: fr.avianey.apache-xmlgraphics/batik

/**
 * Updates the animated value with the given {@link AnimatableValue}.
 */
protected void updateAnimatedValue(AnimatableValue val) {
  if (val == null) {
    hasAnimVal = false;
  } else {
    hasAnimVal = true;
    AnimatableRectValue animRect = (AnimatableRectValue) val;
    if (animVal == null) {
      animVal = new AnimSVGRect();
    }
    animVal.setAnimatedValue(animRect.getX(), animRect.getY(),
                 animRect.getWidth(), animRect.getHeight());
  }
  fireAnimatedAttributeListeners();
}
origin: apache/batik

/**
 * Updates the animated value with the given {@link AnimatableValue}.
 */
protected void updateAnimatedValue(AnimatableValue val) {
  if (val == null) {
    hasAnimVal = false;
  } else {
    hasAnimVal = true;
    AnimatableRectValue animRect = (AnimatableRectValue) val;
    if (animVal == null) {
      animVal = new AnimSVGRect();
    }
    animVal.setAnimatedValue(animRect.getX(), animRect.getY(),
                 animRect.getWidth(), animRect.getHeight());
  }
  fireAnimatedAttributeListeners();
}
org.apache.batik.anim.valuesAnimatableRectValuegetY

Javadoc

Returns the y coordinate.

Popular methods of AnimatableRectValue

  • <init>
    Creates a new AnimatableRectValue with one number.
  • getHeight
    Returns the height.
  • getWidth
    Returns the width.
  • getX
    Returns the x coordinate.

Popular in Java

  • Reactive rest calls using spring rest template
  • setRequestProperty (URLConnection)
  • addToBackStack (FragmentTransaction)
  • getExternalFilesDir (Context)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • JButton (javax.swing)
  • JComboBox (javax.swing)
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • DateTimeFormat (org.joda.time.format)
    Factory that creates instances of DateTimeFormatter from patterns and styles. Datetime formatting i
  • 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