Class AbstractSVGNormPathSegList.SVGPathSegGenericItem

java.lang.Object
org.apache.batik.dom.svg.AbstractSVGItem
org.apache.batik.dom.svg.SVGPathSegItem
org.apache.batik.dom.svg.AbstractSVGNormPathSegList.SVGPathSegGenericItem
All Implemented Interfaces:
SVGItem, org.w3c.dom.svg.SVGPathSeg, org.w3c.dom.svg.SVGPathSegClosePath
Enclosing class:
AbstractSVGNormPathSegList

protected static class AbstractSVGNormPathSegList.SVGPathSegGenericItem extends SVGPathSegItem
  • Constructor Details

    • SVGPathSegGenericItem

      public SVGPathSegGenericItem(short type, String letter, float x1, float y1, float x2, float y2, float x, float y)
  • Method Details

    • setValue

      public void setValue(float x1, float y1, float x2, float y2, float x, float y)
    • setValue

      public void setValue(float x, float y)
    • setPathSegType

      public void setPathSegType(short type)