Uses of Class
com.compomics.util.enumeration.ImageType

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, 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
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.
 



Copyright © 2011. All Rights Reserved.