Class UmlDiagram

    • Method Detail

      • getMinwidth

        public final int getMinwidth()
      • setMinwidth

        public final void setMinwidth​(int minwidth)
      • isRotation

        public final boolean isRotation()
      • setRotation

        public final void setRotation​(boolean rotation)
      • exportDiagramError

        public static void exportDiagramError​(java.io.OutputStream os,
                                              java.lang.Throwable exception,
                                              FileFormatOption fileFormat,
                                              long seed,
                                              java.lang.String metadata,
                                              java.lang.String flash,
                                              java.util.List<java.lang.String> strings)
                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • getFlashData

        public java.lang.String getFlashData()
      • getFailureText2

        public static java.util.List<java.lang.String> getFailureText2​(java.lang.Throwable exception,
                                                                       java.lang.String textDiagram)
      • exportDiagramInternal

        protected abstract ImageData exportDiagramInternal​(java.io.OutputStream os,
                                                           int index,
                                                           FileFormatOption fileFormatOption)
                                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • exportCmap

        protected final void exportCmap​(SuggestedFile suggestedFile,
                                        int index,
                                        ImageData cmapdata)
                                 throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException
      • setHideEmptyDescription

        public void setHideEmptyDescription​(boolean hideEmptyDescription)