Class AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem

java.lang.Object
org.apache.batik.dom.svg.AbstractSVGItem
org.apache.batik.dom.svg.SVGPathSegItem
org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem
All Implemented Interfaces:
SVGItem, org.w3c.dom.svg.SVGPathSeg, org.w3c.dom.svg.SVGPathSegClosePath, org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs, org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel
Enclosing class:
AbstractSVGPathSegList

public static class AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem extends SVGPathSegItem implements org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs, org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel
  • Constructor Details

    • SVGPathSegCurvetoQuadraticItem

      public SVGPathSegCurvetoQuadraticItem(short type, String letter, float x1, float y1, float x, float y)
    • SVGPathSegCurvetoQuadraticItem

      public SVGPathSegCurvetoQuadraticItem(org.w3c.dom.svg.SVGPathSeg pathSeg)
  • Method Details

    • setX

      public void setX(float x)
      Specified by:
      setX in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs
      Specified by:
      setX in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel
      Overrides:
      setX in class SVGPathSegItem
    • setY

      public void setY(float y)
      Specified by:
      setY in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs
      Specified by:
      setY in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel
      Overrides:
      setY in class SVGPathSegItem
    • setX1

      public void setX1(float x1)
      Specified by:
      setX1 in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs
      Specified by:
      setX1 in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel
      Overrides:
      setX1 in class SVGPathSegItem
    • setY1

      public void setY1(float y1)
      Specified by:
      setY1 in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs
      Specified by:
      setY1 in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel
      Overrides:
      setY1 in class SVGPathSegItem
    • getStringValue

      protected String getStringValue()
      Description copied from class: AbstractSVGItem
      Return the string representation of the item.
      Overrides:
      getStringValue in class SVGPathSegItem