Uses of Interface
org.eclipse.birt.chart.model.attribute.ColorDefinition
Packages that use ColorDefinition
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation package.
Provides interfaces and no-op adapters that define services
provided by the device renderer and an associated display server.
Contains classes and interfaces used in the chart building and generation
phase.
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 a set of chart sub-components (as interfaces) that are used to
build a complete chart.
Represents a set of chart sub-components (as core implementations) that are
used to build a complete chart.
Contains a layout manager capable of arranging a set of blocks associated
with the chart representation.
Contains core class implementations for blocks associated with the chart
representation.
Contains a default out-of-the-box set of series type interfaces that are
associated with all charts.
Contains a default out-of-the-box set of series type core implementation
classes that are associated with all charts.
-
Uses of ColorDefinition in org.eclipse.birt.chart.computation
Methods in org.eclipse.birt.chart.computation that return ColorDefinitionModifier and TypeMethodDescriptionGObjectFactory.BLACK()
IGObjectFactory.BLACK()
GObjectFactory.brighter
(ColorDefinition src) IGObjectFactory.brighter
(ColorDefinition src) GObjectFactory.copyOf
(ColorDefinition src) IGObjectFactory.copyOf
(ColorDefinition src) GObjectFactory.createColorDefinition
(int iRed, int iGreen, int iBlue) GObjectFactory.createColorDefinition
(int iRed, int iGreen, int iBlue, int iAlpha) IGObjectFactory.createColorDefinition
(int iRed, int iGreen, int iBlue) IGObjectFactory.createColorDefinition
(int iRed, int iGreen, int iBlue, int iAlpha) GObjectFactory.darker
(ColorDefinition src) IGObjectFactory.darker
(ColorDefinition src) GObjectFactory.GREY()
IGObjectFactory.GREY()
GObjectFactory.RED()
IGObjectFactory.RED()
GObjectFactory.translucent
(ColorDefinition src) IGObjectFactory.translucent
(ColorDefinition src) GObjectFactory.TRANSPARENT()
IGObjectFactory.TRANSPARENT()
GObjectFactory.WHITE()
IGObjectFactory.WHITE()
Methods in org.eclipse.birt.chart.computation with parameters of type ColorDefinitionModifier and TypeMethodDescriptionGObjectFactory.brighter
(ColorDefinition src) IGObjectFactory.brighter
(ColorDefinition src) GObjectFactory.copyOf
(ColorDefinition src) IGObjectFactory.copyOf
(ColorDefinition src) GObjectFactory.createGradient
(ColorDefinition cdStart, ColorDefinition cdEnd) GObjectFactory.createGradient
(ColorDefinition cdStart, ColorDefinition cdEnd, double dDirectionInDegrees, boolean bCyclic) IGObjectFactory.createGradient
(ColorDefinition cdStart, ColorDefinition cdEnd) IGObjectFactory.createGradient
(ColorDefinition cdStart, ColorDefinition cdEnd, double dDirectionInDegrees, boolean bCyclic) GObjectFactory.createLineAttributes
(ColorDefinition cd, LineStyle ls, int iThickness) IGObjectFactory.createLineAttributes
(ColorDefinition cd, LineStyle ls, int iThickness) GObjectFactory.darker
(ColorDefinition src) IGObjectFactory.darker
(ColorDefinition src) GObjectFactory.translucent
(ColorDefinition src) IGObjectFactory.translucent
(ColorDefinition src) -
Uses of ColorDefinition in org.eclipse.birt.chart.device
Methods in org.eclipse.birt.chart.device with parameters of type ColorDefinitionModifier and TypeMethodDescriptionDisplayAdapter.getColor
(ColorDefinition cd) IDisplayServer.getColor
(ColorDefinition cd) Attempts to create a new color resource associated with a specific device -
Uses of ColorDefinition in org.eclipse.birt.chart.factory
Methods in org.eclipse.birt.chart.factory with parameters of type ColorDefinition -
Uses of ColorDefinition in org.eclipse.birt.chart.model.attribute
Methods in org.eclipse.birt.chart.model.attribute that return ColorDefinitionModifier and TypeMethodDescriptionColorDefinition.brighter()
NOTE: Manually writtenColorDefinition.copyInstance()
AttributeFactory.createColorDefinition()
Returns a new object of class 'Color Definition'.ColorDefinition.darker()
NOTE: Manually writtenPatternImage.getBackColor()
Returns the value of the 'Back Color' containment reference.Style.getBackgroundColor()
Returns the value of the 'Background Color' containment reference.LineAttributes.getColor()
Returns the value of the 'Color' containment reference.Style.getColor()
Returns the value of the 'Color' containment reference.Text.getColor()
Returns the value of the 'Color' containment reference.Gradient.getEndColor()
Returns the value of the 'End Color' containment reference.PatternImage.getForeColor()
Returns the value of the 'Fore Color' containment reference.Gradient.getStartColor()
Returns the value of the 'Start Color' containment reference.ColorDefinition.opaque()
NOTE: Manually writtenColorDefinition.translucent()
NOTE: Manually writtenColorDefinition.transparent()
NOTE: Manually writtenMethods in org.eclipse.birt.chart.model.attribute with parameters of type ColorDefinitionModifier and TypeMethodDescriptionvoid
PatternImage.setBackColor
(ColorDefinition value) Sets the value of the 'Back Color
' containment reference.void
Style.setBackgroundColor
(ColorDefinition value) Sets the value of the 'Background Color
' containment reference.void
LineAttributes.setColor
(ColorDefinition value) Sets the value of the 'Color
' containment reference.void
Style.setColor
(ColorDefinition value) Sets the value of the 'Color
' containment reference.void
Text.setColor
(ColorDefinition value) Sets the value of the 'Color
' containment reference.void
Gradient.setEndColor
(ColorDefinition value) Sets the value of the 'End Color
' containment reference.void
PatternImage.setForeColor
(ColorDefinition value) Sets the value of the 'Fore Color
' containment reference.void
Gradient.setStartColor
(ColorDefinition value) Sets the value of the 'Start Color
' containment reference. -
Uses of ColorDefinition in org.eclipse.birt.chart.model.attribute.impl
Classes in org.eclipse.birt.chart.model.attribute.impl that implement ColorDefinitionModifier and TypeClassDescriptionclass
An implementation of the model object ' Color Definition'.Methods in org.eclipse.birt.chart.model.attribute.impl that return ColorDefinitionModifier and TypeMethodDescriptionstatic final ColorDefinition
ColorDefinitionImpl.BLACK()
An opaque black color with (r=0;g=0;b=0) Note: Manually writtenstatic final ColorDefinition
ColorDefinitionImpl.BLUE()
A light opaque blue color with (r=0;g=0;b=255) Note: Manually writtenfinal ColorDefinition
ColorDefinitionImpl.brighter()
NOTE: Manually writtenColorDefinitionImpl.copyInstance()
A convenient method to get an instance copy.static final ColorDefinition
ColorDefinitionImpl.CREAM()
An opaque creamy color with (r=249;g=225;b=191) Note: Manually writtenstatic final ColorDefinition
ColorDefinitionImpl.create
(int iRed, int iGreen, int iBlue) NOTE: Manually writtenstatic final ColorDefinition
ColorDefinitionImpl.create
(int iRed, int iGreen, int iBlue, int iAlpha) NOTE: Manually writtenAttributeFactoryImpl.createColorDefinition()
static final ColorDefinition
ColorDefinitionImpl.CYAN()
An opaque cyan color with (r=225;g=225;b=255) Note: Manually writtenfinal ColorDefinition
ColorDefinitionImpl.darker()
NOTE: Manually writtenPatternImageImpl.getBackColor()
StyleImpl.getBackgroundColor()
LineAttributesImpl.getColor()
StyleImpl.getColor()
TextImpl.getColor()
GradientImpl.getEndColor()
PatternImageImpl.getForeColor()
GradientImpl.getStartColor()
static final ColorDefinition
ColorDefinitionImpl.GREEN()
A light opaque green color with (r=0;g=255;b=0) Note: Manually writtenstatic final ColorDefinition
ColorDefinitionImpl.GREY()
A light opaque grey color with (r=127;g=127;b=127) Note: Manually writtenfinal ColorDefinition
ColorDefinitionImpl.opaque()
static final ColorDefinition
ColorDefinitionImpl.ORANGE()
An opaque orange color with (r=223;g=197;b=41) Note: Manually writtenstatic final ColorDefinition
ColorDefinitionImpl.PINK()
An opaque orange color with (r=255;g=205;b=225) Note: Manually writtenstatic final ColorDefinition
ColorDefinitionImpl.RED()
A light opaque red color with (r=255;g=0;b=0) Note: Manually writtenfinal ColorDefinition
ColorDefinitionImpl.translucent()
final ColorDefinition
ColorDefinitionImpl.transparent()
static final ColorDefinition
ColorDefinitionImpl.TRANSPARENT()
A transparent color constant that should be used wherever applicable Note: Manually writtenstatic final ColorDefinition
ColorDefinitionImpl.WHITE()
An opaque white color with (r=255;g=255;b=255) Note: Manually writtenstatic final ColorDefinition
ColorDefinitionImpl.YELLOW()
An opaque yellow color with (r=255;g=255;b=0) Note: Manually writtenMethods in org.eclipse.birt.chart.model.attribute.impl with parameters of type ColorDefinitionModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
PatternImageImpl.basicSetBackColor
(ColorDefinition newBackColor, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
StyleImpl.basicSetBackgroundColor
(ColorDefinition newBackgroundColor, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
LineAttributesImpl.basicSetColor
(ColorDefinition newColor, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
StyleImpl.basicSetColor
(ColorDefinition newColor, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
TextImpl.basicSetColor
(ColorDefinition newColor, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
GradientImpl.basicSetEndColor
(ColorDefinition newEndColor, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
PatternImageImpl.basicSetForeColor
(ColorDefinition newForeColor, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
GradientImpl.basicSetStartColor
(ColorDefinition newStartColor, org.eclipse.emf.common.notify.NotificationChain msgs) static final Gradient
GradientImpl.create
(ColorDefinition cdStart, ColorDefinition cdEnd) static final Gradient
GradientImpl.create
(ColorDefinition cdStart, ColorDefinition cdEnd, double dDirectionInDegrees, boolean bCyclic) A convenience method provided to create a gradient instance with all member variables initializedstatic final LineAttributes
LineAttributesImpl.create
(ColorDefinition cd, LineStyle ls, int iThickness) A convenient method that facilitates implicit initialization of member variables in creation of an instance.static Style
StyleImpl.create
(FontDefinition font, ColorDefinition color, ColorDefinition backcolor, Image backimage, Insets padding) static final LineAttributes
LineAttributesImpl.createDefault
(ColorDefinition cd, LineStyle ls, int iThickness) A convenient method that facilitates implicit initialization of member variables in creation of an instance.static final LineAttributes
LineAttributesImpl.createDefault
(ColorDefinition cd, LineStyle ls, int iThickness, boolean visible) void
LineAttributesImpl.set
(ColorDefinition cd, LineStyle ls, int iThickness) A convenient method that facilitates initialization of member variables.void
PatternImageImpl.setBackColor
(ColorDefinition newBackColor) void
StyleImpl.setBackgroundColor
(ColorDefinition newBackgroundColor) void
LineAttributesImpl.setColor
(ColorDefinition newColor) void
StyleImpl.setColor
(ColorDefinition newColor) void
TextImpl.setColor
(ColorDefinition newColor) void
GradientImpl.setEndColor
(ColorDefinition newEndColor) void
PatternImageImpl.setForeColor
(ColorDefinition newForeColor) void
GradientImpl.setStartColor
(ColorDefinition newStartColor) -
Uses of ColorDefinition in org.eclipse.birt.chart.model.component
Methods in org.eclipse.birt.chart.model.component that return ColorDefinitionModifier and TypeMethodDescriptionLabel.getShadowColor()
Returns the value of the 'Shadow Color' containment reference.Methods in org.eclipse.birt.chart.model.component with parameters of type ColorDefinitionModifier and TypeMethodDescriptionvoid
Label.setShadowColor
(ColorDefinition value) Sets the value of the 'Shadow Color
' containment reference. -
Uses of ColorDefinition in org.eclipse.birt.chart.model.component.impl
Methods in org.eclipse.birt.chart.model.component.impl that return ColorDefinitionMethods in org.eclipse.birt.chart.model.component.impl with parameters of type ColorDefinitionModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
LabelImpl.basicSetShadowColor
(ColorDefinition newShadowColor, org.eclipse.emf.common.notify.NotificationChain msgs) static Grid
GridImpl.create
(boolean visible, ColorDefinition cd, LineStyle ls, int iThickness, TickStyle tickStyle) static final MarkerLine
MarkerLineImpl.create
(Axis ax, DataElement de, ColorDefinition lineColor) A convenience method provided to add a marker line instance to an axisstatic final MarkerRange
MarkerRangeImpl.create
(Axis ax, DataElement deStart, DataElement deEnd, Fill fillColor, ColorDefinition outlineColor) A convenience method provided to add a marker range instance to an axisstatic Grid
GridImpl.createDefault
(boolean visible, ColorDefinition cd, LineStyle ls, int iThickness, TickStyle tickStyle) static final MarkerLine
MarkerLineImpl.createDefault
(Axis ax, DataElement de, ColorDefinition lineColor) A convenience method provided to add a marker line instance to an axisstatic final MarkerRange
MarkerRangeImpl.createDefault
(Axis ax, DataElement deStart, DataElement deEnd, Fill fillColor, ColorDefinition outlineColor) A convenience method provided to add a marker range instance to an axisvoid
LabelImpl.setShadowColor
(ColorDefinition newShadowColor) -
Uses of ColorDefinition in org.eclipse.birt.chart.model.layout
Methods in org.eclipse.birt.chart.model.layout that return ColorDefinitionModifier and TypeMethodDescriptionClientArea.getShadowColor()
Returns the value of the 'Shadow Color' containment reference.Methods in org.eclipse.birt.chart.model.layout with parameters of type ColorDefinitionModifier and TypeMethodDescriptionvoid
ClientArea.setShadowColor
(ColorDefinition value) Sets the value of the 'Shadow Color
' containment reference. -
Uses of ColorDefinition in org.eclipse.birt.chart.model.layout.impl
Methods in org.eclipse.birt.chart.model.layout.impl that return ColorDefinitionMethods in org.eclipse.birt.chart.model.layout.impl with parameters of type ColorDefinitionModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
ClientAreaImpl.basicSetShadowColor
(ColorDefinition newShadowColor, org.eclipse.emf.common.notify.NotificationChain msgs) void
ClientAreaImpl.setShadowColor
(ColorDefinition newShadowColor) -
Uses of ColorDefinition in org.eclipse.birt.chart.model.type
Methods in org.eclipse.birt.chart.model.type that return ColorDefinitionModifier and TypeMethodDescriptionBarSeries.getRiserOutline()
Returns the value of the 'Riser Outline' containment reference.LineSeries.getShadowColor()
Returns the value of the 'Shadow Color' containment reference.PieSeries.getSliceOutline()
Returns the value of the 'Slice Outline' containment reference.Methods in org.eclipse.birt.chart.model.type with parameters of type ColorDefinitionModifier and TypeMethodDescriptionvoid
BarSeries.setRiserOutline
(ColorDefinition value) Sets the value of the 'Riser Outline
' containment reference.void
LineSeries.setShadowColor
(ColorDefinition value) Sets the value of the 'Shadow Color
' containment reference.void
PieSeries.setSliceOutline
(ColorDefinition value) Sets the value of the 'Slice Outline
' containment reference. -
Uses of ColorDefinition in org.eclipse.birt.chart.model.type.impl
Methods in org.eclipse.birt.chart.model.type.impl that return ColorDefinitionModifier and TypeMethodDescriptionBarSeriesImpl.getRiserOutline()
LineSeriesImpl.getShadowColor()
PieSeriesImpl.getSliceOutline()
Methods in org.eclipse.birt.chart.model.type.impl with parameters of type ColorDefinitionModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
BarSeriesImpl.basicSetRiserOutline
(ColorDefinition newRiserOutline, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
LineSeriesImpl.basicSetShadowColor
(ColorDefinition newShadowColor, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
PieSeriesImpl.basicSetSliceOutline
(ColorDefinition newSliceOutline, org.eclipse.emf.common.notify.NotificationChain msgs) void
BarSeriesImpl.setRiserOutline
(ColorDefinition newRiserOutline) void
LineSeriesImpl.setShadowColor
(ColorDefinition newShadowColor) void
PieSeriesImpl.setSliceOutline
(ColorDefinition newSliceOutline)