Package com._1c.g5.v8.dt.chart.model
Interface ChartAxis
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ChartAxisImpl
public interface ChartAxis extends IBmObject
A representation of the model object 'Axis'.The following features are supported:
- See Also:
ChartPackage.getChartAxis()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getBaseValue()
Returns the value of the 'Base Value' attribute.AxisInterval
getInterval()
Returns the value of the 'Interval' containment reference.BoundaryDetectionMethod
getMaxValueDetectionMethod()
Returns the value of the 'Max Value Detection Method' attribute.BoundaryDetectionMethod
getMinValueDetectionMethod()
Returns the value of the 'Min Value Detection Method' attribute.void
setBaseValue(double value)
Sets the value of the 'Base Value
' attribute.void
setInterval(AxisInterval value)
Sets the value of the 'Interval
' containment reference.void
setMaxValueDetectionMethod(BoundaryDetectionMethod value)
Sets the value of the 'Max Value Detection Method
' attribute.void
setMinValueDetectionMethod(BoundaryDetectionMethod value)
Sets the value of the 'Min Value Detection Method
' 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
-
getBaseValue
double getBaseValue()
Returns the value of the 'Base Value' attribute.- Returns:
- the value of the 'Base Value' attribute.
- See Also:
setBaseValue(double)
,ChartPackage.getChartAxis_BaseValue()
-
setBaseValue
void setBaseValue(double value)
Sets the value of the 'Base Value
' attribute.- Parameters:
value
- the new value of the 'Base Value' attribute.- See Also:
getBaseValue()
-
getInterval
AxisInterval getInterval()
Returns the value of the 'Interval' containment reference.- Returns:
- the value of the 'Interval' containment reference.
- See Also:
setInterval(AxisInterval)
,ChartPackage.getChartAxis_Interval()
-
setInterval
void setInterval(AxisInterval value)
Sets the value of the 'Interval
' containment reference.- Parameters:
value
- the new value of the 'Interval' containment reference.- See Also:
getInterval()
-
getMinValueDetectionMethod
BoundaryDetectionMethod getMinValueDetectionMethod()
Returns the value of the 'Min Value Detection Method' attribute. The literals are from the enumerationBoundaryDetectionMethod
.- Returns:
- the value of the 'Min Value Detection Method' attribute.
- See Also:
BoundaryDetectionMethod
,setMinValueDetectionMethod(BoundaryDetectionMethod)
,ChartPackage.getChartAxis_MinValueDetectionMethod()
-
setMinValueDetectionMethod
void setMinValueDetectionMethod(BoundaryDetectionMethod value)
Sets the value of the 'Min Value Detection Method
' attribute.- Parameters:
value
- the new value of the 'Min Value Detection Method' attribute.- See Also:
BoundaryDetectionMethod
,getMinValueDetectionMethod()
-
getMaxValueDetectionMethod
BoundaryDetectionMethod getMaxValueDetectionMethod()
Returns the value of the 'Max Value Detection Method' attribute. The literals are from the enumerationBoundaryDetectionMethod
.- Returns:
- the value of the 'Max Value Detection Method' attribute.
- See Also:
BoundaryDetectionMethod
,setMaxValueDetectionMethod(BoundaryDetectionMethod)
,ChartPackage.getChartAxis_MaxValueDetectionMethod()
-
setMaxValueDetectionMethod
void setMaxValueDetectionMethod(BoundaryDetectionMethod value)
Sets the value of the 'Max Value Detection Method
' attribute.- Parameters:
value
- the new value of the 'Max Value Detection Method' attribute.- See Also:
BoundaryDetectionMethod
,getMaxValueDetectionMethod()
-
-