Documentation of 'jhplot.IViewSVG' Java class.
IViewSVG
jhplot

Class IViewSVG



  • public class IViewSVG
    extends java.lang.Object
    Simple image viewer for SVG files.
    • Constructor Summary

      Constructors 
      Constructor and Description
      IViewSVG()
      Show empty image viewer.
      IViewSVG(java.lang.String sfile)
      Show SVG file inside the image viewer.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void doc()
      Show online documentation.
      void load(java.lang.String sfile)
      Show SVG file inside the image viewer.
      • Methods inherited from class java.lang.Object

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

      • IViewSVG

        public IViewSVG(java.lang.String sfile)
        Show SVG file inside the image viewer.
        Parameters:
        sfile - path to the SVG file.
      • IViewSVG

        public IViewSVG()
        Show empty image viewer.
    • Method Detail

      • doc

        public void doc()
        Show online documentation.
      • load

        public void load(java.lang.String sfile)
        Show SVG file inside the image viewer.
        Parameters:
        sfile - path to the SVG file.

DMelt 3.0 © DataMelt by jWork.ORG