Uses of Class
org.pentaho.reporting.engine.classic.core.style.StyleKey

Packages that use StyleKey
org.pentaho.reporting.engine.classic.core Main classes in the JFreeReport class library. 
org.pentaho.reporting.engine.classic.core.designtime   
org.pentaho.reporting.engine.classic.core.layout Banded layout management. 
org.pentaho.reporting.engine.classic.core.layout.richtext   
org.pentaho.reporting.engine.classic.core.layout.style   
org.pentaho.reporting.engine.classic.core.metadata   
org.pentaho.reporting.engine.classic.core.modules.parser.base.common   
org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer   
org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.stylekey The StyleKeyFactory interface and related classes. 
org.pentaho.reporting.engine.classic.core.modules.parser.extwriter Support for writing MasterReport instances to a character stream in XML format. 
org.pentaho.reporting.engine.classic.core.style Style sheets for elements and bands. 
 

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

Fields in org.pentaho.reporting.engine.classic.core declared as StyleKey
static StyleKey ShapeElement.DRAW_SHAPE
          Deprecated. A key for the 'draw-shape' style.
static StyleKey ShapeElement.FILL_SHAPE
          Deprecated. A key for the 'fill-shape' style.
 

Methods in org.pentaho.reporting.engine.classic.core with parameters of type StyleKey
 Expression ReportElement.getStyleExpression(StyleKey property)
           
 Expression Element.getStyleExpression(StyleKey property)
          Returns the expressions for the report.
 void ReportElement.setStyleExpression(StyleKey property, Expression function)
           
 void Element.setStyleExpression(StyleKey property, Expression function)
          Adds a function to the report's collection of expressions.
 

Uses of StyleKey in org.pentaho.reporting.engine.classic.core.designtime
 

Methods in org.pentaho.reporting.engine.classic.core.designtime that return StyleKey
 StyleKey StyleChange.getStyleKey()
           
 StyleKey StyleExpressionChange.getStyleKey()
           
 

Constructors in org.pentaho.reporting.engine.classic.core.designtime with parameters of type StyleKey
StyleChange(StyleKey styleKey, Object oldValue, Object newValue)
           
StyleExpressionChange(StyleKey styleKey, Expression oldValue, Expression newValue)
           
 

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

Fields in org.pentaho.reporting.engine.classic.core.layout declared as StyleKey
static StyleKey StaticLayoutManager.ABSOLUTE_POS
          Deprecated. A key for the absolute position of an element.
static StyleKey BandLayoutManager.LAYOUTMANAGER
          Deprecated. This style-key must no longer be used.
 

Uses of StyleKey in org.pentaho.reporting.engine.classic.core.layout.richtext
 

Methods in org.pentaho.reporting.engine.classic.core.layout.richtext with parameters of type StyleKey
static Band RichTextConverterUtilities.convertToBand(StyleKey[] definedStyleKeys, Element element, Element child)
           
 

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

Methods in org.pentaho.reporting.engine.classic.core.layout.style with parameters of type StyleKey
 Object NonDynamicHeightWrapperStyleSheet.getStyleProperty(StyleKey key, Object defaultValue)
           
 Object CanvasMinWidthStyleSheet.getStyleProperty(StyleKey key, Object defaultValue)
           
 Object SubReportStyleSheet.getStyleProperty(StyleKey key, Object defaultValue)
           
 Object AnchorStyleSheet.getStyleProperty(StyleKey key, Object defaultValue)
           
 Object SectionKeepTogetherStyleSheet.getStyleProperty(StyleKey key, Object defaultValue)
           
 Object CrosstabBoxStyleSheet.getStyleProperty(StyleKey key, Object defaultValue)
           
 Object CrosstabCellStyleSheet.getStyleProperty(StyleKey key, Object defaultValue)
           
 Object ManualBreakIndicatorStyleSheet.getStyleProperty(StyleKey key, Object defaultValue)
           
 Object NonPaddingWrapperStyleSheet.getStyleProperty(StyleKey key, Object defaultValue)
           
 Object DynamicReplacedContentStyleSheet.getStyleProperty(StyleKey key, Object defaultValue)
           
 Object NonDynamicReplacedContentStyleSheet.getStyleProperty(StyleKey key, Object defaultValue)
           
 Object DynamicHeightWrapperStyleSheet.getStyleProperty(StyleKey key, Object defaultValue)
           
 Object CrosstabHeaderStyleSheet.getStyleProperty(StyleKey key, Object defaultValue)
           
 Object SimpleStyleSheet.getStyleProperty(StyleKey key, Object defaultValue)
          Returns the value of a style.
 Object ParagraphPoolboxStyleSheet.getStyleProperty(StyleKey key, Object defaultValue)
           
 

