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 boolean
CheckSVGLibs()
static void
exportToDxf(String fileName, double[][] points)
static void
Logger(Class<?> plugin, Exception e)
protected static void
notsaved()
static Integer
round100(Integer b)
static void
save(TreePath m_Path)
static void
saveAsSVG(Component component, File selFile)
protected static void
saved(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()
-
-