Class GraphicsPath

java.lang.Object
net.sourceforge.plantuml.eggs.GraphicsPath

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

    Constructors
    Constructor
    Description
    GraphicsPath(ColorMapper colorMapper, java.lang.String path)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    writeImage(java.io.OutputStream os)
     

    Methods inherited from class java.lang.Object

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

    • GraphicsPath

      public GraphicsPath(ColorMapper colorMapper, java.lang.String path)
  • Method Details

    • writeImage

      public ImageData writeImage(java.io.OutputStream os) throws java.io.IOException
      Throws:
      java.io.IOException