Uses of StyleKey in org.pentaho.reporting.engine.classic.core.metadata
 

Methods in org.pentaho.reporting.engine.classic.core.metadata that return StyleKey
 StyleKey DefaultStyleKeyMetaData.getStyleKey()
           
 StyleKey StyleMetaData.getStyleKey()
           
 

Methods in org.pentaho.reporting.engine.classic.core.metadata with parameters of type StyleKey
 StyleMetaData DefaultElementMetaData.getStyleDescription(StyleKey name)
           
 StyleMetaData ElementMetaData.getStyleDescription(StyleKey name)
           
 

Constructors in org.pentaho.reporting.engine.classic.core.metadata with parameters of type StyleKey
DefaultStyleKeyMetaData(StyleKey key, String propertyEditor, String bundleLocation, String keyPrefix, boolean expert, boolean preferred, boolean hidden, boolean deprecated, boolean experimental, int compatibilityLevel)
           
 

Uses of StyleKey in org.pentaho.reporting.engine.classic.core.modules.parser.base.common
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.base.common that return StyleKey
 StyleKey StyleExpressionHandler.getKey()
           
 

Uses of StyleKey in org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer with parameters of type StyleKey
static void ExpressionWriterUtility.writeStyleExpression(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, Expression expression, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter writer, StyleKey styleKey, String namespaceUri, String expressionTag)
           
 

Uses of StyleKey in org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.stylekey
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.stylekey that return StyleKey
 StyleKey AbstractStyleKeyFactory.getStyleKey(String name)
          Returns the key with the given name.
 StyleKey StyleKeyFactoryCollector.getStyleKey(String name)
          Returns a style key.
 StyleKey StyleKeyFactory.getStyleKey(String name)
          Returns a style key.
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.stylekey with parameters of type StyleKey
 void AbstractStyleKeyFactory.addKey(StyleKey key)
          Registers a key.
 Object AbstractStyleKeyFactory.createBasicObject(StyleKey k, String value, Class c, ClassFactory fc)
          Creates an object.
 Object StyleKeyFactoryCollector.createBasicObject(StyleKey k, String value, Class c, ClassFactory cf)
          Creates an object.
 Object StyleKeyFactory.createBasicObject(StyleKey k, String value, Class c, ClassFactory cf)
          Creates an object.
 

Uses of StyleKey in org.pentaho.reporting.engine.classic.core.modules.parser.extwriter
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.extwriter with parameters of type StyleKey
 void FunctionsWriter.writeStyleExpression(Expression expression, StyleKey styleKey)
           
 

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

Fields in org.pentaho.reporting.engine.classic.core.style declared as StyleKey
static StyleKey ElementStyleKeys.ABSOLUTE_POS
          Deprecated. use the POS_X and POS_Y keys instead.
static StyleKey ElementStyleSheet.ALIGNMENT
          Deprecated. use ElementStyleKeys instead..
static StyleKey ElementStyleKeys.ALIGNMENT
          A key for the horizontal alignment of an element.
static StyleKey ElementStyleKeys.ANCHOR_NAME
           
static StyleKey ElementStyleKeys.ANTI_ALIASING
           
static StyleKey ElementStyleKeys.AVOID_PAGEBREAK_INSIDE
          If this flag is set to true, the engine will try to avoid pagebreaks in this box.
static StyleKey ElementStyleKeys.BACKGROUND_COLOR
           
