Class SVGPath

java.lang.Object
mgui.io.standard.xml.svg.SVGObject
mgui.io.standard.xml.svg.SVGPath

public class SVGPath
extends SVGObject
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.awt.Color colour  
    java.util.ArrayList instructions  
  • Constructor Summary

    Constructors
    Constructor Description
    SVGPath()  
  • Method Summary

    Modifier and Type Method Description
    void addInstruction​(Instruction instruction)  

    Methods inherited from class java.lang.Object

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

    • instructions

      public java.util.ArrayList instructions
    • colour

      public java.awt.Color colour
  • Constructor Details

    • SVGPath

      public SVGPath()
  • Method Details

    • addInstruction

      public void addInstruction​(Instruction instruction)