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 double
getAngle()
Returns the value of the 'Angle' attribute.Color
getBackColor()
Returns the value of the 'Back Color' containment reference.Border
getBorder()
Returns the value of the 'Border' containment reference.Color
getBorderColor()
Returns the value of the 'Border Color' containment reference.Font
getFont()
Returns the value of the 'Font' containment reference.double
getLeft()
Returns the value of the 'Left' attribute.ChartLabelLocation
getLocation()
Returns the value of the 'Location' attribute.MarkerType
getMarker()
Returns the value of the 'Marker' attribute.LabelsOrientation
getOrientation()
Returns the value of the 'Orientation' attribute.Color
getTextColor()
Returns the value of the 'Text Color' containment reference.double
getTop()
Returns the value of the 'Top' attribute.boolean
isTransparent()
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
setBorder(Border value)
Sets the value of the 'Border
' containment reference.void
setBorderColor(Color value)
Sets the value of the 'Border Color
' containment reference.void
setFont(Font value)
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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
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()
-
-