static StyleKey TextStyleKeys.BOLD
          A key for an element's 'bold' flag.
static StyleKey ElementStyleSheet.BOLD
          Deprecated. use ElementStyleKeys instead..
static StyleKey BandStyleKeys.BOOKMARK
           
static StyleKey ElementStyleKeys.BORDER_BOTTOM_COLOR
           
static StyleKey ElementStyleKeys.BORDER_BOTTOM_LEFT_RADIUS
          Deprecated.  
static StyleKey ElementStyleKeys.BORDER_BOTTOM_LEFT_RADIUS_HEIGHT
           
static StyleKey ElementStyleKeys.BORDER_BOTTOM_LEFT_RADIUS_WIDTH
           
static StyleKey ElementStyleKeys.BORDER_BOTTOM_RIGHT_RADIUS
          Deprecated.  
static StyleKey ElementStyleKeys.BORDER_BOTTOM_RIGHT_RADIUS_HEIGHT
           
static StyleKey ElementStyleKeys.BORDER_BOTTOM_RIGHT_RADIUS_WIDTH
           
static StyleKey ElementStyleKeys.BORDER_BOTTOM_STYLE
           
static StyleKey ElementStyleKeys.BORDER_BOTTOM_WIDTH
           
static StyleKey ElementStyleKeys.BORDER_BREAK_COLOR
           
static StyleKey ElementStyleKeys.BORDER_BREAK_STYLE
           
static StyleKey ElementStyleKeys.BORDER_BREAK_WIDTH
           
static StyleKey ElementStyleKeys.BORDER_LEFT_COLOR
           
static StyleKey ElementStyleKeys.BORDER_LEFT_STYLE
           
static StyleKey ElementStyleKeys.BORDER_LEFT_WIDTH
           
static StyleKey ElementStyleKeys.BORDER_RIGHT_COLOR
           
static StyleKey ElementStyleKeys.BORDER_RIGHT_STYLE
           
static StyleKey ElementStyleKeys.BORDER_RIGHT_WIDTH
           
static StyleKey ElementStyleKeys.BORDER_TOP_COLOR
           
static StyleKey ElementStyleKeys.BORDER_TOP_LEFT_RADIUS
          Deprecated.  
static StyleKey ElementStyleKeys.BORDER_TOP_LEFT_RADIUS_HEIGHT
           
static StyleKey ElementStyleKeys.BORDER_TOP_LEFT_RADIUS_WIDTH
           
static StyleKey ElementStyleKeys.BORDER_TOP_RIGHT_RADIUS
          Deprecated.  
static StyleKey ElementStyleKeys.BORDER_TOP_RIGHT_RADIUS_HEIGHT
           
static StyleKey ElementStyleKeys.BORDER_TOP_RIGHT_RADIUS_WIDTH
           
static StyleKey ElementStyleKeys.BORDER_TOP_STYLE
           
static StyleKey ElementStyleKeys.BORDER_TOP_WIDTH
           
static StyleKey ElementStyleKeys.BOX_SIZING
           
static StyleKey BandStyleKeys.COMPUTED_SHEETNAME
          An internal carrier key that is used to store the computed sheetname for a given band.
static StyleKey BandStyleKeys.DISPLAY_ON_FIRSTPAGE
          A key for the band's 'display on first page' flag.
static StyleKey BandStyleKeys.DISPLAY_ON_LASTPAGE
          A key for the band's 'display on last page' flag.
static StyleKey ElementStyleKeys.DRAW_SHAPE
          A key for the 'draw-shape' style.
static StyleKey ElementStyleSheet.DYNAMIC_HEIGHT
          Deprecated. use ElementStyleKeys instead..
static StyleKey ElementStyleKeys.DYNAMIC_HEIGHT
          A key for the dynamic height flag for an element.
static StyleKey TextStyleKeys.EMBEDDED_FONT
          A key for an element's 'embedd' flag.
static StyleKey ElementStyleSheet.EMBEDDED_FONT
          Deprecated. use ElementStyleKeys instead..
static StyleKey ElementStyleSheet.EXCEL_DATA_FORMAT_STRING
          Deprecated. use ElementStyleKeys instead..
