Package com._1c.g5.v8.dt.chart.model
Interface LabelArea
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
LabelAreaImpl
A representation of the model object 'Label Area'.
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 TypeMethodDescriptiondouble
getAngle()
Returns the value of the 'Angle' attribute.Returns the value of the 'Back Color' containment reference.Returns the value of the 'Border' containment reference.Returns the value of the 'Border Color' containment reference.getFont()
Returns the value of the 'Font' containment reference.double
getLeft()
Returns the value of the 'Left' attribute.Returns the value of the 'Location' attribute.Returns the value of the 'Marker' attribute.Returns the value of the 'Orientation' attribute.Returns the value of the 'Text Color' containment reference.double
getTop()
Returns the value of the 'Top' attribute.boolean
Returns the value of the 'Transparent' attribute.void
setAngle
(double value) Sets the value of the 'Angle
' attribute.void
setBackColor
(Color value) Sets the value of the 'Back Color
' containment reference.void
Sets the value of the 'Border
' containment reference.void
setBorderColor
(Color value) Sets the value of the 'Border Color
' containment reference.void
Sets the value of the 'Font
' containment reference.void
setLeft
(double value) Sets the value of the 'Left
' attribute.void
setLocation
(ChartLabelLocation value) Sets the value of the 'Location
' attribute.void
setMarker
(MarkerType value) Sets the value of the 'Marker
' attribute.void
setOrientation
(LabelsOrientation value) Sets the value of the 'Orientation
' attribute.void
setTextColor
(Color value) Sets the value of the 'Text Color
' containment reference.void
setTop
(double value) Sets the value of the 'Top
' attribute.void
setTransparent
(boolean value) Sets the value of the 'Transparent
' 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
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getLocation
ChartLabelLocation getLocation()Returns the value of the 'Location' attribute. The literals are from the enumerationChartLabelLocation
.- Returns:
- the value of the 'Location' attribute.
- See Also:
-
setLocation
Sets the value of the 'Location
' attribute.- Parameters:
value
- the new value of the 'Location' attribute.- See Also:
-
getLeft
double getLeft()Returns the value of the 'Left' attribute. The default value is"0.5"
.- Returns:
- the value of the 'Left' attribute.
- See Also:
-
setLeft
void setLeft(double value) Sets the value of the 'Left
' attribute.- Parameters:
value
- the new value of the 'Left' attribute.- See Also:
-
getTop
double getTop()Returns the value of the 'Top' attribute. The default value is"0.5"
.- Returns:
- the value of the 'Top' attribute.
- See Also:
-
setTop
void setTop(double value) Sets the value of the 'Top
' attribute.- Parameters:
value
- the new value of the 'Top' attribute.- See Also:
-
getFont
Font getFont()Returns the value of the 'Font' containment reference.- Returns:
- the value of the 'Font' containment reference.
- See Also:
-
setFont
Sets the value of the 'Font
' containment reference.- Parameters:
value
- the new value of the 'Font' containment reference.- See Also:
-
getTextColor
Color getTextColor()Returns the value of the 'Text Color' containment reference.- Returns:
- the value of the 'Text Color' containment reference.
- See Also:
-
setTextColor
Sets the value of the 'Text Color
' containment reference.- Parameters:
value
- the new value of the 'Text Color' containment reference.- See Also:
-
getBackColor
Color getBackColor()Returns the value of the 'Back Color' containment reference.- Returns:
- the value of the 'Back Color' containment reference.
- See Also:
-
setBackColor
Sets the value of the 'Back Color
' containment reference.- Parameters:
value
- the new value of the 'Back Color' containment reference.- See Also:
-
isTransparent
boolean isTransparent()Returns the value of the 'Transparent' attribute.- Returns:
- the value of the 'Transparent' attribute.
- See Also:
-
setTransparent
void setTransparent(boolean value) Sets the value of the 'Transparent
' attribute.- Parameters:
value
- the new value of the 'Transparent' attribute.- See Also:
-
getBorder
Border getBorder()Returns the value of the 'Border' containment reference.- Returns:
- the value of the 'Border' containment reference.
- See Also:
-
setBorder
Sets the value of the 'Border
' containment reference.- Parameters:
value
- the new value of the 'Border' containment reference.- See Also:
-
getBorderColor
Color getBorderColor()Returns the value of the 'Border Color' containment reference.- Returns:
- the value of the 'Border Color' containment reference.
- See Also:
-
setBorderColor
Sets the value of the 'Border Color
' containment reference.- Parameters:
value
- the new value of the 'Border Color' containment reference.- See Also:
-
getMarker
MarkerType getMarker()Returns the value of the 'Marker' attribute. The literals are from the enumerationMarkerType
.- Returns:
- the value of the 'Marker' attribute.
- See Also:
-
setMarker
Sets the value of the 'Marker
' attribute.- Parameters:
value
- the new value of the 'Marker' attribute.- See Also:
-
getOrientation
LabelsOrientation getOrientation()Returns the value of the 'Orientation' attribute. The literals are from the enumerationLabelsOrientation
.- Returns:
- the value of the 'Orientation' attribute.
- See Also:
-
setOrientation
Sets the value of the 'Orientation
' attribute.- Parameters:
value
- the new value of the 'Orientation' attribute.- See Also:
-
getAngle
double getAngle()Returns the value of the 'Angle' attribute.- Returns:
- the value of the 'Angle' attribute.
- See Also:
-
setAngle
void setAngle(double value) Sets the value of the 'Angle
' attribute.- Parameters:
value
- the new value of the 'Angle' attribute.- See Also:
-