Uses of Class
org.pentaho.reporting.engine.classic.core.imagemap.ImageMap
-
-
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 Modifier and Type Method Description ImageMap
ImageMapParser. parseFromString(String imageMapXml)
Methods in org.pentaho.reporting.engine.classic.core.imagemap.parser with parameters of type ImageMap Modifier and Type Method Description 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 Modifier and Type Method Description static ImageMap
RenderUtility. extractImageMap(RenderableReplacedContentBox content)
static ImageMap
RenderUtility. extractImageMap(RenderableReplacedContentBox node, org.pentaho.reporting.libraries.resourceloader.factory.drawable.DrawableWrapper drawable)
Deprecated.static ImageMap
RenderUtility. extractImageMap(ReportAttributeMap attributes, Object rawObject, long width, long height)
-
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 Modifier and Type Method Description 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 Modifier and Type Method Description ImageMap
ReportDrawable. getImageMap(Rectangle2D bounds)
Returns an optional image-map for the entry.ImageMap
ReportDrawableImage. getImageMap(Rectangle2D bounds)
ImageMap
RotatedTextDrawable. getImageMap(Rectangle2D bounds)
ImageMap
ScalingDrawable. getImageMap(Rectangle2D bounds)
ImageMap
ShapeDrawable. getImageMap(Rectangle2D bounds)
Returns an optional image-map for the entry.
-