Uses of Class
org.pentaho.reporting.engine.classic.core.imagemap.ImageMap

Packages that use ImageMap
org.pentaho.reporting.engine.classic.core.imagemap.parser   
org.pentaho.reporting.engine.classic.core.layout.output   
org.pentaho.reporting.engine.classic.core.modules.misc.survey   
org.pentaho.reporting.engine.classic.core.util Common utility classes. 
 

Uses of ImageMap in org.pentaho.reporting.engine.classic.core.imagemap.parser
 

Methods in org.pentaho.reporting.engine.classic.core.imagemap.parser that return ImageMap
 ImageMap ImageMapParser.parseFromString(String imageMapXml)
           
 

Methods in org.pentaho.reporting.engine.classic.core.imagemap.parser with parameters of type ImageMap
static void ImageMapWriter.writeImageMap(org.pentaho.reporting.libraries.xmlns.writer.XmlWriter writer, ImageMap imageMap, double scale)
           
static String ImageMapWriter.writeImageMapAsString(ImageMap imageMap)
           
 

Uses of ImageMap in org.pentaho.reporting.engine.classic.core.layout.output
 

Methods in org.pentaho.reporting.engine.classic.core.layout.output that return ImageMap
static ImageMap RenderUtility.extractImageMap(RenderableReplacedContentBox content)
           
static ImageMap RenderUtility.extractImageMap(RenderableReplacedContentBox node, org.pentaho.reporting.libraries.resourceloader.factory.drawable.DrawableWrapper drawable)
           
 

Uses of ImageMap in org.pentaho.reporting.engine.classic.core.modules.misc.survey
 

Methods in org.pentaho.reporting.engine.classic.core.modules.misc.survey that return ImageMap
 ImageMap SurveyScale.getImageMap(Rectangle2D bounds)
           
 

Uses of ImageMap in org.pentaho.reporting.engine.classic.core.util
 

Methods in org.pentaho.reporting.engine.classic.core.util that return ImageMap
 ImageMap ReportDrawable.getImageMap(Rectangle2D bounds)
          Returns an optional image-map for the entry.
 ImageMap ReportDrawableImage.getImageMap(Rectangle2D bounds)
           
 ImageMap ScalingDrawable.getImageMap(Rectangle2D bounds)
           
 ImageMap ShapeDrawable.getImageMap(Rectangle2D bounds)
          Returns an optional image-map for the entry.