Class PSystemUtils

java.lang.Object
net.sourceforge.plantuml.PSystemUtils

public class PSystemUtils extends java.lang.Object
  • Constructor Details

    • PSystemUtils

      public PSystemUtils()
  • Method Details

    • exportDiagrams

      public static java.util.List<FileImageData> exportDiagrams(Diagram system, SuggestedFile suggested, FileFormatOption fileFormatOption) throws java.io.IOException
      Throws:
      java.io.IOException
    • exportDiagrams

      public static java.util.List<FileImageData> exportDiagrams(Diagram system, SuggestedFile suggestedFile, FileFormatOption fileFormatOption, boolean checkMetadata) throws java.io.IOException
      Throws:
      java.io.IOException
    • canFileBeWritten

      public static boolean canFileBeWritten(SFile f)