Uses of Interface
com._1c.g5.v8.dt.ganttchart.model.GanttChartBackgroundIntervals
-
Packages that use GanttChartBackgroundIntervals 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 GanttChartBackgroundIntervals in com._1c.g5.v8.dt.ganttchart.model
Methods in com._1c.g5.v8.dt.ganttchart.model that return GanttChartBackgroundIntervals Modifier and Type Method Description GanttChartBackgroundIntervals
GanttChartFactory. createGanttChartBackgroundIntervals()
Returns a new object of class 'Background Intervals'.GanttChartBackgroundIntervals
GanttChart. getBackIntervals()
Returns the value of the 'Back Intervals' containment reference.Methods in com._1c.g5.v8.dt.ganttchart.model with parameters of type GanttChartBackgroundIntervals Modifier and Type Method Description void
GanttChart. setBackIntervals(GanttChartBackgroundIntervals value)
Sets the value of the 'Back Intervals
' containment reference. -
Uses of GanttChartBackgroundIntervals in com._1c.g5.v8.dt.ganttchart.model.impl
Classes in com._1c.g5.v8.dt.ganttchart.model.impl that implement GanttChartBackgroundIntervals Modifier and Type Class Description class
GanttChartBackgroundIntervalsImpl
An implementation of the model object 'Background Intervals'.Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return GanttChartBackgroundIntervals Modifier and Type Method Description GanttChartBackgroundIntervals
GanttChartFactoryImpl. createGanttChartBackgroundIntervals()
GanttChartBackgroundIntervals
GanttChartImpl. getBackIntervals()
Methods in com._1c.g5.v8.dt.ganttchart.model.impl with parameters of type GanttChartBackgroundIntervals Modifier and Type Method Description void
GanttChartImpl. setBackIntervals(GanttChartBackgroundIntervals newBackIntervals)
-
Uses of GanttChartBackgroundIntervals in com._1c.g5.v8.dt.ganttchart.model.util
Methods in com._1c.g5.v8.dt.ganttchart.model.util with parameters of type GanttChartBackgroundIntervals Modifier and Type Method Description T
GanttChartSwitch. caseGanttChartBackgroundIntervals(GanttChartBackgroundIntervals object)
Returns the result of interpreting the object as an instance of 'Background Intervals'.
-