A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

C

CACHE_ON_DISK - Static variable in interface org.eclipse.birt.chart.device.IDeviceRenderer
A Property to enable/disable the caching of the image stream on disk Default is false.
CACHED_IMAGE - Static variable in interface org.eclipse.birt.chart.device.IDeviceRenderer
A property name that identifies an instance of a cached java.awt.Image that may be passed in for potential reuse.
CALENDAR - Static variable in interface org.eclipse.birt.chart.aggregate.IAggregateFunction
 
CALL_BACK - Static variable in enum org.eclipse.birt.chart.model.attribute.ActionType
The 'Call Back' literal value.
CALL_BACK_VALUE - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The meta object id for the 'Call Back Value' class.
CALL_BACK_VALUE - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage.Literals
The meta object literal for the 'Call Back Value' class.
CALL_BACK_VALUE__IDENTIFIER - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The feature id for the 'Identifier' attribute.
CALL_BACK_VALUE__IDENTIFIER - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage.Literals
The meta object literal for the 'Identifier' attribute feature.
CALL_BACK_VALUE__LABEL - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The feature id for the 'Label' containment reference.
CALL_BACK_VALUE_FEATURE_COUNT - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The number of structural features of the 'Call Back Value' class.
callback(Object, Object, CallBackValue) - Method in interface org.eclipse.birt.chart.device.ICallBackNotifier
Invokes the callBack.
CallBackValue - Interface in org.eclipse.birt.chart.model.attribute
A representation of the model object 'Call Back Value'.
CallBackValueImpl - Class in org.eclipse.birt.chart.model.attribute.impl
An implementation of the model object 'Call Back Value'.
callFunction(AbstractScriptHandler<?>, String, Object) - Static method in class org.eclipse.birt.chart.script.AbstractScriptHandler
Call JavaScript functions with one argument.
callFunction(AbstractScriptHandler<?>, String, Object, Object) - Static method in class org.eclipse.birt.chart.script.AbstractScriptHandler
Call JavaScript functions with two arguments.
callFunction(AbstractScriptHandler<?>, String, Object, Object, Object) - Static method in class org.eclipse.birt.chart.script.AbstractScriptHandler
Call JavaScript functions with three arguments.
canBeStacked() - Method in class org.eclipse.birt.chart.model.component.impl.SeriesImpl
 
canBeStacked() - Method in interface org.eclipse.birt.chart.model.component.Series
Indicates if this series type may be rendered stacked with other series instances of the same type NOTE: Manually written
canBeStacked() - Method in class org.eclipse.birt.chart.model.type.impl.BarSeriesImpl
 
canBeStacked() - Method in class org.eclipse.birt.chart.model.type.impl.DifferenceSeriesImpl
 
canBeStacked() - Method in class org.eclipse.birt.chart.model.type.impl.LineSeriesImpl
 
canBeStacked() - Method in class org.eclipse.birt.chart.model.type.impl.ScatterSeriesImpl
 
canParticipateInCombination() - Method in class org.eclipse.birt.chart.model.component.impl.SeriesImpl
 
canParticipateInCombination() - Method in interface org.eclipse.birt.chart.model.component.Series
This method should return true if the series type can be used in a combination chart.
canParticipateInCombination() - Method in class org.eclipse.birt.chart.model.type.impl.BarSeriesImpl
 
canParticipateInCombination() - Method in class org.eclipse.birt.chart.model.type.impl.DifferenceSeriesImpl
 
canParticipateInCombination() - Method in class org.eclipse.birt.chart.model.type.impl.LineSeriesImpl
 
canParticipateInCombination() - Method in class org.eclipse.birt.chart.model.type.impl.ScatterSeriesImpl
 
canParticipateInCombination() - Method in class org.eclipse.birt.chart.model.type.impl.StockSeriesImpl
 
canShareAxisUnit() - Method in class org.eclipse.birt.chart.model.component.impl.SeriesImpl
 
canShareAxisUnit() - Method in interface org.eclipse.birt.chart.model.component.Series
Indicates if this series graphic element may share a scale unit with other similar elements.
canShareAxisUnit() - Method in class org.eclipse.birt.chart.model.type.impl.BarSeriesImpl
 
canShareAxisUnit() - Method in class org.eclipse.birt.chart.model.type.impl.LineSeriesImpl
 
canShareAxisUnit() - Method in class org.eclipse.birt.chart.model.type.impl.StockSeriesImpl
 
CAPTURE - Static variable in enum org.eclipse.birt.chart.model.attribute.TriggerFlow
The 'Capture' literal value.
CATEGORIES - Static variable in enum org.eclipse.birt.chart.model.attribute.LegendItemType
The 'Categories' literal value.
CDateTime - Class in org.eclipse.birt.chart.util
A convenience data type provided to aid in wrapping a datetime value used with datetime data elements.
CDateTime() - Constructor for class org.eclipse.birt.chart.util.CDateTime
A zero-arg default constructor
CDateTime(Date) - Constructor for class org.eclipse.birt.chart.util.CDateTime
A constructor that creates an instance from a given java.util.Date value
CDateTime(Calendar) - Constructor for class org.eclipse.birt.chart.util.CDateTime
A constructor that creates an instance from a given Calendar value
CDateTime(int, int, int) - Constructor for class org.eclipse.birt.chart.util.CDateTime
A constructor that creates an instance for a specified year, month and date
CDateTime(int, int, int, int, int) - Constructor for class org.eclipse.birt.chart.util.CDateTime
A constructor that creates an instance for a specified year, month, date, hour and minute
CDateTime(int, int, int, int, int, int) - Constructor for class org.eclipse.birt.chart.util.CDateTime
A constructor that creates an instance for a specified year, month, date, hour and minute
CDateTime(ULocale) - Constructor for class org.eclipse.birt.chart.util.CDateTime
A constructor that creates a default instance for a given locale
CDateTime(TimeZone) - Constructor for class org.eclipse.birt.chart.util.CDateTime
A constructor that creates a default instance for a given timezone
CDateTime(TimeZone, Locale) - Constructor for class org.eclipse.birt.chart.util.CDateTime
Deprecated.
CDateTime(TimeZone, ULocale) - Constructor for class org.eclipse.birt.chart.util.CDateTime
A constructor that creates a default instance for a given timezone and locale
CENTER - Static variable in interface org.eclipse.birt.chart.computation.IConstants
 
CENTER - Static variable in enum org.eclipse.birt.chart.model.attribute.HorizontalAlignment
The 'Center' literal value.
CENTER - Static variable in enum org.eclipse.birt.chart.model.attribute.VerticalAlignment
The 'Center' literal value.
CENTIMETERS - Static variable in enum org.eclipse.birt.chart.model.attribute.UnitsOfMeasurement
The 'Centimeters' literal value.
changeStructure(StructureChangeEvent) - Method in class org.eclipse.birt.chart.device.DeviceAdapter
 
changeStructure(StructureChangeEvent) - Method in interface org.eclipse.birt.chart.device.IStructureDefinitionListener
Sends out a notification to a listener indicating that a structure group has changed (either via a start or end) notification.
Chart - Interface in org.eclipse.birt.chart.model
A representation of the model object 'Chart'.
CHART - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The meta object id for the 'Chart' class.
CHART - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Chart' class.
CHART__BLOCK - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Block' containment reference.
CHART__BLOCK - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Block' containment reference feature.
CHART__DESCRIPTION - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Description' containment reference.
CHART__DESCRIPTION - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Description' containment reference feature.
CHART__DIMENSION - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Dimension' attribute.
CHART__DIMENSION - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Dimension' attribute feature.
CHART__EMPTY_MESSAGE - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Empty Message' containment reference.
CHART__EMPTY_MESSAGE - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Empty Message' containment reference feature.
CHART__EXTENDED_PROPERTIES - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Extended Properties' containment reference list.
CHART__EXTENDED_PROPERTIES - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Extended Properties' containment reference list feature.
CHART__GRID_COLUMN_COUNT - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Grid Column Count' attribute.
CHART__GRID_COLUMN_COUNT - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Grid Column Count' attribute feature.
CHART__INTERACTIVITY - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Interactivity' containment reference.
CHART__INTERACTIVITY - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Interactivity' containment reference feature.
CHART__SAMPLE_DATA - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Sample Data' containment reference.
CHART__SAMPLE_DATA - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Sample Data' containment reference feature.
CHART__SCRIPT - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Script' attribute.
CHART__SCRIPT - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Script' attribute feature.
CHART__SERIES_THICKNESS - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Series Thickness' attribute.
CHART__SERIES_THICKNESS - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Series Thickness' attribute feature.
CHART__STYLES - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Styles' containment reference list.
CHART__STYLES - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Styles' containment reference list feature.
CHART__SUB_TYPE - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Sub Type' attribute.
CHART__SUB_TYPE - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Sub Type' attribute feature.
CHART__TYPE - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Type' attribute.
CHART__TYPE - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Type' attribute feature.
CHART__UNITS - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Units' attribute.
CHART__UNITS - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Units' attribute feature.
CHART__VERSION - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Version' attribute.
CHART__VERSION - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Version' attribute feature.
CHART_ALL - Static variable in enum org.eclipse.birt.chart.model.attribute.StyledComponent
The 'Chart All' literal value.
CHART_BACKGROUND - Static variable in enum org.eclipse.birt.chart.model.attribute.StyledComponent
The 'Chart Background' literal value.
CHART_BLOCK - Static variable in class org.eclipse.birt.chart.event.StructureType
Indicates a Chart Block structure type.
CHART_COMPUTATION_KEY - Static variable in class org.eclipse.birt.chart.factory.RunTimeContext.StateKey
Key to reference Chart Computation.
CHART_COMPUTATION_KEY - Static variable in class org.eclipse.birt.chart.factory.RunTimeContext.StateKey
Key to reference Chart Computation.
CHART_DIMENSION - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The meta object id for the 'Chart Dimension' enum.
CHART_DIMENSION - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage.Literals
The meta object literal for the 'Chart Dimension' enum.
CHART_DIMENSION_OBJECT - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The meta object id for the 'Chart Dimension Object' data type.
CHART_DIMENSION_OBJECT - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage.Literals
The meta object literal for the 'Chart Dimension Object' data type.
CHART_END_MARKER - Static variable in class org.eclipse.birt.chart.model.impl.SerializerImpl
 
CHART_FEATURE_COUNT - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The number of structural features of the 'Chart' class.
CHART_PREFERENCES - Static variable in interface org.eclipse.birt.chart.model.component.ComponentPackage
The meta object id for the 'Chart Preferences' class.
CHART_PREFERENCES - Static variable in interface org.eclipse.birt.chart.model.component.ComponentPackage.Literals
The meta object literal for the 'Chart Preferences' class.
CHART_PREFERENCES__BLOCKS - Static variable in interface org.eclipse.birt.chart.model.component.ComponentPackage
The feature id for the 'Blocks' containment reference list.
CHART_PREFERENCES__BLOCKS - Static variable in interface org.eclipse.birt.chart.model.component.ComponentPackage.Literals
The meta object literal for the 'Blocks' containment reference list feature.
CHART_PREFERENCES__LABELS - Static variable in interface org.eclipse.birt.chart.model.component.ComponentPackage
The feature id for the 'Labels' containment reference list.
CHART_PREFERENCES__LABELS - Static variable in interface org.eclipse.birt.chart.model.component.ComponentPackage.Literals
The meta object literal for the 'Labels' containment reference list feature.
CHART_PREFERENCES_FEATURE_COUNT - Static variable in interface org.eclipse.birt.chart.model.component.ComponentPackage
The number of structural features of the 'Chart Preferences' class.
CHART_START_MARKER - Static variable in class org.eclipse.birt.chart.model.impl.SerializerImpl
 
