Uses of Interface
com._1c.g5.v8.dt.chart.model.DoubleRect
- 
- 
Uses of DoubleRect in com._1c.g5.v8.dt.chart.converterMethods in com._1c.g5.v8.dt.chart.converter that return DoubleRect Modifier and Type Method Description static DoubleRectChartPositionConverter. canvasToChartModelRectangle(org.eclipse.swt.graphics.Rectangle canvasRect, int canvasWidth, int canvasHeight)Converts canvas rectangle into model coordinates of a chart image.Methods in com._1c.g5.v8.dt.chart.converter with parameters of type DoubleRect Modifier and Type Method Description static org.eclipse.swt.graphics.RectangleChartPositionConverter. chartModelToCanvasRectangle(DoubleRect modelRect, int canvasWidth, int canvasHeight)Converts chart model's rectangle into canvas coordinates of a chart image.
- 
Uses of DoubleRect in com._1c.g5.v8.dt.chart.modelMethods in com._1c.g5.v8.dt.chart.model that return DoubleRect Modifier and Type Method Description DoubleRectChartFactory. createDoubleRect()Returns a new object of class 'Double Rect'.DoubleRectChart. getElementsChart()Returns the value of the 'Elements Chart' containment reference.DoubleRectChart. getElementsLegend()Returns the value of the 'Elements Legend' containment reference.DoubleRectChart. getElementsTitle()Returns the value of the 'Elements Title' containment reference.Methods in com._1c.g5.v8.dt.chart.model with parameters of type DoubleRect Modifier and Type Method Description voidChart. setElementsChart(DoubleRect value)Sets the value of the 'Elements Chart' containment reference.voidChart. setElementsLegend(DoubleRect value)Sets the value of the 'Elements Legend' containment reference.voidChart. setElementsTitle(DoubleRect value)Sets the value of the 'Elements Title' containment reference.
- 
Uses of DoubleRect in com._1c.g5.v8.dt.chart.model.implClasses in com._1c.g5.v8.dt.chart.model.impl that implement DoubleRect Modifier and Type Class Description classDoubleRectImplAn implementation of the model object 'Double Rect'.Methods in com._1c.g5.v8.dt.chart.model.impl that return DoubleRect Modifier and Type Method Description DoubleRectChartFactoryImpl. createDoubleRect()DoubleRectChartImpl. getElementsChart()DoubleRectChartImpl. getElementsLegend()DoubleRectChartImpl. getElementsTitle()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type DoubleRect Modifier and Type Method Description voidChartImpl. setElementsChart(DoubleRect newElementsChart)voidChartImpl. setElementsLegend(DoubleRect newElementsLegend)voidChartImpl. setElementsTitle(DoubleRect newElementsTitle)
- 
Uses of DoubleRect in com._1c.g5.v8.dt.chart.model.utilMethods in com._1c.g5.v8.dt.chart.model.util with parameters of type DoubleRect Modifier and Type Method Description TChartSwitch. caseDoubleRect(DoubleRect object)Returns the result of interpreting the object as an instance of 'Double Rect'.
- 
Uses of DoubleRect in com._1c.g5.v8.dt.form.ui.chart.editor.modelMethods in com._1c.g5.v8.dt.form.ui.chart.editor.model that return DoubleRect Modifier and Type Method Description DoubleRectAnyChartElement. bounds()DoubleRectChartLegend. bounds()DoubleRectChartMainArea. bounds()DoubleRectChartTitle. bounds()DoubleRectDendrogramMainArea. bounds()DoubleRectDendrogramTitle. bounds()DoubleRectGanttChartLegend. bounds()DoubleRectGanttChartMainArea. bounds()DoubleRectGanttChartTitle. bounds()Methods in com._1c.g5.v8.dt.form.ui.chart.editor.model with parameters of type DoubleRect Modifier and Type Method Description voidAnyChartElement. changeBounds(IBmTransaction transaction, DoubleRect rect)voidChartLegend. changeBounds(IBmTransaction transaction, DoubleRect rect)voidChartMainArea. changeBounds(IBmTransaction transaction, DoubleRect rect)voidChartTitle. changeBounds(IBmTransaction transaction, DoubleRect rect)voidDendrogramMainArea. changeBounds(IBmTransaction transaction, DoubleRect rect)voidDendrogramTitle. changeBounds(IBmTransaction transaction, DoubleRect rect)voidGanttChartLegend. changeBounds(IBmTransaction transaction, DoubleRect rect)voidGanttChartMainArea. changeBounds(IBmTransaction transaction, DoubleRect rect)voidGanttChartTitle. changeBounds(IBmTransaction transaction, DoubleRect rect)
- 
Uses of DoubleRect in com._1c.g5.v8.dt.form.ui.chart.editor.model.implMethods in com._1c.g5.v8.dt.form.ui.chart.editor.model.impl that return DoubleRect Modifier and Type Method Description DoubleRectChartElementImpl. bounds()DoubleRectChartLegendImpl. bounds()DoubleRectChartMainAreaImpl. bounds()DoubleRectChartTitleImpl. bounds()DoubleRectDendrogramElementImpl. bounds()DoubleRectDendrogramMainAreaImpl. bounds()DoubleRectDendrogramTitleImpl. bounds()DoubleRectGanttChartElementImpl. bounds()DoubleRectGanttChartLegendImpl. bounds()DoubleRectGanttChartMainAreaImpl. bounds()DoubleRectGanttChartTitleImpl. bounds()Methods in com._1c.g5.v8.dt.form.ui.chart.editor.model.impl with parameters of type DoubleRect Modifier and Type Method Description voidChartElementImpl. changeBounds(IBmTransaction transaction, DoubleRect rect)voidChartLegendImpl. changeBounds(IBmTransaction transaction, DoubleRect rect)voidChartMainAreaImpl. changeBounds(IBmTransaction transaction, DoubleRect rect)voidChartTitleImpl. changeBounds(IBmTransaction transaction, DoubleRect rect)voidDendrogramElementImpl. changeBounds(IBmTransaction transaction, DoubleRect rect)voidDendrogramMainAreaImpl. changeBounds(IBmTransaction transaction, DoubleRect rect)voidDendrogramTitleImpl. changeBounds(IBmTransaction transaction, DoubleRect rect)voidGanttChartElementImpl. changeBounds(IBmTransaction transaction, DoubleRect rect)voidGanttChartLegendImpl. changeBounds(IBmTransaction transaction, DoubleRect rect)voidGanttChartMainAreaImpl. changeBounds(IBmTransaction transaction, DoubleRect rect)voidGanttChartTitleImpl. changeBounds(IBmTransaction transaction, DoubleRect rect)
 
-