Uses of Interface
com._1c.g5.v8.dt.chart.model.DoubleRect
Packages that use DoubleRect
Package
Description
-
Uses of DoubleRect in com._1c.g5.v8.dt.chart.converter
Methods in com._1c.g5.v8.dt.chart.converter that return DoubleRectModifier and TypeMethodDescriptionstatic 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 DoubleRectModifier and TypeMethodDescriptionstatic 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.model
Methods in com._1c.g5.v8.dt.chart.model that return DoubleRectModifier and TypeMethodDescriptionChartFactory.createDoubleRect()Returns a new object of class 'Double Rect'.Chart.getElementsChart()Returns the value of the 'Elements Chart' containment reference.Chart.getElementsLegend()Returns the value of the 'Elements Legend' containment reference.Chart.getElementsTitle()Returns the value of the 'Elements Title' containment reference.Methods in com._1c.g5.v8.dt.chart.model with parameters of type DoubleRectModifier and TypeMethodDescriptionvoidChart.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.impl
Classes in com._1c.g5.v8.dt.chart.model.impl that implement DoubleRectModifier and TypeClassDescriptionclassAn implementation of the model object 'Double Rect'.Methods in com._1c.g5.v8.dt.chart.model.impl that return DoubleRectModifier and TypeMethodDescriptionChartFactoryImpl.createDoubleRect()ChartImpl.getElementsChart()ChartImpl.getElementsLegend()ChartImpl.getElementsTitle()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type DoubleRectModifier and TypeMethodDescriptionvoidChartImpl.setElementsChart(DoubleRect newElementsChart) voidChartImpl.setElementsLegend(DoubleRect newElementsLegend) voidChartImpl.setElementsTitle(DoubleRect newElementsTitle) -
Uses of DoubleRect in com._1c.g5.v8.dt.chart.model.util
Methods in com._1c.g5.v8.dt.chart.model.util with parameters of type DoubleRectModifier and TypeMethodDescriptionChartSwitch.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.model
Methods in com._1c.g5.v8.dt.form.ui.chart.editor.model that return DoubleRectModifier and TypeMethodDescriptionAnyChartElement.bounds()ChartLegend.bounds()ChartMainArea.bounds()ChartTitle.bounds()DendrogramMainArea.bounds()DendrogramTitle.bounds()GanttChartLegend.bounds()GanttChartMainArea.bounds()GanttChartTitle.bounds()Methods in com._1c.g5.v8.dt.form.ui.chart.editor.model with parameters of type DoubleRectModifier and TypeMethodDescriptionvoidAnyChartElement.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.impl
Methods in com._1c.g5.v8.dt.form.ui.chart.editor.model.impl that return DoubleRectModifier and TypeMethodDescriptionChartElementImpl.bounds()ChartLegendImpl.bounds()ChartMainAreaImpl.bounds()ChartTitleImpl.bounds()DendrogramElementImpl.bounds()DendrogramMainAreaImpl.bounds()DendrogramTitleImpl.bounds()GanttChartElementImpl.bounds()GanttChartLegendImpl.bounds()GanttChartMainAreaImpl.bounds()GanttChartTitleImpl.bounds()Methods in com._1c.g5.v8.dt.form.ui.chart.editor.model.impl with parameters of type DoubleRectModifier and TypeMethodDescriptionvoidChartElementImpl.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) -
Uses of DoubleRect in com._1c.g5.v8.dt.form.ui.internal.chart.editor
Constructors in com._1c.g5.v8.dt.form.ui.internal.chart.editor with parameters of type DoubleRectModifierConstructorDescriptionChartElementChangeBoundsTask(AnyChartElement chartElement, DoubleRect newBounds) Creates new bm task to change chart bounds.