Package com._1c.g5.v8.dt.chart.model
Interface ChartScale
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,IBmObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ChartScaleImpl
public interface ChartScale extends IBmObject
A representation of the model object 'Scale'.The following features are supported:
Show TitleTitle Text SourceTitle TextTitle AreaTitle PlacementGrid Lines Show ModeScale Label LocationGrid LineGrid Line ColorLabel FontLabel ColorLabel OrientationLabel FormatScale LineScale Line ColorMax Label RowsLabel AngleScale LocationScale StepScale Mark LocationShow In Chart
- See Also:
ChartPackage.getChartScale()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChartLinegetGridLine()Returns the value of the 'Grid Line' containment reference.ColorgetGridLineColor()Returns the value of the 'Grid Line Color' containment reference.GridLinesShowModegetGridLinesShowMode()Returns the value of the 'Grid Lines Show Mode' attribute.intgetLabelAngle()Returns the value of the 'Label Angle' attribute.ColorgetLabelColor()Returns the value of the 'Label Color' containment reference.FontgetLabelFont()Returns the value of the 'Label Font' containment reference.org.eclipse.emf.common.util.EMap<String,String>getLabelFormat()Returns the value of the 'Label Format' map.LabelsOrientationgetLabelOrientation()Returns the value of the 'Label Orientation' attribute.intgetMaxLabelRows()Returns the value of the 'Max Label Rows' attribute.ScaleLabelLocationgetScaleLabelLocation()Returns the value of the 'Scale Label Location' attribute.ChartLinegetScaleLine()Returns the value of the 'Scale Line' containment reference.ColorgetScaleLineColor()Returns the value of the 'Scale Line Color' containment reference.ScaleLocationgetScaleLocation()Returns the value of the 'Scale Location' attribute.ScaleMarkLocationgetScaleMarkLocation()Returns the value of the 'Scale Mark Location' attribute.intgetScaleStep()Returns the value of the 'Scale Step' attribute.ShowOnChartgetShowInChart()Returns the value of the 'Show In Chart' attribute.ShowChartScaleTitlegetShowTitle()Returns the value of the 'Show Title' attribute.LabelAreagetTitleArea()Returns the value of the 'Title Area' containment reference.ScaleTitlePlacementgetTitlePlacement()Returns the value of the 'Title Placement' attribute.org.eclipse.emf.common.util.EMap<String,String>getTitleText()Returns the value of the 'Title Text' map.ScaleTitleTextSourcegetTitleTextSource()Returns the value of the 'Title Text Source' attribute.voidsetGridLine(ChartLine value)Sets the value of the 'Grid Line' containment reference.voidsetGridLineColor(Color value)Sets the value of the 'Grid Line Color' containment reference.voidsetGridLinesShowMode(GridLinesShowMode value)Sets the value of the 'Grid Lines Show Mode' attribute.voidsetLabelAngle(int value)Sets the value of the 'Label Angle' attribute.voidsetLabelColor(Color value)Sets the value of the 'Label Color' containment reference.voidsetLabelFont(Font value)Sets the value of the 'Label Font' containment reference.voidsetLabelOrientation(LabelsOrientation value)Sets the value of the 'Label Orientation' attribute.voidsetMaxLabelRows(int value)Sets the value of the 'Max Label Rows' attribute.voidsetScaleLabelLocation(ScaleLabelLocation value)Sets the value of the 'Scale Label Location' attribute.voidsetScaleLine(ChartLine value)Sets the value of the 'Scale Line' containment reference.voidsetScaleLineColor(Color value)Sets the value of the 'Scale Line Color' containment reference.voidsetScaleLocation(ScaleLocation value)Sets the value of the 'Scale Location' attribute.voidsetScaleMarkLocation(ScaleMarkLocation value)Sets the value of the 'Scale Mark Location' attribute.voidsetScaleStep(int value)Sets the value of the 'Scale Step' attribute.voidsetShowInChart(ShowOnChart value)Sets the value of the 'Show In Chart' attribute.voidsetShowTitle(ShowChartScaleTitle value)Sets the value of the 'Show Title' attribute.voidsetTitleArea(LabelArea value)Sets the value of the 'Title Area' containment reference.voidsetTitlePlacement(ScaleTitlePlacement value)Sets the value of the 'Title Placement' attribute.voidsetTitleTextSource(ScaleTitleTextSource value)Sets the value of the 'Title Text Source' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
-
-
-
-
Method Detail
-
getShowTitle
ShowChartScaleTitle getShowTitle()
Returns the value of the 'Show Title' attribute. The literals are from the enumerationShowChartScaleTitle.- Returns:
- the value of the 'Show Title' attribute.
- See Also:
ShowChartScaleTitle,setShowTitle(ShowChartScaleTitle),ChartPackage.getChartScale_ShowTitle()
-
setShowTitle
void setShowTitle(ShowChartScaleTitle value)
Sets the value of the 'Show Title' attribute.- Parameters:
value- the new value of the 'Show Title' attribute.- See Also:
ShowChartScaleTitle,getShowTitle()
-
getTitleTextSource
ScaleTitleTextSource getTitleTextSource()
Returns the value of the 'Title Text Source' attribute. The literals are from the enumerationScaleTitleTextSource.- Returns:
- the value of the 'Title Text Source' attribute.
- See Also:
ScaleTitleTextSource,setTitleTextSource(ScaleTitleTextSource),ChartPackage.getChartScale_TitleTextSource()
-
setTitleTextSource
void setTitleTextSource(ScaleTitleTextSource value)
Sets the value of the 'Title Text Source' attribute.- Parameters:
value- the new value of the 'Title Text Source' attribute.- See Also:
ScaleTitleTextSource,getTitleTextSource()
-
getTitleText
org.eclipse.emf.common.util.EMap<String,String> getTitleText()
Returns the value of the 'Title Text' map. The key is of typeString, and the value is of typeString,- Returns:
- the value of the 'Title Text' map.
- See Also:
ChartPackage.getChartScale_TitleText()
-
getTitleArea
LabelArea getTitleArea()
Returns the value of the 'Title Area' containment reference.- Returns:
- the value of the 'Title Area' containment reference.
- See Also:
setTitleArea(LabelArea),ChartPackage.getChartScale_TitleArea()
-
setTitleArea
void setTitleArea(LabelArea value)
Sets the value of the 'Title Area' containment reference.- Parameters:
value- the new value of the 'Title Area' containment reference.- See Also:
getTitleArea()
-
getTitlePlacement
ScaleTitlePlacement getTitlePlacement()
Returns the value of the 'Title Placement' attribute. The literals are from the enumerationScaleTitlePlacement.- Returns:
- the value of the 'Title Placement' attribute.
- See Also:
ScaleTitlePlacement,setTitlePlacement(ScaleTitlePlacement),ChartPackage.getChartScale_TitlePlacement()
-
setTitlePlacement
void setTitlePlacement(ScaleTitlePlacement value)
Sets the value of the 'Title Placement' attribute.- Parameters:
value- the new value of the 'Title Placement' attribute.- See Also:
ScaleTitlePlacement,getTitlePlacement()
-
getGridLinesShowMode
GridLinesShowMode getGridLinesShowMode()
Returns the value of the 'Grid Lines Show Mode' attribute. The literals are from the enumerationGridLinesShowMode.- Returns:
- the value of the 'Grid Lines Show Mode' attribute.
- See Also:
GridLinesShowMode,setGridLinesShowMode(GridLinesShowMode),ChartPackage.getChartScale_GridLinesShowMode()
-
setGridLinesShowMode
void setGridLinesShowMode(GridLinesShowMode value)
Sets the value of the 'Grid Lines Show Mode' attribute.- Parameters:
value- the new value of the 'Grid Lines Show Mode' attribute.- See Also:
GridLinesShowMode,getGridLinesShowMode()
-
getScaleLabelLocation
ScaleLabelLocation getScaleLabelLocation()
Returns the value of the 'Scale Label Location' attribute. The literals are from the enumerationScaleLabelLocation.- Returns:
- the value of the 'Scale Label Location' attribute.
- See Also:
ScaleLabelLocation,setScaleLabelLocation(ScaleLabelLocation),ChartPackage.getChartScale_ScaleLabelLocation()
-
setScaleLabelLocation
void setScaleLabelLocation(ScaleLabelLocation value)
Sets the value of the 'Scale Label Location' attribute.- Parameters:
value- the new value of the 'Scale Label Location' attribute.- See Also:
ScaleLabelLocation,getScaleLabelLocation()
-
getGridLine
ChartLine getGridLine()
Returns the value of the 'Grid Line' containment reference.- Returns:
- the value of the 'Grid Line' containment reference.
- See Also:
setGridLine(ChartLine),ChartPackage.getChartScale_GridLine()
-
setGridLine
void setGridLine(ChartLine value)
Sets the value of the 'Grid Line' containment reference.- Parameters:
value- the new value of the 'Grid Line' containment reference.- See Also:
getGridLine()
-
getGridLineColor
Color getGridLineColor()
Returns the value of the 'Grid Line Color' containment reference.- Returns:
- the value of the 'Grid Line Color' containment reference.
- See Also:
setGridLineColor(Color),ChartPackage.getChartScale_GridLineColor()
-
setGridLineColor
void setGridLineColor(Color value)
Sets the value of the 'Grid Line Color' containment reference.- Parameters:
value- the new value of the 'Grid Line Color' containment reference.- See Also:
getGridLineColor()
-
getLabelFont
Font getLabelFont()
Returns the value of the 'Label Font' containment reference.- Returns:
- the value of the 'Label Font' containment reference.
- See Also:
setLabelFont(Font),ChartPackage.getChartScale_LabelFont()
-
setLabelFont
void setLabelFont(Font value)
Sets the value of the 'Label Font' containment reference.- Parameters:
value- the new value of the 'Label Font' containment reference.- See Also:
getLabelFont()
-
getLabelColor
Color getLabelColor()
Returns the value of the 'Label Color' containment reference.- Returns:
- the value of the 'Label Color' containment reference.
- See Also:
setLabelColor(Color),ChartPackage.getChartScale_LabelColor()
-
setLabelColor
void setLabelColor(Color value)
Sets the value of the 'Label Color' containment reference.- Parameters:
value- the new value of the 'Label Color' containment reference.- See Also:
getLabelColor()
-
getLabelOrientation
LabelsOrientation getLabelOrientation()
Returns the value of the 'Label Orientation' attribute. The literals are from the enumerationLabelsOrientation.- Returns:
- the value of the 'Label Orientation' attribute.
- See Also:
LabelsOrientation,setLabelOrientation(LabelsOrientation),ChartPackage.getChartScale_LabelOrientation()
-
setLabelOrientation
void setLabelOrientation(LabelsOrientation value)
Sets the value of the 'Label Orientation' attribute.- Parameters:
value- the new value of the 'Label Orientation' attribute.- See Also:
LabelsOrientation,getLabelOrientation()
-
getLabelFormat
org.eclipse.emf.common.util.EMap<String,String> getLabelFormat()
Returns the value of the 'Label Format' map. The key is of typeString, and the value is of typeString,- Returns:
- the value of the 'Label Format' map.
- See Also:
ChartPackage.getChartScale_LabelFormat()
-
getScaleLine
ChartLine getScaleLine()
Returns the value of the 'Scale Line' containment reference.- Returns:
- the value of the 'Scale Line' containment reference.
- See Also:
setScaleLine(ChartLine),ChartPackage.getChartScale_ScaleLine()
-
setScaleLine
void setScaleLine(ChartLine value)
Sets the value of the 'Scale Line' containment reference.- Parameters:
value- the new value of the 'Scale Line' containment reference.- See Also:
getScaleLine()
-
getScaleLineColor
Color getScaleLineColor()
Returns the value of the 'Scale Line Color' containment reference.- Returns:
- the value of the 'Scale Line Color' containment reference.
- See Also:
setScaleLineColor(Color),ChartPackage.getChartScale_ScaleLineColor()
-
setScaleLineColor
void setScaleLineColor(Color value)
Sets the value of the 'Scale Line Color' containment reference.- Parameters:
value- the new value of the 'Scale Line Color' containment reference.- See Also:
getScaleLineColor()
-
getMaxLabelRows
int getMaxLabelRows()
Returns the value of the 'Max Label Rows' attribute.- Returns:
- the value of the 'Max Label Rows' attribute.
- See Also:
setMaxLabelRows(int),ChartPackage.getChartScale_MaxLabelRows()
-
setMaxLabelRows
void setMaxLabelRows(int value)
Sets the value of the 'Max Label Rows' attribute.- Parameters:
value- the new value of the 'Max Label Rows' attribute.- See Also:
getMaxLabelRows()
-
getLabelAngle
int getLabelAngle()
Returns the value of the 'Label Angle' attribute.- Returns:
- the value of the 'Label Angle' attribute.
- See Also:
setLabelAngle(int),ChartPackage.getChartScale_LabelAngle()
-
setLabelAngle
void setLabelAngle(int value)
Sets the value of the 'Label Angle' attribute.- Parameters:
value- the new value of the 'Label Angle' attribute.- See Also:
getLabelAngle()
-
getScaleLocation
ScaleLocation getScaleLocation()
Returns the value of the 'Scale Location' attribute. The literals are from the enumerationScaleLocation.- Returns:
- the value of the 'Scale Location' attribute.
- See Also:
ScaleLocation,setScaleLocation(ScaleLocation),ChartPackage.getChartScale_ScaleLocation()
-
setScaleLocation
void setScaleLocation(ScaleLocation value)
Sets the value of the 'Scale Location' attribute.- Parameters:
value- the new value of the 'Scale Location' attribute.- See Also:
ScaleLocation,getScaleLocation()
-
getScaleStep
int getScaleStep()
Returns the value of the 'Scale Step' attribute.- Returns:
- the value of the 'Scale Step' attribute.
- See Also:
setScaleStep(int),ChartPackage.getChartScale_ScaleStep()
-
setScaleStep
void setScaleStep(int value)
Sets the value of the 'Scale Step' attribute.- Parameters:
value- the new value of the 'Scale Step' attribute.- See Also:
getScaleStep()
-
getScaleMarkLocation
ScaleMarkLocation getScaleMarkLocation()
Returns the value of the 'Scale Mark Location' attribute. The literals are from the enumerationScaleMarkLocation.- Returns:
- the value of the 'Scale Mark Location' attribute.
- See Also:
ScaleMarkLocation,setScaleMarkLocation(ScaleMarkLocation),ChartPackage.getChartScale_ScaleMarkLocation()
-
setScaleMarkLocation
void setScaleMarkLocation(ScaleMarkLocation value)
Sets the value of the 'Scale Mark Location' attribute.- Parameters:
value- the new value of the 'Scale Mark Location' attribute.- See Also:
ScaleMarkLocation,getScaleMarkLocation()
-
getShowInChart
ShowOnChart getShowInChart()
Returns the value of the 'Show In Chart' attribute. The literals are from the enumerationShowOnChart.- Returns:
- the value of the 'Show In Chart' attribute.
- See Also:
ShowOnChart,setShowInChart(ShowOnChart),ChartPackage.getChartScale_ShowInChart()
-
setShowInChart
void setShowInChart(ShowOnChart value)
Sets the value of the 'Show In Chart' attribute.- Parameters:
value- the new value of the 'Show In Chart' attribute.- See Also:
ShowOnChart,getShowInChart()
-
-