Interface LayerObject
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,IBmObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
MultiPointShape,PointShape,PolygonShape,PolylineShape,SinglePointShape
- All Known Implementing Classes:
LayerObjectImpl,MultiPointShapeImpl,PointShapeImpl,PolygonShapeImpl,PolylineShapeImpl,SinglePointShapeImpl
A representation of the model object 'Layer Object'.
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 TypeMethodDescriptiongetColor()Returns the value of the 'Color' containment reference.intReturns the value of the 'Object ID' attribute.org.eclipse.emf.common.util.EList<ObjectSeriesValue>Returns the value of the 'Object Series Values' containment reference list.Returns the value of the 'Tooltip' attribute.getValue()Returns the value of the 'Value' containment reference.doublegetXMax()Returns the value of the 'XMax' attribute.doublegetXMin()Returns the value of the 'XMin' attribute.doublegetYMax()Returns the value of the 'YMax' attribute.doublegetYMin()Returns the value of the 'YMin' attribute.booleanReturns the value of the 'Show Linked Data' attribute.booleanReturns the value of the 'Visible' attribute.voidsetBounds(double xMin, double yMin, double xMax, double yMax) voidSets the value of the 'Color' containment reference.voidsetObjectID(int value) Sets the value of the 'Object ID' attribute.voidsetShowLinkedData(boolean value) Sets the value of the 'Show Linked Data' attribute.voidsetTooltip(String value) Sets the value of the 'Tooltip' attribute.voidSets the value of the 'Value' containment reference.voidsetVisible(boolean value) Sets the value of the 'Visible' attribute.voidsetXMax(double value) Sets the value of the 'XMax' attribute.voidsetXMin(double value) Sets the value of the 'XMin' attribute.voidsetYMax(double value) Sets the value of the 'YMax' attribute.voidsetYMin(double value) Sets the value of the 'YMin' 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:
-
getColor
Color getColor()Returns the value of the 'Color' containment reference.- Returns:
- the value of the 'Color' containment reference.
- See Also:
-
setColor
Sets the value of the 'Color' containment reference.- Parameters:
value- the new value of the 'Color' containment reference.- See Also:
-
getValue
Value getValue()Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
-
setValue
Sets the value of the 'Value' containment reference.- Parameters:
value- the new value of the 'Value' containment reference.- See Also:
-
getObjectSeriesValues
org.eclipse.emf.common.util.EList<ObjectSeriesValue> getObjectSeriesValues()Returns the value of the 'Object Series Values' containment reference list. The list contents are of typeObjectSeriesValue.- Returns:
- the value of the 'Object Series Values' containment reference list.
- See Also:
-
getTooltip
String getTooltip()Returns the value of the 'Tooltip' attribute.- Returns:
- the value of the 'Tooltip' attribute.
- See Also:
-
setTooltip
Sets the value of the 'Tooltip' attribute.- Parameters:
value- the new value of the 'Tooltip' attribute.- See Also:
-
isShowLinkedData
boolean isShowLinkedData()Returns the value of the 'Show Linked Data' attribute.- Returns:
- the value of the 'Show Linked Data' attribute.
- See Also:
-
setShowLinkedData
void setShowLinkedData(boolean value) Sets the value of the 'Show Linked Data' attribute.- Parameters:
value- the new value of the 'Show Linked Data' attribute.- See Also:
-
isVisible
boolean isVisible()Returns the value of the 'Visible' attribute.- Returns:
- the value of the 'Visible' attribute.
- See Also:
-
setVisible
void setVisible(boolean value) Sets the value of the 'Visible' attribute.- Parameters:
value- the new value of the 'Visible' attribute.- See Also:
-
getXMin
double getXMin()Returns the value of the 'XMin' attribute.- Returns:
- the value of the 'XMin' attribute.
- See Also:
-
setXMin
void setXMin(double value) Sets the value of the 'XMin' attribute.- Parameters:
value- the new value of the 'XMin' attribute.- See Also:
-
getYMin
double getYMin()Returns the value of the 'YMin' attribute.- Returns:
- the value of the 'YMin' attribute.
- See Also:
-
setYMin
void setYMin(double value) Sets the value of the 'YMin' attribute.- Parameters:
value- the new value of the 'YMin' attribute.- See Also:
-
getXMax
double getXMax()Returns the value of the 'XMax' attribute.- Returns:
- the value of the 'XMax' attribute.
- See Also:
-
setXMax
void setXMax(double value) Sets the value of the 'XMax' attribute.- Parameters:
value- the new value of the 'XMax' attribute.- See Also:
-
getYMax
double getYMax()Returns the value of the 'YMax' attribute.- Returns:
- the value of the 'YMax' attribute.
- See Also:
-
setYMax
void setYMax(double value) Sets the value of the 'YMax' attribute.- Parameters:
value- the new value of the 'YMax' attribute.- See Also:
-
setBounds
void setBounds(double xMin, double yMin, double xMax, double yMax)
-