Uses of Interface
org.eclipse.birt.chart.model.attribute.Palette
Packages that use Palette
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.
Holds a set of interfaces that define the structure of the data source and
typed data elements associated with a chart series.
Holds a set of classes that define the structure of the data source and typed
data elements associated with a chart series.
-
Uses of Palette in org.eclipse.birt.chart.model.attribute
Methods in org.eclipse.birt.chart.model.attribute that return PaletteModifier and TypeMethodDescriptionPalette.copyInstance()
AttributeFactory.createPalette()
Returns a new object of class 'Palette'.Marker.getIconPalette()
Deprecated.Deprecated.Methods in org.eclipse.birt.chart.model.attribute with parameters of type PaletteModifier and TypeMethodDescriptionvoid
Marker.setIconPalette
(Palette value) Deprecated.Deprecated. -
Uses of Palette in org.eclipse.birt.chart.model.attribute.impl
Classes in org.eclipse.birt.chart.model.attribute.impl that implement PaletteModifier and TypeClassDescriptionclass
An implementation of the model object ' Palette'.Methods in org.eclipse.birt.chart.model.attribute.impl that return PaletteModifier and TypeMethodDescriptionPaletteImpl.copyInstance()
A convenient method to get an instance copy.static final Palette
PaletteImpl.create
(int iIndex, boolean bEmpty) A convenience method provided to create an empty or pre-initialized palette NOTE: Manually writtenstatic final Palette
A convenience method provided to create a palette with a single color entry NOTE: Manually writtenAttributeFactoryImpl.createPalette()
MarkerImpl.getIconPalette()
Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type PaletteModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
MarkerImpl.basicSetIconPalette
(Palette newIconPalette, org.eclipse.emf.common.notify.NotificationChain msgs) void
MarkerImpl.setIconPalette
(Palette newIconPalette) -
Uses of Palette in org.eclipse.birt.chart.model.data
Methods in org.eclipse.birt.chart.model.data that return PaletteModifier and TypeMethodDescriptionSeriesDefinition.getSeriesPalette()
Returns the value of the 'Series Palette' containment reference.Methods in org.eclipse.birt.chart.model.data with parameters of type PaletteModifier and TypeMethodDescriptionvoid
SeriesDefinition.setSeriesPalette
(Palette value) Sets the value of the 'Series Palette
' containment reference. -
Uses of Palette in org.eclipse.birt.chart.model.data.impl
Methods in org.eclipse.birt.chart.model.data.impl that return PaletteMethods in org.eclipse.birt.chart.model.data.impl with parameters of type PaletteModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
SeriesDefinitionImpl.basicSetSeriesPalette
(Palette newSeriesPalette, org.eclipse.emf.common.notify.NotificationChain msgs) void
SeriesDefinitionImpl.setSeriesPalette
(Palette newSeriesPalette)