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
A representation of the model object 'Axis'.
The following features are supported:
- See Also:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID -
Method Summary
Modifier and TypeMethodDescriptiondoubleReturns the value of the 'Base Value' attribute.Returns the value of the 'Interval' containment reference.Returns the value of the 'Max Value Detection Method' attribute.Returns the value of the 'Min Value Detection Method' attribute.voidsetBaseValue(double value) Sets the value of the 'Base Value' attribute.voidsetInterval(AxisInterval value) Sets the value of the 'Interval' containment reference.voidSets the value of the 'Max Value Detection Method' attribute.voidSets 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, eUnsetMethods 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, bmSetPropertyMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getBaseValue
double getBaseValue()Returns the value of the 'Base Value' attribute.- Returns:
- the value of the 'Base Value' attribute.
- See Also:
-
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:
-
getInterval
AxisInterval getInterval()Returns the value of the 'Interval' containment reference.- Returns:
- the value of the 'Interval' containment reference.
- See Also:
-
setInterval
Sets the value of the 'Interval' containment reference.- Parameters:
value- the new value of the 'Interval' containment reference.- See Also:
-
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:
-
setMinValueDetectionMethod
Sets the value of the 'Min Value Detection Method' attribute.- Parameters:
value- the new value of the 'Min Value Detection Method' attribute.- See Also:
-
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:
-
setMaxValueDetectionMethod
Sets the value of the 'Max Value Detection Method' attribute.- Parameters:
value- the new value of the 'Max Value Detection Method' attribute.- See Also:
-