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 Summary
All 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.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
-
-
-
-
Method Detail
-
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:
ChartLabelLocation,setLocation(ChartLabelLocation),ChartPackage.getLabelArea_Location()
-
setLocation
void setLocation(ChartLabelLocation value)
Sets the value of the 'Location' attribute.- Parameters:
value- the new value of the 'Location' attribute.- See Also:
ChartLabelLocation,getLocation()
-
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(double),ChartPackage.getLabelArea_Left()
-
setLeft
void setLeft(double value)
Sets the value of the 'Left' attribute.- Parameters:
value- the new value of the 'Left' attribute.- See Also:
getLeft()
-
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(double),ChartPackage.getLabelArea_Top()
-
setTop
void setTop(double value)
Sets the value of the 'Top' attribute.- Parameters:
value- the new value of the 'Top' attribute.- See Also:
getTop()
-
getFont
Font getFont()
Returns the value of the 'Font' containment reference.- Returns:
- the value of the 'Font' containment reference.
- See Also:
setFont(Font),ChartPackage.getLabelArea_Font()
-
setFont
void setFont(Font value)
Sets the value of the 'Font' containment reference.- Parameters:
value- the new value of the 'Font' containment reference.- See Also:
getFont()
-
getTextColor
Color 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()
-
setTextColor
void 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()
-
getBackColor
Color 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()
-
setBackColor
void 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()
-
isTransparent
boolean isTransparent()
Returns the value of the 'Transparent' attribute.- Returns:
- the value of the 'Transparent' attribute.
- See Also:
setTransparent(boolean),ChartPackage.getLabelArea_Transparent()
-
setTransparent
void setTransparent(boolean value)
Sets the value of the 'Transparent' attribute.- Parameters:
value- the new value of the 'Transparent' attribute.- See Also:
isTransparent()
-
getBorder
Border getBorder()
Returns the value of the 'Border' containment reference.- Returns:
- the value of the 'Border' containment reference.
- See Also:
setBorder(Border),ChartPackage.getLabelArea_Border()
-
setBorder
void setBorder(Border value)
Sets the value of the 'Border' containment reference.- Parameters:
value- the new value of the 'Border' containment reference.- See Also:
getBorder()
-
getBorderColor
Color 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()
-
setBorderColor
void 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()
-
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:
MarkerType,setMarker(MarkerType),ChartPackage.getLabelArea_Marker()
-
setMarker
void setMarker(MarkerType value)
Sets the value of the 'Marker' attribute.- Parameters:
value- the new value of the 'Marker' attribute.- See Also:
MarkerType,getMarker()
-
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:
LabelsOrientation,setOrientation(LabelsOrientation),ChartPackage.getLabelArea_Orientation()
-
setOrientation
void setOrientation(LabelsOrientation value)
Sets the value of the 'Orientation' attribute.- Parameters:
value- the new value of the 'Orientation' attribute.- See Also:
LabelsOrientation,getOrientation()
-
getAngle
double getAngle()
Returns the value of the 'Angle' attribute.- Returns:
- the value of the 'Angle' attribute.
- See Also:
setAngle(double),ChartPackage.getLabelArea_Angle()
-
setAngle
void setAngle(double value)
Sets the value of the 'Angle' attribute.- Parameters:
value- the new value of the 'Angle' attribute.- See Also:
getAngle()
-
-