Interface PolygonShape
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,LayerObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PolygonShapeImpl
public interface PolygonShape extends LayerObject
A representation of the model object 'Polygon Shape'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Color
getBorderColor()
Returns the value of the 'Border Color' containment reference.org.eclipse.emf.common.util.EList<PointContour>
getContours()
Returns the value of the 'Contours' containment reference list.Color
getFillColor()
void
setBorderColor(Color value)
Sets the value of the 'Border Color
' containment reference.void
setFillColor(Color fillColor)
-
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
-
Methods inherited from interface com._1c.g5.v8.dt.geographicalschema.model.LayerObject
getColor, getObjectID, getObjectSeriesValues, getTooltip, getValue, getXMax, getXMin, getYMax, getYMin, isShowLinkedData, isVisible, setBounds, setColor, setObjectID, setShowLinkedData, setTooltip, setValue, setVisible, setXMax, setXMin, setYMax, setYMin
-
-
-
-
Method Detail
-
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.getPolygonShape_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()
-
getContours
org.eclipse.emf.common.util.EList<PointContour> getContours()
Returns the value of the 'Contours' containment reference list. The list contents are of typePointContour
.- Returns:
- the value of the 'Contours' containment reference list.
- See Also:
GeographicalSchemaPackage.getPolygonShape_Contours()
-
getFillColor
Color getFillColor()
-
setFillColor
void setFillColor(Color fillColor)
-
-