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 DoubleRect
ChartPositionConverter.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.Rectangle
ChartPositionConverter.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 TypeMethodDescriptionvoid
Chart.setElementsChart
(DoubleRect value) Sets the value of the 'Elements Chart
' containment reference.void
Chart.setElementsLegend
(DoubleRect value) Sets the value of the 'Elements Legend
' containment reference.void
Chart.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 TypeClassDescriptionclass
An 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 TypeMethodDescriptionvoid
ChartImpl.setElementsChart
(DoubleRect newElementsChart) void
ChartImpl.setElementsLegend
(DoubleRect newElementsLegend) void
ChartImpl.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 TypeMethodDescriptionvoid
AnyChartElement.changeBounds
(IBmTransaction transaction, DoubleRect rect) void
ChartLegend.changeBounds
(IBmTransaction transaction, DoubleRect rect) void
ChartMainArea.changeBounds
(IBmTransaction transaction, DoubleRect rect) void
ChartTitle.changeBounds
(IBmTransaction transaction, DoubleRect rect) void
DendrogramMainArea.changeBounds
(IBmTransaction transaction, DoubleRect rect) void
DendrogramTitle.changeBounds
(IBmTransaction transaction, DoubleRect rect) void
GanttChartLegend.changeBounds
(IBmTransaction transaction, DoubleRect rect) void
GanttChartMainArea.changeBounds
(IBmTransaction transaction, DoubleRect rect) void
GanttChartTitle.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 TypeMethodDescriptionvoid
ChartElementImpl.changeBounds
(IBmTransaction transaction, DoubleRect rect) void
ChartLegendImpl.changeBounds
(IBmTransaction transaction, DoubleRect rect) void
ChartMainAreaImpl.changeBounds
(IBmTransaction transaction, DoubleRect rect) void
ChartTitleImpl.changeBounds
(IBmTransaction transaction, DoubleRect rect) void
DendrogramElementImpl.changeBounds
(IBmTransaction transaction, DoubleRect rect) void
DendrogramMainAreaImpl.changeBounds
(IBmTransaction transaction, DoubleRect rect) void
DendrogramTitleImpl.changeBounds
(IBmTransaction transaction, DoubleRect rect) void
GanttChartElementImpl.changeBounds
(IBmTransaction transaction, DoubleRect rect) void
GanttChartLegendImpl.changeBounds
(IBmTransaction transaction, DoubleRect rect) void
GanttChartMainAreaImpl.changeBounds
(IBmTransaction transaction, DoubleRect rect) void
GanttChartTitleImpl.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.