CHART_TITLE - Static variable in enum org.eclipse.birt.chart.model.attribute.StyledComponent
The 'Chart Title' literal value.
CHART_TYPE - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The meta object id for the 'Chart Type' enum.
CHART_TYPE - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage.Literals
The meta object literal for the 'Chart Type' enum.
CHART_TYPE_OBJECT - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The meta object id for the 'Chart Type Object' data type.
CHART_TYPE_OBJECT - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage.Literals
The meta object literal for the 'Chart Type Object' data type.
CHART_WITH_AXES - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The meta object id for the 'Chart With Axes' class.
CHART_WITH_AXES - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Chart With Axes' class.
CHART_WITH_AXES__AXES - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Axes' containment reference list.
CHART_WITH_AXES__AXES - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Axes' containment reference list feature.
CHART_WITH_AXES__BLOCK - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Block' containment reference.
CHART_WITH_AXES__DESCRIPTION - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Description' containment reference.
CHART_WITH_AXES__DIMENSION - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Dimension' attribute.
CHART_WITH_AXES__EMPTY_MESSAGE - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Empty Message' containment reference.
CHART_WITH_AXES__EXTENDED_PROPERTIES - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Extended Properties' containment reference list.
CHART_WITH_AXES__FLOOR_FILL - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Floor Fill' containment reference.
CHART_WITH_AXES__FLOOR_FILL - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Floor Fill' containment reference feature.
CHART_WITH_AXES__GRID_COLUMN_COUNT - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Grid Column Count' attribute.
CHART_WITH_AXES__INTERACTIVITY - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Interactivity' containment reference.
CHART_WITH_AXES__ORIENTATION - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Orientation' attribute.
CHART_WITH_AXES__ORIENTATION - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Orientation' attribute feature.
CHART_WITH_AXES__REVERSE_CATEGORY - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Reverse Category' attribute.
CHART_WITH_AXES__REVERSE_CATEGORY - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Reverse Category' attribute feature.
CHART_WITH_AXES__ROTATION - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Rotation' containment reference.
CHART_WITH_AXES__ROTATION - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Rotation' containment reference feature.
CHART_WITH_AXES__SAMPLE_DATA - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Sample Data' containment reference.
CHART_WITH_AXES__SCRIPT - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Script' attribute.
CHART_WITH_AXES__SERIES_THICKNESS - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Series Thickness' attribute.
CHART_WITH_AXES__STUDY_LAYOUT - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Study Layout' attribute.
CHART_WITH_AXES__STUDY_LAYOUT - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Study Layout' attribute feature.
CHART_WITH_AXES__STYLES - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Styles' containment reference list.
CHART_WITH_AXES__SUB_TYPE - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Sub Type' attribute.
CHART_WITH_AXES__TYPE - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Type' attribute.
CHART_WITH_AXES__UNIT_SPACING - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Unit Spacing' attribute.
CHART_WITH_AXES__UNIT_SPACING - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Unit Spacing' attribute feature.
CHART_WITH_AXES__UNITS - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Units' attribute.
CHART_WITH_AXES__VERSION - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Version' attribute.
CHART_WITH_AXES__WALL_FILL - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Wall Fill' containment reference.
CHART_WITH_AXES__WALL_FILL - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Wall Fill' containment reference feature.
CHART_WITH_AXES_FEATURE_COUNT - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The number of structural features of the 'Chart With Axes' class.
CHART_WITHOUT_AXES - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The meta object id for the 'Chart Without Axes' class.
CHART_WITHOUT_AXES - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Chart Without Axes' class.
CHART_WITHOUT_AXES__BLOCK - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Block' containment reference.
CHART_WITHOUT_AXES__COVERAGE - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Coverage' attribute.
CHART_WITHOUT_AXES__COVERAGE - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Coverage' attribute feature.
CHART_WITHOUT_AXES__DESCRIPTION - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Description' containment reference.
CHART_WITHOUT_AXES__DIMENSION - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Dimension' attribute.
CHART_WITHOUT_AXES__EMPTY_MESSAGE - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Empty Message' containment reference.
CHART_WITHOUT_AXES__EXTENDED_PROPERTIES - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Extended Properties' containment reference list.
CHART_WITHOUT_AXES__GRID_COLUMN_COUNT - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Grid Column Count' attribute.
CHART_WITHOUT_AXES__INTERACTIVITY - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Interactivity' containment reference.
CHART_WITHOUT_AXES__MIN_SLICE - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Min Slice' attribute.
CHART_WITHOUT_AXES__MIN_SLICE - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Min Slice' attribute feature.
CHART_WITHOUT_AXES__MIN_SLICE_LABEL - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Min Slice Label' attribute.
CHART_WITHOUT_AXES__MIN_SLICE_LABEL - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Min Slice Label' attribute feature.
CHART_WITHOUT_AXES__MIN_SLICE_PERCENT - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Min Slice Percent' attribute.
CHART_WITHOUT_AXES__MIN_SLICE_PERCENT - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Min Slice Percent' attribute feature.
CHART_WITHOUT_AXES__SAMPLE_DATA - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Sample Data' containment reference.
CHART_WITHOUT_AXES__SCRIPT - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Script' attribute.
CHART_WITHOUT_AXES__SERIES_DEFINITIONS - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Series Definitions' containment reference list.
CHART_WITHOUT_AXES__SERIES_DEFINITIONS - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Series Definitions' containment reference list feature.
CHART_WITHOUT_AXES__SERIES_THICKNESS - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Series Thickness' attribute.
CHART_WITHOUT_AXES__STYLES - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Styles' containment reference list.
CHART_WITHOUT_AXES__SUB_TYPE - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Sub Type' attribute.
CHART_WITHOUT_AXES__TYPE - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Type' attribute.
CHART_WITHOUT_AXES__UNITS - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Units' attribute.
CHART_WITHOUT_AXES__VERSION - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The feature id for the 'Version' attribute.
CHART_WITHOUT_AXES_FEATURE_COUNT - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The number of structural features of the 'Chart Without Axes' class.
ChartComputationFactory - Class in org.eclipse.birt.chart.computation
 
ChartComputationFactory() - Constructor for class org.eclipse.birt.chart.computation.ChartComputationFactory
 
ChartDimension - Enum in org.eclipse.birt.chart.model.attribute
A representation of the literals of the enumeration ' Chart Dimension', and utility methods for working with them.
ChartEngine - Class in org.eclipse.birt.chart.api
The Entry Point class to access the Eclipse Chart Engine (ECE) API
ChartEngine - Class in org.eclipse.birt.chart.api
The Entry Point class to access the Eclipse Chart Engine (ECE) API
ChartEvent - Class in org.eclipse.birt.chart.event
Base Abstract class for various Chart Events: Primitive render events, interaction events, structure change events
ChartEvent(Object) - Constructor for class org.eclipse.birt.chart.event.ChartEvent
The constructor.
ChartEventHandlerAdapter - Class in org.eclipse.birt.chart.script
An adapter (empty implementation of IChartEventHandler) makes the interface easier for the user.
ChartEventHandlerAdapter() - Constructor for class org.eclipse.birt.chart.script.ChartEventHandlerAdapter
 
ChartException - Class in org.eclipse.birt.chart.exception
Exception class for Chart framework.
ChartException(int, Throwable) - Constructor for class org.eclipse.birt.chart.exception.ChartException
ChartException(int, String) - Constructor for class org.eclipse.birt.chart.exception.ChartException
ChartException(int, String, ResourceBundle) - Constructor for class org.eclipse.birt.chart.exception.ChartException
ChartException(int, String, Object[], ResourceBundle) - Constructor for class org.eclipse.birt.chart.exception.ChartException
ChartException(int, String, ResourceBundle, Throwable) - Constructor for class org.eclipse.birt.chart.exception.ChartException
ChartException(int, String, Object[], ResourceBundle, Throwable) - Constructor for class org.eclipse.birt.chart.exception.ChartException
ChartException(String, int, Throwable) - Constructor for class org.eclipse.birt.chart.exception.ChartException
The constructor.
ChartException(String, int, String) - Constructor for class org.eclipse.birt.chart.exception.ChartException
The constructor.
ChartException(String, int, String, ResourceBundle) - Constructor for class org.eclipse.birt.chart.exception.ChartException
The constructor.
ChartException(String, int, String, Object[], ResourceBundle) - Constructor for class org.eclipse.birt.chart.exception.ChartException
The constructor.
ChartException(String, int, String, ResourceBundle, Throwable) - Constructor for class org.eclipse.birt.chart.exception.ChartException
The constructor.
ChartException(String, int, String, Object[], ResourceBundle, Throwable) - Constructor for class org.eclipse.birt.chart.exception.ChartException
The constructor.
ChartImpl - Class in org.eclipse.birt.chart.model.impl
An implementation of the model object ' Chart'.
ChartModelHelper - Class in org.eclipse.birt.chart.model.impl
Chart Model helper is default implementation of IChartModelHelper.
ChartPreferences - Interface in org.eclipse.birt.chart.model.component
Deprecated.
only reserved for compatibility
ChartPreferencesImpl - Class in org.eclipse.birt.chart.model.component.impl
Deprecated.
only reserved for compatibility
ChartScriptContext - Class in org.eclipse.birt.chart.script
An internal implementation for IChartScriptContext
ChartScriptContext() - Constructor for class org.eclipse.birt.chart.script.ChartScriptContext
The constructor.
ChartType - Enum in org.eclipse.birt.chart.model.attribute
A representation of the literals of the enumeration ' Chart Type', and utility methods for working with them.
ChartWithAxes - Interface in org.eclipse.birt.chart.model
A representation of the model object 'Chart With Axes'.
ChartWithAxesImpl - Class in org.eclipse.birt.chart.model.impl
An implementation of the model object ' Chart With Axes'.
ChartWithoutAxes - Interface in org.eclipse.birt.chart.model
A representation of the model object 'Chart Without Axes'.
ChartWithoutAxesImpl - Class in org.eclipse.birt.chart.model.impl
An implementation of the model object 'Chart Without Axes'.
checkClipping(Vector, Vector) - Method in class org.eclipse.birt.chart.computation.Engine3D
Clipping the lines according to viewing volumn.
checkDataType(Series, int, RunTimeContext) - Static method in class org.eclipse.birt.chart.computation.withaxes.PlotWithAxes
 
checkEllipsis(double) - Method in class org.eclipse.birt.chart.computation.LegendBuilder.LabelItem
Checks if current label text should use ellipsis to shorten the length.
checkFit(IDisplayServer, Label, int) - Method in class org.eclipse.birt.chart.computation.withaxes.AutoScale
Checks all labels for any overlap for a given axis' scale
checkLabelEllipsis(String, Object) - Method in class org.eclipse.birt.chart.computation.EllipsisHelper
 
children(boolean) - Method in interface org.eclipse.birt.chart.model.layout.Block
 
children(boolean) - Method in class org.eclipse.birt.chart.model.layout.impl.BlockImpl
Note: Manually written
CIRCLE - Static variable in enum org.eclipse.birt.chart.model.attribute.LineDecorator
The 'Circle' literal value.
CIRCLE - Static variable in enum org.eclipse.birt.chart.model.attribute.MarkerType
The 'Circle' literal value.
clear() - Method in class org.eclipse.birt.chart.computation.DataSetIterator
Frees all references to data held internally in this structure
clear() - Method in class org.eclipse.birt.chart.event.AreaRenderEvent
Removes all sub events associated with current area.
clearBelow(int) - Method in class org.eclipse.birt.chart.util.CDateTime
Zeroes out all units for this datetime instance below a specified unit.
clearDC() - Method in class org.eclipse.birt.chart.render.DeferredCacheManager
Clear all DeferredCache instances.
clearSections(int) - Method in interface org.eclipse.birt.chart.model.Chart
This method walks through the model and clears specific model sections that are not required at deployment time.
clearSections(int) - Method in class org.eclipse.birt.chart.model.impl.ChartImpl
 
clearSections(int) - Method in class org.eclipse.birt.chart.model.impl.ChartWithAxesImpl
 
clearSections(int) - Method in class org.eclipse.birt.chart.model.impl.ChartWithoutAxesImpl
 
clearState() - Method in class org.eclipse.birt.chart.factory.RunTimeContext
Clears all the stored states.
clearState() - Method in class org.eclipse.birt.chart.factory.RunTimeContext
Clears all the stored states.
CLIENT_AREA - Static variable in interface org.eclipse.birt.chart.model.layout.LayoutPackage
The meta object id for the 'Client Area' class.
CLIENT_AREA - Static variable in interface org.eclipse.birt.chart.model.layout.LayoutPackage.Literals
The meta object literal for the 'Client Area' class.
CLIENT_AREA__BACKGROUND - Static variable in interface org.eclipse.birt.chart.model.layout.LayoutPackage
The feature id for the 'Background' containment reference.
CLIENT_AREA__BACKGROUND - Static variable in interface org.eclipse.birt.chart.model.layout.LayoutPackage.Literals
The meta object literal for the 'Background' containment reference feature.
CLIENT_AREA__INSETS - Static variable in interface org.eclipse.birt.chart.model.layout.LayoutPackage
The feature id for the 'Insets' containment reference.
CLIENT_AREA__INSETS - Static variable in interface org.eclipse.birt.chart.model.layout.LayoutPackage.Literals
The meta object literal for the 'Insets' containment reference feature.
CLIENT_AREA__OUTLINE - Static variable in interface org.eclipse.birt.chart.model.layout.LayoutPackage
The feature id for the 'Outline' containment reference.
CLIENT_AREA__OUTLINE - Static variable in interface org.eclipse.birt.chart.model.layout.LayoutPackage.Literals
The meta object literal for the 'Outline' containment reference feature.
CLIENT_AREA__SHADOW_COLOR - Static variable in interface org.eclipse.birt.chart.model.layout.LayoutPackage
The feature id for the 'Shadow Color' containment reference.
CLIENT_AREA__SHADOW_COLOR - Static variable in interface org.eclipse.birt.chart.model.layout.LayoutPackage.Literals
The meta object literal for the 'Shadow Color' containment reference feature.
CLIENT_AREA__VISIBLE - Static variable in interface org.eclipse.birt.chart.model.layout.LayoutPackage
The feature id for the 'Visible' attribute.
CLIENT_AREA__VISIBLE - Static variable in interface org.eclipse.birt.chart.model.layout.LayoutPackage.Literals
The meta object literal for the 'Visible' attribute feature.
CLIENT_AREA_FEATURE_COUNT - Static variable in interface org.eclipse.birt.chart.model.layout.LayoutPackage
The number of structural features of the 'Client Area' class.
ClientArea - Interface in org.eclipse.birt.chart.model.layout
A representation of the model object 'Client Area'.
ClientAreaImpl - Class in org.eclipse.birt.chart.model.layout.impl
An implementation of the model object 'Client Area'.
clip(Engine3D) - Method in class org.eclipse.birt.chart.computation.Object3D
Check and clip vectors by given engine.
ClipRenderEvent - Class in org.eclipse.birt.chart.event
This class encapsulates clipping information required for clip implementation in a device.
ClipRenderEvent(Object) - Constructor for class org.eclipse.birt.chart.event.ClipRenderEvent
The constructor.
clone() - Method in class org.eclipse.birt.chart.computation.BoundingBox
 
