Class AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem

java.lang.Object
org.apache.batik.dom.svg.AbstractSVGItem
org.apache.batik.dom.svg.SVGPathSegItem
org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem
All Implemented Interfaces:
SVGItem, org.w3c.dom.svg.SVGPathSeg, org.w3c.dom.svg.SVGPathSegClosePath, org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs, org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel
Enclosing class:
AbstractSVGPathSegList

public static class AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem extends SVGPathSegItem implements org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs, org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel
  • Constructor Details

    • SVGPathSegCurvetoCubicSmoothItem

      public SVGPathSegCurvetoCubicSmoothItem(short type, String letter, float x2, float y2, float x, float y)
    • SVGPathSegCurvetoCubicSmoothItem

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

    • setX

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

      public void setY(float y)
      Specified by:
      setY in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs
      Specified by:
      setY in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel
      Overrides:
      setY in class SVGPathSegItem
    • setX2

      public void setX2(float x2)
      Specified by:
      setX2 in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs
      Specified by:
      setX2 in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel
      Overrides:
      setX2 in class SVGPathSegItem
    • setY2

      public void setY2(float y2)
      Specified by:
      setY2 in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs
      Specified by:
      setY2 in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel
      Overrides:
      setY2 in class SVGPathSegItem
    • getStringValue

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