Uses of Interface
com._1c.g5.v8.dt.dendrogram.model.Dendrogram
- 
- 
Uses of Dendrogram in com._1c.g5.v8.dt.chart.commonMethods in com._1c.g5.v8.dt.chart.common with parameters of type Dendrogram Modifier and Type Method Description ChartImageProvider.ChartImagePartChartImageProvider. getChartPartImages(Dendrogram chart, int width, int height, String langCode)Gets image ofDendrogramdiagram parts
- 
Uses of Dendrogram in com._1c.g5.v8.dt.chart.serializerMethods in com._1c.g5.v8.dt.chart.serializer that return Dendrogram Modifier and Type Method Description DendrogramChartSerializer. deserializeChart(Dendrogram chart, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider, Version runtimeVersion, String currentLanguageCode, IInPersistenceStorage storage)DeserializesDendrogramMethods in com._1c.g5.v8.dt.chart.serializer with parameters of type Dendrogram Modifier and Type Method Description DendrogramChartSerializer. deserializeChart(Dendrogram chart, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider, Version runtimeVersion, String currentLanguageCode, IInPersistenceStorage storage)DeserializesDendrogramvoidChartSerializer. 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.modelMethods in com._1c.g5.v8.dt.dendrogram.model that return Dendrogram Modifier and Type Method Description DendrogramDendrogramFactory. createDendrogram()Returns a new object of class 'Dendrogram'.
- 
Uses of Dendrogram in com._1c.g5.v8.dt.dendrogram.model.implClasses in com._1c.g5.v8.dt.dendrogram.model.impl that implement Dendrogram Modifier and Type Class Description classDendrogramImplAn implementation of the model object 'Dendrogram'.Methods in com._1c.g5.v8.dt.dendrogram.model.impl that return Dendrogram Modifier and Type Method Description DendrogramDendrogramFactoryImpl. createDendrogram()
- 
Uses of Dendrogram in com._1c.g5.v8.dt.dendrogram.model.utilMethods in com._1c.g5.v8.dt.dendrogram.model.util with parameters of type Dendrogram Modifier and Type Method Description TDendrogramSwitch. 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.modelMethods in com._1c.g5.v8.dt.form.model that return Dendrogram Modifier and Type Method Description DendrogramDendrogramExtInfo. getDendrogram()Returns the value of the 'Dendrogram' reference.Methods in com._1c.g5.v8.dt.form.model with parameters of type Dendrogram Modifier and Type Method Description voidDendrogramExtInfo. setDendrogram(Dendrogram value)Sets the value of the 'Dendrogram' reference.
- 
Uses of Dendrogram in com._1c.g5.v8.dt.form.model.implMethods in com._1c.g5.v8.dt.form.model.impl that return Dendrogram Modifier and Type Method Description DendrogramDendrogramExtInfoImpl. getDendrogram()Methods in com._1c.g5.v8.dt.form.model.impl with parameters of type Dendrogram Modifier and Type Method Description voidDendrogramExtInfoImpl. setDendrogram(Dendrogram newDendrogram)
- 
Uses of Dendrogram in com._1c.g5.v8.dt.form.ui.chart.editor.modelMethods in com._1c.g5.v8.dt.form.ui.chart.editor.model that return Dendrogram Modifier and Type Method Description DendrogramDendrogramElement. getDendrogram()Returns the value of the 'Dendrogram' reference.Methods in com._1c.g5.v8.dt.form.ui.chart.editor.model with parameters of type Dendrogram Modifier and Type Method Description voidDendrogramElement. setDendrogram(Dendrogram value)Sets the value of the 'Dendrogram' reference.
- 
Uses of Dendrogram in com._1c.g5.v8.dt.form.ui.chart.editor.model.implFields in com._1c.g5.v8.dt.form.ui.chart.editor.model.impl declared as Dendrogram Modifier and Type Field Description protected DendrogramDendrogramElementImpl. dendrogramThe cached value of the 'Dendrogram' reference.Methods in com._1c.g5.v8.dt.form.ui.chart.editor.model.impl that return Dendrogram Modifier and Type Method Description DendrogramDendrogramElementImpl. basicGetDendrogram()DendrogramDendrogramElementImpl. getDendrogram()Methods in com._1c.g5.v8.dt.form.ui.chart.editor.model.impl with parameters of type Dendrogram Modifier and Type Method Description voidDendrogramElementImpl. setDendrogram(Dendrogram newDendrogram)
 
-