Uses of Class
org.pentaho.reporting.engine.classic.core.ReportAttributeMap

Packages that use ReportAttributeMap
org.pentaho.reporting.engine.classic.core Main classes in the JFreeReport class library. 
org.pentaho.reporting.engine.classic.core.layout Banded layout management. 
org.pentaho.reporting.engine.classic.core.layout.model   
org.pentaho.reporting.engine.classic.core.layout.output   
org.pentaho.reporting.engine.classic.core.layout.text   
org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf.internal   
org.pentaho.reporting.engine.classic.core.modules.output.table.base Common base classes for the table style output targets. 
org.pentaho.reporting.engine.classic.core.modules.output.table.html The HTML4 and XHTML output target. 
org.pentaho.reporting.engine.classic.core.modules.output.table.html.helper   
org.pentaho.reporting.engine.classic.core.modules.output.table.xls.helper   
org.pentaho.reporting.engine.classic.core.modules.parser.bundle.layout.elements   
 

Uses of ReportAttributeMap in org.pentaho.reporting.engine.classic.core
 

Fields in org.pentaho.reporting.engine.classic.core declared as ReportAttributeMap
static ReportAttributeMap ReportAttributeMap.EMPTY_MAP
           
 

Methods in org.pentaho.reporting.engine.classic.core that return ReportAttributeMap
 ReportAttributeMap ReportAttributeMap.createUnmodifiableMap()
           
 ReportAttributeMap ReportElement.getAttributes()
           
 ReportAttributeMap Element.getAttributes()
          Returns the attributes of the element as unmodifable collection.
 

Constructors in org.pentaho.reporting.engine.classic.core with parameters of type ReportAttributeMap
ReportAttributeMap(ReportAttributeMap copy)
           
 

Uses of ReportAttributeMap in org.pentaho.reporting.engine.classic.core.layout
 

Methods in org.pentaho.reporting.engine.classic.core.layout that return ReportAttributeMap
 ReportAttributeMap TextCache.Result.getAttributeMap()
           
 

Methods in org.pentaho.reporting.engine.classic.core.layout with parameters of type ReportAttributeMap
 void TextCache.store(InstanceID instanceID, long styleChangeTracker, long attrChangeTracker, String originalText, StyleSheet styleSheet, ReportAttributeMap attributeMap, RenderNode[] text, RenderNode[] finish)
           
 

Uses of ReportAttributeMap in org.pentaho.reporting.engine.classic.core.layout.model
 

Methods in org.pentaho.reporting.engine.classic.core.layout.model that return ReportAttributeMap
 ReportAttributeMap RenderNode.getAttributes()
           
 

Constructors in org.pentaho.reporting.engine.classic.core.layout.model with parameters of type ReportAttributeMap
BlockRenderBox(StyleSheet styleSheet, InstanceID instanceID, BoxDefinition boxDefinition, ElementType elementType, ReportAttributeMap attributes, ReportStateKey stateKey)
           
BreakMarkerRenderBox(StyleSheet styleSheet, InstanceID instanceID, BoxDefinition boxDefinition, ElementType elementType, ReportAttributeMap attributeMap, ReportStateKey stateKey)
           
CanvasRenderBox(StyleSheet styleSheet, InstanceID instanceID, BoxDefinition boxDefinition, ElementType elementType, ReportAttributeMap attributes, ReportStateKey stateKey)
           
ContentPlaceholderRenderBox(StyleSheet styleSheet, InstanceID instanceID, BoxDefinition boxDefinition, ElementType elementType, ReportAttributeMap attributes, ReportStateKey stateKey, InstanceID contentId)
           
InlineRenderBox(StyleSheet styleSheet, InstanceID instanceID, BoxDefinition boxDefinition, ElementType elementType, ReportAttributeMap attributes, ReportStateKey stateKey)
           
ParagraphRenderBox(StyleSheet styleSheet, InstanceID instanceID, BoxDefinition boxDefinition, ElementType elementType, ReportAttributeMap attributeMap, ReportStateKey stateKey)
           