static StyleKey ElementStyleKeys.EXCEL_DATA_FORMAT_STRING
          The StyleKey for the user defined cell data format.
static StyleKey ElementStyleSheet.EXCEL_WRAP_TEXT
          Deprecated. use ElementStyleKeys instead..
static StyleKey ElementStyleKeys.EXCEL_WRAP_TEXT
          The StyleKey for the user defined cell data format.
static StyleKey ElementStyleKeys.FILL_COLOR
          A key for the 'fill-color' used to paint the interior of an shape-element.
static StyleKey ElementStyleKeys.FILL_SHAPE
          A key for the 'fill-shape' style.
static StyleKey TextStyleKeys.FIRST_LINE_INDENT
           
static StyleKey BandStyleKeys.FIXED_POSITION
          A key for the band's 'print on bottom' flag.
static StyleKey TextStyleKeys.FONT
          A key for the 'font family' used to draw element text.
static StyleKey ElementStyleSheet.FONT
          Deprecated. use ElementStyleKeys instead..
static StyleKey TextStyleKeys.FONT_SMOOTH
           
static StyleKey TextStyleKeys.FONTENCODING
          A key for an element's 'embedd' flag.
static StyleKey ElementStyleSheet.FONTENCODING
          Deprecated. use ElementStyleKeys instead..
static StyleKey TextStyleKeys.FONTSIZE
          A key for the 'font size' used to draw element text.
static StyleKey ElementStyleSheet.FONTSIZE
          Deprecated. use ElementStyleKeys instead..
static StyleKey ElementStyleKeys.HEIGHT
           
static StyleKey ElementStyleSheet.HREF_TARGET
          Deprecated. use ElementStyleKeys instead..
static StyleKey ElementStyleKeys.HREF_TARGET
           
static StyleKey ElementStyleKeys.HREF_TITLE
           
static StyleKey ElementStyleSheet.HREF_WINDOW
          Deprecated. use ElementStyleKeys instead..
static StyleKey ElementStyleKeys.HREF_WINDOW
          Specifies the anchor tag's target window for opening the link.
static StyleKey ElementStyleKeys.INVISIBLE_CONSUMES_SPACE
           
static StyleKey TextStyleKeys.ITALIC
          A key for an element's 'italic' flag.
static StyleKey ElementStyleSheet.ITALIC
          Deprecated. use ElementStyleKeys instead..
static StyleKey ElementStyleSheet.KEEP_ASPECT_RATIO
          Deprecated. use ElementStyleKeys instead..
static StyleKey ElementStyleKeys.KEEP_ASPECT_RATIO
          A key for an element's 'keep aspect ratio' flag.
static StyleKey BandStyleKeys.LAYOUT
          One of 'inline', 'block', 'canvas' or 'row'
static StyleKey TextStyleKeys.LINEHEIGHT
          A key for the 'font size' used to draw element text.
static StyleKey ElementStyleSheet.LINEHEIGHT
          Deprecated. use ElementStyleKeys instead..
static StyleKey ElementStyleKeys.MAX_HEIGHT
           
static StyleKey ElementStyleKeys.MAX_WIDTH
           
static StyleKey ElementStyleSheet.MAXIMUMSIZE
          Deprecated. use the minimum-width and minimum-height style-keys instead.
static StyleKey ElementStyleKeys.MAXIMUMSIZE
          Deprecated. use the max-width and max-height style-keys instead.
static StyleKey ElementStyleKeys.MIN_HEIGHT
           
static StyleKey ElementStyleKeys.MIN_WIDTH
           
static StyleKey ElementStyleSheet.MINIMUMSIZE
          Deprecated. use the minimum-width and minimum-height style-keys instead.
static StyleKey ElementStyleKeys.MINIMUMSIZE
          Deprecated. use the minimum-width and minimum-height style-keys instead.
static StyleKey ElementStyleKeys.ORPHANS
           
static StyleKey ElementStyleKeys.OVERFLOW_X
           
static StyleKey ElementStyleKeys.OVERFLOW_Y
           
