Tabnine Logo
SVGOMLineElement
Code IndexAdd Tabnine to your IDE (free)

How to use
SVGOMLineElement
in
org.apache.batik.anim.dom

Best Java code snippets using org.apache.batik.anim.dom.SVGOMLineElement (Showing top 18 results out of 315)

origin: fr.avianey.apache-xmlgraphics/batik

/**
 * Returns a new uninitialized instance of this object's class.
 */
protected Node newNode() {
  return new SVGOMLineElement();
}
origin: fr.avianey.apache-xmlgraphics/batik

/**
 * Initializes the live attribute values of this element.
 */
private void initializeLiveAttributes() {
  x1 = createLiveAnimatedLength
    (null, SVG_X1_ATTRIBUTE, SVG_LINE_X1_DEFAULT_VALUE,
     SVGOMAnimatedLength.HORIZONTAL_LENGTH, false);
  y1 = createLiveAnimatedLength
    (null, SVG_Y1_ATTRIBUTE, SVG_LINE_Y1_DEFAULT_VALUE,
     SVGOMAnimatedLength.VERTICAL_LENGTH, false);
  x2 = createLiveAnimatedLength
    (null, SVG_X2_ATTRIBUTE, SVG_LINE_X2_DEFAULT_VALUE,
     SVGOMAnimatedLength.HORIZONTAL_LENGTH, false);
  y2 = createLiveAnimatedLength
    (null, SVG_Y2_ATTRIBUTE, SVG_LINE_Y2_DEFAULT_VALUE,
     SVGOMAnimatedLength.VERTICAL_LENGTH, false);
}
origin: apache/batik

/**
 * Creates a new SVGOMLineElement object.
 * @param prefix The namespace prefix.
 * @param owner The owner document.
 */
public SVGOMLineElement(String prefix, AbstractDocument owner) {
  super(prefix, owner);
  initializeLiveAttributes();
}
origin: org.apache.xmlgraphics/batik-bridge

  (AbstractSVGAnimatedLength) le.getX1();
float x1 = _x1.getCheckedValue();
  (AbstractSVGAnimatedLength) le.getY1();
float y1 = _y1.getCheckedValue();
  (AbstractSVGAnimatedLength) le.getX2();
float x2 = _x2.getCheckedValue();
  (AbstractSVGAnimatedLength) le.getY2();
float y2 = _y2.getCheckedValue();
origin: fr.avianey.apache-xmlgraphics/batik

  (AbstractSVGAnimatedLength) le.getX1();
float x1 = _x1.getCheckedValue();
  (AbstractSVGAnimatedLength) le.getY1();
float y1 = _y1.getCheckedValue();
  (AbstractSVGAnimatedLength) le.getX2();
float x2 = _x2.getCheckedValue();
  (AbstractSVGAnimatedLength) le.getY2();
float y2 = _y2.getCheckedValue();
origin: apache/batik

  (AbstractSVGAnimatedLength) le.getX1();
float x1 = _x1.getCheckedValue();
  (AbstractSVGAnimatedLength) le.getY1();
float y1 = _y1.getCheckedValue();
  (AbstractSVGAnimatedLength) le.getX2();
float x2 = _x2.getCheckedValue();
  (AbstractSVGAnimatedLength) le.getY2();
float y2 = _y2.getCheckedValue();
origin: fr.avianey.apache-xmlgraphics/batik

/**
 * Creates a new SVGOMLineElement object.
 * @param prefix The namespace prefix.
 * @param owner The owner document.
 */
public SVGOMLineElement(String prefix, AbstractDocument owner) {
  super(prefix, owner);
  initializeLiveAttributes();
}
origin: org.apache.xmlgraphics/batik-anim

/**
 * Returns a new uninitialized instance of this object's class.
 */
protected Node newNode() {
  return new SVGOMLineElement();
}
origin: org.apache.xmlgraphics/batik-anim

/**
 * Initializes the live attribute values of this element.
 */
