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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ChartgetChart()Returns the value of the 'Chart' containment reference.intgetCountElements()Returns the value of the 'Count Elements' attribute.DendrogramElementsgetElements()Returns the value of the 'Elements' containment reference.doublegetFixedMinWidthElement()Returns the value of the 'Fixed Min Width Element' attribute.ChartLinegetLine()Returns the value of the 'Line' containment reference.ColorgetLineColor()Returns the value of the 'Line Color' containment reference.DendrogramLinksgetLinks()Returns the value of the 'Links' containment reference.DendrogramOrientationgetOrientation()Returns the value of the 'Orientation' attribute.DendrogramScaleKeepinggetScaleType()Returns the value of the 'Scale Type' attribute.booleanisVerticalLabels()Returns the value of the 'Vertical Labels' attribute.voidsetChart(Chart value)Sets the value of the 'Chart' containment reference.voidsetCountElements(int value)Sets the value of the 'Count Elements' attribute.voidsetElements(DendrogramElements value)Sets the value of the 'Elements' containment reference.voidsetFixedMinWidthElement(double value)Sets the value of the 'Fixed Min Width Element' attribute.voidsetLine(ChartLine value)Sets the value of the 'Line' containment reference.voidsetLineColor(Color value)Sets the value of the 'Line Color' containment reference.voidsetLinks(DendrogramLinks value)Sets the value of the 'Links' containment reference.voidsetOrientation(DendrogramOrientation value)Sets the value of the 'Orientation' attribute.voidsetScaleType(DendrogramScaleKeeping value)Sets the value of the 'Scale Type' attribute.voidsetVerticalLabels(boolean value)Sets the value of the 'Vertical Labels' attribute.- 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObjectbmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
 
- 
 
- 
- 
- 
Method Detail- 
getChartChart getChart() Returns the value of the 'Chart' containment reference.- Returns:
- the value of the 'Chart' containment reference.
- See Also:
- setChart(Chart),- DendrogramPackage.getDendrogram_Chart()
 
 - 
setChartvoid setChart(Chart value) Sets the value of the 'Chart' containment reference.- Parameters:
- value- the new value of the 'Chart' containment reference.
- See Also:
- getChart()
 
 - 
getElementsDendrogramElements getElements() Returns the value of the 'Elements' containment reference.- Returns:
- the value of the 'Elements' containment reference.
- See Also:
- setElements(DendrogramElements),- DendrogramPackage.getDendrogram_Elements()
 
 - 
setElementsvoid setElements(DendrogramElements value) Sets the value of the 'Elements' containment reference.- Parameters:
- value- the new value of the 'Elements' containment reference.
- See Also:
- getElements()
 
 - 
getLinksDendrogramLinks getLinks() Returns the value of the 'Links' containment reference.- Returns:
- the value of the 'Links' containment reference.
- See Also:
- setLinks(DendrogramLinks),- DendrogramPackage.getDendrogram_Links()
 
 - 
setLinksvoid setLinks(DendrogramLinks value) Sets the value of the 'Links' containment reference.- Parameters:
- value- the new value of the 'Links' containment reference.
- See Also:
- getLinks()
 
 - 
getOrientationDendrogramOrientation 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()
 
 - 
setOrientationvoid setOrientation(DendrogramOrientation value) Sets the value of the 'Orientation' attribute.- Parameters:
- value- the new value of the 'Orientation' attribute.
- See Also:
- DendrogramOrientation,- getOrientation()
 
 - 
getScaleTypeDendrogramScaleKeeping 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()
 
 - 
setScaleTypevoid 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()
 
 - 
getCountElementsint getCountElements() Returns the value of the 'Count Elements' attribute.- Returns:
- the value of the 'Count Elements' attribute.
- See Also:
- setCountElements(int),- DendrogramPackage.getDendrogram_CountElements()
 
 - 
setCountElementsvoid setCountElements(int value) Sets the value of the 'Count Elements' attribute.- Parameters:
- value- the new value of the 'Count Elements' attribute.
- See Also:
- getCountElements()
 
 - 
getFixedMinWidthElementdouble 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()
 
 - 
setFixedMinWidthElementvoid 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()
 
 - 
getLineColorColor 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()
 
 - 
setLineColorvoid 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()
 
 - 
getLineChartLine getLine() Returns the value of the 'Line' containment reference.- Returns:
- the value of the 'Line' containment reference.
- See Also:
- setLine(ChartLine),- DendrogramPackage.getDendrogram_Line()
 
 - 
setLinevoid setLine(ChartLine value) Sets the value of the 'Line' containment reference.- Parameters:
- value- the new value of the 'Line' containment reference.
- See Also:
- getLine()
 
 - 
isVerticalLabelsboolean isVerticalLabels() Returns the value of the 'Vertical Labels' attribute.- Returns:
- the value of the 'Vertical Labels' attribute.
- See Also:
- setVerticalLabels(boolean),- DendrogramPackage.getDendrogram_VerticalLabels()
 
 - 
setVerticalLabelsvoid setVerticalLabels(boolean value) Sets the value of the 'Vertical Labels' attribute.- Parameters:
- value- the new value of the 'Vertical Labels' attribute.
- See Also:
- isVerticalLabels()
 
 
- 
 
-