static StyleKey ElementStyleKeys.PADDING_BOTTOM
           
static StyleKey ElementStyleKeys.PADDING_LEFT
           
static StyleKey ElementStyleKeys.PADDING_RIGHT
           
static StyleKey ElementStyleKeys.PADDING_TOP
           
static StyleKey BandStyleKeys.PAGEBREAK_AFTER
          A key for the band's 'page break after' flag.
static StyleKey BandStyleKeys.PAGEBREAK_BEFORE
          A key for the band's 'page break before' flag.
static StyleKey ElementStyleSheet.PAINT
          Deprecated. use ElementStyleKeys instead..
static StyleKey ElementStyleKeys.PAINT
          A key for the 'paint' used to color an element.
static StyleKey ElementStyleKeys.POS_X
           
static StyleKey ElementStyleKeys.POS_Y
           
static StyleKey ElementStyleSheet.PREFERREDSIZE
          Deprecated. use the minimum-width and minimum-height style-keys instead.
static StyleKey ElementStyleKeys.PREFERREDSIZE
          Deprecated. use the width and height style-keys instead.
static StyleKey BandStyleKeys.REPEAT_HEADER
          A key for the band's 'repeat header' flag.
static StyleKey TextStyleKeys.RESERVED_LITERAL
          The string that is used to end a text if not all text fits into the element.
static StyleKey ElementStyleSheet.RESERVED_LITERAL
          Deprecated. use ElementStyleKeys instead..
static StyleKey ElementStyleSheet.SCALE
          Deprecated. use ElementStyleKeys instead..
static StyleKey ElementStyleKeys.SCALE
          A key for an element's 'scale' flag.
static StyleKey BandStyleKeys.STICKY
           
static StyleKey TextStyleKeys.STRIKETHROUGH
          A key for an element's 'strikethrough' flag.
static StyleKey ElementStyleSheet.STRIKETHROUGH
          Deprecated. use ElementStyleKeys instead..
static StyleKey ElementStyleSheet.STROKE
          Deprecated. use ElementStyleKeys instead..
static StyleKey ElementStyleKeys.STROKE
          A key for the 'stroke' used to draw an element.
static StyleKey TextStyleKeys.TEXT_INDENT
           
static StyleKey TextStyleKeys.TEXT_WRAP
          'none' or 'wrap'
static StyleKey TextStyleKeys.TRIM_TEXT_CONTENT
          The Layout Cacheable stylekey.
static StyleKey ElementStyleSheet.TRIM_TEXT_CONTENT
          Deprecated. use ElementStyleKeys instead..
static StyleKey TextStyleKeys.UNDERLINED
          A key for an element's 'underlined' flag.
static StyleKey ElementStyleSheet.UNDERLINED
          Deprecated. use ElementStyleKeys instead..
static StyleKey ElementStyleKeys.USE_MIN_CHUNKWIDTH
           
static StyleKey ElementStyleSheet.VALIGNMENT
          Deprecated. use ElementStyleKeys instead..
static StyleKey ElementStyleKeys.VALIGNMENT
          A key for the vertical alignment of an element.
static StyleKey TextStyleKeys.VERTICAL_TEXT_ALIGNMENT
           
static StyleKey ElementStyleSheet.VISIBLE
          Deprecated. use ElementStyleKeys instead..
static StyleKey ElementStyleKeys.VISIBLE
          A key for an element's 'visible' flag.
static StyleKey TextStyleKeys.WHITE_SPACE_COLLAPSE
          This property declares whether and how white space inside the element is collapsed.
static StyleKey ElementStyleKeys.WIDOWS
           
static StyleKey ElementStyleKeys.WIDTH
           
static StyleKey TextStyleKeys.WORD_SPACING
           
static StyleKey TextStyleKeys.X_MAX_LETTER_SPACING
           
static StyleKey TextStyleKeys.X_MIN_LETTER_SPACING
           
static StyleKey TextStyleKeys.X_OPTIMUM_LETTER_SPACING
           
 

