Uses of Interface
com._1c.g5.v8.dt.moxel.RectangleDrawing
-
Packages that use RectangleDrawing Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.util -
-
Uses of RectangleDrawing in com._1c.g5.v8.dt.moxel
Subinterfaces of RectangleDrawing in com._1c.g5.v8.dt.moxel Modifier and Type Interface Description interface
ChartDrawing
A representation of the model object 'Chart Drawing'.interface
CommentDrawing
A representation of the model object 'Comment Drawing'.interface
ControlDrawing
A representation of the model object 'Control Drawing'.interface
DendrogramDrawing
A representation of the model object 'Dendrogram Drawing'.interface
GanttChartDrawing
A representation of the model object 'Gantt Chart Drawing'.interface
GeographicalSchemaDrawing
A representation of the model object 'Geographical Schema Drawing'.interface
ObjectDrawing
A representation of the model object 'Object Drawing'.interface
PictureDrawing
A representation of the model object 'Picture Drawing'.interface
PivotChartDrawing
A representation of the model object 'Pivot Chart Drawing'.interface
TextDrawing
A representation of the model object 'Text Drawing'.Methods in com._1c.g5.v8.dt.moxel that return RectangleDrawing Modifier and Type Method Description RectangleDrawing
MoxelFactory. createRectangleDrawing()
Returns a new object of class 'Rectangle Drawing'. -
Uses of RectangleDrawing in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement RectangleDrawing Modifier and Type Class Description class
ChartDrawingImpl
An implementation of the model object 'Chart Drawing'.class
CommentDrawingImpl
An implementation of the model object 'Comment Drawing'.class
ControlDrawingImpl
An implementation of the model object 'Control Drawing'.class
DendrogramDrawingImpl
An implementation of the model object 'Dendrogram Drawing'.class
GanttChartDrawingImpl
An implementation of the model object 'Gantt Chart Drawing'.class
GeographicalSchemaDrawingImpl
An implementation of the model object 'Geographical Schema Drawing'.class
ObjectDrawingImpl
An implementation of the model object 'Object Drawing'.class
PictureDrawingImpl
An implementation of the model object 'Picture Drawing'.class
PivotChartDrawingImpl
An implementation of the model object 'Pivot Chart Drawing'.class
RectangleDrawingImpl
An implementation of the model object 'Rectangle Drawing'.class
TextDrawingImpl
An implementation of the model object 'Text Drawing'.Methods in com._1c.g5.v8.dt.moxel.impl that return RectangleDrawing Modifier and Type Method Description RectangleDrawing
MoxelFactoryImpl. createRectangleDrawing()
-
Uses of RectangleDrawing in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type RectangleDrawing Modifier and Type Method Description T
MoxelSwitch. caseRectangleDrawing(RectangleDrawing object)
Returns the result of interpreting the object as an instance of 'Rectangle Drawing'.
-