RenderableReplacedContentBox(StyleSheet styleSheet, InstanceID instanceId, BoxDefinition boxDefinition, ElementType elementType, ReportAttributeMap attributes, ReportStateKey stateKey, RenderableReplacedContent content)
           
RenderableText(StyleSheet layoutContext, ElementType elementType, InstanceID instanceID, ReportAttributeMap attributes, ExtendedBaselineInfo baselineInfo, GlyphList glyphs, int offset, int length, int script, boolean forceLinebreak)
           
RowRenderBox(StyleSheet styleSheet, InstanceID instanceID, BoxDefinition boxDefinition, ElementType elementType, ReportAttributeMap attributes, ReportStateKey stateKey)
           
SectionRenderBox(StyleSheet styleSheet, InstanceID instanceID, BoxDefinition boxDefinition, ElementType elementType, ReportAttributeMap attributes, ReportStateKey stateKey)
           
 

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

Methods in org.pentaho.reporting.engine.classic.core.layout.output with parameters of type ReportAttributeMap
static float RenderUtility.getEncoderQuality(ReportAttributeMap attributeMap)
           
static String RenderUtility.getEncoderType(ReportAttributeMap attributes)
           
 boolean OutputProcessorMetaData.isExtraContentElement(StyleSheet style, ReportAttributeMap attributes)
          Checks whether this element provides some extra content that is not part of the visible layout structure.
 boolean AbstractOutputProcessorMetaData.isExtraContentElement(StyleSheet style, ReportAttributeMap attributes)
          Checks whether this element provides some extra content that is not part of the visible layout structure.
 

Uses of ReportAttributeMap in org.pentaho.reporting.engine.classic.core.layout.text
 

Methods in org.pentaho.reporting.engine.classic.core.layout.text with parameters of type ReportAttributeMap
 RenderNode[] RenderableTextFactory.createText(int[] text, int offset, int length, StyleSheet layoutContext, ElementType elementType, InstanceID instanceId, ReportAttributeMap attributeMap)
          The text is given as CodePoints.
 RenderNode[] DefaultRenderableTextFactory.createText(int[] text, int offset, int length, StyleSheet layoutContext, ElementType elementType, InstanceID instanceId, ReportAttributeMap attributeMap)
          The text is given as CodePoints.
 

Uses of ReportAttributeMap in org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf.internal
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf.internal with parameters of type ReportAttributeMap
 boolean PdfOutputProcessorMetaData.isExtraContentElement(StyleSheet style, ReportAttributeMap attributes)
          Checks whether this element provides some extra content that is not part of the visible layout structure.
 

Uses of ReportAttributeMap in org.pentaho.reporting.engine.classic.core.modules.output.table.base
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.base that return ReportAttributeMap
 ReportAttributeMap CellBackground.getAttributes()
           
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.base with parameters of type ReportAttributeMap
 void CellBackground.addAttributes(ReportAttributeMap attrs)
           
 

Uses of ReportAttributeMap in org.pentaho.reporting.engine.classic.core.modules.output.table.html
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.html with parameters of type ReportAttributeMap
static void HtmlPrinter.applyHtmlAttributes(ReportAttributeMap attributes, org.pentaho.reporting.libraries.xmlns.common.AttributeList attrList)
           
 

Uses of ReportAttributeMap in org.pentaho.reporting.engine.classic.core.modules.output.table.html.helper
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.html.helper with parameters of type ReportAttributeMap
 boolean HtmlOutputProcessorMetaData.isExtraContentElement(StyleSheet style, ReportAttributeMap attributes)
          Checks whether this element provides some extra content that is not part of the visible layout structure.
 

Uses of ReportAttributeMap in org.pentaho.reporting.engine.classic.core.modules.output.table.xls.helper
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.xls.helper with parameters of type ReportAttributeMap
 boolean ExcelOutputProcessorMetaData.isExtraContentElement(StyleSheet style, ReportAttributeMap attributes)
          Checks whether this element provides some extra content that is not part of the visible layout structure.
 

Uses of ReportAttributeMap in org.pentaho.reporting.engine.classic.core.modules.parser.bundle.layout.elements
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.bundle.layout.elements that return ReportAttributeMap
 ReportAttributeMap BulkAttributeReadHandler.getAttributes()