private void initializeLiveAttributes() {
  x1 = createLiveAnimatedLength
    (null, SVG_X1_ATTRIBUTE, SVG_LINE_X1_DEFAULT_VALUE,
     SVGOMAnimatedLength.HORIZONTAL_LENGTH, false);
  y1 = createLiveAnimatedLength
    (null, SVG_Y1_ATTRIBUTE, SVG_LINE_Y1_DEFAULT_VALUE,
     SVGOMAnimatedLength.VERTICAL_LENGTH, false);
  x2 = createLiveAnimatedLength
    (null, SVG_X2_ATTRIBUTE, SVG_LINE_X2_DEFAULT_VALUE,
     SVGOMAnimatedLength.HORIZONTAL_LENGTH, false);
  y2 = createLiveAnimatedLength
    (null, SVG_Y2_ATTRIBUTE, SVG_LINE_Y2_DEFAULT_VALUE,
     SVGOMAnimatedLength.VERTICAL_LENGTH, false);
}
origin: org.apache.xmlgraphics/batik-anim

/**
 * Creates a new SVGOMLineElement object.
 * @param prefix The namespace prefix.
 * @param owner The owner document.
 */
public SVGOMLineElement(String prefix, AbstractDocument owner) {
  super(prefix, owner);
  initializeLiveAttributes();
}
origin: fr.avianey.apache-xmlgraphics/batik

  /**
   * Creates an instance of the associated element type.
   */
  public Element create(String prefix, Document doc) {
    return new SVGOMLineElement(prefix, (AbstractDocument)doc);
  }
}
origin: apache/batik

/**
 * Initializes the live attribute values of this element.
 */
private void initializeLiveAttributes() {
  x1 = createLiveAnimatedLength
    (null, SVG_X1_ATTRIBUTE, SVG_LINE_X1_DEFAULT_VALUE,
     SVGOMAnimatedLength.HORIZONTAL_LENGTH, false);
  y1 = createLiveAnimatedLength
    (null, SVG_Y1_ATTRIBUTE, SVG_LINE_Y1_DEFAULT_VALUE,
     SVGOMAnimatedLength.VERTICAL_LENGTH, false);
  x2 = createLiveAnimatedLength
    (null, SVG_X2_ATTRIBUTE, SVG_LINE_X2_DEFAULT_VALUE,
     SVGOMAnimatedLength.HORIZONTAL_LENGTH, false);
  y2 = createLiveAnimatedLength
    (null, SVG_Y2_ATTRIBUTE, SVG_LINE_Y2_DEFAULT_VALUE,
     SVGOMAnimatedLength.VERTICAL_LENGTH, false);
}
origin: fr.avianey.apache-xmlgraphics/batik

/**
 * Initializes all live attributes for this element.
 */
protected void initializeAllLiveAttributes() {
  super.initializeAllLiveAttributes();
  initializeLiveAttributes();
}
origin: org.apache.xmlgraphics/batik-anim

  /**
   * Creates an instance of the associated element type.
   */
  public Element create(String prefix, Document doc) {
    return new SVGOMLineElement(prefix, (AbstractDocument)doc);
  }
}
origin: org.apache.xmlgraphics/batik-anim

/**
 * Initializes all live attributes for this element.
 */
protected void initializeAllLiveAttributes() {
  super.initializeAllLiveAttributes();
  initializeLiveAttributes();
}
origin: apache/batik

  /**
   * Creates an instance of the associated element type.
   */
  public Element create(String prefix, Document doc) {
    return new SVGOMLineElement(prefix, (AbstractDocument)doc);
  }
}
origin: apache/batik

/**
 * Initializes all live attributes for this element.
 */
protected void initializeAllLiveAttributes() {
  super.initializeAllLiveAttributes();
  initializeLiveAttributes();
}
origin: apache/batik

/**
 * Returns a new uninitialized instance of this object's class.
 */
protected Node newNode() {
  return new SVGOMLineElement();
}
org.apache.batik.anim.domSVGOMLineElement

Javadoc

This class implements SVGLineElement.

Most used methods

  • <init>
    Creates a new SVGOMLineElement object.
  • createLiveAnimatedLength
  • getX1
    DOM: Implements SVGLineElement#getX1().
  • getX2
    DOM: Implements SVGLineElement#getX2().
  • getY1
    DOM: Implements SVGLineElement#getY1().
  • getY2
    DOM: Implements SVGLineElement#getY2().
  • initializeLiveAttributes
    Initializes the live attribute values of this element.

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getResourceAsStream (ClassLoader)
  • putExtra (Intent)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • Best IntelliJ 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