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 Title
Title Text Source
Title Text
Title Area
Title Placement
Grid Lines Show Mode
Scale Label Location
Grid Line
Grid Line Color
Label Font
Label Color
Label Orientation
Label Format
Scale Line
Scale Line Color
Max Label Rows
Label Angle
Scale Location
Scale Step
Scale Mark Location
Show In Chart
- See Also:
ChartPackage.getChartScale()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChartLine
getGridLine()
Returns the value of the 'Grid Line' containment reference.Color
getGridLineColor()
Returns the value of the 'Grid Line Color' containment reference.GridLinesShowMode
getGridLinesShowMode()
Returns the value of the 'Grid Lines Show Mode' attribute.int
getLabelAngle()
Returns the value of the 'Label Angle' attribute.Color
getLabelColor()
Returns the value of the 'Label Color' containment reference.Font
getLabelFont()
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.LabelsOrientation
getLabelOrientation()
Returns the value of the 'Label Orientation' attribute.int
getMaxLabelRows()
Returns the value of the 'Max Label Rows' attribute.ScaleLabelLocation
getScaleLabelLocation()
Returns the value of the 'Scale Label Location' attribute.ChartLine
getScaleLine()
Returns the value of the 'Scale Line' containment reference.Color
getScaleLineColor()
Returns the value of the 'Scale Line Color' containment reference.ScaleLocation
getScaleLocation()
Returns the value of the 'Scale Location' attribute.ScaleMarkLocation
getScaleMarkLocation()
Returns the value of the 'Scale Mark Location' attribute.int
getScaleStep()
Returns the value of the 'Scale Step' attribute.ShowOnChart
getShowInChart()
Returns the value of the 'Show In Chart' attribute.ShowChartScaleTitle
getShowTitle()
Returns the value of the 'Show Title' attribute.LabelArea
getTitleArea()
Returns the value of the 'Title Area' containment reference.ScaleTitlePlacement
getTitlePlacement()
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.ScaleTitleTextSource
getTitleTextSource()
Returns the value of the 'Title Text Source' attribute.void
setGridLine(ChartLine value)
Sets the value of the 'Grid Line
' containment reference.void
setGridLineColor(Color value)
Sets the value of the 'Grid Line Color
' containment reference.void
setGridLinesShowMode(GridLinesShowMode value)
Sets the value of the 'Grid Lines Show Mode
' attribute.void
setLabelAngle(int value)
Sets the value of the 'Label Angle
' attribute.void
setLabelColor(Color value)
Sets the value of the 'Label Color
' containment reference.void
setLabelFont(Font value)
Sets the value of the 'Label Font
' containment reference.void
setLabelOrientation(LabelsOrientation value)
Sets the value of the 'Label Orientation
' attribute.void
setMaxLabelRows(int value)
Sets the value of the 'Max Label Rows
' attribute.void
setScaleLabelLocation(ScaleLabelLocation value)
Sets the value of the 'Scale Label Location
' attribute.void
setScaleLine(ChartLine value)
Sets the value of the 'Scale Line
' containment reference.void
setScaleLineColor(Color value)
Sets the value of the 'Scale Line Color
' containment reference.void
setScaleLocation(ScaleLocation value)
Sets the value of the 'Scale Location
' attribute.void
setScaleMarkLocation(ScaleMarkLocation value)
Sets the value of the 'Scale Mark Location
' attribute.void
setScaleStep(int value)
Sets the value of the 'Scale Step
' attribute.void
setShowInChart(ShowOnChart value)
Sets the value of the 'Show In Chart
' attribute.void
setShowTitle(ShowChartScaleTitle value)
Sets the value of the 'Show Title
' attribute.void
setTitleArea(LabelArea value)
Sets the value of the 'Title Area
' containment reference.void
setTitlePlacement(ScaleTitlePlacement value)
Sets the value of the 'Title Placement
' attribute.void
setTitleTextSource(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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
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()
-
-