Uses of Interface
org.eclipse.birt.chart.model.attribute.StyleMap
Packages that use StyleMap
Package
Description
Contains the chart model interfaces that define the starting point for creating
a new chart.
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.
Represents the chart model implementation classes that define the starting
point for creating a new chart.
-
Uses of StyleMap in org.eclipse.birt.chart.model
Methods in org.eclipse.birt.chart.model that return types with arguments of type StyleMap -
Uses of StyleMap in org.eclipse.birt.chart.model.attribute
Methods in org.eclipse.birt.chart.model.attribute that return StyleMapModifier and TypeMethodDescriptionStyleMap.copyInstance()
AttributeFactory.createStyleMap()
Returns a new object of class 'Style Map'. -
Uses of StyleMap in org.eclipse.birt.chart.model.attribute.impl
Classes in org.eclipse.birt.chart.model.attribute.impl that implement StyleMapModifier and TypeClassDescriptionclass
An implementation of the model object ' Style Map'.Methods in org.eclipse.birt.chart.model.attribute.impl that return StyleMapModifier and TypeMethodDescriptionStyleMapImpl.copyInstance()
static StyleMap
StyleMapImpl.create
(StyledComponent name, Style style) AttributeFactoryImpl.createStyleMap()
-
Uses of StyleMap in org.eclipse.birt.chart.model.impl
Methods in org.eclipse.birt.chart.model.impl that return types with arguments of type StyleMap