Tabnine Logo
SVGAnimationEngine.toInactive
Code IndexAdd Tabnine to your IDE (free)

How to use
toInactive
method
in
org.apache.batik.bridge.SVGAnimationEngine

Best Java code snippets using org.apache.batik.bridge.SVGAnimationEngine.toInactive (Showing top 3 results out of 315)

origin: apache/batik

/**
 * Invoked to indicate that this timed element became inactive.
 * @param stillActive if true, indicates that the element is still
 *                    actually active, but between the end of the
 *                    computed repeat duration and the end of the
 *                    interval
 * @param isFrozen whether the element is frozen or not
 */
protected void toInactive(boolean stillActive, boolean isFrozen) {
  eng.toInactive(animation, isFrozen);
}
origin: org.apache.xmlgraphics/batik-bridge

/**
 * Invoked to indicate that this timed element became inactive.
 * @param stillActive if true, indicates that the element is still
 *                    actually active, but between the end of the
 *                    computed repeat duration and the end of the
 *                    interval
 * @param isFrozen whether the element is frozen or not
 */
protected void toInactive(boolean stillActive, boolean isFrozen) {
  eng.toInactive(animation, isFrozen);
}
origin: fr.avianey.apache-xmlgraphics/batik

/**
 * Invoked to indicate that this timed element became inactive.
 * @param stillActive if true, indicates that the element is still
 *                    actually active, but between the end of the
 *                    computed repeat duration and the end of the
 *                    interval
 * @param isFrozen whether the element is frozen or not
 */
protected void toInactive(boolean stillActive, boolean isFrozen) {
  eng.toInactive(animation, isFrozen);
}
org.apache.batik.bridgeSVGAnimationEnginetoInactive

Popular methods of SVGAnimationEngine

  • setCurrentTime
    Sets the current document time.
  • <init>
    Creates a new SVGAnimationEngine.
  • addAnimation
  • addInitialBridge
    Adds an animation element bridge to the list of bridges that require initializing when the document
  • dispose
    Disposes this animation engine.
  • getCurrentTime
    Returns the current document time.
  • getUnderlyingCSSValue
    Returns an AnimatableValue for the underlying value of a CSS property.
  • hasStarted
    Returns whether animation processing has begun.
  • isPaused
  • parseAnimatableValue
    Parses an AnimatableValue.
  • pause
    Pauses the animations.
  • removeAnimation
  • pause,
  • removeAnimation,
  • removeFill,
  • sampledAt,
  • sampledLastValue,
  • setAnimationLimitingCPU,
  • setAnimationLimitingFPS,
  • setAnimationLimitingNone,
  • start,
  • toActive

Popular in Java

  • Reactive rest calls using spring rest template
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • getApplicationContext (Context)
  • getSystemService (Context)
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • JComboBox (javax.swing)
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
  • IsNull (org.hamcrest.core)
    Is the value null?
  • 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