Interface GeographicalSchemaLegend
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,GeographicalSchemaComponent
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
GeographicalSchemaLegendImpl
public interface GeographicalSchemaLegend extends GeographicalSchemaComponent
A representation of the model object 'Legend'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Color
getBackColor()
Returns the value of the 'Back Color' containment reference.Color
getBorderColor()
Returns the value of the 'Border Color' containment reference.org.eclipse.emf.common.util.EList<LegendItem>
getItems()
Returns the value of the 'Items' containment reference list.Color
getScaleLineTextColor()
Returns the value of the 'Scale Line Text Color' containment reference.Font
getScaleLineTextFont()
Returns the value of the 'Scale Line Text Font' containment reference.boolean
isScaleLineShown()
Returns the value of the 'Scale Line Shown' attribute.boolean
isShown()
Returns the value of the 'Shown' attribute.void
setBackColor(Color value)
Sets the value of the 'Back Color
' containment reference.void
setBorderColor(Color value)
Sets the value of the 'Border Color
' containment reference.void
setScaleLineShown(boolean value)
Sets the value of the 'Scale Line Shown
' attribute.void
setScaleLineTextColor(Color value)
Sets the value of the 'Scale Line Text Color
' containment reference.void
setScaleLineTextFont(Font value)
Sets the value of the 'Scale Line Text Font
' containment reference.void
setShown(boolean value)
Sets the value of the 'Shown
' 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.dt.geographicalschema.model.GeographicalSchemaComponent
getBorder, getBottomCoordinatePercentage, getLeftCoordinatePercentage, getRightCoordinatePercentage, getTopCoordinatePercentage, isTransparent, setBorder, setBottomCoordinatePercentage, setLeftCoordinatePercentage, setRightCoordinatePercentage, setTopCoordinatePercentage, setTransparent
-
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
-
getScaleLineTextColor
Color getScaleLineTextColor()
Returns the value of the 'Scale Line Text Color' containment reference.- Returns:
- the value of the 'Scale Line Text Color' containment reference.
- See Also:
setScaleLineTextColor(Color)
,GeographicalSchemaPackage.getGeographicalSchemaLegend_ScaleLineTextColor()
-
setScaleLineTextColor
void setScaleLineTextColor(Color value)
Sets the value of the 'Scale Line Text Color
' containment reference.- Parameters:
value
- the new value of the 'Scale Line Text Color' containment reference.- See Also:
getScaleLineTextColor()
-
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)
,GeographicalSchemaPackage.getGeographicalSchemaLegend_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()
-
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)
,GeographicalSchemaPackage.getGeographicalSchemaLegend_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()
-
getScaleLineTextFont
Font getScaleLineTextFont()
Returns the value of the 'Scale Line Text Font' containment reference.- Returns:
- the value of the 'Scale Line Text Font' containment reference.
- See Also:
setScaleLineTextFont(Font)
,GeographicalSchemaPackage.getGeographicalSchemaLegend_ScaleLineTextFont()
-
setScaleLineTextFont
void setScaleLineTextFont(Font value)
Sets the value of the 'Scale Line Text Font
' containment reference.- Parameters:
value
- the new value of the 'Scale Line Text Font' containment reference.- See Also:
getScaleLineTextFont()
-
getItems
org.eclipse.emf.common.util.EList<LegendItem> getItems()
Returns the value of the 'Items' containment reference list. The list contents are of typeLegendItem
.- Returns:
- the value of the 'Items' containment reference list.
- See Also:
GeographicalSchemaPackage.getGeographicalSchemaLegend_Items()
-
isShown
boolean isShown()
Returns the value of the 'Shown' attribute.- Returns:
- the value of the 'Shown' attribute.
- See Also:
setShown(boolean)
,GeographicalSchemaPackage.getGeographicalSchemaLegend_Shown()
-
setShown
void setShown(boolean value)
Sets the value of the 'Shown
' attribute.- Parameters:
value
- the new value of the 'Shown' attribute.- See Also:
isShown()
-
isScaleLineShown
boolean isScaleLineShown()
Returns the value of the 'Scale Line Shown' attribute.- Returns:
- the value of the 'Scale Line Shown' attribute.
- See Also:
setScaleLineShown(boolean)
,GeographicalSchemaPackage.getGeographicalSchemaLegend_ScaleLineShown()
-
setScaleLineShown
void setScaleLineShown(boolean value)
Sets the value of the 'Scale Line Shown
' attribute.- Parameters:
value
- the new value of the 'Scale Line Shown' attribute.- See Also:
isScaleLineShown()
-
-