clone() - Method in class org.eclipse.birt.chart.computation.withaxes.AutoScale
 
clone() - Method in class org.eclipse.birt.chart.computation.withaxes.AxisTickCoordinates
 
close() - Method in class org.eclipse.birt.chart.factory.DataRowExpressionEvaluatorAdapter
 
close() - Method in interface org.eclipse.birt.chart.factory.IDataRowExpressionEvaluator
Closes the underlying resultset.
CLOSED - Static variable in class org.eclipse.birt.chart.event.ArcRenderEvent
The closure type for an arc closed by drawing a straight line segment from the start of the arc segment to the end of the arc segment.
COLLECTION - Static variable in interface org.eclipse.birt.chart.computation.IConstants
 
COLOR_DEFINITION - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The meta object id for the 'Color Definition' class.
COLOR_DEFINITION - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage.Literals
The meta object literal for the 'Color Definition' class.
COLOR_DEFINITION__BLUE - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The feature id for the 'Blue' attribute.
COLOR_DEFINITION__BLUE - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage.Literals
The meta object literal for the 'Blue' attribute feature.
COLOR_DEFINITION__GREEN - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The feature id for the 'Green' attribute.
COLOR_DEFINITION__GREEN - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage.Literals
The meta object literal for the 'Green' attribute feature.
COLOR_DEFINITION__RED - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The feature id for the 'Red' attribute.
COLOR_DEFINITION__RED - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage.Literals
The meta object literal for the 'Red' attribute feature.
COLOR_DEFINITION__TRANSPARENCY - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The feature id for the 'Transparency' attribute.
COLOR_DEFINITION__TRANSPARENCY - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage.Literals
The meta object literal for the 'Transparency' attribute feature.
COLOR_DEFINITION__TYPE - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The feature id for the 'Type' attribute.
COLOR_DEFINITION_FEATURE_COUNT - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The number of structural features of the 'Color Definition' class.
ColorDefinition - Interface in org.eclipse.birt.chart.model.attribute
A representation of the model object 'Color Definition'.
ColorDefinitionImpl - Class in org.eclipse.birt.chart.model.attribute.impl
An implementation of the model object ' Color Definition'.
COLUMN - Static variable in enum org.eclipse.birt.chart.model.attribute.MarkerType
The 'Column' literal value.
COMBO - Static variable in enum org.eclipse.birt.chart.model.attribute.ChartType
The 'Combo' literal value.
COMP_LIST - Static variable in class org.eclipse.birt.chart.script.ScriptHandler
 
compareRegular(Bounds, Bounds) - Static method in class org.eclipse.birt.chart.event.PrimitiveRenderEvent
Compare two bounds regularly.
compareTo(Object) - Method in class org.eclipse.birt.chart.event.MarkerInstruction
 
compareTo(Object) - Method in class org.eclipse.birt.chart.event.PrimitiveRenderEvent
Compares two primitives in terms of Z-order rendering
compareTo(Object) - Method in class org.eclipse.birt.chart.event.WrappedInstruction
 
compareTransposed(Bounds, Bounds) - Static method in class org.eclipse.birt.chart.event.PrimitiveRenderEvent
Compare two bounds in transposed way.
ComponentFactory - Interface in org.eclipse.birt.chart.model.component
The Factory for the model.
ComponentFactoryImpl - Class in org.eclipse.birt.chart.model.component.impl
An implementation of the model Factory .
ComponentFactoryImpl() - Constructor for class org.eclipse.birt.chart.model.component.impl.ComponentFactoryImpl
Creates an instance of the factory.
ComponentPackage - Interface in org.eclipse.birt.chart.model.component
The Package for the model.
ComponentPackage.Literals - Interface in org.eclipse.birt.chart.model.component
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
ComponentPackageImpl - Class in org.eclipse.birt.chart.model.component.impl
An implementation of the model Package .
COMPRESSED_OUTPUT - Static variable in interface org.eclipse.birt.chart.device.IDeviceRenderer
A property name that indicates if the output associated with the device should be compressed ('true') or written out as is uncompressed ('false').
COMPUTATION - Static variable in class org.eclipse.birt.chart.exception.ChartException
Exception type for Computation error.
compute(IDisplayServer, Chart, SeriesDefinition[], RunTimeContext) - Method in class org.eclipse.birt.chart.computation.LegendBuilder
Computes the size of the legend.
compute(Bounds) - Method in class org.eclipse.birt.chart.computation.PlotComputation
This method computes the entire chart within the given bounds.
compute(Bounds) - Method in class org.eclipse.birt.chart.computation.withaxes.PlotWith2DAxes
This method computes the entire chart within the given bounds.
compute(Bounds) - Method in class org.eclipse.birt.chart.computation.withaxes.PlotWith3DAxes
 
compute(Bounds) - Method in class org.eclipse.birt.chart.computation.withoutaxes.PlotWithoutAxes
 
compute(Bounds, Plot, ISeriesRenderingHints) - Method in class org.eclipse.birt.chart.render.EmptyWithAxes
 
compute(Bounds, Plot, ISeriesRenderingHints) - Method in class org.eclipse.birt.chart.render.EmptyWithoutAxes
 
compute(Bounds, Plot, ISeriesRenderingHints) - Method in interface org.eclipse.birt.chart.render.ISeriesRenderer
Sends out a first pass notification to the series renderer implementation to perform any necessary pre-computations prior to a second pass rendering.
compute(Bounds, Plot, ISeriesRenderingHints) - Method in interface org.eclipse.birt.chart.render.ISeriesRenderer
Sends out a first pass notification to the series renderer implementation to perform any necessary pre-computations prior to a second pass rendering.
computeAxisLabelThickness(IDisplayServer, Label, int) - Method in class org.eclipse.birt.chart.computation.withaxes.AutoScale
 
computeBox(IDisplayServer, int, Label, double, double) - Method in class org.eclipse.birt.chart.computation.BIRTChartComputation
 
computeBox(IDisplayServer, int, Label, double, double) - Method in interface org.eclipse.birt.chart.computation.IChartComputation
Compute the bounding box ( location and size ) of a label.
computeBox(IDisplayServer, int, Label, double, double) - Static method in class org.eclipse.birt.chart.computation.Methods
 
computeBox(IDisplayServer, int, Label, double, double, double) - Static method in class org.eclipse.birt.chart.computation.Methods
 
computeBox(IDisplayServer, ITextMetrics, int, Label, double, double, Double) - Static method in class org.eclipse.birt.chart.computation.Methods
 
computeBox(IDisplayServer, int, Label, double, double, double, Double) - Static method in class org.eclipse.birt.chart.computation.Methods
 
computeDecimalFormat(BigDecimal, BigDecimal) - Method in class org.eclipse.birt.chart.computation.withaxes.AutoScale
 
computeDecimalFormat(double, double) - Method in class org.eclipse.birt.chart.computation.withaxes.AutoScale
Computes the default DecimalFormat pattern for axis according to axis value and scale steps.
computeDecorationThickness(IDisplayServer, OneAxis) - Method in interface org.eclipse.birt.chart.render.IAxesDecorator
Returns the thickness for use with decoration.
computeDefaultDecimalFormat(Number) - Method in class org.eclipse.birt.chart.computation.withaxes.AutoScale
Creates a default decimal format based on specified number.
computeDifference(CDateTime, CDateTime, int) - Static method in class org.eclipse.birt.chart.util.CDateTime
Computes the difference between two given datetime values as a fraction for the requested field.
computeDifference(CDateTime, CDateTime, int, boolean) - Static method in class org.eclipse.birt.chart.util.CDateTime
Computes the difference between two given datetime values as a fraction for the requested field.
computeFontHeight(IDisplayServer, Label) - Method in class org.eclipse.birt.chart.computation.BIRTChartComputation
 
computeFontHeight(IDisplayServer, Label) - Method in interface org.eclipse.birt.chart.computation.IChartComputation
Convenient method to compute the font's height of a label.
computeFontHeight(IDisplayServer, Label) - Static method in class org.eclipse.birt.chart.computation.Methods
Convenient method to compute the font's height of a label.
computeHeight(IDisplayServer, Label) - Method in class org.eclipse.birt.chart.computation.BIRTChartComputation
 
computeHeight(IDisplayServer, Label) - Method in interface org.eclipse.birt.chart.computation.IChartComputation
Compute the height of a label.
computeHeight(IDisplayServer, Label) - Static method in class org.eclipse.birt.chart.computation.Methods
 
computeHeight(ITextMetrics, Label) - Static method in class org.eclipse.birt.chart.computation.Methods
 
computeLabelSize(IDisplayServer, Label, double, Double) - Method in class org.eclipse.birt.chart.computation.BIRTChartComputation
 
computeLabelSize(IDisplayServer, Label, double, Double) - Method in interface org.eclipse.birt.chart.computation.IChartComputation
Compute the size of a label.
computeLabelSize(IDisplayServer, Label, double, Double) - Static method in class org.eclipse.birt.chart.computation.Methods
Compute the size of a label.
computeMinMax() - Method in class org.eclipse.birt.chart.computation.withaxes.ScaleContext
 
computeMinMax(boolean) - Method in class org.eclipse.birt.chart.computation.withaxes.ScaleContext
 
computePolygon(IDisplayServer, int, Label, double, double, Double) - Method in class org.eclipse.birt.chart.computation.BIRTChartComputation
 
computePolygon(IDisplayServer, int, Label, double, double, Double) - Method in interface org.eclipse.birt.chart.computation.IChartComputation
Compute the bounding polygon of a label.
computePolygon(IDisplayServer, int, Label, double, double) - Static method in class org.eclipse.birt.chart.computation.Methods
 
computePolygon(IDisplayServer, int, Label, double, double, Double) - Static method in class org.eclipse.birt.chart.computation.Methods
 
computePolygon(ITextMetrics, int, Label, double, double, Double) - Static method in class org.eclipse.birt.chart.computation.Methods
 
computeRotatedTopPoint(IDisplayServer, BoundingBox, Label, double) - Static method in class org.eclipse.birt.chart.computation.Methods
 
computeStaggeredAxisLabelOffset(IDisplayServer, Label, int) - Method in class org.eclipse.birt.chart.computation.withaxes.AutoScale
 
computeTicks(IDisplayServer, Label, int, int, double, double, boolean, AllAxes) - Method in class org.eclipse.birt.chart.computation.withaxes.AutoScale
 
computeTicks(IDisplayServer, Label, int, int, double, double, boolean, boolean, AllAxes) - Method in class org.eclipse.birt.chart.computation.withaxes.AutoScale
 
computeTotal(double) - Method in class org.eclipse.birt.chart.computation.withaxes.AxisSubUnit
 
computeUnit(DataSetIterator) - Static method in class org.eclipse.birt.chart.util.CDateTime
Walks through all values in a dataset and computes the least significant unit for which a difference was noted.
computeUnit(CDateTime[]) - Static method in class org.eclipse.birt.chart.util.CDateTime
Walks through all values in a datetime array and computes the least significant unit for which a difference was noted.
computeWidth(IDisplayServer, Label) - Method in class org.eclipse.birt.chart.computation.BIRTChartComputation
 
computeWidth(IDisplayServer, Label) - Method in interface org.eclipse.birt.chart.computation.IChartComputation
Compute the width of a label.
computeWidth(IDisplayServer, Label) - Static method in class org.eclipse.birt.chart.computation.Methods
 
computeWidth(ITextMetrics, Label) - Static method in class org.eclipse.birt.chart.computation.Methods
 
computeWrapping(IDisplayServer, Label) - Method in class org.eclipse.birt.chart.computation.LabelLimiter
 
computeWrapping(IDisplayServer, Label, LabelLimiter) - Static method in class org.eclipse.birt.chart.computation.LabelLimiter
Compute the wrapping with maxWidth, maxHeight.
CONE - Static variable in enum org.eclipse.birt.chart.model.attribute.RiserType
The 'Cone' literal value.
contains(Point) - Method in class org.eclipse.birt.chart.computation.Polygon
 
contains(Point) - Method in class org.eclipse.birt.chart.computation.Rectangle
 
contains(Location) - Method in interface org.eclipse.birt.chart.model.attribute.Bounds
Returns if the given point is within this bounds.
contains(Location) - Method in class org.eclipse.birt.chart.model.attribute.impl.BoundsImpl
 
convertActionTypeObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertActionTypeToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertAnchorObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertAnchorToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertAngleTypeObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertAngleTypeToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertAxisTypeObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertAxisTypeToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertChartDimensionObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertChartDimensionToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertChartTypeObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertChartTypeToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertCoverageTypeObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.impl.ModelFactoryImpl
 
convertCoverageTypeToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.impl.ModelFactoryImpl
 
convertCursorTypeObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertCursorTypeToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertDataPointComponentTypeObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertDataPointComponentTypeToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertDataToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.data.impl.DataFactoryImpl
 
convertDataTypeObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertDataTypeToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertDateFormatDetailObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertDateFormatDetailToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertDateFormatTypeObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertDateFormatTypeToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertDirectionObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertDirectionToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertEllipsisTypeObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.layout.impl.LayoutFactoryImpl
 
convertEllipsisTypeToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.layout.impl.LayoutFactoryImpl
 
convertGroupingUnitTypeObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertGroupingUnitTypeToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertHorizontalAlignmentObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertHorizontalAlignmentToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertIDToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertIntersectionTypeObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertIntersectionTypeToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertLeaderLineStyleObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertLeaderLineStyleToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertLegendBehaviorTypeObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertLegendBehaviorTypeToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertLegendItemTypeObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertLegendItemTypeToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertLineDecoratorObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertLineDecoratorToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertLineStyleObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertLineStyleToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertMarkerTypeObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertMarkerTypeToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertMenuStylesKeyTypeObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertMenuStylesKeyTypeToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertOrientationObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertOrientationToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertPatternBitmapObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertPatternBitmapToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertPercentageObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertPercentageToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertPositionObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertPositionToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertRGBValueObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertRGBValueToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertRiserTypeObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertRiserTypeToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertRuleTypeObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertRuleTypeToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertScaleUnitTypeObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertScaleUnitTypeToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertSortOptionObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertSortOptionToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertStretchObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertStretchToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertStyledComponentObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertStyledComponentToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertTickStyleObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertTickStyleToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertTitlePercentTypeObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.layout.impl.LayoutFactoryImpl
 
convertTitlePercentTypeToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.layout.impl.LayoutFactoryImpl
 
convertToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.data.impl.DataFactoryImpl
 
convertToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.impl.ModelFactoryImpl
 
convertToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.layout.impl.LayoutFactoryImpl
 
convertTriggerConditionObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertTriggerConditionToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertTriggerFlowObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertTriggerFlowToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertUnitsOfMeasurementObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertUnitsOfMeasurementToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertVerticalAlignmentObjectToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
convertVerticalAlignmentToString(EDataType, Object) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
Coordinates - Class in org.eclipse.birt.chart.computation.withoutaxes
Coordinates
copy() - Method in class org.eclipse.birt.chart.computation.withaxes.ScaleContext
 
copy() - Method in class org.eclipse.birt.chart.event.Arc3DRenderEvent
 
copy() - Method in class org.eclipse.birt.chart.event.ArcRenderEvent
 
copy() - Method in class org.eclipse.birt.chart.event.Area3DRenderEvent
 
copy() - Method in class org.eclipse.birt.chart.event.AreaRenderEvent
 
copy() - Method in class org.eclipse.birt.chart.event.Image3DRenderEvent
 
copy() - Method in class org.eclipse.birt.chart.event.ImageRenderEvent
 
copy() - Method in class org.eclipse.birt.chart.event.Line3DRenderEvent
 
copy() - Method in class org.eclipse.birt.chart.event.LineRenderEvent
 
copy() - Method in class org.eclipse.birt.chart.event.Oval3DRenderEvent
 
copy() - Method in class org.eclipse.birt.chart.event.OvalRenderEvent
 
copy() - Method in class org.eclipse.birt.chart.event.Polygon3DRenderEvent
 
copy() - Method in class org.eclipse.birt.chart.event.PolygonRenderEvent
 
copy() - Method in class org.eclipse.birt.chart.event.PrimitiveRenderEvent
 
copy() - Method in class org.eclipse.birt.chart.event.RectangleRenderEvent
 
copy() - Method in class org.eclipse.birt.chart.event.Text3DRenderEvent
 
copy() - Method in class org.eclipse.birt.chart.event.TextRenderEvent
 
copyCompactInstance(Label) - Static method in class org.eclipse.birt.chart.model.component.impl.LabelImpl
A convenient method to get an instance copy.
copyCompactLabel(Label) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
copyCompactLabel(Label) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.AccessibilityValue
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.ActionValue
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.Angle3D
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.AxisOrigin
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.Bounds
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.CallBackValue
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.ColorDefinition
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.Cursor
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.DataPoint
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.DataPointComponent
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.DateFormatSpecifier
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.EmbeddedImage
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.ExtendedProperty
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.Fill
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.FontDefinition
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.FormatSpecifier
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.FractionNumberFormatSpecifier
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.Gradient
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.Image
 
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.AccessibilityValueImpl
A convenient method to get an instance copy.
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.ActionValueImpl
A convenient method to get an instance copy.
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.Angle3DImpl
A convenient method to get an instance copy.
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.AxisOriginImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.BoundsImpl
A convenient method to get an instance copy.
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.CallBackValueImpl
A convenient method to get an instance copy.
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.ColorDefinitionImpl
A convenient method to get an instance copy.
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.CursorImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.DataPointComponentImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.DataPointImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.DateFormatSpecifierImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.EmbeddedImageImpl
A convenient method to get an instance copy.
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.ExtendedPropertyImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.FillImpl
A convenient method to get an instance copy.
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.FontDefinitionImpl
A convenient method to get an instance copy.
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.FormatSpecifierImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.FractionNumberFormatSpecifierImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.GradientImpl
A convenient method to get an instance copy.
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.ImageImpl
A convenient method to get an instance copy.
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.InsetsImpl
A convenient method to get an instance copy.
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.InteractivityImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.JavaDateFormatSpecifierImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.JavaNumberFormatSpecifierImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.LineAttributesImpl
A convenient method to get an instance copy.
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.Location3DImpl
A convenient method to get an instance copy.
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.LocationImpl
A convenient method to get an instance copy.
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.MarkerImpl
A convenient method to get an instance copy.
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.MultipleFillImpl
A convenient method to get an instance copy.
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.MultiURLValuesImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.NumberFormatSpecifierImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.PaletteImpl
A convenient method to get an instance copy.
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.PatternImageImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.Rotation3DImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.ScriptValueImpl
A convenient method to get an instance copy.
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.SeriesValueImpl
A convenient method to get an instance copy.
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.SizeImpl
A convenient method to get an instance copy.
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.StringFormatSpecifierImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.StyleImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.StyleMapImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.TextAlignmentImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.TextImpl
A convenient method to get an instance copy.
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.TooltipValueImpl
A convenient method to get an instance copy.
copyInstance() - Method in class org.eclipse.birt.chart.model.attribute.impl.URLValueImpl
A convenient method to get an instance copy.
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.Insets
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.Interactivity
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.JavaDateFormatSpecifier
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.JavaNumberFormatSpecifier
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.LineAttributes
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.Location
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.Location3D
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.Marker
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.MultipleFill
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.MultiURLValues
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.NumberFormatSpecifier
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.Palette
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.PatternImage
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.Rotation3D
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.ScriptValue
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.SeriesValue
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.Size
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.StringFormatSpecifier
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.Style
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.StyleMap
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.Text
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.TextAlignment
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.TooltipValue
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.attribute.URLValue
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.Chart
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.ChartWithAxes
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.ChartWithoutAxes
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.component.Axis
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.component.ChartPreferences
Deprecated.
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.component.CurveFitting
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.component.Dial
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.component.DialRegion
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.component.Grid
 
copyInstance() - Method in class org.eclipse.birt.chart.model.component.impl.AxisImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.component.impl.ChartPreferencesImpl
Deprecated.
 
copyInstance() - Method in class org.eclipse.birt.chart.model.component.impl.CurveFittingImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.component.impl.DialImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.component.impl.DialRegionImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.component.impl.GridImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.component.impl.LabelImpl
A convenient method to get an instance copy.
copyInstance() - Method in class org.eclipse.birt.chart.model.component.impl.MarkerLineImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.component.impl.MarkerRangeImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.component.impl.NeedleImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.component.impl.ScaleImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.component.impl.SeriesImpl
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.component.Label
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.component.MarkerLine
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.component.MarkerRange
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.component.Needle
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.component.Scale
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.component.Series
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.data.Action
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.data.BaseSampleData
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.data.BigNumberDataElement
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.data.BubbleDataSet
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.data.DataElement
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.data.DataSet
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.data.DateTimeDataElement
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.data.DateTimeDataSet
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.data.DifferenceDataSet
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.data.GanttDataSet
 
copyInstance() - Method in class org.eclipse.birt.chart.model.data.impl.ActionImpl
A convenient method to get an instance copy.
copyInstance() - Method in class org.eclipse.birt.chart.model.data.impl.BaseSampleDataImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.data.impl.BigNumberDataElementImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.data.impl.BubbleDataSetImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.data.impl.DataElementImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.data.impl.DataSetImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.data.impl.DateTimeDataElementImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.data.impl.DateTimeDataSetImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.data.impl.DifferenceDataSetImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.data.impl.GanttDataSetImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.data.impl.MultipleActionsImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.data.impl.NullDataSetImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.data.impl.NumberDataElementImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.data.impl.NumberDataSetImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.data.impl.OrthogonalSampleDataImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.data.impl.QueryImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.data.impl.RuleImpl
Deprecated.
 
copyInstance() - Method in class org.eclipse.birt.chart.model.data.impl.SampleDataImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.data.impl.SeriesDefinitionImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.data.impl.SeriesGroupingImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.data.impl.StockDataSetImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.data.impl.TextDataSetImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.data.impl.TriggerImpl
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.data.MultipleActions
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.data.NullDataSet
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.data.NumberDataElement
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.data.NumberDataSet
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.data.OrthogonalSampleData
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.data.Query
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.data.Rule
Deprecated.
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.data.SampleData
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.data.SeriesDefinition
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.data.SeriesGrouping
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.data.StockDataSet
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.data.TextDataSet
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.data.Trigger
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.DialChart
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.IChartObject
 
copyInstance() - Method in class org.eclipse.birt.chart.model.impl.ChartImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.impl.ChartWithAxesImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.impl.ChartWithoutAxesImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.impl.DialChartImpl
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.layout.Block
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.layout.ClientArea
 
copyInstance() - Method in class org.eclipse.birt.chart.model.layout.impl.BlockImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.layout.impl.ClientAreaImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.layout.impl.LabelBlockImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.layout.impl.LegendImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.layout.impl.PlotImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.layout.impl.TitleBlockImpl
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.layout.LabelBlock
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.layout.Legend
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.layout.Plot
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.layout.TitleBlock
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.type.AreaSeries
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.type.BarSeries
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.type.BubbleSeries
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.type.DialSeries
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.type.DifferenceSeries
A convenient method to get an instance copy.
copyInstance() - Method in interface org.eclipse.birt.chart.model.type.GanttSeries
 
copyInstance() - Method in class org.eclipse.birt.chart.model.type.impl.AreaSeriesImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.type.impl.BarSeriesImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.type.impl.BubbleSeriesImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.type.impl.DialSeriesImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.type.impl.DifferenceSeriesImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.type.impl.GanttSeriesImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.type.impl.LineSeriesImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.type.impl.PieSeriesImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.type.impl.ScatterSeriesImpl
 
copyInstance() - Method in class org.eclipse.birt.chart.model.type.impl.StockSeriesImpl
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.type.LineSeries
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.type.PieSeries
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.type.ScatterSeries
 
copyInstance() - Method in interface org.eclipse.birt.chart.model.type.StockSeries
 
copyInstanceNoFill(Marker) - Static method in class org.eclipse.birt.chart.model.attribute.impl.MarkerImpl
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.
copyMarkerNoFill(Marker) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
copyMarkerNoFill(Marker) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
copyOf(Label) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
copyOf(ColorDefinition) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
copyOf(Fill) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
copyOf(Gradient) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
copyOf(Text) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
copyOf(FontDefinition) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
copyOf(Insets) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
copyOf(LineAttributes) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
copyOf(Bounds) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
copyOf(Image) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
copyOf(TextAlignment) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
copyOf(Trigger) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
copyOf(ActionValue) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
copyOf(Action) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
copyOf(Label) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
copyOf(Text) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
copyOf(TextAlignment) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
copyOf(LineAttributes) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
copyOf(Bounds) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
copyOf(FontDefinition) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
copyOf(ColorDefinition) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
copyOf(Fill) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
copyOf(Insets) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
copyOf(Trigger) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
copyOf(Gradient) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
copyOf(ActionValue) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
copyOf(Action) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
copyOf(Image) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
cosineValue(Vector) - Method in class org.eclipse.birt.chart.computation.Vector
 
COVERAGE_TYPE - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The meta object id for the 'Coverage Type' data type.
COVERAGE_TYPE - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Coverage Type' data type.
COVERAGE_TYPE_OBJECT - Static variable in interface org.eclipse.birt.chart.model.ModelPackage
The meta object id for the 'Coverage Type Object' data type.
COVERAGE_TYPE_OBJECT - Static variable in interface org.eclipse.birt.chart.model.ModelPackage.Literals
The meta object literal for the 'Coverage Type Object' data type.
CREAM() - Static method in class org.eclipse.birt.chart.model.attribute.impl.ColorDefinitionImpl
An opaque creamy color with (r=249;g=225;b=191) Note: Manually written
create(OneAxis) - Static method in class org.eclipse.birt.chart.computation.withaxes.AxisLabelTextProvider
 
create(ChartWithAxes, RunTimeContext) - Static method in class org.eclipse.birt.chart.computation.withaxes.StackedSeriesLookup
 
create(boolean) - Static method in class org.eclipse.birt.chart.factory.RunTimeContext.StateKey
 
