Uses of Interface
org.eclipse.birt.chart.model.attribute.Style
Packages that use Style
Package
Description
Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be
customized via appropriate accessor methods.
Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that
may be customized via appropriate accessor methods.
-
Uses of Style in org.eclipse.birt.chart.model.attribute
Methods in org.eclipse.birt.chart.model.attribute that return StyleModifier and TypeMethodDescriptionStyle.copyInstance()
AttributeFactory.createStyle()
Returns a new object of class 'Style'.StyleMap.getStyle()
Returns the value of the 'Style' containment reference.Methods in org.eclipse.birt.chart.model.attribute with parameters of type Style -
Uses of Style in org.eclipse.birt.chart.model.attribute.impl
Classes in org.eclipse.birt.chart.model.attribute.impl that implement StyleMethods in org.eclipse.birt.chart.model.attribute.impl that return StyleModifier and TypeMethodDescriptionStyleImpl.copyInstance()
static Style
StyleImpl.create
(FontDefinition font, ColorDefinition color, ColorDefinition backcolor, Image backimage, Insets padding) AttributeFactoryImpl.createStyle()
StyleMapImpl.getStyle()
Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type StyleModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
StyleMapImpl.basicSetStyle
(Style newStyle, org.eclipse.emf.common.notify.NotificationChain msgs) static StyleMap
StyleMapImpl.create
(StyledComponent name, Style style) void