Uses of Enum
com.compomics.util.enumeration.ImageType
Packages that use ImageType
Package
Description
General utilities classes.
Enumeration used by compomics-utilities.
-
Uses of ImageType in com.compomics.util
Methods in com.compomics.util with parameters of type ImageTypeModifier and TypeMethodDescriptionstatic voidExport.exportChart(org.jfree.chart.JFreeChart chart, Rectangle bounds, File exportFile, ImageType imageType) Exports the contents of a JFreeChart to an svg, png, pdf etc.static voidExport.exportComponent(Component component, Rectangle bounds, File exportFile, ImageType imageType) Exports the contents of a Component to an svg, png, pdf etc. -
Uses of ImageType in com.compomics.util.enumeration
Methods in com.compomics.util.enumeration that return ImageType