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
A representation of the model object 'Series Calc Info'.
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 'Abs Max' attribute.doubleReturns the value of the 'Abs Min' attribute.intgetEndX()Returns the value of the 'End X' attribute.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.doubleReturns the value of the 'Percent' attribute.doubleReturns the value of the 'Start Angle' attribute.doubleReturns the value of the 'Stop Angle' attribute.getStr()Returns the value of the 'Str' attribute.booleanReturns the value of the 'Enabled' attribute.booleanReturns 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.voidSets the value of the 'Str' 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
-
isEnabled
boolean isEnabled()Returns the value of the 'Enabled' attribute.- Returns:
- the value of the 'Enabled' attribute.
- See Also:
-
setEnabled
void setEnabled(boolean value) Sets the value of the 'Enabled' attribute.- Parameters:
value- the new value of the 'Enabled' attribute.- See Also:
-
getMin
double getMin()Returns the value of the 'Min' attribute.- Returns:
- the value of the 'Min' attribute.
- See Also:
-
setMin
void setMin(double value) Sets the value of the 'Min' attribute.- Parameters:
value- the new value of the 'Min' attribute.- See Also:
-
getMax
double getMax()Returns the value of the 'Max' attribute.- Returns:
- the value of the 'Max' attribute.
- See Also:
-
setMax
void setMax(double value) Sets the value of the 'Max' attribute.- Parameters:
value- the new value of the 'Max' attribute.- See Also:
-
getAbsMin
double getAbsMin()Returns the value of the 'Abs Min' attribute.- Returns:
- the value of the 'Abs Min' attribute.
- See Also:
-
setAbsMin
void setAbsMin(double value) Sets the value of the 'Abs Min' attribute.- Parameters:
value- the new value of the 'Abs Min' attribute.- See Also:
-
getAbsMax
double getAbsMax()Returns the value of the 'Abs Max' attribute.- Returns:
- the value of the 'Abs Max' attribute.
- See Also:
-
setAbsMax
void setAbsMax(double value) Sets the value of the 'Abs Max' attribute.- Parameters:
value- the new value of the 'Abs Max' attribute.- See Also:
-
getStartAngle
double getStartAngle()Returns the value of the 'Start Angle' attribute.- Returns:
- the value of the 'Start Angle' attribute.
- See Also:
-
setStartAngle
void setStartAngle(double value) Sets the value of the 'Start Angle' attribute.- Parameters:
value- the new value of the 'Start Angle' attribute.- See Also:
-
getStopAngle
double getStopAngle()Returns the value of the 'Stop Angle' attribute.- Returns:
- the value of the 'Stop Angle' attribute.
- See Also:
-
setStopAngle
void setStopAngle(double value) Sets the value of the 'Stop Angle' attribute.- Parameters:
value- the new value of the 'Stop Angle' attribute.- See Also:
-
getPercent
double getPercent()Returns the value of the 'Percent' attribute.- Returns:
- the value of the 'Percent' attribute.
- See Also:
-
setPercent
void setPercent(double value) Sets the value of the 'Percent' attribute.- Parameters:
value- the new value of the 'Percent' attribute.- See Also:
-
getStr
String getStr()Returns the value of the 'Str' attribute.- Returns:
- the value of the 'Str' attribute.
- See Also:
-
setStr
Sets the value of the 'Str' attribute.- Parameters:
value- the new value of the 'Str' attribute.- See Also:
-
isM_isExpand
boolean isM_isExpand()Returns the value of the 'Mis Expand' attribute.- Returns:
- the value of the 'Mis Expand' attribute.
- See Also:
-
setM_isExpand
void setM_isExpand(boolean value) Sets the value of the 'Mis Expand' attribute.- Parameters:
value- the new value of the 'Mis Expand' attribute.- See Also:
-
getM_centerPoint
Point getM_centerPoint()Returns the value of the 'Mcenter Point' containment reference.- Returns:
- the value of the 'Mcenter Point' containment reference.
- See Also:
-
setM_centerPoint
Sets the value of the 'Mcenter Point' containment reference.- Parameters:
value- the new value of the 'Mcenter Point' containment reference.- See Also:
-
getEndX
int getEndX()Returns the value of the 'End X' attribute.- Returns:
- the value of the 'End X' attribute.
- See Also:
-
setEndX
void setEndX(int value) Sets the value of the 'End X' attribute.- Parameters:
value- the new value of the 'End X' attribute.- See Also:
-