Package net.sourceforge.plantuml.project
Class DaysAsDates
java.lang.Object
net.sourceforge.plantuml.project.DaysAsDates
- All Implemented Interfaces:
java.lang.Iterable<Day>
-
Constructor Summary
ConstructorsConstructorDescriptionDaysAsDates
(GanttDiagram gantt, Day date1, int count) DaysAsDates
(Day date1, Day date2) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
DaysAsDates
-
DaysAsDates
-
-
Method Details
-
iterator
- Specified by:
iterator
in interfacejava.lang.Iterable<Day>
-