Package | Description |
---|---|
org.eclipse.birt.chart.computation |
This is a placeholder file for the org.eclipse.birt.chart.computation package.
|
org.eclipse.birt.chart.event |
Contains classes that define a rendering notification that is interpreted by
a device renderer.
|
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.type |
Contains a default out-of-the-box set of series type interfaces that are
associated with all charts.
|
org.eclipse.birt.chart.model.type.impl |
Contains a default out-of-the-box set of series type core implementation
classes that are associated with all charts.
|
org.eclipse.birt.chart.render |
Contains classes that represent the core plot rendering framework.
|
org.eclipse.birt.chart.script |
Modifier and Type | Method and Description |
---|---|
Marker |
IGObjectFactory.copyMarkerNoFill(Marker src) |
Marker |
GObjectFactory.copyMarkerNoFill(Marker src) |
Modifier and Type | Method and Description |
---|---|
Marker |
IGObjectFactory.copyMarkerNoFill(Marker src) |
Marker |
GObjectFactory.copyMarkerNoFill(Marker src) |
Modifier and Type | Method and Description |
---|---|
static StructureSource |
WrappedStructureSource.createSeriesMarker(Series se,
Marker mk)
Creates a WrappedStructure Source for type Series Marker with a Series
parent.
|
Modifier and Type | Method and Description |
---|---|
Marker |
Marker.copyInstance() |
Marker |
AttributeFactory.createMarker()
Returns a new object of class 'Marker'.
|
Modifier and Type | Class and Description |
---|---|
class |
MarkerImpl
An implementation of the model object '
Marker'.
|
Modifier and Type | Method and Description |
---|---|
Marker |
MarkerImpl.copyInstance()
A convenient method to get an instance copy.
|
static Marker |
MarkerImpl.copyInstanceNoFill(Marker src)
For accelerating graphic purpose make a fast copy of a Marker without
iconPalette, which is obsolete, and the fill, which will be changed in
many cases.
|
static Marker |
MarkerImpl.create(MarkerType markerType,
int size) |
static Marker |
MarkerImpl.createDefault(MarkerType markerType,
int size,
boolean visible) |
Marker |
AttributeFactoryImpl.createMarker() |
Modifier and Type | Method and Description |
---|---|
static Marker |
MarkerImpl.copyInstanceNoFill(Marker src)
For accelerating graphic purpose make a fast copy of a Marker without
iconPalette, which is obsolete, and the fill, which will be changed in
many cases.
|
static void |
MarkerImpl.setFillSimple(Marker marker,
Fill fill)
To set the fill without EMF notifying for accelerating graphic purpose.
|
Modifier and Type | Method and Description |
---|---|
Marker |
GanttSeries.getEndMarker()
Returns the value of the 'End Marker' containment reference.
|
Marker |
LineSeries.getMarker()
Deprecated.
Use Markers property instead. This is kept just to maintain
the compatibility with old models.
|
Marker |
GanttSeries.getStartMarker()
Returns the value of the 'Start Marker' containment reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Marker> |
LineSeries.getMarkers()
Returns the value of the 'Markers' containment
reference list.
|
org.eclipse.emf.common.util.EList<Marker> |
DifferenceSeries.getNegativeMarkers()
Returns the value of the 'Negative Markers' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
GanttSeries.setEndMarker(Marker value)
Sets the value of the '
End Marker ' containment reference. |
void |
LineSeries.setMarker(Marker value)
Deprecated.
Use Markers property instead. This is kept just to maintain
the compatibility with old models.
|
void |
GanttSeries.setStartMarker(Marker value)
Sets the value of the '
Start Marker ' containment reference. |
Modifier and Type | Method and Description |
---|---|
Marker |
GanttSeriesImpl.getEndMarker() |
Marker |
LineSeriesImpl.getMarker() |
Marker |
GanttSeriesImpl.getStartMarker() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Marker> |
LineSeriesImpl.getMarkers() |
org.eclipse.emf.common.util.EList<Marker> |
DifferenceSeriesImpl.getNegativeMarkers() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
GanttSeriesImpl.basicSetEndMarker(Marker newEndMarker,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
LineSeriesImpl.basicSetMarker(Marker newMarker,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
GanttSeriesImpl.basicSetStartMarker(Marker newStartMarker,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
GanttSeriesImpl.setEndMarker(Marker newEndMarker) |
void |
LineSeriesImpl.setMarker(Marker newMarker) |
void |
GanttSeriesImpl.setStartMarker(Marker newStartMarker) |
Constructor and Description |
---|
MarkerRenderer(IDeviceRenderer _render,
java.lang.Object _oSource,
Location _lo,
LineAttributes _la,
Fill _paletteEntry,
Marker _m,
java.lang.Integer _markerSize,
DeferredCache _dc,
boolean _bDeferred,
boolean _bTransposed) |
MarkerRenderer(IDeviceRenderer _render,
java.lang.Object _oSource,
Location _lo,
LineAttributes _la,
Fill _paletteEntry,
Marker _m,
java.lang.Integer _markerSize,
DeferredCache _dc,
boolean _bDeferred,
boolean _bTransposed,
int _zOrder)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
IChartEventHandler.afterDrawMarker(Marker marker,
DataPointHints dph,
IChartScriptContext icsc)
Called after drawing each marker.
|
void |
ChartEventHandlerAdapter.afterDrawMarker(Marker marker,
DataPointHints dph,
IChartScriptContext icsc) |
void |
IChartEventHandler.beforeDrawMarker(Marker marker,
DataPointHints dph,
IChartScriptContext icsc)
Called before drawing each marker.
|
void |
ChartEventHandlerAdapter.beforeDrawMarker(Marker marker,
DataPointHints dph,
IChartScriptContext icsc) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.