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 doublegetBaseValue()Returns the value of the 'Base Value' attribute.AxisIntervalgetInterval()Returns the value of the 'Interval' containment reference.BoundaryDetectionMethodgetMaxValueDetectionMethod()Returns the value of the 'Max Value Detection Method' attribute.BoundaryDetectionMethodgetMinValueDetectionMethod()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.voidsetMaxValueDetectionMethod(BoundaryDetectionMethod value)Sets the value of the 'Max Value Detection Method' attribute.voidsetMinValueDetectionMethod(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, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
-
-
-
-
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()
-
-