Class AdditionalResultsIO
- java.lang.Object
-
- org.openjump.sextante.gui.additionalResults.AdditionalResultsIO
-
public class AdditionalResultsIO extends Object
Moved export action to a separate class- Author:
- Giuseppe Aruta [2020-06-11]
-
-
Constructor Summary
Constructors Constructor Description AdditionalResultsIO()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanCheckSVGLibs()static voidexportToDxf(String fileName, double[][] points)static voidLogger(Class<?> plugin, Exception e)protected static voidnotsaved()static Integerround100(Integer b)static voidsave(TreePath m_Path)static voidsaveAsSVG(Component component, File selFile)protected static voidsaved(File file)
-
-
-
Method Detail
-
save
public static void save(TreePath m_Path)
-
saved
protected static void saved(File file)
-
notsaved
protected static void notsaved()
-
saveAsSVG
public static void saveAsSVG(Component component, File selFile) throws Exception
- Throws:
Exception
-
exportToDxf
public static void exportToDxf(String fileName, double[][] points)
-
CheckSVGLibs
public static boolean CheckSVGLibs()
-
-