Class AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem

java.lang.Object
org.apache.batik.dom.svg.AbstractSVGItem
org.apache.batik.dom.svg.SVGPathSegItem
org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem
All Implemented Interfaces:
SVGItem, org.w3c.dom.svg.SVGPathSeg, org.w3c.dom.svg.SVGPathSegClosePath, org.w3c.dom.svg.SVGPathSegLinetoVerticalAbs, org.w3c.dom.svg.SVGPathSegLinetoVerticalRel
Enclosing class:
AbstractSVGPathSegList

public static class AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem extends SVGPathSegItem implements org.w3c.dom.svg.SVGPathSegLinetoVerticalAbs, org.w3c.dom.svg.SVGPathSegLinetoVerticalRel
  • Constructor Details

    • SVGPathSegLinetoVerticalItem

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

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

    • setY

      public void setY(float y)
      Specified by:
      setY in interface org.w3c.dom.svg.SVGPathSegLinetoVerticalAbs
      Specified by:
      setY in interface org.w3c.dom.svg.SVGPathSegLinetoVerticalRel
      Overrides:
      setY in class SVGPathSegItem
    • getStringValue

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