Tabnine Logo
SVGOMElement.addTargetListener
Code IndexAdd Tabnine to your IDE (free)

How to use
addTargetListener
method
in
org.apache.batik.anim.dom.SVGOMElement

Best Java code snippets using org.apache.batik.anim.dom.SVGOMElement.addTargetListener (Showing top 3 results out of 315)

origin: fr.avianey.apache-xmlgraphics/batik

/**
 * Adds a listener for changes to the given attribute value.
 */
public void addTargetListener(String ns, String an, boolean isCSS,
               AnimationTargetListener l) {
  if (isCSS) {
    if (svgContext != null) {
      SVGAnimationTargetContext actx =
        (SVGAnimationTargetContext) svgContext;
      actx.addTargetListener(an, l);
    }
  } else {
    super.addTargetListener(ns, an, isCSS, l);
  }
}
origin: org.apache.xmlgraphics/batik-anim

/**
 * Adds a listener for changes to the given attribute value.
 */
public void addTargetListener(String ns, String an, boolean isCSS,
               AnimationTargetListener l) {
  if (isCSS) {
    if (svgContext != null) {
      SVGAnimationTargetContext actx =
        (SVGAnimationTargetContext) svgContext;
      actx.addTargetListener(an, l);
    }
  } else {
    super.addTargetListener(ns, an, isCSS, l);
  }
}
origin: apache/batik

/**
 * Adds a listener for changes to the given attribute value.
 */
public void addTargetListener(String ns, String an, boolean isCSS,
               AnimationTargetListener l) {
  if (isCSS) {
    if (svgContext != null) {
      SVGAnimationTargetContext actx =
        (SVGAnimationTargetContext) svgContext;
      actx.addTargetListener(an, l);
    }
  } else {
    super.addTargetListener(ns, an, isCSS, l);
  }
}
org.apache.batik.anim.domSVGOMElementaddTargetListener

Javadoc

Adds a listener for changes to the given attribute value.

Popular methods of SVGOMElement

  • setSVGContext
    Sets the SVG context to use to get SVG specific informations.
  • getAttributeNS
  • getNodeName
    DOM: Implements Node#getNodeName().
  • getSVGContext
    Returns the SVG context used to get SVG specific informations.
  • setAttributeNS
  • copyInto
    Copy the fields of the current node into the given node.
  • createDOMException
  • createLiveAnimatedNumber
    Creates a new SVGOMAnimatedNumber that can be parsed as a percentage and stores it in this element's
  • createSVGException
    Creates an SVGException with the appropriate error message.
  • deepCopyInto
    Deeply copy the fields of the current node into the given node.
  • deepExport
    Deeply exports this node to the given document.
  • export
    Exports this node to the given document.
  • deepExport,
  • export,
  • fireBaseAttributeListeners,
  • getAttributeNodeNS,
  • getAttributeType,
  • getCascadedXMLBase,
  • getCurrentDocument,
  • getFirstChild,
  • getLiveAttributeValue

Popular in Java

  • Reading from database using SQL prepared statement
  • setRequestProperty (URLConnection)
  • getExternalFilesDir (Context)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • BorderLayout (java.awt)
    A border layout lays out a container, arranging and resizing its components to fit in five regions:
  • GridBagLayout (java.awt)
    The GridBagLayout class is a flexible layout manager that aligns components vertically and horizonta
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • Scanner (java.util)
    A parser that parses a text string of primitive types and strings with the help of regular expressio
  • IsNull (org.hamcrest.core)
    Is the value null?
  • Top plugins for Android Studio
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