create(boolean) - Static method in class org.eclipse.birt.chart.factory.RunTimeContext.StateKey
 
create(double, double, double) - Static method in class org.eclipse.birt.chart.model.attribute.impl.Angle3DImpl
 
create(EClass) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
create(IntersectionType, DataElement) - Static method in class org.eclipse.birt.chart.model.attribute.impl.AxisOriginImpl
 
create(double, double, double, double) - Static method in class org.eclipse.birt.chart.model.attribute.impl.BoundsImpl
Convenient creation of a Bounds object and instantiates member variables NOTE: Manually written
create(String) - Static method in class org.eclipse.birt.chart.model.attribute.impl.CallBackValueImpl
 
create(int, int, int, int) - Static method in class org.eclipse.birt.chart.model.attribute.impl.ColorDefinitionImpl
NOTE: Manually written
create(int, int, int) - Static method in class org.eclipse.birt.chart.model.attribute.impl.ColorDefinitionImpl
NOTE: Manually written
create(DataPointComponentType, FormatSpecifier) - Static method in class org.eclipse.birt.chart.model.attribute.impl.DataPointComponentImpl
A convenience methods provided to create an initialized DataPointComponent instance NOTE: Manually written
create(String, String, String) - Static method in class org.eclipse.birt.chart.model.attribute.impl.DataPointImpl
A convenience methods provided to create an initialized DataPoint instance NOTE: Manually written
create(String, String) - Static method in class org.eclipse.birt.chart.model.attribute.impl.EmbeddedImageImpl
A convenient method to create and initialize an EmbeddedImage instance.
create(String, float, boolean, boolean, boolean, boolean, boolean, double, TextAlignment) - Static method in class org.eclipse.birt.chart.model.attribute.impl.FontDefinitionImpl
NOTE: Manually written
create() - Static method in class org.eclipse.birt.chart.model.attribute.impl.FractionNumberFormatSpecifierImpl
A convenience methods provided to create an initialized NumberFormatSpecifier instance NOTE: Manually written
create(ColorDefinition, ColorDefinition, double, boolean) - Static method in class org.eclipse.birt.chart.model.attribute.impl.GradientImpl
A convenience method provided to create a gradient instance with all member variables initialized
create(ColorDefinition, ColorDefinition) - Static method in class org.eclipse.birt.chart.model.attribute.impl.GradientImpl
 
create(String) - Static method in class org.eclipse.birt.chart.model.attribute.impl.ImageImpl
A convenient method to create and initialize an Image instance.
create(double, double, double, double) - Static method in class org.eclipse.birt.chart.model.attribute.impl.InsetsImpl
A convenient method for creating an instance and initializing member variables.
create() - Static method in class org.eclipse.birt.chart.model.attribute.impl.InteractivityImpl
 
create(String) - Static method in class org.eclipse.birt.chart.model.attribute.impl.JavaDateFormatSpecifierImpl
A convenience methods provided to create an initialized JavaDateFormatSpecifier instance NOTE: Manually written
create(String) - Static method in class org.eclipse.birt.chart.model.attribute.impl.JavaNumberFormatSpecifierImpl
A convenience methods provided to create an initialized JavaNumberFormatSpecifier instance NOTE: Manually written
create(ColorDefinition, LineStyle, int) - Static method in class org.eclipse.birt.chart.model.attribute.impl.LineAttributesImpl
A convenient method that facilitates implicit initialization of member variables in creation of an instance.
create(double, double, double) - Static method in class org.eclipse.birt.chart.model.attribute.impl.Location3DImpl
 
create(double[], double[], double[]) - Static method in class org.eclipse.birt.chart.model.attribute.impl.Location3DImpl
 
create(double, double) - Static method in class org.eclipse.birt.chart.model.attribute.impl.LocationImpl
 
create(double[], double[]) - Static method in class org.eclipse.birt.chart.model.attribute.impl.LocationImpl
 
create(MarkerType, int) - Static method in class org.eclipse.birt.chart.model.attribute.impl.MarkerImpl
 
