Class AbstractSVGPathSegList.SVGPathSegLinetoHorizontalItem

java.lang.Object
org.apache.batik.dom.svg.AbstractSVGItem
org.apache.batik.dom.svg.SVGPathSegItem
org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegLinetoHorizontalItem
All Implemented Interfaces:
SVGItem, org.w3c.dom.svg.SVGPathSeg, org.w3c.dom.svg.SVGPathSegClosePath, org.w3c.dom.svg.SVGPathSegLinetoHorizontalAbs, org.w3c.dom.svg.SVGPathSegLinetoHorizontalRel
Enclosing class:
AbstractSVGPathSegList

public static class AbstractSVGPathSegList.SVGPathSegLinetoHorizontalItem extends SVGPathSegItem implements org.w3c.dom.svg.SVGPathSegLinetoHorizontalAbs, org.w3c.dom.svg.SVGPathSegLinetoHorizontalRel
  • Constructor Details

    • SVGPathSegLinetoHorizontalItem

      public SVGPathSegLinetoHorizontalItem(short type, String letter, float value)
    • SVGPathSegLinetoHorizontalItem

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

    • setX

      public void setX(float x)
      Specified by:
      setX in interface org.w3c.dom.svg.SVGPathSegLinetoHorizontalAbs
      Specified by:
      setX in interface org.w3c.dom.svg.SVGPathSegLinetoHorizontalRel
      Overrides:
      setX in class SVGPathSegItem
    • getStringValue

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