Uses of Class
org.pentaho.reporting.engine.classic.core.util.InstanceID

Packages that use InstanceID
org.pentaho.reporting.engine.classic.core Main classes in the JFreeReport class library. 
org.pentaho.reporting.engine.classic.core.function The function package contains statefull functions and stateless expression for JFreeReport. 
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.model.context   
org.pentaho.reporting.engine.classic.core.layout.process   
org.pentaho.reporting.engine.classic.core.layout.style   
org.pentaho.reporting.engine.classic.core.layout.text   
org.pentaho.reporting.engine.classic.core.states States used in the JFreeReport state transition diagram. 
org.pentaho.reporting.engine.classic.core.style Style sheets for elements and bands. 
 

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

Methods in org.pentaho.reporting.engine.classic.core that return InstanceID
 InstanceID ReportElement.getObjectID()
           
 InstanceID Element.getObjectID()
          Returns a unique identifier for the given instance.
 

Constructors in org.pentaho.reporting.engine.classic.core with parameters of type InstanceID
Band(InstanceID id)
           
SubReport(InstanceID id)
           
 

Uses of InstanceID in org.pentaho.reporting.engine.classic.core.function
 

Methods in org.pentaho.reporting.engine.classic.core.function with parameters of type InstanceID
static ReportElement FunctionUtilities.findElementByInstanceId(ReportDefinition reportDefinition, InstanceID id)
           
static ReportElement FunctionUtilities.findElementByInstanceId(Section band, InstanceID id)
          Try to find the defined element in the last active root-band.
 

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

Methods in org.pentaho.reporting.engine.classic.core.layout that return InstanceID
 InstanceID InlineSubreportMarker.getInsertationPointId()
           
 

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

Constructors in org.pentaho.reporting.engine.classic.core.layout with parameters of type InstanceID
InlineSubreportMarker(SubReport subreport, InstanceID insertationPointId, SubReportProcessType processType)
           
 

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

Methods in org.pentaho.reporting.engine.classic.core.layout.model that return InstanceID
 InstanceID ContentPlaceholderRenderBox.getContentId()
           
 InstanceID RenderNode.getInstanceId()
           
 InstanceID ParagraphRenderBox.getInstanceId()
          The public-id for the paragraph is the pool-box.
 

Constructors in org.pentaho.reporting.engine.classic.core.layout.model with parameters of type InstanceID
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)
           
ParagraphPoolBox(StyleSheet style, InstanceID instanceID, 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 InstanceID in org.pentaho.reporting.engine.classic.core.layout.model.context
 

Fields in org.pentaho.reporting.engine.classic.core.layout.model.context declared as InstanceID
static InstanceID NodeLayoutProperties.SIMPLE_NODE_ID
           
 

Methods in org.pentaho.reporting.engine.classic.core.layout.model.context that return InstanceID
 InstanceID NodeLayoutProperties.getInstanceId()
           
 

Constructors in org.pentaho.reporting.engine.classic.core.layout.model.context with parameters of type InstanceID
NodeLayoutProperties(int majorAxis, int minorAxis, StyleSheet styleSheet, InstanceID instanceID)
           
NodeLayoutProperties(StyleSheet styleSheet, InstanceID instanceID)
           
 

Uses of InstanceID in org.pentaho.reporting.engine.classic.core.layout.process
 

Methods in org.pentaho.reporting.engine.classic.core.layout.process that return InstanceID
 InstanceID CleanPaginatedBoxesStep.getShiftNode()
           
 

Methods in org.pentaho.reporting.engine.classic.core.layout.process with parameters of type InstanceID
 void ApplyPageShiftValuesStep.compute(LogicalPageBox logicalPageBox, long shift, InstanceID triggerId)
           
 

Uses of InstanceID in org.pentaho.reporting.engine.classic.core.layout.style
 

Methods in org.pentaho.reporting.engine.classic.core.layout.style that return InstanceID
 InstanceID NonDynamicHeightWrapperStyleSheet.getId()
           
 InstanceID CanvasMinWidthStyleSheet.getId()
           
 InstanceID SubReportStyleSheet.getId()
           
 InstanceID AnchorStyleSheet.getId()
           
 InstanceID SectionKeepTogetherStyleSheet.getId()
           
 InstanceID CrosstabBoxStyleSheet.getId()
           
 InstanceID CrosstabCellStyleSheet.getId()
           
 InstanceID ManualBreakIndicatorStyleSheet.getId()
           
 InstanceID NonPaddingWrapperStyleSheet.getId()
           
 InstanceID DynamicReplacedContentStyleSheet.getId()
           
 InstanceID NonDynamicReplacedContentStyleSheet.getId()
           
 InstanceID DynamicHeightWrapperStyleSheet.getId()
           
 InstanceID CrosstabHeaderStyleSheet.getId()
           
 InstanceID SimpleStyleSheet.getId()
           
 InstanceID ParagraphPoolboxStyleSheet.getId()
           
 InstanceID SimpleStyleSheet.getParentId()
           
 

Constructors in org.pentaho.reporting.engine.classic.core.layout.style with parameters of type InstanceID
SimpleStyleSheet(InstanceID id, StyleSheet parent)
           
 

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

Methods in org.pentaho.reporting.engine.classic.core.layout.text with parameters of type InstanceID
 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 InstanceID in org.pentaho.reporting.engine.classic.core.states
 

Methods in org.pentaho.reporting.engine.classic.core.states that return InstanceID
 InstanceID FunctionStorageKey.getReportId()
           
 

Methods in org.pentaho.reporting.engine.classic.core.states with parameters of type InstanceID
 SubReport ReportDefinitionImpl.findSubReport(InstanceID reportID)
           
 

Uses of InstanceID in org.pentaho.reporting.engine.classic.core.style
 

Methods in org.pentaho.reporting.engine.classic.core.style that return InstanceID
 InstanceID StyleSheet.getId()
           
 InstanceID AbstractStyleSheet.getId()
          Returns the ID of the stylesheet.
 

Methods in org.pentaho.reporting.engine.classic.core.style with parameters of type InstanceID
 ElementStyleSheet StyleSheetCollection.getStyleSheetByID(InstanceID name)
          Deprecated.