Uses of Interface
com._1c.g5.v8.dt.dendrogram.model.Dendrogram
Packages that use Dendrogram
Package
Description
-
Uses of Dendrogram in com._1c.g5.v8.dt.chart.common
Methods in com._1c.g5.v8.dt.chart.common with parameters of type DendrogramModifier and TypeMethodDescriptionChartImageProvider.getChartPartImages
(Dendrogram chart, int width, int height, String langCode) Gets image ofDendrogram
diagram parts -
Uses of Dendrogram in com._1c.g5.v8.dt.chart.serializer
Methods in com._1c.g5.v8.dt.chart.serializer that return DendrogramModifier and TypeMethodDescriptionChartSerializer.deserializeChart
(Dendrogram chart, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider, Version runtimeVersion, String currentLanguageCode, IInPersistenceStorage storage) DeserializesDendrogram
Methods in com._1c.g5.v8.dt.chart.serializer with parameters of type DendrogramModifier and TypeMethodDescriptionChartSerializer.deserializeChart
(Dendrogram chart, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider, Version runtimeVersion, String currentLanguageCode, IInPersistenceStorage storage) DeserializesDendrogram
void
ChartSerializer.serializeChart
(Dendrogram chart, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider, Version version, IOutPersistenceStorage storage, boolean withoutStyleItem) SerializesDendrogram
-
Uses of Dendrogram in com._1c.g5.v8.dt.dendrogram.model
Methods in com._1c.g5.v8.dt.dendrogram.model that return DendrogramModifier and TypeMethodDescriptionDendrogramFactory.createDendrogram()
Returns a new object of class 'Dendrogram'. -
Uses of Dendrogram in com._1c.g5.v8.dt.dendrogram.model.impl
Classes in com._1c.g5.v8.dt.dendrogram.model.impl that implement DendrogramModifier and TypeClassDescriptionclass
An implementation of the model object 'Dendrogram'.Methods in com._1c.g5.v8.dt.dendrogram.model.impl that return Dendrogram -
Uses of Dendrogram in com._1c.g5.v8.dt.dendrogram.model.util
Methods in com._1c.g5.v8.dt.dendrogram.model.util with parameters of type DendrogramModifier and TypeMethodDescriptionDendrogramSwitch.caseDendrogram
(Dendrogram object) Returns the result of interpreting the object as an instance of 'Dendrogram'. -
Uses of Dendrogram in com._1c.g5.v8.dt.form.model
Methods in com._1c.g5.v8.dt.form.model that return DendrogramModifier and TypeMethodDescriptionDendrogramExtInfo.getDendrogram()
Returns the value of the 'Dendrogram' reference.Methods in com._1c.g5.v8.dt.form.model with parameters of type DendrogramModifier and TypeMethodDescriptionvoid
DendrogramExtInfo.setDendrogram
(Dendrogram value) Sets the value of the 'Dendrogram
' reference. -
Uses of Dendrogram in com._1c.g5.v8.dt.form.model.impl
Methods in com._1c.g5.v8.dt.form.model.impl that return DendrogramMethods in com._1c.g5.v8.dt.form.model.impl with parameters of type DendrogramModifier and TypeMethodDescriptionvoid
DendrogramExtInfoImpl.setDendrogram
(Dendrogram newDendrogram) -
Uses of Dendrogram in com._1c.g5.v8.dt.form.ui.chart.editor.model
Methods in com._1c.g5.v8.dt.form.ui.chart.editor.model that return DendrogramModifier and TypeMethodDescriptionDendrogramElement.getDendrogram()
Returns the value of the 'Dendrogram' reference.Methods in com._1c.g5.v8.dt.form.ui.chart.editor.model with parameters of type DendrogramModifier and TypeMethodDescriptionvoid
DendrogramElement.setDendrogram
(Dendrogram value) Sets the value of the 'Dendrogram
' reference. -
Uses of Dendrogram in com._1c.g5.v8.dt.form.ui.chart.editor.model.impl
Fields in com._1c.g5.v8.dt.form.ui.chart.editor.model.impl declared as DendrogramModifier and TypeFieldDescriptionprotected Dendrogram
DendrogramElementImpl.dendrogram
The cached value of the 'Dendrogram
' reference.Methods in com._1c.g5.v8.dt.form.ui.chart.editor.model.impl that return DendrogramModifier and TypeMethodDescriptionDendrogramElementImpl.basicGetDendrogram()
DendrogramElementImpl.getDendrogram()
Methods in com._1c.g5.v8.dt.form.ui.chart.editor.model.impl with parameters of type DendrogramModifier and TypeMethodDescriptionvoid
DendrogramElementImpl.setDendrogram
(Dendrogram newDendrogram)