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