congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
SVGOMAnimatedNumberList.fireAnimatedAttributeListeners
Code IndexAdd Tabnine to your IDE (free)

How to use
fireAnimatedAttributeListeners
method
in
org.apache.batik.anim.dom.SVGOMAnimatedNumberList

Best Java code snippets using org.apache.batik.anim.dom.SVGOMAnimatedNumberList.fireAnimatedAttributeListeners (Showing top 12 results out of 315)

origin: org.apache.xmlgraphics/batik-anim

/**
 * Called when an Attr node has been added.
 */
public void attrAdded(Attr node, String newv) {
  if (!changing && baseVal != null) {
    baseVal.invalidate();
  }
  fireBaseAttributeListeners();
  if (!hasAnimVal) {
    fireAnimatedAttributeListeners();
  }
}
origin: fr.avianey.apache-xmlgraphics/batik

/**
 * Called when an Attr node has been removed.
 */
public void attrRemoved(Attr node, String oldv) {
  if (!changing && baseVal != null) {
    baseVal.invalidate();
  }
  fireBaseAttributeListeners();
  if (!hasAnimVal) {
    fireAnimatedAttributeListeners();
  }
}
origin: org.apache.xmlgraphics/batik-anim

/**
 * Called when an Attr node has been modified.
 */
public void attrModified(Attr node, String oldv, String newv) {
  if (!changing && baseVal != null) {
    baseVal.invalidate();
  }
  fireBaseAttributeListeners();
  if (!hasAnimVal) {
    fireAnimatedAttributeListeners();
  }
}
origin: org.apache.xmlgraphics/batik-anim

/**
 * Called when an Attr node has been removed.
 */
public void attrRemoved(Attr node, String oldv) {
  if (!changing && baseVal != null) {
    baseVal.invalidate();
  }
  fireBaseAttributeListeners();
  if (!hasAnimVal) {
    fireAnimatedAttributeListeners();
  }
}
origin: apache/batik

/**
 * Called when an Attr node has been modified.
 */
public void attrModified(Attr node, String oldv, String newv) {
  if (!changing && baseVal != null) {
    baseVal.invalidate();
  }
  fireBaseAttributeListeners();
  if (!hasAnimVal) {
    fireAnimatedAttributeListeners();
  }
}
origin: apache/batik

/**
 * Called when an Attr node has been added.
 */
public void attrAdded(Attr node, String newv) {
  if (!changing && baseVal != null) {
    baseVal.invalidate();
  }
  fireBaseAttributeListeners();
  if (!hasAnimVal) {
    fireAnimatedAttributeListeners();
  }
}
origin: fr.avianey.apache-xmlgraphics/batik

/**
 * Called when an Attr node has been added.
 */
public void attrAdded(Attr node, String newv) {
  if (!changing && baseVal != null) {
    baseVal.invalidate();
  }
  fireBaseAttributeListeners();
  if (!hasAnimVal) {
    fireAnimatedAttributeListeners();
  }
}
origin: fr.avianey.apache-xmlgraphics/batik

/**
 * Called when an Attr node has been modified.
 */
public void attrModified(Attr node, String oldv, String newv) {
  if (!changing && baseVal != null) {
    baseVal.invalidate();
  }
  fireBaseAttributeListeners();
  if (!hasAnimVal) {
    fireAnimatedAttributeListeners();
  }
}
origin: apache/batik

/**
 * Called when an Attr node has been removed.
 */
public void attrRemoved(Attr node, String oldv) {
  if (!changing && baseVal != null) {
    baseVal.invalidate();
  }
  fireBaseAttributeListeners();
  if (!hasAnimVal) {
    fireAnimatedAttributeListeners();
  }
}
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;
    AnimatableNumberListValue animNumList =
      (AnimatableNumberListValue) val;
    if (animVal == null) {
      animVal = new AnimSVGNumberList();
    }
    animVal.setAnimatedValue(animNumList.getNumbers());
  }
  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;
    AnimatableNumberListValue animNumList =
      (AnimatableNumberListValue) val;
    if (animVal == null) {
      animVal = new AnimSVGNumberList();
    }
    animVal.setAnimatedValue(animNumList.getNumbers());
  }
  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;
    AnimatableNumberListValue animNumList =
      (AnimatableNumberListValue) val;
    if (animVal == null) {
      animVal = new AnimSVGNumberList();
    }
    animVal.setAnimatedValue(animNumList.getNumbers());
  }
  fireAnimatedAttributeListeners();
}
org.apache.batik.anim.domSVGOMAnimatedNumberListfireAnimatedAttributeListeners

Popular methods of SVGOMAnimatedNumberList

  • <init>
    Creates a new SVGOMAnimatedNumberList.
  • addAnimatedAttributeListener
  • check
    Throws an exception if the number list value is malformed.
  • fireBaseAttributeListeners
  • getAnimVal
    DOM: Implements SVGAnimatedNumberList#getAnimVal().
  • getBaseVal
    DOM: Implements SVGAnimatedNumberList#getBaseVal().

Popular in Java

  • Running tasks concurrently on multiple threads
  • scheduleAtFixedRate (Timer)
  • compareTo (BigDecimal)
  • findViewById (Activity)
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • 21 Best Atom Packages for 2021
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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