Uses of Class
org.eclipse.birt.chart.model.attribute.StyledComponent

Packages that use StyledComponent
org.eclipse.birt.chart.model.attribute Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. 
org.eclipse.birt.chart.model.attribute.impl Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. 
org.eclipse.birt.chart.model.attribute.util This is a placeholder file for the org.eclipse.birt.chart.model.attribute.util package. 
org.eclipse.birt.chart.style   
 

Uses of StyledComponent in org.eclipse.birt.chart.model.attribute
 

Fields in org.eclipse.birt.chart.model.attribute declared as StyledComponent
static StyledComponent StyledComponent.AXIS_LABEL_LITERAL
          The 'Axis Label' literal object.
static StyledComponent StyledComponent.AXIS_LINE_LITERAL
          The 'Axis Line' literal object.
static StyledComponent StyledComponent.AXIS_TITLE_LITERAL
          The 'Axis Title' literal object.
static StyledComponent StyledComponent.CHART_ALL_LITERAL
          The 'Chart All' literal object.
static StyledComponent StyledComponent.CHART_BACKGROUND_LITERAL
          The 'Chart Background' literal object.
static StyledComponent StyledComponent.CHART_TITLE_LITERAL
          The 'Chart Title' literal object.
static StyledComponent StyledComponent.LEGEND_BACKGROUND_LITERAL
          The 'Legend Background' literal object.
static StyledComponent StyledComponent.LEGEND_LABEL_LITERAL
          The 'Legend Label' literal object.
static StyledComponent StyledComponent.PLOT_BACKGROUND_LITERAL
          The 'Plot Background' literal object.
static StyledComponent StyledComponent.SERIES_LABEL_LITERAL
          The 'Series Label' literal object.
static StyledComponent StyledComponent.SERIES_TITLE_LITERAL
          The 'Series Title' literal object.
 

Methods in org.eclipse.birt.chart.model.attribute that return StyledComponent
static StyledComponent StyledComponent.get(int value)
          Returns the 'Styled Component' literal with the specified integer value.
static StyledComponent StyledComponent.get(java.lang.String literal)
          Returns the 'Styled Component' literal with the specified literal value.
static StyledComponent StyledComponent.getByName(java.lang.String name)
          Returns the 'Styled Component' literal with the specified name.
 StyledComponent StyleMap.getComponentName()
          Returns the value of the 'Component Name' attribute.
 

Methods in org.eclipse.birt.chart.model.attribute with parameters of type StyledComponent
 void StyleMap.setComponentName(StyledComponent value)
          Sets the value of the 'Component Name' attribute.
 

Uses of StyledComponent in org.eclipse.birt.chart.model.attribute.impl
 

Methods in org.eclipse.birt.chart.model.attribute.impl that return StyledComponent
 StyledComponent AttributeFactoryImpl.createStyledComponentFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 StyledComponent AttributeFactoryImpl.createStyledComponentObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 StyledComponent StyleMapImpl.getComponentName()
           
 

Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type StyledComponent
static StyleMap StyleMapImpl.create(StyledComponent name, Style style)
           
 void StyleMapImpl.setComponentName(StyledComponent newComponentName)
           
 

Uses of StyledComponent in org.eclipse.birt.chart.model.attribute.util
 

Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type StyledComponent
 boolean AttributeValidator.validateStyledComponent(StyledComponent styledComponent, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean AttributeValidator.validateStyledComponentObject(StyledComponent styledComponentObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of StyledComponent in org.eclipse.birt.chart.style
 

Methods in org.eclipse.birt.chart.style with parameters of type StyledComponent
 IStyle IStyleProcessor.getStyle(Chart model, StyledComponent name)
          Returns the style as per given component name.
 IStyle SimpleProcessor.getStyle(Chart model, StyledComponent name)
           
 



Copyright © 2005-2008 Actuate Corp. All rights reserved.