Package | Description |
---|---|
com.compomics.util |
This package contains general util classes.
|
com.compomics.util.enumeration |
This package contains enumeration used by utilties.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2013. All Rights Reserved.