|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScaleUnitType | |
---|---|
org.eclipse.birt.chart.model.attribute | Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. |
org.eclipse.birt.chart.model.attribute.impl | Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. |
org.eclipse.birt.chart.model.attribute.util | This is a placeholder file for the org.eclipse.birt.chart.model.attribute.util package. |
org.eclipse.birt.chart.model.component | Represents a set of chart sub-components (as interfaces) that are used to build a complete chart. |
org.eclipse.birt.chart.model.component.impl | Represents a set of chart sub-components (as core implementations) that are used to build a complete chart. |
org.eclipse.birt.chart.util | Provides miscellaneous classes associated with data types and extension lookup services. |
Uses of ScaleUnitType in org.eclipse.birt.chart.model.attribute |
---|
Fields in org.eclipse.birt.chart.model.attribute declared as ScaleUnitType | |
---|---|
static ScaleUnitType |
ScaleUnitType.DAYS_LITERAL
The 'Days' literal object. |
static ScaleUnitType |
ScaleUnitType.HOURS_LITERAL
The 'Hours' literal object. |
static ScaleUnitType |
ScaleUnitType.MINUTES_LITERAL
The 'Minutes' literal object. |
static ScaleUnitType |
ScaleUnitType.MONTHS_LITERAL
The 'Months' literal object. |
static ScaleUnitType |
ScaleUnitType.SECONDS_LITERAL
The 'Seconds' literal object. |
static ScaleUnitType |
ScaleUnitType.WEEKS_LITERAL
The 'Weeks' literal object. |
static ScaleUnitType |
ScaleUnitType.YEARS_LITERAL
The 'Years' literal object. |
Methods in org.eclipse.birt.chart.model.attribute that return ScaleUnitType | |
---|---|
static ScaleUnitType |
ScaleUnitType.get(int value)
Returns the 'Scale Unit Type' literal with the specified integer value. |
static ScaleUnitType |
ScaleUnitType.get(java.lang.String literal)
Returns the 'Scale Unit Type' literal with the specified literal value. |
static ScaleUnitType |
ScaleUnitType.getByName(java.lang.String name)
Returns the 'Scale Unit Type' literal with the specified name. |
Uses of ScaleUnitType in org.eclipse.birt.chart.model.attribute.impl |
---|
Methods in org.eclipse.birt.chart.model.attribute.impl that return ScaleUnitType | |
---|---|
ScaleUnitType |
AttributeFactoryImpl.createScaleUnitTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
ScaleUnitType |
AttributeFactoryImpl.createScaleUnitTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
Uses of ScaleUnitType in org.eclipse.birt.chart.model.attribute.util |
---|
Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type ScaleUnitType | |
---|---|
boolean |
AttributeValidator.validateScaleUnitType(ScaleUnitType scaleUnitType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
boolean |
AttributeValidator.validateScaleUnitTypeObject(ScaleUnitType scaleUnitTypeObject,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
Uses of ScaleUnitType in org.eclipse.birt.chart.model.component |
---|
Methods in org.eclipse.birt.chart.model.component that return ScaleUnitType | |
---|---|
ScaleUnitType |
Scale.getUnit()
Returns the value of the 'Unit' attribute. |
Methods in org.eclipse.birt.chart.model.component with parameters of type ScaleUnitType | |
---|---|
void |
Scale.setUnit(ScaleUnitType value)
Sets the value of the ' Unit ' attribute. |
Uses of ScaleUnitType in org.eclipse.birt.chart.model.component.impl |
---|
Methods in org.eclipse.birt.chart.model.component.impl that return ScaleUnitType | |
---|---|
ScaleUnitType |
ScaleImpl.getUnit()
|
Methods in org.eclipse.birt.chart.model.component.impl with parameters of type ScaleUnitType | |
---|---|
void |
ScaleImpl.setUnit(ScaleUnitType newUnit)
|
Uses of ScaleUnitType in org.eclipse.birt.chart.util |
---|
Methods in org.eclipse.birt.chart.util with parameters of type ScaleUnitType | |
---|---|
static int |
ChartUtil.convertUnitTypeToCalendarConstant(ScaleUnitType unitType)
Convers Scale unit type to ICU Calendar constant. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |