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 String
getCaptionText()
Returns the value of the 'Caption Text' attribute.int
getDataSeriesID()
Returns the value of the 'Data Series ID' attribute.int
getLayerItemID()
Returns the value of the 'Layer Item ID' attribute.int
getObjectID()
Returns the value of the 'Object ID' attribute.Picture
getPicture()
Returns the value of the 'Picture' containment reference.String
getSampleText()
Returns the value of the 'Sample Text' attribute.Color
getSampleTextColor()
Returns the value of the 'Sample Text Color' containment reference.Font
getSampleTextFont()
Returns the value of the 'Sample Text Font' containment reference.LegendItemShowScaleType
getShowScaleType()
Returns the value of the 'Show Scale Type' attribute.void
setCaptionText(String value)
Sets the value of the 'Caption Text
' attribute.void
setDataSeriesID(int value)
Sets the value of the 'Data Series ID
' attribute.void
setLayerItemID(int value)
Sets the value of the 'Layer Item ID
' attribute.void
setObjectID(int value)
Sets the value of the 'Object ID
' attribute.void
setPicture(Picture value)
Sets the value of the 'Picture
' containment reference.void
setSampleText(String value)
Sets the value of the 'Sample Text
' attribute.void
setSampleTextColor(Color value)
Sets the value of the 'Sample Text Color
' containment reference.void
setSampleTextFont(Font value)
Sets the value of the 'Sample Text Font
' containment reference.void
setShowScaleType(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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
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()
-
-