Class SvgPath


  • public class SvgPath
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SvgPath​(java.lang.String path)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void drawMe​(UGraphic ug, double factor)  
      void drawMe​(UGraphic ug, java.awt.geom.AffineTransform at)  
      java.lang.String toSvg()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SvgPath

        public SvgPath​(java.lang.String path)
    • Method Detail

      • toSvg

        public java.lang.String toSvg()
      • drawMe

        public void drawMe​(UGraphic ug,
                           double factor)
      • drawMe

        public void drawMe​(UGraphic ug,
                           java.awt.geom.AffineTransform at)