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

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

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

origin: fr.avianey.apache-xmlgraphics/batik

/**
 * Invoked to indicate that this timed element has been sampled at the
 * given time.
 * @param simpleTime the sample time in local simple time
 * @param simpleDur the simple duration of the element
 * @param repeatIteration the repeat iteration during which the element
 *                        was sampled
 */
protected void sampledAt(float simpleTime, float simpleDur,
             int repeatIteration) {
  eng.sampledAt(animation, simpleTime, simpleDur, repeatIteration);
}
origin: apache/batik

/**
 * Invoked to indicate that this timed element has been sampled at the
 * given time.
 * @param simpleTime the sample time in local simple time
 * @param simpleDur the simple duration of the element
 * @param repeatIteration the repeat iteration during which the element
 *                        was sampled
 */
protected void sampledAt(float simpleTime, float simpleDur,
             int repeatIteration) {
  eng.sampledAt(animation, simpleTime, simpleDur, repeatIteration);
}
origin: org.apache.xmlgraphics/batik-bridge

/**
 * Invoked to indicate that this timed element has been sampled at the
 * given time.
 * @param simpleTime the sample time in local simple time
 * @param simpleDur the simple duration of the element
 * @param repeatIteration the repeat iteration during which the element
 *                        was sampled
 */
protected void sampledAt(float simpleTime, float simpleDur,
             int repeatIteration) {
  eng.sampledAt(animation, simpleTime, simpleDur, repeatIteration);
}
org.apache.batik.bridgeSVGAnimationEnginesampledAt

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,
  • sampledLastValue,
  • setAnimationLimitingCPU,
  • setAnimationLimitingFPS,
  • setAnimationLimitingNone,
  • start,
  • toActive

Popular in Java

  • Updating database using SQL prepared statement
  • requestLocationUpdates (LocationManager)
  • startActivity (Activity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • MessageDigest (java.security)
    Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • TreeSet (java.util)
    TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • Runner (org.openjdk.jmh.runner)
  • Github Copilot alternatives
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