Uses of Interface
com._1c.g5.v8.dt.ganttchart.model.ChartPoints
Packages that use ChartPoints
Package
Description
-
Uses of ChartPoints in com._1c.g5.v8.dt.ganttchart.model
Methods in com._1c.g5.v8.dt.ganttchart.model that return ChartPointsModifier and TypeMethodDescriptionGanttChartFactory.createChartPoints()Returns a new object of class 'Chart Points'.GanttChart.getPoints()Returns the value of the 'Points' containment reference.Methods in com._1c.g5.v8.dt.ganttchart.model with parameters of type ChartPointsModifier and TypeMethodDescriptionvoidGanttChart.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 ChartPointsModifier and TypeClassDescriptionclassAn implementation of the model object 'Chart Points'.Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return ChartPointsModifier and TypeMethodDescriptionGanttChartFactoryImpl.createChartPoints()GanttChartImpl.getPoints()Methods in com._1c.g5.v8.dt.ganttchart.model.impl with parameters of type ChartPoints -
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 ChartPointsModifier and TypeMethodDescriptionGanttChartSwitch.caseChartPoints(ChartPoints object) Returns the result of interpreting the object as an instance of 'Chart Points'.