Uses of Interface
org.pentaho.reporting.engine.classic.core.metadata.ElementType

Packages that use ElementType
org.pentaho.reporting.engine.classic.core Main classes in the JFreeReport class library. 
org.pentaho.reporting.engine.classic.core.filter.types   
org.pentaho.reporting.engine.classic.core.filter.types.bands   
org.pentaho.reporting.engine.classic.core.layout.model   
org.pentaho.reporting.engine.classic.core.layout.text   
org.pentaho.reporting.engine.classic.core.metadata   
org.pentaho.reporting.engine.classic.core.modules.misc.survey   
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.wizard   
 

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

Methods in org.pentaho.reporting.engine.classic.core that return ElementType
 ElementType Element.getElementType()
           
 

Methods in org.pentaho.reporting.engine.classic.core with parameters of type ElementType
 void Element.setElementType(ElementType elementType)
           
 

Uses of ElementType in org.pentaho.reporting.engine.classic.core.filter.types
 

Classes in org.pentaho.reporting.engine.classic.core.filter.types that implement ElementType
 class AutoLayoutBoxType
          A internal type that marks boxes that have been created for layouting purposes.
 class ContentFieldType
          Todo: Document Me
 class ContentType
          Todo: Document Me
 class DateFieldType
          Todo: Document Me
 class EllipseType
          Todo: Document Me
 class ExternalElementType
          Todo: Document me!

Date: 01.06.2009 Time: 13:35:08

 class HorizontalLineType
          Todo: Document Me
 class LabelType
          Todo: Document Me
 class LegacyType
          Todo: Document Me
 class MessageType
          Todo: Document Me
 class NumberFieldType
          Todo: Document Me
 class RectangleType
          Todo: Document Me
 class ResourceFieldType
          Todo: Document Me
 class ResourceLabelType
          Todo: Document Me
 class ResourceMessageType
          Todo: Document Me
 class TextFieldType
          Todo: Document Me
 class VerticalLineType
          Todo: Document Me
 

Fields in org.pentaho.reporting.engine.classic.core.filter.types declared as ElementType
static ElementType LabelType.INSTANCE
           
static ElementType AutoLayoutBoxType.INSTANCE
           
static ElementType ExternalElementType.INSTANCE
           
static ElementType ContentType.INSTANCE
           
 

Uses of ElementType in org.pentaho.reporting.engine.classic.core.filter.types.bands
 

Classes in org.pentaho.reporting.engine.classic.core.filter.types.bands that implement ElementType
 class BandType
          Todo: Document Me
 class CrosstabColumnGroupBodyType
          Todo: Document Me
 class CrosstabColumnGroupType
          Todo: Document Me
 class CrosstabGroupType
          Todo: Document Me
 class CrosstabOtherGroupBodyType
          Todo: Document Me
 class CrosstabOtherGroupType
          Todo: Document Me
 class CrosstabRowGroupBodyType
          Todo: Document Me
 class CrosstabRowGroupType
          Todo: Document Me
 class CrosstabSummaryFooterType
          Todo: Document Me
 class CrosstabSummaryHeaderType
          Todo: Document Me
 class CrosstabTitleFooterType
          Todo: Document Me
 class CrosstabTitleHeaderType
          Todo: Document Me
 class DetailsFooterType
          Todo: Document Me
 class DetailsHeaderType
          Todo: Document Me
 class GroupDataBodyType
          Todo: Document Me
 class GroupFooterType
          Todo: Document Me
 class GroupHeaderType
          Todo: Document Me
 class ItemBandType
          Todo: Document Me
 class MasterReportType
          Todo: Document Me
 class NoDataBandType
          Todo: Document Me
 class PageFooterType
          Todo: Document Me
 class PageHeaderType
          Todo: Document Me
 class RelationalGroupType
          Todo: Document Me
 class ReportFooterType
          Todo: Document Me
 class ReportHeaderType
          Todo: Document Me
 class SubGroupBodyType
          Todo: Document Me
 class SubReportType
          Todo: Document Me
 class WatermarkType
          Todo: Document Me
 

Fields in org.pentaho.reporting.engine.classic.core.filter.types.bands declared as ElementType
static ElementType BandType.INSTANCE
           
static ElementType CrosstabGroupType.INSTANCE
           
 

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

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

Constructors in org.pentaho.reporting.engine.classic.core.layout.model with parameters of type ElementType
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 ElementType in org.pentaho.reporting.engine.classic.core.layout.text
 

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

Subinterfaces of ElementType in org.pentaho.reporting.engine.classic.core.metadata
 interface SectionType
          The section type interface is a marker interface to separate data-elements from sections (which contain other elements but produce no content on their own).
 

Methods in org.pentaho.reporting.engine.classic.core.metadata that return ElementType
 ElementType DefaultElementMetaData.create()
           
 ElementType ElementMetaData.create()
           
 

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

Classes in org.pentaho.reporting.engine.classic.core.modules.misc.survey that implement ElementType
 class SurveyScaleType
          Todo: Document Me
 

Uses of ElementType 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 ElementType
 ElementType CellBackground.getElementType()
           
 

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

Uses of ElementType in org.pentaho.reporting.engine.classic.core.wizard
 

Methods in org.pentaho.reporting.engine.classic.core.wizard that return ElementType
static ElementType AutoGeneratorUtility.createFieldType(DataAttributes attributes, DataAttributeContext context)
           
 

Methods in org.pentaho.reporting.engine.classic.core.wizard with parameters of type ElementType
static Element AutoGeneratorUtility.generateDetailsElement(String fieldName, ElementType targetType)
           
static Element AutoGeneratorUtility.generateFooterElement(Class aggregationType, ElementType targetType, String group, String fieldName)