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 ChartPoints
GanttChartFactory. createChartPoints()
Returns a new object of class 'Chart Points'.ChartPoints
GanttChart. 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 void
GanttChart. 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 class
ChartPointsImpl
An 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 ChartPoints
GanttChartFactoryImpl. createChartPoints()
ChartPoints
GanttChartImpl. getPoints()
Methods in com._1c.g5.v8.dt.ganttchart.model.impl with parameters of type ChartPoints Modifier and Type Method Description void
GanttChartImpl. 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 T
GanttChartSwitch. caseChartPoints(ChartPoints object)
Returns the result of interpreting the object as an instance of 'Chart Points'.
-