Uses of Class
org.expasy.jpl.commons.base.render.ImageFormat

Packages that use ImageFormat
org.expasy.jpl.commons.base.render Provides interfaces for image rendering. 
org.expasy.jpl.commons.collection.render Provides interfaces and renderers for image rendering of collections. 
 

Uses of ImageFormat in org.expasy.jpl.commons.base.render
 

Methods in org.expasy.jpl.commons.base.render that return ImageFormat
 ImageFormat ChartRenderer.getImageFormat()
          get the image format (jpg, png, ...)
static ImageFormat ImageFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ImageFormat[] ImageFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ImageFormat in org.expasy.jpl.commons.collection.render
 

Fields in org.expasy.jpl.commons.collection.render declared as ImageFormat
static ImageFormat Abstract2DChartRenderer.DEFAULT_IMAGE_FORMAT
           
 

Methods in org.expasy.jpl.commons.collection.render that return ImageFormat
 ImageFormat Abstract2DChartRenderer.getImageFormat()
          Get image format.
 ImageFormat HistogramDataSetRenderer.getImageFormat()
          Get image format.
 

Methods in org.expasy.jpl.commons.collection.render with parameters of type ImageFormat
 void Abstract2DChartRenderer.setImageFormat(ImageFormat format)
          Set image format.
 void HistogramDataSetRenderer.setImageFormat(ImageFormat format)
          Set image format.
 

Constructors in org.expasy.jpl.commons.collection.render with parameters of type ImageFormat
Abstract2DChartRenderer(org.jfree.chart.renderer.xy.XYItemRenderer renderer, ImageFormat format, Dimension dim)
           
 



Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.