Uses of Interface
org.eclipse.birt.chart.model.attribute.Style

Packages that use Style
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. 
 

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

Methods in org.eclipse.birt.chart.model.attribute that return Style
 Style StyleMap.getStyle()
          Returns the value of the 'Style' containment reference.
 Style AttributeFactory.createStyle()
          Returns a new object of class 'Style'.
 

Methods in org.eclipse.birt.chart.model.attribute with parameters of type Style
 void StyleMap.setStyle(Style value)
          Sets the value of the 'Style' containment reference.
 

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

Classes in org.eclipse.birt.chart.model.attribute.impl that implement Style
 class StyleImpl
           An implementation of the model object 'Style'.
 

Methods in org.eclipse.birt.chart.model.attribute.impl that return Style
static Style StyleImpl.create(FontDefinition font, ColorDefinition color, ColorDefinition backcolor, Image backimage, Insets padding)
           
 Style StyleMapImpl.getStyle()
           
 Style AttributeFactoryImpl.createStyle()
           
 

Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type Style
 org.eclipse.emf.common.notify.NotificationChain StyleMapImpl.basicSetStyle(Style newStyle, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void StyleMapImpl.setStyle(Style newStyle)
           
static StyleMap StyleMapImpl.create(StyledComponent name, Style style)
           
 

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

Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type Style
 boolean AttributeValidator.validateStyle(Style style, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 java.lang.Object AttributeSwitch.caseStyle(Style object)
          Returns the result of interpretting the object as an instance of 'Style'.
 



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