Class DiagramGenerator


  • public abstract class DiagramGenerator
    extends Object
    • Field Detail

      • path

        protected final String path
      • failIfMissing

        protected final boolean failIfMissing
      • view

        protected final boolean view
      • width

        protected final int width
      • height

        protected final int height
      • adjust

        protected final boolean adjust
      • output

        protected final File output
      • format

        protected final String format
      • outputFileName

        protected final String outputFileName
      • rotateEdges

        protected final boolean rotateEdges
      • layout

        protected final String layout
    • Constructor Detail

      • DiagramGenerator

        public DiagramGenerator​(String path,
                                boolean failIfMissing,
                                boolean view,
                                int width,
                                int height,
                                boolean adjust,
                                File output,
                                String format,
                                String outputFileName,
                                boolean rotateEdges,
                                String layout)
    • Method Detail

      • execute

        public void execute()
      • warn

        protected abstract void warn​(String s)
      • info

        protected abstract void info​(String s)