Class SVGFileInterface

java.lang.Object
mgui.io.DataFileInterface
mgui.io.standard.xml.svg.SVGFileInterface

public class SVGFileInterface
extends DataFileInterface
  • Field Details

  • Constructor Details

    • SVGFileInterface

      public SVGFileInterface()
  • Method Details

    • getShapes3D

      public ShapeSet3DInt getShapes3D()
    • setOptions

      public void setOptions​(SVGInputOptions opt)
    • getSection3DShapes

      public void getSection3DShapes​(SectionSet3DInt thisSet, int section)
    • setMode

      public void setMode​(int mode)
    • getInputShapeSet2D

      public ShapeSet2DInt getInputShapeSet2D​(java.io.InputStream input_stream)
    • handleMoveTo

      public void handleMoveTo​(MoveTo i)
    • handleLineTo

      public void handleLineTo​(LineTo i)
    • handleCurveTo

      public void handleCurveTo​(CurveTo i)