create() - Static method in class org.eclipse.birt.chart.model.attribute.impl.MultipleFillImpl
Manually written.
create() - Static method in class org.eclipse.birt.chart.model.attribute.impl.MultiURLValuesImpl
Returns a new instance of MultiURLValues.
create() - Static method in class org.eclipse.birt.chart.model.attribute.impl.NumberFormatSpecifierImpl
A convenience methods provided to create an initialized NumberFormatSpecifier instance NOTE: Manually written
create(int, boolean) - Static method in class org.eclipse.birt.chart.model.attribute.impl.PaletteImpl
A convenience method provided to create an empty or pre-initialized palette NOTE: Manually written
create(Fill) - Static method in class org.eclipse.birt.chart.model.attribute.impl.PaletteImpl
A convenience method provided to create a palette with a single color entry NOTE: Manually written
create() - Static method in class org.eclipse.birt.chart.model.attribute.impl.Rotation3DImpl
Creates an empty Roatation3D object.
create(Angle3D[]) - Static method in class org.eclipse.birt.chart.model.attribute.impl.Rotation3DImpl
Creates a Rotation3D object using given Angle3D array.
create(String) - Static method in class org.eclipse.birt.chart.model.attribute.impl.ScriptValueImpl
A convenience method provided to build a script action value when needed
create(String) - Static method in class org.eclipse.birt.chart.model.attribute.impl.SeriesValueImpl
A convenience method provided to build a series action value when needed
create(double, double) - Static method in class org.eclipse.birt.chart.model.attribute.impl.SizeImpl
/** Convenient creation of a Size object and instantiates member variables NOTE: Manually written
create() - Static method in class org.eclipse.birt.chart.model.attribute.impl.StringFormatSpecifierImpl
A convenience methods provided to create an initialized NumberFormatSpecifier instance NOTE: Manually written
create(String) - Static method in class org.eclipse.birt.chart.model.attribute.impl.StringFormatSpecifierImpl
 
create(FontDefinition, ColorDefinition, ColorDefinition, Image, Insets) - Static method in class org.eclipse.birt.chart.model.attribute.impl.StyleImpl
 
create(StyledComponent, Style) - Static method in class org.eclipse.birt.chart.model.attribute.impl.StyleMapImpl
 
create() - Static method in class org.eclipse.birt.chart.model.attribute.impl.TextAlignmentImpl
A convenient method to create a new TextAlignment instance and initialize its members
create(String) - Static method in class org.eclipse.birt.chart.model.attribute.impl.TextImpl
A convenience method provided to create a Text instance
create(int, String) - Static method in class org.eclipse.birt.chart.model.attribute.impl.TooltipValueImpl
A convenience method provided to build a tooltip action value when needed NOTE: Manually written
create(String, String, String, String, String) - Static method in class org.eclipse.birt.chart.model.attribute.impl.URLValueImpl
A convenience method provided to create a new URLValue instance NOTE: Manually written
create(int) - Static method in class org.eclipse.birt.chart.model.component.impl.AxisImpl
A convenience method to create an initialized 'Axis' instance
create(EClass) - Method in class org.eclipse.birt.chart.model.component.impl.ComponentFactoryImpl
 
create() - Static method in class org.eclipse.birt.chart.model.component.impl.CurveFittingImpl
Returns a curveFitting instance.
create() - Static method in class org.eclipse.birt.chart.model.component.impl.DialImpl
 
create() - Static method in class org.eclipse.birt.chart.model.component.impl.DialRegionImpl
 
create(boolean, ColorDefinition, LineStyle, int, TickStyle) - Static method in class org.eclipse.birt.chart.model.component.impl.GridImpl
 
create() - Static method in class org.eclipse.birt.chart.model.component.impl.LabelImpl
A convenience method to create an initialized 'Label' instance
create(Axis, DataElement) - Static method in class org.eclipse.birt.chart.model.component.impl.MarkerLineImpl
A convenience method provided to add a marker line instance to an axis
create(Axis, DataElement, ColorDefinition) - Static method in class org.eclipse.birt.chart.model.component.impl.MarkerLineImpl
A convenience method provided to add a marker line instance to an axis
create(Axis, DataElement, DataElement, Fill) - Static method in class org.eclipse.birt.chart.model.component.impl.MarkerRangeImpl
A convenience method provided to add a marker range instance to an axis
create(Axis, DataElement, DataElement, Fill, ColorDefinition) - Static method in class org.eclipse.birt.chart.model.component.impl.MarkerRangeImpl
A convenience method provided to add a marker range instance to an axis
create() - Static method in class org.eclipse.birt.chart.model.component.impl.NeedleImpl
 
create() - Static method in class org.eclipse.birt.chart.model.component.impl.SeriesImpl
A convenience method to create an initialized 'Series' instance
create(ActionType, ActionValue) - Static method in class org.eclipse.birt.chart.model.data.impl.ActionImpl
Returns an instance of an action NOTE: Manually written
create(BigDecimal) - Static method in class org.eclipse.birt.chart.model.data.impl.BigNumberDataElementImpl
 
create(Object) - Static method in class org.eclipse.birt.chart.model.data.impl.BubbleDataSetImpl
A convenience method to create an initialized 'BubbleDataSet' instance
create(EClass) - Method in class org.eclipse.birt.chart.model.data.impl.DataFactoryImpl
 
create(Calendar) - Static method in class org.eclipse.birt.chart.model.data.impl.DateTimeDataElementImpl
A convenience method provided to return an initialized DateTimeDataElement
create(Object) - Static method in class org.eclipse.birt.chart.model.data.impl.DateTimeDataSetImpl
A convenience method to create an initialized 'DateTimeDataSet' instance
create(Object) - Static method in class org.eclipse.birt.chart.model.data.impl.DifferenceDataSetImpl
A convenience method to create an initialized 'DifferenceDataSet' instance
create(Object) - Static method in class org.eclipse.birt.chart.model.data.impl.GanttDataSetImpl
A convenience method to create an initialized 'GanttDataSet' instance
create() - Static method in class org.eclipse.birt.chart.model.data.impl.MultipleActionsImpl
Returns a new instance of MultiURLValues.
create(int) - Static method in class org.eclipse.birt.chart.model.data.impl.NullDataSetImpl
A convenience method to create an initialized 'NullDataSet' instance
create(double) - Static method in class org.eclipse.birt.chart.model.data.impl.NumberDataElementImpl
A convenience method provided to return an initialized NumberDataElement
create(Object) - Static method in class org.eclipse.birt.chart.model.data.impl.NumberDataSetImpl
A convenience method to create an initialized 'NumberDataSet' instance
create(String) - Static method in class org.eclipse.birt.chart.model.data.impl.QueryImpl
A convenience method provided to create a new initialized query instance
create(RuleType, String) - Static method in class org.eclipse.birt.chart.model.data.impl.RuleImpl
Deprecated.
A convenience method provided to create a new initialized rule instance
create() - Static method in class org.eclipse.birt.chart.model.data.impl.SeriesDefinitionImpl
A convenience method provided to create a series definition instance and initialize its member variables NOTE: Manually written
create() - Static method in class org.eclipse.birt.chart.model.data.impl.SeriesGroupingImpl
A convenience method provided to create a series grouping instance and initialize its member variables NOTE: Manually written
create(Object) - Static method in class org.eclipse.birt.chart.model.data.impl.StockDataSetImpl
A convenience method to create an initialized 'StockDataSet' instance
create(Object) - Static method in class org.eclipse.birt.chart.model.data.impl.TextDataSetImpl
A convenience method to create an initialized 'TextDataSet' instance
create(TriggerCondition, Action) - Static method in class org.eclipse.birt.chart.model.data.impl.TriggerImpl
This convenience method initializes and provides a trigger instance for use NOTE: Manually written
create() - Static method in class org.eclipse.birt.chart.model.impl.ChartWithAxesImpl
A convenience method to create an initialized 'ChartWithAxes' instance Note: Manually written
create() - Static method in class org.eclipse.birt.chart.model.impl.ChartWithoutAxesImpl
A convenience method to create an initialized 'ChartWithoutAxes' instance
create() - Static method in class org.eclipse.birt.chart.model.impl.DialChartImpl
 
create(EClass) - Method in class org.eclipse.birt.chart.model.impl.ModelFactoryImpl
 
create() - Static method in class org.eclipse.birt.chart.model.layout.impl.BlockImpl
A convenience method to create an initialized 'Block' instance Note: Manually written
create() - Static method in class org.eclipse.birt.chart.model.layout.impl.LabelBlockImpl
A convenience method to create an initialized 'LabelBlock' instance
create(EClass) - Method in class org.eclipse.birt.chart.model.layout.impl.LayoutFactoryImpl
 
create() - Static method in class org.eclipse.birt.chart.model.layout.impl.LegendImpl
A convenience method to create an initialized 'Legend' instance
create() - Static method in class org.eclipse.birt.chart.model.layout.impl.PlotImpl
A convenience method to create an initialized 'Plot' instance
create() - Static method in class org.eclipse.birt.chart.model.layout.impl.TitleBlockImpl
A convenience method to create an initialized 'TitleBlock' instance
create() - Static method in class org.eclipse.birt.chart.model.type.impl.AreaSeriesImpl
A convenience method to create an initialized 'Series' instance
create() - Static method in class org.eclipse.birt.chart.model.type.impl.BarSeriesImpl
A convenience method to create an initialized 'Series' instance
create() - Static method in class org.eclipse.birt.chart.model.type.impl.BubbleSeriesImpl
A convenience method to create an initialized 'Series' instance
create() - Static method in class org.eclipse.birt.chart.model.type.impl.DialSeriesImpl
 
create() - Static method in class org.eclipse.birt.chart.model.type.impl.DifferenceSeriesImpl
A convenience method to create an initialized 'Series' instance
create() - Static method in class org.eclipse.birt.chart.model.type.impl.GanttSeriesImpl
A convenience method to create an initialized 'Series' instance
create() - Static method in class org.eclipse.birt.chart.model.type.impl.LineSeriesImpl
A convenience method to create an initialized 'Series' instance
create() - Static method in class org.eclipse.birt.chart.model.type.impl.PieSeriesImpl
A convenience method to create an initialized 'Series' instance
create() - Static method in class org.eclipse.birt.chart.model.type.impl.ScatterSeriesImpl
A convenience method to create an initialized 'Series' instance
create() - Static method in class org.eclipse.birt.chart.model.type.impl.StockSeriesImpl
A convenience method to create an initialized 'Series' instance NOTE: Manually written
create(EClass) - Method in class org.eclipse.birt.chart.model.type.impl.TypeFactoryImpl
 
createAccessibilityValue() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Accessibility Value'.
createAccessibilityValue() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createAction(ActionType, ActionValue) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
createAction(ActionType, ActionValue) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
createAction() - Method in interface org.eclipse.birt.chart.model.data.DataFactory
Returns a new object of class 'Action'.
createAction() - Method in class org.eclipse.birt.chart.model.data.impl.DataFactoryImpl
 
createActionTypeFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createActionTypeObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createActionValue() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Action Value'.
createActionValue() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createAnchorFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createAnchorObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createAngle3D() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Angle3 D'.
createAngle3D() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createAngleTypeFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createAngleTypeObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createAreaSeries() - Method in class org.eclipse.birt.chart.model.type.impl.TypeFactoryImpl
 
createAreaSeries() - Method in interface org.eclipse.birt.chart.model.type.TypeFactory
Returns a new object of class 'Area Series'.
createAxis(Axis) - Static method in class org.eclipse.birt.chart.event.StructureSource
Creates a Structure Source for type Axis.
createAxis() - Method in interface org.eclipse.birt.chart.model.component.ComponentFactory
Returns a new object of class 'Axis'.
createAxis() - Method in class org.eclipse.birt.chart.model.component.impl.ComponentFactoryImpl
 
createAxisLabel(Axis, Label) - Static method in class org.eclipse.birt.chart.event.WrappedStructureSource
Creates a WrappedStructure Source for type Axis Label with an Axis parent.
createAxisOrigin() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Axis Origin'.
createAxisOrigin() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createAxisTitle(Axis, Label) - Static method in class org.eclipse.birt.chart.event.WrappedStructureSource
Creates a WrappedStructure Source for type Axis Title with an Axis parent.
createAxisTypeFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createAxisTypeObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createBarSeries() - Method in class org.eclipse.birt.chart.model.type.impl.TypeFactoryImpl
 
createBarSeries() - Method in interface org.eclipse.birt.chart.model.type.TypeFactory
Returns a new object of class 'Bar Series'.
createBaseSampleData() - Method in interface org.eclipse.birt.chart.model.data.DataFactory
Returns a new object of class 'Base Sample Data'.
createBaseSampleData() - Method in class org.eclipse.birt.chart.model.data.impl.DataFactoryImpl
 
createBigNumberDataElement() - Method in interface org.eclipse.birt.chart.model.data.DataFactory
Returns a new object of class 'Big Number Data Element'.
createBigNumberDataElement() - Method in class org.eclipse.birt.chart.model.data.impl.DataFactoryImpl
 
createBlock() - Method in class org.eclipse.birt.chart.model.layout.impl.LayoutFactoryImpl
 
createBlock() - Method in interface org.eclipse.birt.chart.model.layout.LayoutFactory
Returns a new object of class 'Block'.
createBounds(double, double, double, double) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
createBounds(double, double, double, double) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
createBounds() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Bounds'.
createBounds() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createBubbleDataSet() - Method in interface org.eclipse.birt.chart.model.data.DataFactory
Returns a new object of class 'Bubble Data Set'.
createBubbleDataSet() - Method in class org.eclipse.birt.chart.model.data.impl.DataFactoryImpl
 
createBubbleSeries() - Method in class org.eclipse.birt.chart.model.type.impl.TypeFactoryImpl
 
createBubbleSeries() - Method in interface org.eclipse.birt.chart.model.type.TypeFactory
Returns a new object of class 'Bubble Series'.
createByFormatName(String) - Method in interface org.eclipse.birt.chart.device.IImageWriterFactory
 
createByFormatName(String) - Method in class org.eclipse.birt.chart.device.ImageWriterFactory
 
createCallBackValue() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Call Back Value'.
createCallBackValue() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createChart() - Method in class org.eclipse.birt.chart.model.impl.ModelFactoryImpl
 
createChart() - Method in interface org.eclipse.birt.chart.model.ModelFactory
Returns a new object of class 'Chart'.
createChartBlock(Block) - Static method in class org.eclipse.birt.chart.event.StructureSource
Creates a Structure Source for type Chart Block.
createChartComputation() - Method in class org.eclipse.birt.chart.computation.ChartComputationFactory
 
createChartComputation() - Method in interface org.eclipse.birt.chart.computation.IChartComputationFactory
 
createChartDimensionFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createChartDimensionObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createChartPreferences() - Method in interface org.eclipse.birt.chart.model.component.ComponentFactory
Deprecated.
only reserved for compatibility
createChartPreferences() - Method in class org.eclipse.birt.chart.model.component.impl.ComponentFactoryImpl
 
createChartTypeFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createChartTypeObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createChartWithAxes() - Method in class org.eclipse.birt.chart.model.impl.ModelFactoryImpl
 
createChartWithAxes() - Method in interface org.eclipse.birt.chart.model.ModelFactory
Returns a new object of class 'Chart With Axes'.
createChartWithoutAxes() - Method in class org.eclipse.birt.chart.model.impl.ModelFactoryImpl
 
createChartWithoutAxes() - Method in interface org.eclipse.birt.chart.model.ModelFactory
Returns a new object of class 'Chart Without Axes'.
createClientArea() - Method in class org.eclipse.birt.chart.model.layout.impl.LayoutFactoryImpl
 
createClientArea() - Method in interface org.eclipse.birt.chart.model.layout.LayoutFactory
Returns a new object of class 'Client Area'.
createColorDefinition(int, int, int, int) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
createColorDefinition(int, int, int) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
createColorDefinition(int, int, int, int) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
createColorDefinition(int, int, int) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
createColorDefinition() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Color Definition'.
createColorDefinition() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createCoverageTypeFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.impl.ModelFactoryImpl
 
createCoverageTypeObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.impl.ModelFactoryImpl
 
createCursor() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Cursor'.
createCursor() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createCursorTypeFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createCursorTypeObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createCurveFitting() - Method in interface org.eclipse.birt.chart.model.component.ComponentFactory
Returns a new object of class 'Curve Fitting'.
createCurveFitting() - Method in class org.eclipse.birt.chart.model.component.impl.ComponentFactoryImpl
 
createDataElement() - Method in interface org.eclipse.birt.chart.model.data.DataFactory
Returns a new object of class 'Element'.
createDataElement() - Method in class org.eclipse.birt.chart.model.data.impl.DataFactoryImpl
 
createDataFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.data.impl.DataFactoryImpl
 
createDataPoint() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Data Point'.
createDataPoint() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createDataPointComponent() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Data Point Component'.
createDataPointComponent() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createDataPointComponentTypeFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createDataPointComponentTypeObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createDataSet() - Method in interface org.eclipse.birt.chart.model.data.DataFactory
Returns a new object of class 'Set'.
createDataSet() - Method in class org.eclipse.birt.chart.model.data.impl.DataFactoryImpl
 
createDataSetIterator(int) - Method in class org.eclipse.birt.chart.computation.withaxes.SharedScaleContext
Create a DataSetIterator with the min/max value, which can be used by AutoScale.
createDataSetIterator(int, boolean, BigDecimal) - Method in class org.eclipse.birt.chart.computation.withaxes.SharedScaleContext
Create a DataSetIterator with the min/max value, which can be used by AutoScale.
createDataTypeFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createDataTypeObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createDateFormatDetailFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createDateFormatDetailObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createDateFormatSpecifier() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Date Format Specifier'.
createDateFormatSpecifier() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createDateFormatTypeFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createDateFormatTypeObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createDateTimeDataElement() - Method in interface org.eclipse.birt.chart.model.data.DataFactory
Returns a new object of class 'Date Time Data Element'.
createDateTimeDataElement() - Method in class org.eclipse.birt.chart.model.data.impl.DataFactoryImpl
 
createDateTimeDataSet() - Method in interface org.eclipse.birt.chart.model.data.DataFactory
Returns a new object of class 'Date Time Data Set'.
createDateTimeDataSet() - Method in class org.eclipse.birt.chart.model.data.impl.DataFactoryImpl
 
createDefault(double, double, double) - Static method in class org.eclipse.birt.chart.model.attribute.impl.Angle3DImpl
 
createDefault(IntersectionType, DataElement) - Static method in class org.eclipse.birt.chart.model.attribute.impl.AxisOriginImpl
 
createDefault(double, double, double, double) - Static method in class org.eclipse.birt.chart.model.attribute.impl.BoundsImpl
Convenient creation of a Bounds object and instantiates member variables NOTE: Manually written
createDefault(double, double, double, double) - Static method in class org.eclipse.birt.chart.model.attribute.impl.InsetsImpl
A convenient method for creating an instance and initializing member variables.
createDefault(ColorDefinition, LineStyle, int) - Static method in class org.eclipse.birt.chart.model.attribute.impl.LineAttributesImpl
A convenient method that facilitates implicit initialization of member variables in creation of an instance.
createDefault(boolean) - Static method in class org.eclipse.birt.chart.model.attribute.impl.LineAttributesImpl
 
createDefault(ColorDefinition, LineStyle, int, boolean) - Static method in class org.eclipse.birt.chart.model.attribute.impl.LineAttributesImpl
 
createDefault(MarkerType, int, boolean) - Static method in class org.eclipse.birt.chart.model.attribute.impl.MarkerImpl
 
createDefault() - Static method in class org.eclipse.birt.chart.model.attribute.impl.Rotation3DImpl
Creates an empty Roatation3D object.
createDefault(Angle3D[]) - Static method in class org.eclipse.birt.chart.model.attribute.impl.Rotation3DImpl
Creates a Rotation3D object using given Angle3D array.
createDefault() - Static method in class org.eclipse.birt.chart.model.attribute.impl.TextAlignmentImpl
A convenient method to create a new TextAlignment instance and initialize its members
createDefault(HorizontalAlignment, VerticalAlignment) - Static method in class org.eclipse.birt.chart.model.attribute.impl.TextAlignmentImpl
A convenient method to create a new TextAlignment instance and initialize its members
createDefault(String) - Static method in class org.eclipse.birt.chart.model.attribute.impl.TextImpl
A convenience method provided to create a Text instance
createDefault(int) - Static method in class org.eclipse.birt.chart.model.component.impl.AxisImpl
A convenience method to create an initialized 'Axis' instance
createDefault() - Static method in class org.eclipse.birt.chart.model.component.impl.CurveFittingImpl
 
createDefault() - Static method in class org.eclipse.birt.chart.model.component.impl.DialImpl
 
createDefault() - Static method in class org.eclipse.birt.chart.model.component.impl.DialRegionImpl
 
createDefault(boolean, ColorDefinition, LineStyle, int, TickStyle) - Static method in class org.eclipse.birt.chart.model.component.impl.GridImpl
 
createDefault() - Static method in class org.eclipse.birt.chart.model.component.impl.LabelImpl
A convenience method to create an initialized 'Label' instance
createDefault(boolean) - Static method in class org.eclipse.birt.chart.model.component.impl.LabelImpl
A convenience method to create an initialized 'Label' instance
createDefault(Axis, DataElement, ColorDefinition) - Static method in class org.eclipse.birt.chart.model.component.impl.MarkerLineImpl
A convenience method provided to add a marker line instance to an axis
createDefault(Axis, DataElement, DataElement, Fill, ColorDefinition) - Static method in class org.eclipse.birt.chart.model.component.impl.MarkerRangeImpl
A convenience method provided to add a marker range instance to an axis
createDefault() - Static method in class org.eclipse.birt.chart.model.component.impl.NeedleImpl
 
createDefault() - Static method in class org.eclipse.birt.chart.model.component.impl.SeriesImpl
A convenience method to create an initialized 'Series' instance
createDefault() - Static method in class org.eclipse.birt.chart.model.data.impl.SeriesDefinitionImpl
A convenience method provided to create a series definition instance and initialize its member variables NOTE: Manually written
createDefault() - Static method in class org.eclipse.birt.chart.model.impl.ChartWithAxesImpl
A convenience method to create an initialized 'ChartWithAxes' instance Note: Manually written
createDefault() - Static method in class org.eclipse.birt.chart.model.impl.ChartWithoutAxesImpl
A convenience method to create an initialized 'ChartWithoutAxes' instance
createDefault() - Static method in class org.eclipse.birt.chart.model.impl.DialChartImpl
 
createDefault() - Static method in class org.eclipse.birt.chart.model.layout.impl.BlockImpl
A convenience method to create an initialized 'Block' instance Note: Manually written
createDefault() - Static method in class org.eclipse.birt.chart.model.layout.impl.LabelBlockImpl
A convenience method to create an initialized 'LabelBlock' instance
createDefault() - Static method in class org.eclipse.birt.chart.model.layout.impl.LegendImpl
A convenience method to create an initialized 'Legend' instance
createDefault() - Static method in class org.eclipse.birt.chart.model.layout.impl.PlotImpl
A convenience method to create an initialized 'Plot' instance
createDefault() - Static method in class org.eclipse.birt.chart.model.layout.impl.TitleBlockImpl
A convenience method to create an initialized 'TitleBlock' instance
createDefault() - Static method in class org.eclipse.birt.chart.model.type.impl.AreaSeriesImpl
A convenience method to create an initialized 'Series' instance
createDefault() - Static method in class org.eclipse.birt.chart.model.type.impl.BarSeriesImpl
A convenience method to create an initialized 'Series' instance
createDefault() - Static method in class org.eclipse.birt.chart.model.type.impl.BubbleSeriesImpl
A convenience method to create an initialized 'Series' instance
createDefault() - Static method in class org.eclipse.birt.chart.model.type.impl.DialSeriesImpl
 
createDefault() - Static method in class org.eclipse.birt.chart.model.type.impl.DifferenceSeriesImpl
A convenience method to create an initialized 'Series' instance
createDefault() - Static method in class org.eclipse.birt.chart.model.type.impl.GanttSeriesImpl
A convenience method to create an initialized 'Series' instance
createDefault() - Static method in class org.eclipse.birt.chart.model.type.impl.LineSeriesImpl
A convenience method to create an initialized 'Series' instance
createDefault() - Static method in class org.eclipse.birt.chart.model.type.impl.PieSeriesImpl
A convenience method to create an initialized 'Series' instance
createDefault() - Static method in class org.eclipse.birt.chart.model.type.impl.ScatterSeriesImpl
A convenience method to create an initialized 'Series' instance
createDefault() - Static method in class org.eclipse.birt.chart.model.type.impl.StockSeriesImpl
A convenience method to create an initialized 'Series' instance NOTE: Manually written
createDeferredCache(BaseRenderer) - Method in class org.eclipse.birt.chart.render.DeferredCacheManager
Create DeferredCache instance for current series.
createDial() - Method in interface org.eclipse.birt.chart.model.component.ComponentFactory
Returns a new object of class 'Dial'.
createDial() - Method in class org.eclipse.birt.chart.model.component.impl.ComponentFactoryImpl
 
createDialChart() - Method in class org.eclipse.birt.chart.model.impl.ModelFactoryImpl
 
createDialChart() - Method in interface org.eclipse.birt.chart.model.ModelFactory
Returns a new object of class 'Dial Chart'.
createDialRegion() - Method in interface org.eclipse.birt.chart.model.component.ComponentFactory
Returns a new object of class 'Dial Region'.
createDialRegion() - Method in class org.eclipse.birt.chart.model.component.impl.ComponentFactoryImpl
 
createDialSeries() - Method in class org.eclipse.birt.chart.model.type.impl.TypeFactoryImpl
 
createDialSeries() - Method in interface org.eclipse.birt.chart.model.type.TypeFactory
Returns a new object of class 'Dial Series'.
createDifferenceDataSet() - Method in interface org.eclipse.birt.chart.model.data.DataFactory
Returns a new object of class 'Difference Data Set'.
createDifferenceDataSet() - Method in class org.eclipse.birt.chart.model.data.impl.DataFactoryImpl
 
createDifferenceSeries() - Method in class org.eclipse.birt.chart.model.type.impl.TypeFactoryImpl
 
createDifferenceSeries() - Method in interface org.eclipse.birt.chart.model.type.TypeFactory
Returns a new object of class 'Difference Series'.
createDirectionFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createDirectionObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createEllipsisTypeFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.layout.impl.LayoutFactoryImpl
 
createEllipsisTypeObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.layout.impl.LayoutFactoryImpl
 
createEmbeddedImage() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Embedded Image'.
createEmbeddedImage() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createEmpty() - Static method in class org.eclipse.birt.chart.model.attribute.impl.FontDefinitionImpl
Creates an empty FontDefinition instance.
createEmptyDefault() - Static method in class org.eclipse.birt.chart.model.attribute.impl.FontDefinitionImpl
 
createEStringToDataSetMapEntry() - Method in class org.eclipse.birt.chart.model.component.impl.ComponentFactoryImpl
 
createEStringToStringMapEntry() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createExpressionCodec() - Method in interface org.eclipse.birt.chart.model.IChartModelHelper
Create an instance of ExpressionCodec.
createExpressionCodec() - Method in class org.eclipse.birt.chart.model.impl.ChartModelHelper
 
createExtendedProperty() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Extended Property'.
createExtendedProperty() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createFill() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Fill'.
createFill() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createFont(FontDefinition) - Method in class org.eclipse.birt.chart.device.DisplayAdapter
 
createFont(FontDefinition) - Method in interface org.eclipse.birt.chart.device.IDisplayServer
Attempts to create a new font resource associated with a specific device for use in rendering or computations
createFontDefinition(String, float, boolean, boolean, boolean, boolean, boolean, double, TextAlignment) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
createFontDefinition(String, float, boolean, boolean, boolean, boolean, boolean, double, TextAlignment) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
createFontDefinition() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Font Definition'.
createFontDefinition() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createFormatSpecifier() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Format Specifier'.
createFormatSpecifier() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createFractionNumberFormatSpecifier() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Fraction Number Format Specifier'.
createFractionNumberFormatSpecifier() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.data.impl.DataFactoryImpl
 
createFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.impl.ModelFactoryImpl
 
createFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.layout.impl.LayoutFactoryImpl
 
createGanttDataSet() - Method in interface org.eclipse.birt.chart.model.data.DataFactory
Returns a new object of class 'Gantt Data Set'.
createGanttDataSet() - Method in class org.eclipse.birt.chart.model.data.impl.DataFactoryImpl
 
createGanttSeries() - Method in class org.eclipse.birt.chart.model.type.impl.TypeFactoryImpl
 
createGanttSeries() - Method in interface org.eclipse.birt.chart.model.type.TypeFactory
Returns a new object of class 'Gantt Series'.
createGObjectFactory() - Method in class org.eclipse.birt.chart.computation.ChartComputationFactory
 
createGObjectFactory() - Method in interface org.eclipse.birt.chart.computation.IChartComputationFactory
 
createGradient(ColorDefinition, ColorDefinition, double, boolean) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
createGradient(ColorDefinition, ColorDefinition) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
createGradient(ColorDefinition, ColorDefinition, double, boolean) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
createGradient(ColorDefinition, ColorDefinition) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
createGradient() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Gradient'.
createGradient() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createGrid() - Method in interface org.eclipse.birt.chart.model.component.ComponentFactory
Returns a new object of class 'Grid'.
createGrid() - Method in class org.eclipse.birt.chart.model.component.impl.ComponentFactoryImpl
 
createGroupingUnitTypeFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createGroupingUnitTypeObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createHorizontalAlignmentFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createHorizontalAlignmentObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createIDFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createImage(String) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
createImage(String) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
createImage() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Image'.
createImage() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createImageWriter(String, String) - Method in interface org.eclipse.birt.chart.device.IImageWriterFactory
 
createImageWriter(String, String) - Method in class org.eclipse.birt.chart.device.ImageWriterFactory
 
createInsets(double, double, double, double) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
createInsets(double, double, double, double) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
createInsets() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Insets'.
createInsets() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createInstance(Object, Object) - Static method in class org.eclipse.birt.chart.computation.withaxes.SharedScaleContext
 
createInteractivity() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Interactivity'.
createInteractivity() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createIntersection(Rectangle) - Method in class org.eclipse.birt.chart.computation.Rectangle
Returns a new Rectangle object representing the intersection of this Rectangle with the specified Rectangle.
createIntersectionTypeFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createIntersectionTypeObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createJavaDateFormatSpecifier() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Java Date Format Specifier'.
createJavaDateFormatSpecifier() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createJavaNumberFormatSpecifier() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Java Number Format Specifier'.
createJavaNumberFormatSpecifier() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createLabel() - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
createLabel() - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
createLabel() - Method in interface org.eclipse.birt.chart.model.component.ComponentFactory
Returns a new object of class 'Label'.
createLabel() - Method in class org.eclipse.birt.chart.model.component.impl.ComponentFactoryImpl
 
createLabelBlock() - Method in class org.eclipse.birt.chart.model.layout.impl.LayoutFactoryImpl
 
createLabelBlock() - Method in interface org.eclipse.birt.chart.model.layout.LayoutFactory
Returns a new object of class 'Label Block'.
createLeaderLineStyleFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createLeaderLineStyleObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createLegend(Legend) - Static method in class org.eclipse.birt.chart.event.StructureSource
Creates a Structure Source for type Legend.
createLegend() - Method in class org.eclipse.birt.chart.model.layout.impl.LayoutFactoryImpl
 
createLegend() - Method in interface org.eclipse.birt.chart.model.layout.LayoutFactory
Returns a new object of class 'Legend'.
createLegendBehaviorTypeFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createLegendBehaviorTypeObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createLegendEntry(Legend, LegendItemHints) - Static method in class org.eclipse.birt.chart.event.WrappedStructureSource
Creates a WrappedStructure Source for type Legend Entry with a Legend parent.
createLegendItemTypeFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createLegendItemTypeObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createLegendTitle(Legend, Label) - Static method in class org.eclipse.birt.chart.event.WrappedStructureSource
Creates a WrappedStructure Source for type Legend Title with a Legend parent.
createLineAttributes(ColorDefinition, LineStyle, int) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
createLineAttributes(ColorDefinition, LineStyle, int) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
createLineAttributes() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Line Attributes'.
createLineAttributes() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createLineDecoratorFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createLineDecoratorObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createLineSeries() - Method in class org.eclipse.birt.chart.model.type.impl.TypeFactoryImpl
 
createLineSeries() - Method in interface org.eclipse.birt.chart.model.type.TypeFactory
Returns a new object of class 'Line Series'.
createLineStyleFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createLineStyleObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createLocation(double, double) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
createLocation(double, double) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
createLocation() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Location'.
createLocation() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createLocation3D(double, double, double) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
createLocation3D(double, double, double) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
createLocation3D() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Location3 D'.
createLocation3D() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createLocation3Ds(double[], double[], double[]) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
createLocation3Ds(double[], double[], double[]) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
createLocations(double[], double[]) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
createLocations(double[], double[]) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
createMarker() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Marker'.
createMarker() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createMarkerLine(MarkerLine) - Static method in class org.eclipse.birt.chart.event.StructureSource
Creates a Structure Source for type MarkerLine.
createMarkerLine() - Method in interface org.eclipse.birt.chart.model.component.ComponentFactory
Returns a new object of class 'Marker Line'.
createMarkerLine() - Method in class org.eclipse.birt.chart.model.component.impl.ComponentFactoryImpl
 
createMarkerRange(MarkerRange) - Static method in class org.eclipse.birt.chart.event.StructureSource
Creates a Structure Source for type MarkerRange.
createMarkerRange() - Method in interface org.eclipse.birt.chart.model.component.ComponentFactory
Returns a new object of class 'Marker Range'.
createMarkerRange() - Method in class org.eclipse.birt.chart.model.component.impl.ComponentFactoryImpl
 
createMarkerTypeFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createMarkerTypeObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createMenuStylesKeyTypeFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createMenuStylesKeyTypeObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createMultipleActions() - Method in interface org.eclipse.birt.chart.model.data.DataFactory
Returns a new object of class 'Multiple Actions'.
createMultipleActions() - Method in class org.eclipse.birt.chart.model.data.impl.DataFactoryImpl
 
createMultipleFill() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Multiple Fill'.
createMultipleFill() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createMultiURLValues() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Multi URL Values'.
createMultiURLValues() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createNeedle() - Method in interface org.eclipse.birt.chart.model.component.ComponentFactory
Returns a new object of class 'Needle'.
createNeedle() - Method in class org.eclipse.birt.chart.model.component.impl.ComponentFactoryImpl
 
createNullDataSet() - Method in interface org.eclipse.birt.chart.model.data.DataFactory
Returns a new object of class 'Null Data Set'.
createNullDataSet() - Method in class org.eclipse.birt.chart.model.data.impl.DataFactoryImpl
 
createNumberDataElement() - Method in interface org.eclipse.birt.chart.model.data.DataFactory
Returns a new object of class 'Number Data Element'.
createNumberDataElement() - Method in class org.eclipse.birt.chart.model.data.impl.DataFactoryImpl
 
createNumberDataSet() - Method in interface org.eclipse.birt.chart.model.data.DataFactory
Returns a new object of class 'Number Data Set'.
createNumberDataSet() - Method in class org.eclipse.birt.chart.model.data.impl.DataFactoryImpl
 
createNumberFormatSpecifier() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Number Format Specifier'.
createNumberFormatSpecifier() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createOrientationFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createOrientationObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createOrthogonalSampleData() - Method in interface org.eclipse.birt.chart.model.data.DataFactory
Returns a new object of class 'Orthogonal Sample Data'.
createOrthogonalSampleData() - Method in class org.eclipse.birt.chart.model.data.impl.DataFactoryImpl
 
createPackageContents() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributePackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.birt.chart.model.component.impl.ComponentPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.birt.chart.model.data.impl.DataPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.birt.chart.model.impl.ModelPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.birt.chart.model.layout.impl.LayoutPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.birt.chart.model.type.impl.TypePackageImpl
Creates the meta-model objects for the package.
createPalette() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Palette'.
createPalette() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createPatternBitmapFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createPatternBitmapObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createPatternImage() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Pattern Image'.
createPatternImage() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createPercentageFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createPercentageObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createPieSeries() - Method in class org.eclipse.birt.chart.model.type.impl.TypeFactoryImpl
 
createPieSeries() - Method in interface org.eclipse.birt.chart.model.type.TypeFactory
Returns a new object of class 'Pie Series'.
createPlot(Plot) - Static method in class org.eclipse.birt.chart.event.StructureSource
Creates a Structure Source for type Plot.
createPlot() - Method in class org.eclipse.birt.chart.model.layout.impl.LayoutFactoryImpl
 
createPlot() - Method in interface org.eclipse.birt.chart.model.layout.LayoutFactory
Returns a new object of class 'Plot'.
createPositionFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createPositionObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createQuery() - Method in interface org.eclipse.birt.chart.model.data.DataFactory
Returns a new object of class 'Query'.
createQuery() - Method in class org.eclipse.birt.chart.model.data.impl.DataFactoryImpl
 
createRGBValueFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createRGBValueObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createRiserTypeFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createRiserTypeObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createRotation3D() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Rotation3 D'.
createRotation3D() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createRule() - Method in interface org.eclipse.birt.chart.model.data.DataFactory
Deprecated.
only reserved for compatibility
createRule() - Method in class org.eclipse.birt.chart.model.data.impl.DataFactoryImpl
 
createRuleTypeFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createRuleTypeObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createSampleData() - Method in interface org.eclipse.birt.chart.model.data.DataFactory
Returns a new object of class 'Sample Data'.
createSampleData() - Method in class org.eclipse.birt.chart.model.data.impl.DataFactoryImpl
 
createSampleRuntimeSeries() - Method in interface org.eclipse.birt.chart.model.Chart
Builds runtime series instances for each design-time series based on the sample data contained in the model
createSampleRuntimeSeries() - Method in class org.eclipse.birt.chart.model.impl.ChartImpl
 
createScale() - Method in interface org.eclipse.birt.chart.model.component.ComponentFactory
Returns a new object of class 'Scale'.
createScale() - Method in class org.eclipse.birt.chart.model.component.impl.ComponentFactoryImpl
 
createScaleUnitTypeFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createScaleUnitTypeObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createScatterSeries() - Method in class org.eclipse.birt.chart.model.type.impl.TypeFactoryImpl
 
createScatterSeries() - Method in interface org.eclipse.birt.chart.model.type.TypeFactory
Returns a new object of class 'Scatter Series'.
createScriptValue(String) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
createScriptValue(String) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
createScriptValue() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Script Value'.
createScriptValue() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createSeperator() - Static method in class org.eclipse.birt.chart.computation.LegendItemHints
 
createSeries(Series) - Static method in class org.eclipse.birt.chart.event.StructureSource
Creates a Structure Source for type Series.
createSeries() - Method in interface org.eclipse.birt.chart.model.component.ComponentFactory
Returns a new object of class 'Series'.
createSeries() - Method in class org.eclipse.birt.chart.model.component.impl.ComponentFactoryImpl
 
createSeriesDataElement(Series, DataPointHints) - Static method in class org.eclipse.birt.chart.event.WrappedStructureSource
Creates a WrappedStructure Source for type Series Element with a Series parent.
createSeriesDataPoint(Series, DataPointHints) - Static method in class org.eclipse.birt.chart.event.WrappedStructureSource
Creates a WrappedStructure Source for type Series DataPoint with a Series parent.
createSeriesDefinition() - Method in interface org.eclipse.birt.chart.model.data.DataFactory
Returns a new object of class 'Series Definition'.
createSeriesDefinition() - Method in class org.eclipse.birt.chart.model.data.impl.DataFactoryImpl
 
createSeriesFittingCurve(Series, CurveFitting) - Static method in class org.eclipse.birt.chart.event.WrappedStructureSource
Creates a WrappedStructure Source for type Series FittingCurve with a Series parent.
createSeriesGrouping() - Method in interface org.eclipse.birt.chart.model.data.DataFactory
Returns a new object of class 'Series Grouping'.
createSeriesGrouping() - Method in class org.eclipse.birt.chart.model.data.impl.DataFactoryImpl
 
createSeriesMarker(Series, Marker) - Static method in class org.eclipse.birt.chart.event.WrappedStructureSource
Creates a WrappedStructure Source for type Series Marker with a Series parent.
createSeriesTitle(Series, Label) - Static method in class org.eclipse.birt.chart.event.WrappedStructureSource
Creates a WrappedStructure Source for type Series Title with a Series parent.
createSeriesValue(String) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
createSeriesValue(String) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
createSeriesValue() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Series Value'.
createSeriesValue() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createSimpleScale(Object, Object) - Static method in class org.eclipse.birt.chart.computation.withaxes.ScaleContext
Creates a simple instance of scale.
createSimpleTester(IChartComputation, IDisplayServer, Label, Double) - Static method in class org.eclipse.birt.chart.computation.EllipsisHelper
 
createSize() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Size'.
createSize() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createSortOptionFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createSortOptionObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createStockDataSet() - Method in interface org.eclipse.birt.chart.model.data.DataFactory
Returns a new object of class 'Stock Data Set'.
createStockDataSet() - Method in class org.eclipse.birt.chart.model.data.impl.DataFactoryImpl
 
createStockSeries() - Method in class org.eclipse.birt.chart.model.type.impl.TypeFactoryImpl
 
createStockSeries() - Method in interface org.eclipse.birt.chart.model.type.TypeFactory
Returns a new object of class 'Stock Series'.
createStretchFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createStretchObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createStringFormatSpecifier() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'String Format Specifier'.
createStringFormatSpecifier() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createStyle() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Style'.
createStyle() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createStyledComponentFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createStyledComponentObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createStyleMap() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Style Map'.
createStyleMap() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createText(String) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
createText(String) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
createText() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Text'.
createText() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createTextAlignment() - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
createTextAlignment() - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
createTextAlignment() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Text Alignment'.
createTextAlignment() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createTextDataSet() - Method in interface org.eclipse.birt.chart.model.data.DataFactory
Returns a new object of class 'Text Data Set'.
createTextDataSet() - Method in class org.eclipse.birt.chart.model.data.impl.DataFactoryImpl
 
createTickStyleFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createTickStyleObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createTitle(TitleBlock) - Static method in class org.eclipse.birt.chart.event.StructureSource
Creates a Structure Source for type Title.
createTitleBlock() - Method in class org.eclipse.birt.chart.model.layout.impl.LayoutFactoryImpl
 
createTitleBlock() - Method in interface org.eclipse.birt.chart.model.layout.LayoutFactory
Returns a new object of class 'Title Block'.
createTitlePercentTypeFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.layout.impl.LayoutFactoryImpl
 
createTitlePercentTypeObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.layout.impl.LayoutFactoryImpl
 
createTooltipValue(int, String) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
createTooltipValue(int, String) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
createTooltipValue() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'Tooltip Value'.
createTooltipValue() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createTrigger(TriggerCondition, Action) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
createTrigger(TriggerCondition, Action) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
createTrigger() - Method in interface org.eclipse.birt.chart.model.data.DataFactory
Returns a new object of class 'Trigger'.
createTrigger() - Method in class org.eclipse.birt.chart.model.data.impl.DataFactoryImpl
 
createTriggerConditionFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createTriggerConditionObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createTriggerFlowFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createTriggerFlowObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createUnion(Rectangle) - Method in class org.eclipse.birt.chart.computation.Rectangle
Returns a new Rectangle object representing the union of this Rectangle with the specified Rectangle.
createUnitsOfMeasurementFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createUnitsOfMeasurementObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createUnknown(EObject) - Static method in class org.eclipse.birt.chart.event.StructureSource
Creates a Structure Source for type Unknown.
createURLValue(String, String, String, String, String) - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
createURLValue(String, String, String, String, String) - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
createURLValue() - Method in interface org.eclipse.birt.chart.model.attribute.AttributeFactory
Returns a new object of class 'URL Value'.
createURLValue() - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createVerticalAlignmentFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createVerticalAlignmentObjectFromString(EDataType, String) - Method in class org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl
 
createX(double) - Static method in class org.eclipse.birt.chart.model.attribute.impl.Angle3DImpl
 
createY(double) - Static method in class org.eclipse.birt.chart.model.attribute.impl.Angle3DImpl
 
createZ(double) - Static method in class org.eclipse.birt.chart.model.attribute.impl.Angle3DImpl
 
CROSS - Static variable in enum org.eclipse.birt.chart.model.attribute.MarkerType
The 'Cross' literal value.
CROSSHAIR - Static variable in enum org.eclipse.birt.chart.model.attribute.MarkerType
The 'Crosshair' literal value.
CROSSHAIR_VALUE - Static variable in enum org.eclipse.birt.chart.model.attribute.CursorType
The 'Crosshair' literal value.
crossProduct(Vector) - Method in class org.eclipse.birt.chart.computation.Vector
 
CURSOR - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The meta object id for the 'Cursor' class.
CURSOR - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage.Literals
The meta object literal for the 'Cursor' class.
Cursor - Interface in org.eclipse.birt.chart.model.attribute
A representation of the model object 'Cursor'.
CURSOR__IMAGE - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The feature id for the 'Image' containment reference list.
CURSOR__IMAGE - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage.Literals
The meta object literal for the 'Image' containment reference list feature.
CURSOR__TYPE - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The feature id for the 'Type' attribute.
CURSOR__TYPE - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage.Literals
The meta object literal for the 'Type' attribute feature.
CURSOR_FEATURE_COUNT - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The number of structural features of the 'Cursor' class.
CURSOR_TYPE - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The meta object id for the 'Cursor Type' enum.
CURSOR_TYPE - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage.Literals
The meta object literal for the 'Cursor Type' enum.
CURSOR_TYPE_OBJECT - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The meta object id for the 'Cursor Type Object' data type.
CURSOR_TYPE_OBJECT - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage.Literals
The meta object literal for the 'Cursor Type Object' data type.
CursorImpl - Class in org.eclipse.birt.chart.model.attribute.impl
An implementation of the model object 'Cursor'.
CursorType - Enum in org.eclipse.birt.chart.model.attribute
A representation of the literals of the enumeration 'Cursor Type', and utility methods for working with them.
CURVE_FITTING - Static variable in interface org.eclipse.birt.chart.model.component.ComponentPackage
The meta object id for the 'Curve Fitting' class.
CURVE_FITTING - Static variable in interface org.eclipse.birt.chart.model.component.ComponentPackage.Literals
The meta object literal for the 'Curve Fitting' class.
CURVE_FITTING__LABEL - Static variable in interface org.eclipse.birt.chart.model.component.ComponentPackage
The feature id for the 'Label' containment reference.
CURVE_FITTING__LABEL - Static variable in interface org.eclipse.birt.chart.model.component.ComponentPackage.Literals
The meta object literal for the 'Label' containment reference feature.
CURVE_FITTING__LABEL_ANCHOR - Static variable in interface org.eclipse.birt.chart.model.component.ComponentPackage
The feature id for the 'Label Anchor' attribute.
CURVE_FITTING__LABEL_ANCHOR - Static variable in interface org.eclipse.birt.chart.model.component.ComponentPackage.Literals
The meta object literal for the 'Label Anchor' attribute feature.
CURVE_FITTING__LINE_ATTRIBUTES - Static variable in interface org.eclipse.birt.chart.model.component.ComponentPackage
The feature id for the 'Line Attributes' containment reference.
CURVE_FITTING__LINE_ATTRIBUTES - Static variable in interface org.eclipse.birt.chart.model.component.ComponentPackage.Literals
The meta object literal for the 'Line Attributes' containment reference feature.
CURVE_FITTING_FEATURE_COUNT - Static variable in interface org.eclipse.birt.chart.model.component.ComponentPackage
The number of structural features of the 'Curve Fitting' class.
CurveFitting - Interface in org.eclipse.birt.chart.model.component
A representation of the model object 'Curve Fitting'.
CurveFittingImpl - Class in org.eclipse.birt.chart.model.component.impl
An implementation of the model object 'Curve Fitting'.
CurveRenderer - Class in org.eclipse.birt.chart.render
CurveRenderer
CurveRenderer(ChartWithAxes, BaseRenderer, LineAttributes, Location[], boolean, double, boolean, boolean, Fill, boolean, boolean) - Constructor for class org.eclipse.birt.chart.render.CurveRenderer
The constructor.
CurveRenderer(ChartWithAxes, BaseRenderer, LineAttributes, Location[], double, boolean, double, boolean, boolean, boolean, boolean, boolean, Fill, boolean, boolean) - Constructor for class org.eclipse.birt.chart.render.CurveRenderer
The constructor.
CUSTOM - Static variable in interface org.eclipse.birt.chart.aggregate.IAggregateFunction
 
CUSTOM_VALUE - Static variable in enum org.eclipse.birt.chart.model.attribute.CursorType
The 'Custom' literal value.
CYAN() - Static method in class org.eclipse.birt.chart.model.attribute.impl.ColorDefinitionImpl
An opaque cyan color with (r=225;g=225;b=255) Note: Manually written
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

Copyright © 2005-2014 OpenText Corp. All rights reserved.