Uses of Interface
com._1c.g5.v8.dt.dendrogram.model.Dendrogram
-
-
Uses of Dendrogram in com._1c.g5.v8.dt.chart.common
Methods in com._1c.g5.v8.dt.chart.common with parameters of type Dendrogram Modifier and Type Method Description ChartImageProvider.ChartImagePart
ChartImageProvider. 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 Dendrogram Modifier and Type Method Description Dendrogram
ChartSerializer. 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 Dendrogram Modifier and Type Method Description Dendrogram
ChartSerializer. 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 Dendrogram Modifier and Type Method Description Dendrogram
DendrogramFactory. 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 Dendrogram Modifier and Type Class Description class
DendrogramImpl
An implementation of the model object 'Dendrogram'.Methods in com._1c.g5.v8.dt.dendrogram.model.impl that return Dendrogram Modifier and Type Method Description Dendrogram
DendrogramFactoryImpl. createDendrogram()
-
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 Dendrogram Modifier and Type Method Description T
DendrogramSwitch. 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 Dendrogram Modifier and Type Method Description Dendrogram
DendrogramExtInfo. 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 void
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 Dendrogram Modifier and Type Method Description Dendrogram
DendrogramExtInfoImpl. getDendrogram()
Methods in com._1c.g5.v8.dt.form.model.impl with parameters of type Dendrogram Modifier and Type Method Description void
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 Dendrogram Modifier and Type Method Description Dendrogram
DendrogramElement. 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 void
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 Dendrogram Modifier and Type Field Description protected 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 Dendrogram Modifier and Type Method Description Dendrogram
DendrogramElementImpl. basicGetDendrogram()
Dendrogram
DendrogramElementImpl. getDendrogram()
Methods in com._1c.g5.v8.dt.form.ui.chart.editor.model.impl with parameters of type Dendrogram Modifier and Type Method Description void
DendrogramElementImpl. setDendrogram(Dendrogram newDendrogram)
-