Uses of Enum Class
net.sourceforge.plantuml.project.time.DayOfWeek
Packages that use DayOfWeek
Package
Description
-
Uses of DayOfWeek in net.sourceforge.plantuml.chronology
Methods in net.sourceforge.plantuml.chronology with parameters of type DayOfWeek -
Uses of DayOfWeek in net.sourceforge.plantuml.project
Methods in net.sourceforge.plantuml.project with parameters of type DayOfWeekModifier and TypeMethodDescriptionvoid
void
GanttDiagram.closeDayOfWeek
(DayOfWeek day, String task) void
void
void
GanttDiagram.openDayOfWeek
(DayOfWeek day, String task) void
GanttDiagram.setWeekNumberStrategy
(DayOfWeek firstDayOfWeek, int minimalDaysInFirstWeek) -
Uses of DayOfWeek in net.sourceforge.plantuml.project.core
Methods in net.sourceforge.plantuml.project.core with parameters of type DayOfWeek -
Uses of DayOfWeek in net.sourceforge.plantuml.project.lang
Methods in net.sourceforge.plantuml.project.lang that return types with arguments of type DayOfWeekModifier and TypeMethodDescriptionComplementDayOfWeek.getMe
(GanttDiagram project, RegexResult arg, String suffix) -
Uses of DayOfWeek in net.sourceforge.plantuml.project.time
Methods in net.sourceforge.plantuml.project.time that return DayOfWeekModifier and TypeMethodDescriptionstatic DayOfWeek
DayOfWeek.fromH
(int h) static DayOfWeek
DayOfWeek.fromString
(String value) static DayOfWeek
DayOfWeek.fromTime
(long time) Day.getDayOfWeek()
final DayOfWeek
WeekNumberStrategy.getFirstDayOfWeek()
DayOfWeek.next()
static DayOfWeek
Returns the enum constant of this class with the specified name.static DayOfWeek[]
DayOfWeek.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.sourceforge.plantuml.project.time with parameters of type DayOfWeekModifierConstructorDescriptionWeekNumberStrategy
(DayOfWeek firstDayOfWeek, int minimalDaysInFirstWeek)