Uses of Interface
com._1c.g5.v8.dt.chart.model.DoubleRect
-
-
Uses of DoubleRect in com._1c.g5.v8.dt.chart.converter
Methods in com._1c.g5.v8.dt.chart.converter that return DoubleRect Modifier and Type Method Description static 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 DoubleRect Modifier and Type Method Description static 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 DoubleRect Modifier and Type Method Description DoubleRect
ChartFactory. createDoubleRect()
Returns a new object of class 'Double Rect'.DoubleRect
Chart. getElementsChart()
Returns the value of the 'Elements Chart' containment reference.DoubleRect
Chart. getElementsLegend()
Returns the value of the 'Elements Legend' containment reference.DoubleRect
Chart. 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 void
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 DoubleRect Modifier and Type Class Description class
DoubleRectImpl
An 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 DoubleRect
ChartFactoryImpl. createDoubleRect()
DoubleRect
ChartImpl. getElementsChart()
DoubleRect
ChartImpl. getElementsLegend()
DoubleRect
ChartImpl. getElementsTitle()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type DoubleRect Modifier and Type Method Description void
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 DoubleRect Modifier and Type Method Description T
ChartSwitch. 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 DoubleRect Modifier and Type Method Description DoubleRect
AnyChartElement. bounds()
DoubleRect
ChartLegend. bounds()
DoubleRect
ChartMainArea. bounds()
DoubleRect
ChartTitle. bounds()
DoubleRect
DendrogramMainArea. bounds()
DoubleRect
DendrogramTitle. bounds()
DoubleRect
GanttChartLegend. bounds()
DoubleRect
GanttChartMainArea. bounds()
DoubleRect
GanttChartTitle. bounds()
Methods in com._1c.g5.v8.dt.form.ui.chart.editor.model with parameters of type DoubleRect Modifier and Type Method Description void
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 DoubleRect Modifier and Type Method Description DoubleRect
ChartElementImpl. bounds()
DoubleRect
ChartLegendImpl. bounds()
DoubleRect
ChartMainAreaImpl. bounds()
DoubleRect
ChartTitleImpl. bounds()
DoubleRect
DendrogramElementImpl. bounds()
DoubleRect
DendrogramMainAreaImpl. bounds()
DoubleRect
DendrogramTitleImpl. bounds()
DoubleRect
GanttChartElementImpl. bounds()
DoubleRect
GanttChartLegendImpl. bounds()
DoubleRect
GanttChartMainAreaImpl. bounds()
DoubleRect
GanttChartTitleImpl. bounds()
Methods in com._1c.g5.v8.dt.form.ui.chart.editor.model.impl with parameters of type DoubleRect Modifier and Type Method Description void
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)
-