Uses of Interface
com._1c.g5.v8.dt.ganttchart.model.ChartPoints
-
Packages that use ChartPoints Package Description com._1c.g5.v8.dt.ganttchart.model com._1c.g5.v8.dt.ganttchart.model.impl com._1c.g5.v8.dt.ganttchart.model.util -
-
Uses of ChartPoints in com._1c.g5.v8.dt.ganttchart.model
Methods in com._1c.g5.v8.dt.ganttchart.model that return ChartPoints Modifier and Type Method Description ChartPointsGanttChartFactory. createChartPoints()Returns a new object of class 'Chart Points'.ChartPointsGanttChart. getPoints()Returns the value of the 'Points' containment reference.Methods in com._1c.g5.v8.dt.ganttchart.model with parameters of type ChartPoints Modifier and Type Method Description voidGanttChart. setPoints(ChartPoints value)Sets the value of the 'Points' containment reference. -
Uses of ChartPoints in com._1c.g5.v8.dt.ganttchart.model.impl
Classes in com._1c.g5.v8.dt.ganttchart.model.impl that implement ChartPoints Modifier and Type Class Description classChartPointsImplAn implementation of the model object 'Chart Points'.Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return ChartPoints Modifier and Type Method Description ChartPointsGanttChartFactoryImpl. createChartPoints()ChartPointsGanttChartImpl. getPoints()Methods in com._1c.g5.v8.dt.ganttchart.model.impl with parameters of type ChartPoints Modifier and Type Method Description voidGanttChartImpl. setPoints(ChartPoints newPoints) -
Uses of ChartPoints in com._1c.g5.v8.dt.ganttchart.model.util
Methods in com._1c.g5.v8.dt.ganttchart.model.util with parameters of type ChartPoints Modifier and Type Method Description TGanttChartSwitch. caseChartPoints(ChartPoints object)Returns the result of interpreting the object as an instance of 'Chart Points'.
-