Interface Dendrogram
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DendrogramImpl
public interface Dendrogram extends IBmObject
A representation of the model object 'Dendrogram'.The following features are supported:
- See Also:
DendrogramPackage.getDendrogram()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Chart
getChart()
Returns the value of the 'Chart' containment reference.int
getCountElements()
Returns the value of the 'Count Elements' attribute.DendrogramElements
getElements()
Returns the value of the 'Elements' containment reference.double
getFixedMinWidthElement()
Returns the value of the 'Fixed Min Width Element' attribute.ChartLine
getLine()
Returns the value of the 'Line' containment reference.Color
getLineColor()
Returns the value of the 'Line Color' containment reference.DendrogramLinks
getLinks()
Returns the value of the 'Links' containment reference.DendrogramOrientation
getOrientation()
Returns the value of the 'Orientation' attribute.DendrogramScaleKeeping
getScaleType()
Returns the value of the 'Scale Type' attribute.boolean
isVerticalLabels()
Returns the value of the 'Vertical Labels' attribute.void
setChart(Chart value)
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
setLine(ChartLine value)
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
setOrientation(DendrogramOrientation value)
Sets the value of the 'Orientation
' attribute.void
setScaleType(DendrogramScaleKeeping value)
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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
getChart
Chart getChart()
Returns the value of the 'Chart' containment reference.- Returns:
- the value of the 'Chart' containment reference.
- See Also:
setChart(Chart)
,DendrogramPackage.getDendrogram_Chart()
-
setChart
void setChart(Chart value)
Sets the value of the 'Chart
' containment reference.- Parameters:
value
- the new value of the 'Chart' containment reference.- See Also:
getChart()
-
getElements
DendrogramElements getElements()
Returns the value of the 'Elements' containment reference.- Returns:
- the value of the 'Elements' containment reference.
- See Also:
setElements(DendrogramElements)
,DendrogramPackage.getDendrogram_Elements()
-
setElements
void setElements(DendrogramElements value)
Sets the value of the 'Elements
' containment reference.- Parameters:
value
- the new value of the 'Elements' containment reference.- See Also:
getElements()
-
getLinks
DendrogramLinks getLinks()
Returns the value of the 'Links' containment reference.- Returns:
- the value of the 'Links' containment reference.
- See Also:
setLinks(DendrogramLinks)
,DendrogramPackage.getDendrogram_Links()
-
setLinks
void setLinks(DendrogramLinks value)
Sets the value of the 'Links
' containment reference.- Parameters:
value
- the new value of the 'Links' containment reference.- See Also:
getLinks()
-
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:
DendrogramOrientation
,setOrientation(DendrogramOrientation)
,DendrogramPackage.getDendrogram_Orientation()
-
setOrientation
void setOrientation(DendrogramOrientation value)
Sets the value of the 'Orientation
' attribute.- Parameters:
value
- the new value of the 'Orientation' attribute.- See Also:
DendrogramOrientation
,getOrientation()
-
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:
DendrogramScaleKeeping
,setScaleType(DendrogramScaleKeeping)
,DendrogramPackage.getDendrogram_ScaleType()
-
setScaleType
void setScaleType(DendrogramScaleKeeping value)
Sets the value of the 'Scale Type
' attribute.- Parameters:
value
- the new value of the 'Scale Type' attribute.- See Also:
DendrogramScaleKeeping
,getScaleType()
-
getCountElements
int getCountElements()
Returns the value of the 'Count Elements' attribute.- Returns:
- the value of the 'Count Elements' attribute.
- See Also:
setCountElements(int)
,DendrogramPackage.getDendrogram_CountElements()
-
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:
getCountElements()
-
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(double)
,DendrogramPackage.getDendrogram_FixedMinWidthElement()
-
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:
getFixedMinWidthElement()
-
getLineColor
Color getLineColor()
Returns the value of the 'Line Color' containment reference.- Returns:
- the value of the 'Line Color' containment reference.
- See Also:
setLineColor(Color)
,DendrogramPackage.getDendrogram_LineColor()
-
setLineColor
void setLineColor(Color value)
Sets the value of the 'Line Color
' containment reference.- Parameters:
value
- the new value of the 'Line Color' containment reference.- See Also:
getLineColor()
-
getLine
ChartLine getLine()
Returns the value of the 'Line' containment reference.- Returns:
- the value of the 'Line' containment reference.
- See Also:
setLine(ChartLine)
,DendrogramPackage.getDendrogram_Line()
-
setLine
void setLine(ChartLine value)
Sets the value of the 'Line
' containment reference.- Parameters:
value
- the new value of the 'Line' containment reference.- See Also:
getLine()
-
isVerticalLabels
boolean isVerticalLabels()
Returns the value of the 'Vertical Labels' attribute.- Returns:
- the value of the 'Vertical Labels' attribute.
- See Also:
setVerticalLabels(boolean)
,DendrogramPackage.getDendrogram_VerticalLabels()
-
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:
isVerticalLabels()
-
-