Class ExportMatrixPLT


  • public abstract class ExportMatrixPLT
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ExportMatrixPLT()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void toFile​(java.io.File file, Matrix matrix, java.lang.Object... parameters)  
      static void toStream​(java.io.OutputStream outputStream, Matrix matrix, java.lang.Object... parameters)  
      static void toWriter​(java.io.Writer writer, Matrix matrix, java.lang.Object... parameters)  
      private static void writeData​(java.io.Writer writer, Matrix matrix, boolean xy, boolean logx, boolean logy)  
      • Methods inherited from class java.lang.Object

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

      • ExportMatrixPLT

        public ExportMatrixPLT()
    • Method Detail

      • toFile

        public static void toFile​(java.io.File file,
                                  Matrix matrix,
                                  java.lang.Object... parameters)
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • toStream

        public static void toStream​(java.io.OutputStream outputStream,
                                    Matrix matrix,
                                    java.lang.Object... parameters)
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • toWriter

        public static void toWriter​(java.io.Writer writer,
                                    Matrix matrix,
                                    java.lang.Object... parameters)
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • writeData

        private static void writeData​(java.io.Writer writer,
                                      Matrix matrix,
                                      boolean xy,
                                      boolean logx,
                                      boolean logy)
                               throws java.lang.Exception
        Throws:
        java.lang.Exception