Tabnine Logo
AnimatableIntegerValue.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.apache.batik.anim.values.AnimatableIntegerValue
constructor

Best Java code snippets using org.apache.batik.anim.values.AnimatableIntegerValue.<init> (Showing top 18 results out of 315)

origin: fr.avianey.apache-xmlgraphics/batik

/**
 * Returns a zero value of this AnimatableValue's type.
 */
public AnimatableValue getZeroValue() {
  return new AnimatableIntegerValue(target, 0);
}
origin: org.apache.xmlgraphics/batik-anim

/**
 * Returns a zero value of this AnimatableValue's type.
 */
public AnimatableValue getZeroValue() {
  return new AnimatableIntegerValue(target, 0);
}
origin: apache/batik

/**
 * Returns a zero value of this AnimatableValue's type.
 */
public AnimatableValue getZeroValue() {
  return new AnimatableIntegerValue(target, 0);
}
origin: org.apache.xmlgraphics/batik-bridge

/**
 * Creates a new AnimatableValue from a string.
 */
public AnimatableValue createValue(AnimationTarget target, String ns,
                  String ln, boolean isCSS, String s) {
  return new AnimatableIntegerValue(target, Integer.parseInt(s));
}
origin: apache/batik

/**
 * Creates a new AnimatableValue from a string.
 */
public AnimatableValue createValue(AnimationTarget target, String ns,
                  String ln, boolean isCSS, String s) {
  return new AnimatableIntegerValue(target, Integer.parseInt(s));
}
origin: fr.avianey.apache-xmlgraphics/batik

/**
 * Creates a new AnimatableValue from a string.
 */
public AnimatableValue createValue(AnimationTarget target, String ns,
                  String ln, boolean isCSS, String s) {
  return new AnimatableIntegerValue(target, Integer.parseInt(s));
}
origin: org.apache.xmlgraphics/batik-anim

/**
 * Returns the base value of the attribute as an {@link AnimatableValue}.
 */
public AnimatableValue getUnderlyingValue(AnimationTarget target) {
  return new AnimatableIntegerValue(target, getBaseVal());
}
origin: fr.avianey.apache-xmlgraphics/batik

/**
 * Returns the base value of the attribute as an {@link AnimatableValue}.
 */
public AnimatableValue getUnderlyingValue(AnimationTarget target) {
  return new AnimatableIntegerValue(target, getBaseVal());
}
origin: fr.avianey.apache-xmlgraphics/batik

  /**
   * Creates a new AnimatableValue from a CSS {@link Value}.
   */
  public AnimatableValue createValue(AnimationTarget target, String pn,
                    Value v) {
    return new AnimatableIntegerValue(target,
                     Math.round(v.getFloatValue()));
  }
}
origin: org.apache.xmlgraphics/batik-bridge

  /**
   * Creates a new AnimatableValue from a CSS {@link Value}.
   */
  public AnimatableValue createValue(AnimationTarget target, String pn,
                    Value v) {
    return new AnimatableIntegerValue(target,
                     Math.round(v.getFloatValue()));
  }
}
origin: apache/batik

  /**
   * Creates a new AnimatableValue from a CSS {@link Value}.
   */
  public AnimatableValue createValue(AnimationTarget target, String pn,
                    Value v) {
    return new AnimatableIntegerValue(target,
                     Math.round(v.getFloatValue()));
  }
}
origin: apache/batik

  /**
   * Creates a new AnimatableValue from a CSS {@link Value}.
   */
  public AnimatableValue createValue(AnimationTarget target, String pn,
                    Value v) {
    return new AnimatableIntegerValue(target,
                     Math.round(v.getFloatValue()));
  }
}
origin: fr.avianey.apache-xmlgraphics/batik

  /**
   * Creates a new AnimatableValue from a CSS {@link Value}.
   */
  public AnimatableValue createValue(AnimationTarget target, String pn,
                    Value v) {
    return new AnimatableIntegerValue(target,
                     Math.round(v.getFloatValue()));
  }
}
origin: org.apache.xmlgraphics/batik-bridge

  /**
   * Creates a new AnimatableValue from a CSS {@link Value}.
   */
  public AnimatableValue createValue(AnimationTarget target, String pn,
                    Value v) {
    return new AnimatableIntegerValue(target,
                     Math.round(v.getFloatValue()));
  }
}
origin: apache/batik

/**
 * Returns the base value of the attribute as an {@link AnimatableValue}.
 */
public AnimatableValue getUnderlyingValue(AnimationTarget target) {
  return new AnimatableIntegerValue(target, getBaseVal());
}
origin: apache/batik

AnimatableIntegerValue res;
if (result == null) {
  res = new AnimatableIntegerValue(target);
} else {
  res = (AnimatableIntegerValue) result;
origin: org.apache.xmlgraphics/batik-anim

AnimatableIntegerValue res;
if (result == null) {
  res = new AnimatableIntegerValue(target);
} else {
  res = (AnimatableIntegerValue) result;
origin: fr.avianey.apache-xmlgraphics/batik

AnimatableIntegerValue res;
if (result == null) {
  res = new AnimatableIntegerValue(target);
} else {
  res = (AnimatableIntegerValue) result;
org.apache.batik.anim.valuesAnimatableIntegerValue<init>

Javadoc

Creates a new, uninitialized AnimatableIntegerValue.

Popular methods of AnimatableIntegerValue

  • getValue
    Returns the integer value.

Popular in Java

  • Start an intent from android
  • requestLocationUpdates (LocationManager)
  • compareTo (BigDecimal)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • Top Sublime Text plugins
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