Interface Dendrogram
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DendrogramImpl
A representation of the model object 'Dendrogram'.
The following features are supported:
- See Also:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier and TypeMethodDescriptiongetChart()
Returns the value of the 'Chart' containment reference.int
Returns the value of the 'Count Elements' attribute.Returns the value of the 'Elements' containment reference.double
Returns the value of the 'Fixed Min Width Element' attribute.getLine()
Returns the value of the 'Line' containment reference.Returns the value of the 'Line Color' containment reference.getLinks()
Returns the value of the 'Links' containment reference.Returns the value of the 'Orientation' attribute.Returns the value of the 'Scale Type' attribute.boolean
Returns the value of the 'Vertical Labels' attribute.void
Sets the value of the 'Chart
' containment reference.void
setCountElements
(int value) Sets the value of the 'Count Elements
' attribute.void
setElements
(DendrogramElements value) Sets the value of the 'Elements
' containment reference.void
setFixedMinWidthElement
(double value) Sets the value of the 'Fixed Min Width Element
' attribute.void
Sets the value of the 'Line
' containment reference.void
setLineColor
(Color value) Sets the value of the 'Line Color
' containment reference.void
setLinks
(DendrogramLinks value) Sets the value of the 'Links
' containment reference.void
Sets the value of the 'Orientation
' attribute.void
Sets the value of the 'Scale Type
' attribute.void
setVerticalLabels
(boolean value) Sets the value of the 'Vertical Labels
' 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
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getChart
Chart getChart()Returns the value of the 'Chart' containment reference.- Returns:
- the value of the 'Chart' containment reference.
- See Also:
-
setChart
Sets the value of the 'Chart
' containment reference.- Parameters:
value
- the new value of the 'Chart' containment reference.- See Also:
-
getElements
DendrogramElements getElements()Returns the value of the 'Elements' containment reference.- Returns:
- the value of the 'Elements' containment reference.
- See Also:
-
setElements
Sets the value of the 'Elements
' containment reference.- Parameters:
value
- the new value of the 'Elements' containment reference.- See Also:
-
getLinks
DendrogramLinks getLinks()Returns the value of the 'Links' containment reference.- Returns:
- the value of the 'Links' containment reference.
- See Also:
-
setLinks
Sets the value of the 'Links
' containment reference.- Parameters:
value
- the new value of the 'Links' containment reference.- See Also:
-
getOrientation
DendrogramOrientation getOrientation()Returns the value of the 'Orientation' attribute. The literals are from the enumerationDendrogramOrientation
.- Returns:
- the value of the 'Orientation' attribute.
- See Also:
-
setOrientation
Sets the value of the 'Orientation
' attribute.- Parameters:
value
- the new value of the 'Orientation' attribute.- See Also:
-
getScaleType
DendrogramScaleKeeping getScaleType()Returns the value of the 'Scale Type' attribute. The literals are from the enumerationDendrogramScaleKeeping
.- Returns:
- the value of the 'Scale Type' attribute.
- See Also:
-
setScaleType
Sets the value of the 'Scale Type
' attribute.- Parameters:
value
- the new value of the 'Scale Type' attribute.- See Also:
-
getCountElements
int getCountElements()Returns the value of the 'Count Elements' attribute.- Returns:
- the value of the 'Count Elements' attribute.
- See Also:
-
setCountElements
void setCountElements(int value) Sets the value of the 'Count Elements
' attribute.- Parameters:
value
- the new value of the 'Count Elements' attribute.- See Also:
-
getFixedMinWidthElement
double getFixedMinWidthElement()Returns the value of the 'Fixed Min Width Element' attribute.- Returns:
- the value of the 'Fixed Min Width Element' attribute.
- See Also:
-
setFixedMinWidthElement
void setFixedMinWidthElement(double value) Sets the value of the 'Fixed Min Width Element
' attribute.- Parameters:
value
- the new value of the 'Fixed Min Width Element' attribute.- See Also:
-
getLineColor
Color getLineColor()Returns the value of the 'Line Color' containment reference.- Returns:
- the value of the 'Line Color' containment reference.
- See Also:
-
setLineColor
Sets the value of the 'Line Color
' containment reference.- Parameters:
value
- the new value of the 'Line Color' containment reference.- See Also:
-
getLine
ChartLine getLine()Returns the value of the 'Line' containment reference.- Returns:
- the value of the 'Line' containment reference.
- See Also:
-
setLine
Sets the value of the 'Line
' containment reference.- Parameters:
value
- the new value of the 'Line' containment reference.- See Also:
-
isVerticalLabels
boolean isVerticalLabels()Returns the value of the 'Vertical Labels' attribute.- Returns:
- the value of the 'Vertical Labels' attribute.
- See Also:
-
setVerticalLabels
void setVerticalLabels(boolean value) Sets the value of the 'Vertical Labels
' attribute.- Parameters:
value
- the new value of the 'Vertical Labels' attribute.- See Also:
-