Uses of Class
com.compomics.util.enumeration.ImageType
Package | Description |
---|---|
com.compomics.util |
General utilities classes.
|
com.compomics.util.enumeration |
Enumeration used by compomics-utilities.
|
-
Uses of ImageType in com.compomics.util
Methods in com.compomics.util with parameters of type ImageType Modifier and Type Method Description static void
Export. 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 void
Export. 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 Modifier and Type Method Description static ImageType
ImageType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImageType[]
ImageType. values()
Returns an array containing the constants of this enum type, in the order they are declared.