Uses of Class
org.hortonmachine.gears.utils.images.EPaperFormat
-
Packages that use EPaperFormat Package Description org.hortonmachine.gears.utils.images -
-
Uses of EPaperFormat in org.hortonmachine.gears.utils.images
Methods in org.hortonmachine.gears.utils.images that return EPaperFormat Modifier and Type Method Description static EPaperFormatEPaperFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static EPaperFormat[]EPaperFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hortonmachine.gears.utils.images with parameters of type EPaperFormat Modifier and Type Method Description voidImageGenerator. dump2Graphics2D(Graphics2D graphics2d, org.geotools.geometry.jts.ReferencedEnvelope bounds, double scale, EPaperFormat paperFormat, Double dpi, BufferedImage legend, int legendX, int legendY, String scalePrefix, float scaleSize, int scaleX, int scaleY)Create an image for a given paper size and scale.voidImageGenerator. dumpPngImageForScaleAndPaper(String imagePath, org.geotools.geometry.jts.ReferencedEnvelope bounds, double scale, EPaperFormat paperFormat, Double dpi, BufferedImage legend, int legendX, int legendY, String scalePrefix, float scaleSize, int scaleX, int scaleY)Create an image for a given paper size and scale.
-