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
 
 public interface LabelArea extends IBmObject A representation of the model object 'Label Area'.The following features are supported: - See Also:
- ChartPackage.getLabelArea()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetAngle()Returns the value of the 'Angle' attribute.ColorgetBackColor()Returns the value of the 'Back Color' containment reference.BordergetBorder()Returns the value of the 'Border' containment reference.ColorgetBorderColor()Returns the value of the 'Border Color' containment reference.FontgetFont()Returns the value of the 'Font' containment reference.doublegetLeft()Returns the value of the 'Left' attribute.ChartLabelLocationgetLocation()Returns the value of the 'Location' attribute.MarkerTypegetMarker()Returns the value of the 'Marker' attribute.LabelsOrientationgetOrientation()Returns the value of the 'Orientation' attribute.ColorgetTextColor()Returns the value of the 'Text Color' containment reference.doublegetTop()Returns the value of the 'Top' attribute.booleanisTransparent()Returns 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.voidsetBorder(Border value)Sets the value of the 'Border' containment reference.voidsetBorderColor(Color value)Sets the value of the 'Border Color' containment reference.voidsetFont(Font value)Sets 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.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- 
getLocationChartLabelLocation getLocation() Returns the value of the 'Location' attribute. The literals are from the enumerationChartLabelLocation.- Returns:
- the value of the 'Location' attribute.
- See Also:
- ChartLabelLocation,- setLocation(ChartLabelLocation),- ChartPackage.getLabelArea_Location()
 
 - 
setLocationvoid setLocation(ChartLabelLocation value) Sets the value of the 'Location' attribute.- Parameters:
- value- the new value of the 'Location' attribute.
- See Also:
- ChartLabelLocation,- getLocation()
 
 - 
getLeftdouble getLeft() Returns the value of the 'Left' attribute. The default value is"0.5".- Returns:
- the value of the 'Left' attribute.
- See Also:
- setLeft(double),- ChartPackage.getLabelArea_Left()
 
 - 
setLeftvoid setLeft(double value) Sets the value of the 'Left' attribute.- Parameters:
- value- the new value of the 'Left' attribute.
- See Also:
- getLeft()
 
 - 
getTopdouble getTop() Returns the value of the 'Top' attribute. The default value is"0.5".- Returns:
- the value of the 'Top' attribute.
- See Also:
- setTop(double),- ChartPackage.getLabelArea_Top()
 
 - 
setTopvoid setTop(double value) Sets the value of the 'Top' attribute.- Parameters:
- value- the new value of the 'Top' attribute.
- See Also:
- getTop()
 
 - 
getFontFont getFont() Returns the value of the 'Font' containment reference.- Returns:
- the value of the 'Font' containment reference.
- See Also:
- setFont(Font),- ChartPackage.getLabelArea_Font()
 
 - 
setFontvoid setFont(Font value) Sets the value of the 'Font' containment reference.- Parameters:
- value- the new value of the 'Font' containment reference.
- See Also:
- getFont()
 
 - 
getTextColorColor getTextColor() Returns the value of the 'Text Color' containment reference.- Returns:
- the value of the 'Text Color' containment reference.
- See Also:
- setTextColor(Color),- ChartPackage.getLabelArea_TextColor()
 
 - 
setTextColorvoid setTextColor(Color value) Sets the value of the 'Text Color' containment reference.- Parameters:
- value- the new value of the 'Text Color' containment reference.
- See Also:
- getTextColor()
 
 - 
getBackColorColor getBackColor() Returns the value of the 'Back Color' containment reference.- Returns:
- the value of the 'Back Color' containment reference.
- See Also:
- setBackColor(Color),- ChartPackage.getLabelArea_BackColor()
 
 - 
setBackColorvoid setBackColor(Color value) Sets the value of the 'Back Color' containment reference.- Parameters:
- value- the new value of the 'Back Color' containment reference.
- See Also:
- getBackColor()
 
 - 
isTransparentboolean isTransparent() Returns the value of the 'Transparent' attribute.- Returns:
- the value of the 'Transparent' attribute.
- See Also:
- setTransparent(boolean),- ChartPackage.getLabelArea_Transparent()
 
 - 
setTransparentvoid setTransparent(boolean value) Sets the value of the 'Transparent' attribute.- Parameters:
- value- the new value of the 'Transparent' attribute.
- See Also:
- isTransparent()
 
 - 
getBorderBorder getBorder() Returns the value of the 'Border' containment reference.- Returns:
- the value of the 'Border' containment reference.
- See Also:
- setBorder(Border),- ChartPackage.getLabelArea_Border()
 
 - 
setBordervoid setBorder(Border value) Sets the value of the 'Border' containment reference.- Parameters:
- value- the new value of the 'Border' containment reference.
- See Also:
- getBorder()
 
 - 
getBorderColorColor getBorderColor() Returns the value of the 'Border Color' containment reference.- Returns:
- the value of the 'Border Color' containment reference.
- See Also:
- setBorderColor(Color),- ChartPackage.getLabelArea_BorderColor()
 
 - 
setBorderColorvoid setBorderColor(Color value) Sets the value of the 'Border Color' containment reference.- Parameters:
- value- the new value of the 'Border Color' containment reference.
- See Also:
- getBorderColor()
 
 - 
getMarkerMarkerType getMarker() Returns the value of the 'Marker' attribute. The literals are from the enumerationMarkerType.- Returns:
- the value of the 'Marker' attribute.
- See Also:
- MarkerType,- setMarker(MarkerType),- ChartPackage.getLabelArea_Marker()
 
 - 
setMarkervoid setMarker(MarkerType value) Sets the value of the 'Marker' attribute.- Parameters:
- value- the new value of the 'Marker' attribute.
- See Also:
- MarkerType,- getMarker()
 
 - 
getOrientationLabelsOrientation getOrientation() Returns the value of the 'Orientation' attribute. The literals are from the enumerationLabelsOrientation.- Returns:
- the value of the 'Orientation' attribute.
- See Also:
- LabelsOrientation,- setOrientation(LabelsOrientation),- ChartPackage.getLabelArea_Orientation()
 
 - 
setOrientationvoid setOrientation(LabelsOrientation value) Sets the value of the 'Orientation' attribute.- Parameters:
- value- the new value of the 'Orientation' attribute.
- See Also:
- LabelsOrientation,- getOrientation()
 
 - 
getAngledouble getAngle() Returns the value of the 'Angle' attribute.- Returns:
- the value of the 'Angle' attribute.
- See Also:
- setAngle(double),- ChartPackage.getLabelArea_Angle()
 
 - 
setAnglevoid setAngle(double value) Sets the value of the 'Angle' attribute.- Parameters:
- value- the new value of the 'Angle' attribute.
- See Also:
- getAngle()
 
 
- 
 
-