| 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,
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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2014. All rights reserved.