Interface LegendItem
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,IBmObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
LegendItemImpl
public interface LegendItem extends IBmObject
A representation of the model object 'Legend Item'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCaptionText()Returns the value of the 'Caption Text' attribute.intgetDataSeriesID()Returns the value of the 'Data Series ID' attribute.intgetLayerItemID()Returns the value of the 'Layer Item ID' attribute.intgetObjectID()Returns the value of the 'Object ID' attribute.PicturegetPicture()Returns the value of the 'Picture' containment reference.StringgetSampleText()Returns the value of the 'Sample Text' attribute.ColorgetSampleTextColor()Returns the value of the 'Sample Text Color' containment reference.FontgetSampleTextFont()Returns the value of the 'Sample Text Font' containment reference.LegendItemShowScaleTypegetShowScaleType()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.voidsetShowScaleType(LegendItemShowScaleType value)Sets 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, 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
-
getObjectID
int getObjectID()
Returns the value of the 'Object ID' attribute.- Returns:
- the value of the 'Object ID' attribute.
- See Also:
setObjectID(int),GeographicalSchemaPackage.getLegendItem_ObjectID()
-
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:
getObjectID()
-
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(Color),GeographicalSchemaPackage.getLegendItem_SampleTextColor()
-
setSampleTextColor
void setSampleTextColor(Color value)
Sets the value of the 'Sample Text Color' containment reference.- Parameters:
value- the new value of the 'Sample Text Color' containment reference.- See Also:
getSampleTextColor()
-
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(Font),GeographicalSchemaPackage.getLegendItem_SampleTextFont()
-
setSampleTextFont
void setSampleTextFont(Font value)
Sets the value of the 'Sample Text Font' containment reference.- Parameters:
value- the new value of the 'Sample Text Font' containment reference.- See Also:
getSampleTextFont()
-
getPicture
Picture getPicture()
Returns the value of the 'Picture' containment reference.- Returns:
- the value of the 'Picture' containment reference.
- See Also:
setPicture(Picture),GeographicalSchemaPackage.getLegendItem_Picture()
-
setPicture
void setPicture(Picture value)
Sets the value of the 'Picture' containment reference.- Parameters:
value- the new value of the 'Picture' containment reference.- See Also:
getPicture()
-
getDataSeriesID
int getDataSeriesID()
Returns the value of the 'Data Series ID' attribute.- Returns:
- the value of the 'Data Series ID' attribute.
- See Also:
setDataSeriesID(int),GeographicalSchemaPackage.getLegendItem_DataSeriesID()
-
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:
getDataSeriesID()
-
getLayerItemID
int getLayerItemID()
Returns the value of the 'Layer Item ID' attribute.- Returns:
- the value of the 'Layer Item ID' attribute.
- See Also:
setLayerItemID(int),GeographicalSchemaPackage.getLegendItem_LayerItemID()
-
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:
getLayerItemID()
-
getSampleText
String getSampleText()
Returns the value of the 'Sample Text' attribute.- Returns:
- the value of the 'Sample Text' attribute.
- See Also:
setSampleText(String),GeographicalSchemaPackage.getLegendItem_SampleText()
-
setSampleText
void setSampleText(String value)
Sets the value of the 'Sample Text' attribute.- Parameters:
value- the new value of the 'Sample Text' attribute.- See Also:
getSampleText()
-
getCaptionText
String getCaptionText()
Returns the value of the 'Caption Text' attribute.- Returns:
- the value of the 'Caption Text' attribute.
- See Also:
setCaptionText(String),GeographicalSchemaPackage.getLegendItem_CaptionText()
-
setCaptionText
void setCaptionText(String value)
Sets the value of the 'Caption Text' attribute.- Parameters:
value- the new value of the 'Caption Text' attribute.- See Also:
getCaptionText()
-
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:
LegendItemShowScaleType,setShowScaleType(LegendItemShowScaleType),GeographicalSchemaPackage.getLegendItem_ShowScaleType()
-
setShowScaleType
void setShowScaleType(LegendItemShowScaleType value)
Sets the value of the 'Show Scale Type' attribute.- Parameters:
value- the new value of the 'Show Scale Type' attribute.- See Also:
LegendItemShowScaleType,getShowScaleType()
-
-