Package com._1c.g5.v8.dt.chart.model
Interface SeriesCalcInfo
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- IBmObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- SeriesCalcInfoImpl
 
 public interface SeriesCalcInfo extends IBmObject A representation of the model object 'Series Calc Info'.The following features are supported: - See Also:
- ChartPackage.getSeriesCalcInfo()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetAbsMax()Returns the value of the 'Abs Max' attribute.doublegetAbsMin()Returns the value of the 'Abs Min' attribute.intgetEndX()Returns the value of the 'End X' attribute.PointgetM_centerPoint()Returns the value of the 'Mcenter Point' containment reference.doublegetMax()Returns the value of the 'Max' attribute.doublegetMin()Returns the value of the 'Min' attribute.doublegetPercent()Returns the value of the 'Percent' attribute.doublegetStartAngle()Returns the value of the 'Start Angle' attribute.doublegetStopAngle()Returns the value of the 'Stop Angle' attribute.StringgetStr()Returns the value of the 'Str' attribute.booleanisEnabled()Returns the value of the 'Enabled' attribute.booleanisM_isExpand()Returns the value of the 'Mis Expand' attribute.voidsetAbsMax(double value)Sets the value of the 'Abs Max' attribute.voidsetAbsMin(double value)Sets the value of the 'Abs Min' attribute.voidsetEnabled(boolean value)Sets the value of the 'Enabled' attribute.voidsetEndX(int value)Sets the value of the 'End X' attribute.voidsetM_centerPoint(Point value)Sets the value of the 'Mcenter Point' containment reference.voidsetM_isExpand(boolean value)Sets the value of the 'Mis Expand' attribute.voidsetMax(double value)Sets the value of the 'Max' attribute.voidsetMin(double value)Sets the value of the 'Min' attribute.voidsetPercent(double value)Sets the value of the 'Percent' attribute.voidsetStartAngle(double value)Sets the value of the 'Start Angle' attribute.voidsetStopAngle(double value)Sets the value of the 'Stop Angle' attribute.voidsetStr(String value)Sets the value of the 'Str' attribute.- 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObjectbmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
 
- 
 
- 
- 
- 
Method Detail- 
isEnabledboolean isEnabled() Returns the value of the 'Enabled' attribute.- Returns:
- the value of the 'Enabled' attribute.
- See Also:
- setEnabled(boolean),- ChartPackage.getSeriesCalcInfo_Enabled()
 
 - 
setEnabledvoid setEnabled(boolean value) Sets the value of the 'Enabled' attribute.- Parameters:
- value- the new value of the 'Enabled' attribute.
- See Also:
- isEnabled()
 
 - 
getMindouble getMin() Returns the value of the 'Min' attribute.- Returns:
- the value of the 'Min' attribute.
- See Also:
- setMin(double),- ChartPackage.getSeriesCalcInfo_Min()
 
 - 
setMinvoid setMin(double value) Sets the value of the 'Min' attribute.- Parameters:
- value- the new value of the 'Min' attribute.
- See Also:
- getMin()
 
 - 
getMaxdouble getMax() Returns the value of the 'Max' attribute.- Returns:
- the value of the 'Max' attribute.
- See Also:
- setMax(double),- ChartPackage.getSeriesCalcInfo_Max()
 
 - 
setMaxvoid setMax(double value) Sets the value of the 'Max' attribute.- Parameters:
- value- the new value of the 'Max' attribute.
- See Also:
- getMax()
 
 - 
getAbsMindouble getAbsMin() Returns the value of the 'Abs Min' attribute.- Returns:
- the value of the 'Abs Min' attribute.
- See Also:
- setAbsMin(double),- ChartPackage.getSeriesCalcInfo_AbsMin()
 
 - 
setAbsMinvoid setAbsMin(double value) Sets the value of the 'Abs Min' attribute.- Parameters:
- value- the new value of the 'Abs Min' attribute.
- See Also:
- getAbsMin()
 
 - 
getAbsMaxdouble getAbsMax() Returns the value of the 'Abs Max' attribute.- Returns:
- the value of the 'Abs Max' attribute.
- See Also:
- setAbsMax(double),- ChartPackage.getSeriesCalcInfo_AbsMax()
 
 - 
setAbsMaxvoid setAbsMax(double value) Sets the value of the 'Abs Max' attribute.- Parameters:
- value- the new value of the 'Abs Max' attribute.
- See Also:
- getAbsMax()
 
 - 
getStartAngledouble getStartAngle() Returns the value of the 'Start Angle' attribute.- Returns:
- the value of the 'Start Angle' attribute.
- See Also:
- setStartAngle(double),- ChartPackage.getSeriesCalcInfo_StartAngle()
 
 - 
setStartAnglevoid setStartAngle(double value) Sets the value of the 'Start Angle' attribute.- Parameters:
- value- the new value of the 'Start Angle' attribute.
- See Also:
- getStartAngle()
 
 - 
getStopAngledouble getStopAngle() Returns the value of the 'Stop Angle' attribute.- Returns:
- the value of the 'Stop Angle' attribute.
- See Also:
- setStopAngle(double),- ChartPackage.getSeriesCalcInfo_StopAngle()
 
 - 
setStopAnglevoid setStopAngle(double value) Sets the value of the 'Stop Angle' attribute.- Parameters:
- value- the new value of the 'Stop Angle' attribute.
- See Also:
- getStopAngle()
 
 - 
getPercentdouble getPercent() Returns the value of the 'Percent' attribute.- Returns:
- the value of the 'Percent' attribute.
- See Also:
- setPercent(double),- ChartPackage.getSeriesCalcInfo_Percent()
 
 - 
setPercentvoid setPercent(double value) Sets the value of the 'Percent' attribute.- Parameters:
- value- the new value of the 'Percent' attribute.
- See Also:
- getPercent()
 
 - 
getStrString getStr() Returns the value of the 'Str' attribute.- Returns:
- the value of the 'Str' attribute.
- See Also:
- setStr(String),- ChartPackage.getSeriesCalcInfo_Str()
 
 - 
setStrvoid setStr(String value) Sets the value of the 'Str' attribute.- Parameters:
- value- the new value of the 'Str' attribute.
- See Also:
- getStr()
 
 - 
isM_isExpandboolean isM_isExpand() Returns the value of the 'Mis Expand' attribute.- Returns:
- the value of the 'Mis Expand' attribute.
- See Also:
- setM_isExpand(boolean),- ChartPackage.getSeriesCalcInfo_M_isExpand()
 
 - 
setM_isExpandvoid setM_isExpand(boolean value) Sets the value of the 'Mis Expand' attribute.- Parameters:
- value- the new value of the 'Mis Expand' attribute.
- See Also:
- isM_isExpand()
 
 - 
getM_centerPointPoint getM_centerPoint() Returns the value of the 'Mcenter Point' containment reference.- Returns:
- the value of the 'Mcenter Point' containment reference.
- See Also:
- setM_centerPoint(Point),- ChartPackage.getSeriesCalcInfo_M_centerPoint()
 
 - 
setM_centerPointvoid setM_centerPoint(Point value) Sets the value of the 'Mcenter Point' containment reference.- Parameters:
- value- the new value of the 'Mcenter Point' containment reference.
- See Also:
- getM_centerPoint()
 
 - 
getEndXint getEndX() Returns the value of the 'End X' attribute.- Returns:
- the value of the 'End X' attribute.
- See Also:
- setEndX(int),- ChartPackage.getSeriesCalcInfo_EndX()
 
 
- 
 
-