Uses of Interface
com._1c.g5.v8.dt.moxel.DendrogramDrawing
-
Packages that use DendrogramDrawing Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.util -
-
Uses of DendrogramDrawing in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return DendrogramDrawing Modifier and Type Method Description DendrogramDrawingMoxelFactory. createDendrogramDrawing()Returns a new object of class 'Dendrogram Drawing'. -
Uses of DendrogramDrawing in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement DendrogramDrawing Modifier and Type Class Description classDendrogramDrawingImplAn implementation of the model object 'Dendrogram Drawing'.Methods in com._1c.g5.v8.dt.moxel.impl that return DendrogramDrawing Modifier and Type Method Description DendrogramDrawingMoxelFactoryImpl. createDendrogramDrawing() -
Uses of DendrogramDrawing in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type DendrogramDrawing Modifier and Type Method Description TMoxelSwitch. caseDendrogramDrawing(DendrogramDrawing object)Returns the result of interpreting the object as an instance of 'Dendrogram Drawing'.
-