Methods in org.pentaho.reporting.engine.classic.core.style that return StyleKey
 StyleKey[] ElementStyleSheet.getDefinedPropertyNamesArray()
           
static StyleKey[] StyleKey.getDefinedStyleKeys()
           
 StyleKey[] ElementStyleSheet.getPropertyKeys()
          Returns the property keys.
static StyleKey StyleKey.getStyleKey(String name)
          Returns the key with the specified name.
static StyleKey StyleKey.getStyleKey(String name, Class valueType)
          Returns the key with the specified name.
static StyleKey StyleKey.getStyleKey(String name, Class valueType, boolean trans, boolean inheritable)
          Returns the key with the specified name.
 

Methods in org.pentaho.reporting.engine.classic.core.style with parameters of type StyleKey
 void StyleChangeSupport.fireStyleChanged(StyleKey key, Object value)
          Notifies all listeners that a style has changed.
 void StyleChangeSupport.fireStyleRemoved(StyleKey key)
          Notifies all listeners that a style has been removed.
 boolean ImmutableStyleSheet.getBooleanStyleProperty(StyleKey key)
          Deprecated.  
 boolean StyleSheet.getBooleanStyleProperty(StyleKey key)
           
 boolean AbstractStyleSheet.getBooleanStyleProperty(StyleKey key)
          Returns a boolean style (defaults to false if the style is not found).
 boolean ImmutableStyleSheet.getBooleanStyleProperty(StyleKey key, boolean defaultValue)
          Deprecated.  
 boolean StyleSheet.getBooleanStyleProperty(StyleKey key, boolean defaultValue)
           
 boolean AbstractStyleSheet.getBooleanStyleProperty(StyleKey key, boolean defaultValue)
          Returns a boolean style.
 double ImmutableStyleSheet.getDoubleStyleProperty(StyleKey key, double def)
          Deprecated. Returns an double style.
 double StyleSheet.getDoubleStyleProperty(StyleKey key, double def)
           
 double AbstractStyleSheet.getDoubleStyleProperty(StyleKey key, double def)
          Returns an double style.
 int ImmutableStyleSheet.getIntStyleProperty(StyleKey key, int def)
          Deprecated. Returns an integer style.
 int StyleSheet.getIntStyleProperty(StyleKey key, int def)
           
 int AbstractStyleSheet.getIntStyleProperty(StyleKey key, int def)
          Returns an integer style.
 Object ImmutableStyleSheet.getStyleProperty(StyleKey key)
          Deprecated.  
 Object StyleSheet.getStyleProperty(StyleKey key)
           
 Object AbstractStyleSheet.getStyleProperty(StyleKey key)
          Returns the value of a style.
 Object ImmutableStyleSheet.getStyleProperty(StyleKey key, Object defaultValue)
          Deprecated.  
 Object StyleSheet.getStyleProperty(StyleKey key, Object defaultValue)
           
 Object ElementStyleSheet.getStyleProperty(StyleKey key, Object defaultValue)
          Returns the value of a style.
 boolean ElementStyleSheet.isLocalKey(StyleKey key)
          Returns true, if the given key is locally defined, false otherwise.
 void ElementStyleSheet.setBooleanStyleProperty(StyleKey key, boolean value)
          Sets a boolean style property.
 void ElementDefaultStyleSheet.setStyleProperty(StyleKey key, Object value)
          Sets a style property (or removes the style if the value is null).
 void ElementStyleSheet.setStyleProperty(StyleKey key, Object value)
          Sets a style property (or removes the style if the value is null).
 void StyleChangeListener.styleChanged(ElementStyleSheet source, StyleKey key, Object value)
          Receives notification that a style has changed.
 void ElementStyleSheet.styleChanged(ElementStyleSheet source, StyleKey key, Object value)
          Forwards a change event notification to all registered StyleChangeListener objects.
 void StyleChangeListener.styleRemoved(ElementStyleSheet source, StyleKey key)
          Receives notification that a style has been removed.
 void ElementStyleSheet.styleRemoved(ElementStyleSheet source, StyleKey key)
          Forwards a change event notification to all registered StyleChangeListener objects.