Interface LegendItem
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,IBmObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
LegendItemImpl
A representation of the model object 'Legend Item'.
The following features are supported:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Caption Text' attribute.intReturns the value of the 'Data Series ID' attribute.intReturns the value of the 'Layer Item ID' attribute.intReturns the value of the 'Object ID' attribute.Returns the value of the 'Picture' containment reference.Returns the value of the 'Sample Text' attribute.Returns the value of the 'Sample Text Color' containment reference.Returns the value of the 'Sample Text Font' containment reference.Returns the value of the 'Show Scale Type' attribute.voidsetCaptionText(String value) Sets the value of the 'Caption Text' attribute.voidsetDataSeriesID(int value) Sets the value of the 'Data Series ID' attribute.voidsetLayerItemID(int value) Sets the value of the 'Layer Item ID' attribute.voidsetObjectID(int value) Sets the value of the 'Object ID' attribute.voidsetPicture(Picture value) Sets the value of the 'Picture' containment reference.voidsetSampleText(String value) Sets the value of the 'Sample Text' attribute.voidsetSampleTextColor(Color value) Sets the value of the 'Sample Text Color' containment reference.voidsetSampleTextFont(Font value) Sets the value of the 'Sample Text Font' containment reference.voidSets the value of the 'Show Scale Type' 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
-
getObjectID
int getObjectID()Returns the value of the 'Object ID' attribute.- Returns:
- the value of the 'Object ID' attribute.
- See Also:
-
setObjectID
void setObjectID(int value) Sets the value of the 'Object ID' attribute.- Parameters:
value- the new value of the 'Object ID' attribute.- See Also:
-
getSampleTextColor
Color getSampleTextColor()Returns the value of the 'Sample Text Color' containment reference.- Returns:
- the value of the 'Sample Text Color' containment reference.
- See Also:
-
setSampleTextColor
Sets the value of the 'Sample Text Color' containment reference.- Parameters:
value- the new value of the 'Sample Text Color' containment reference.- See Also:
-
getSampleTextFont
Font getSampleTextFont()Returns the value of the 'Sample Text Font' containment reference.- Returns:
- the value of the 'Sample Text Font' containment reference.
- See Also:
-
setSampleTextFont
Sets the value of the 'Sample Text Font' containment reference.- Parameters:
value- the new value of the 'Sample Text Font' containment reference.- See Also:
-
getPicture
Picture getPicture()Returns the value of the 'Picture' containment reference.- Returns:
- the value of the 'Picture' containment reference.
- See Also:
-
setPicture
Sets the value of the 'Picture' containment reference.- Parameters:
value- the new value of the 'Picture' containment reference.- See Also:
-
getDataSeriesID
int getDataSeriesID()Returns the value of the 'Data Series ID' attribute.- Returns:
- the value of the 'Data Series ID' attribute.
- See Also:
-
setDataSeriesID
void setDataSeriesID(int value) Sets the value of the 'Data Series ID' attribute.- Parameters:
value- the new value of the 'Data Series ID' attribute.- See Also:
-
getLayerItemID
int getLayerItemID()Returns the value of the 'Layer Item ID' attribute.- Returns:
- the value of the 'Layer Item ID' attribute.
- See Also:
-
setLayerItemID
void setLayerItemID(int value) Sets the value of the 'Layer Item ID' attribute.- Parameters:
value- the new value of the 'Layer Item ID' attribute.- See Also:
-
getSampleText
String getSampleText()Returns the value of the 'Sample Text' attribute.- Returns:
- the value of the 'Sample Text' attribute.
- See Also:
-
setSampleText
Sets the value of the 'Sample Text' attribute.- Parameters:
value- the new value of the 'Sample Text' attribute.- See Also:
-
getCaptionText
String getCaptionText()Returns the value of the 'Caption Text' attribute.- Returns:
- the value of the 'Caption Text' attribute.
- See Also:
-
setCaptionText
Sets the value of the 'Caption Text' attribute.- Parameters:
value- the new value of the 'Caption Text' attribute.- See Also:
-
getShowScaleType
LegendItemShowScaleType getShowScaleType()Returns the value of the 'Show Scale Type' attribute. The literals are from the enumerationLegendItemShowScaleType.- Returns:
- the value of the 'Show Scale Type' attribute.
- See Also:
-
setShowScaleType
Sets the value of the 'Show Scale Type' attribute.- Parameters:
value- the new value of the 'Show Scale Type' attribute.- See Also:
-