|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImageType | |
---|---|
com.compomics.util | This package contains general util classes. |
com.compomics.util.enumeration | This package contains enumeration used by utilties. |
Uses of ImageType in com.compomics.util |
---|
Methods in com.compomics.util with parameters of type ImageType | |
---|---|
static void |
Export.exportChart(org.jfree.chart.JFreeChart chart,
java.awt.Rectangle bounds,
java.io.File exportFile,
ImageType imageType)
Exports the contents of a JFreeChart to an svg, png, pdf etc. |
static void |
Export.exportComponent(java.awt.Component component,
java.awt.Rectangle bounds,
java.io.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 | |
---|---|
static ImageType |
ImageType.valueOf(java.lang.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |