| java.lang.Object fr.ign.cogit.geoxygene.util.conversion.ImgUtil
ImgUtil | public class ImgUtil (Code) | | |
Method Summary | |
public static boolean | isEmpty(GM_Object geom) | public static boolean | isEmpty(GM_Point point) | public static boolean | isEmpty(GM_Polygon poly) | public static boolean | isEmpty(GM_LineString lineString) | static boolean | isEmpty(GM_Aggregate aggr) | public static BufferedImage | make(Color bg, int width, int height) | public static void | saveImage(BufferedImage image, String path) | public static void | saveImage(GM_Object geom, String path) | public static void | saveImage(List geomList, String path) | public static void | saveImage(List geomList, String path, Color fg, Color bg, int width, int height) | public static void | saveImage(GM_Object geom, String path, Color fg, Color bg, int width, int height) | public static void | saveImage(GM_Object[] geoms, String path, Color[] foregrounds, Color background, int width, int height) | public static void | savePdf(GM_Object[] geoms, String path, Color[] foregrounds, Color background, int width, int height) | public static void | saveSvgz(GM_Object[] geoms, String path, Color[] foregrounds, Color background, int width, int height) |
|
|