|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.chart.event.StructureSource
org.eclipse.birt.chart.event.WrappedStructureSource
public class WrappedStructureSource
This class defines a wrapped structure source object which could have a parent source for all chart events.
Constructor Summary | |
---|---|
WrappedStructureSource(java.lang.Object source)
The constructor. |
|
WrappedStructureSource(java.lang.Object source,
StructureType type)
The constructor. |
|
WrappedStructureSource(java.lang.Object parentSource,
StructureType parentType,
java.lang.Object source,
StructureType type)
The constructor. |
|
WrappedStructureSource(StructureSource parent,
java.lang.Object source,
StructureType type)
The constructor. |
Method Summary | |
---|---|
static StructureSource |
createAxisLabel(Axis ax,
Label lb)
Creates a WrappedStructure Source for type Axis Label with an Axis parent. |
static StructureSource |
createAxisTitle(Axis ax,
Label title)
Creates a WrappedStructure Source for type Axis Title with an Axis parent. |
static StructureSource |
createLegendEntry(Legend lg,
LegendItemHints entry)
Creates a WrappedStructure Source for type Legend Entry with a Legend parent. |
static StructureSource |
createLegendTitle(Legend lg,
Label title)
Creates a WrappedStructure Source for type Legend Title with a Legend parent. |
static StructureSource |
createSeriesDataElement(Series se,
DataPointHints dph)
Creates a WrappedStructure Source for type Series Element with a Series parent. |
static StructureSource |
createSeriesDataPoint(Series se,
DataPointHints dph)
Creates a WrappedStructure Source for type Series DataPoint with a Series parent. |
static StructureSource |
createSeriesFittingCurve(Series se,
CurveFitting cf)
Creates a WrappedStructure Source for type Series FittingCurve with a Series parent. |
static StructureSource |
createSeriesMarker(Series se,
Marker mk)
Creates a WrappedStructure Source for type Series Marker with a Series parent. |
static StructureSource |
createSeriesTitle(Series se,
Label title)
Creates a WrappedStructure Source for type Series Title with a Series parent. |
StructureSource |
getParent()
Returns the parent object. |
Methods inherited from class org.eclipse.birt.chart.event.StructureSource |
---|
createAxis, createChartBlock, createLegend, createMarkerLine, createMarkerRange, createPlot, createSeries, createTitle, createUnknown, getSource, getType |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WrappedStructureSource(java.lang.Object source)
source
- public WrappedStructureSource(java.lang.Object source, StructureType type)
source
- public WrappedStructureSource(StructureSource parent, java.lang.Object source, StructureType type)
parent
- source
- public WrappedStructureSource(java.lang.Object parentSource, StructureType parentType, java.lang.Object source, StructureType type)
parentSource
- parentType
- source
- type
- Method Detail |
---|
public StructureSource getParent()
public static StructureSource createLegendTitle(Legend lg, Label title)
lg
- title
-
public static StructureSource createLegendEntry(Legend lg, LegendItemHints entry)
lg
- title
-
public static StructureSource createAxisTitle(Axis ax, Label title)
ax
- title
-
public static StructureSource createAxisLabel(Axis ax, Label lb)
ax
- title
-
public static StructureSource createSeriesDataPoint(Series se, DataPointHints dph)
se
- dph
-
public static StructureSource createSeriesDataElement(Series se, DataPointHints dph)
se
- dph
-
public static StructureSource createSeriesTitle(Series se, Label title)
se
- title
-
public static StructureSource createSeriesMarker(Series se, Marker mk)
se
- dph
-
public static StructureSource createSeriesFittingCurve(Series se, CurveFitting cf)
se
- dph
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |