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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getAbsMax()
Returns the value of the 'Abs Max' attribute.double
getAbsMin()
Returns the value of the 'Abs Min' attribute.int
getEndX()
Returns the value of the 'End X' attribute.Point
getM_centerPoint()
Returns the value of the 'Mcenter Point' containment reference.double
getMax()
Returns the value of the 'Max' attribute.double
getMin()
Returns the value of the 'Min' attribute.double
getPercent()
Returns the value of the 'Percent' attribute.double
getStartAngle()
Returns the value of the 'Start Angle' attribute.double
getStopAngle()
Returns the value of the 'Stop Angle' attribute.String
getStr()
Returns the value of the 'Str' attribute.boolean
isEnabled()
Returns the value of the 'Enabled' attribute.boolean
isM_isExpand()
Returns the value of the 'Mis Expand' attribute.void
setAbsMax(double value)
Sets the value of the 'Abs Max
' attribute.void
setAbsMin(double value)
Sets the value of the 'Abs Min
' attribute.void
setEnabled(boolean value)
Sets the value of the 'Enabled
' attribute.void
setEndX(int value)
Sets the value of the 'End X
' attribute.void
setM_centerPoint(Point value)
Sets the value of the 'Mcenter Point
' containment reference.void
setM_isExpand(boolean value)
Sets the value of the 'Mis Expand
' attribute.void
setMax(double value)
Sets the value of the 'Max
' attribute.void
setMin(double value)
Sets the value of the 'Min
' attribute.void
setPercent(double value)
Sets the value of the 'Percent
' attribute.void
setStartAngle(double value)
Sets the value of the 'Start Angle
' attribute.void
setStopAngle(double value)
Sets the value of the 'Stop Angle
' attribute.void
setStr(String value)
Sets 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, 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
-
isEnabled
boolean isEnabled()
Returns the value of the 'Enabled' attribute.- Returns:
- the value of the 'Enabled' attribute.
- See Also:
setEnabled(boolean)
,ChartPackage.getSeriesCalcInfo_Enabled()
-
setEnabled
void setEnabled(boolean value)
Sets the value of the 'Enabled
' attribute.- Parameters:
value
- the new value of the 'Enabled' attribute.- See Also:
isEnabled()
-
getMin
double getMin()
Returns the value of the 'Min' attribute.- Returns:
- the value of the 'Min' attribute.
- See Also:
setMin(double)
,ChartPackage.getSeriesCalcInfo_Min()
-
setMin
void setMin(double value)
Sets the value of the 'Min
' attribute.- Parameters:
value
- the new value of the 'Min' attribute.- See Also:
getMin()
-
getMax
double getMax()
Returns the value of the 'Max' attribute.- Returns:
- the value of the 'Max' attribute.
- See Also:
setMax(double)
,ChartPackage.getSeriesCalcInfo_Max()
-
setMax
void setMax(double value)
Sets the value of the 'Max
' attribute.- Parameters:
value
- the new value of the 'Max' attribute.- See Also:
getMax()
-
getAbsMin
double getAbsMin()
Returns the value of the 'Abs Min' attribute.- Returns:
- the value of the 'Abs Min' attribute.
- See Also:
setAbsMin(double)
,ChartPackage.getSeriesCalcInfo_AbsMin()
-
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:
getAbsMin()
-
getAbsMax
double getAbsMax()
Returns the value of the 'Abs Max' attribute.- Returns:
- the value of the 'Abs Max' attribute.
- See Also:
setAbsMax(double)
,ChartPackage.getSeriesCalcInfo_AbsMax()
-
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:
getAbsMax()
-
getStartAngle
double getStartAngle()
Returns the value of the 'Start Angle' attribute.- Returns:
- the value of the 'Start Angle' attribute.
- See Also:
setStartAngle(double)
,ChartPackage.getSeriesCalcInfo_StartAngle()
-
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:
getStartAngle()
-
getStopAngle
double getStopAngle()
Returns the value of the 'Stop Angle' attribute.- Returns:
- the value of the 'Stop Angle' attribute.
- See Also:
setStopAngle(double)
,ChartPackage.getSeriesCalcInfo_StopAngle()
-
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:
getStopAngle()
-
getPercent
double getPercent()
Returns the value of the 'Percent' attribute.- Returns:
- the value of the 'Percent' attribute.
- See Also:
setPercent(double)
,ChartPackage.getSeriesCalcInfo_Percent()
-
setPercent
void setPercent(double value)
Sets the value of the 'Percent
' attribute.- Parameters:
value
- the new value of the 'Percent' attribute.- See Also:
getPercent()
-
getStr
String getStr()
Returns the value of the 'Str' attribute.- Returns:
- the value of the 'Str' attribute.
- See Also:
setStr(String)
,ChartPackage.getSeriesCalcInfo_Str()
-
setStr
void setStr(String value)
Sets the value of the 'Str
' attribute.- Parameters:
value
- the new value of the 'Str' attribute.- See Also:
getStr()
-
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(boolean)
,ChartPackage.getSeriesCalcInfo_M_isExpand()
-
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:
isM_isExpand()
-
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(Point)
,ChartPackage.getSeriesCalcInfo_M_centerPoint()
-
setM_centerPoint
void 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()
-
getEndX
int getEndX()
Returns the value of the 'End X' attribute.- Returns:
- the value of the 'End X' attribute.
- See Also:
setEndX(int)
,ChartPackage.getSeriesCalcInfo_EndX()
-
-