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 TypeMethodDescriptiondoublegetAngle()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.doublegetLeft()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.doublegetTop()Returns the value of the 'Top' attribute.booleanReturns the value of the 'Transparent' attribute.voidsetAngle(double value) Sets the value of the 'Angle' attribute.voidsetBackColor(Color value) Sets the value of the 'Back Color' containment reference.voidSets the value of the 'Border' containment reference.voidsetBorderColor(Color value) Sets the value of the 'Border Color' containment reference.voidSets the value of the 'Font' containment reference.voidsetLeft(double value) Sets the value of the 'Left' attribute.voidsetLocation(ChartLabelLocation value) Sets the value of the 'Location' attribute.voidsetMarker(MarkerType value) Sets the value of the 'Marker' attribute.voidsetOrientation(LabelsOrientation value) Sets the value of the 'Orientation' attribute.voidsetTextColor(Color value) Sets the value of the 'Text Color' containment reference.voidsetTop(double value) Sets the value of the 'Top' attribute.voidsetTransparent(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, 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
-
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:
-