org.pentaho.reporting.engine.classic.core.metadata
Interface StyleMetaData

All Superinterfaces:
MetaData
All Known Implementing Classes:
DefaultStyleKeyMetaData

public interface StyleMetaData
extends MetaData

Information about the style-keys of an element. In general all elements can carry all style information, but some styles are simply not applicable to elements, and some are optional on some element types.

Author:
Thomas Morgner

Method Summary
 PropertyEditor getEditor()
           
 StyleKey getStyleKey()
           
 Class getTargetType()
           
 
Methods inherited from interface org.pentaho.reporting.engine.classic.core.metadata.MetaData
getCompatibilityLevel, getDeprecationMessage, getDescription, getDisplayName, getGrouping, getGroupingOrdinal, getItemOrdinal, getMetaAttribute, getName, isDeprecated, isExperimental, isExpert, isHidden, isPreferred
 

Method Detail

getStyleKey

StyleKey getStyleKey()

getEditor

PropertyEditor getEditor()

getTargetType

Class getTargetType()