Uses of Enum Class
net.sourceforge.plantuml.project.draw.WeeklyHeaderStrategy
Packages that use WeeklyHeaderStrategy
-
Uses of WeeklyHeaderStrategy in net.sourceforge.plantuml.project
Methods in net.sourceforge.plantuml.project with parameters of type WeeklyHeaderStrategyModifier and TypeMethodDescriptionvoidGanttDiagram.setWeeklyHeaderStrategy(WeeklyHeaderStrategy weeklyHeaderStrategy, int weekStartingNumber) -
Uses of WeeklyHeaderStrategy in net.sourceforge.plantuml.project.draw
Methods in net.sourceforge.plantuml.project.draw that return WeeklyHeaderStrategyModifier and TypeMethodDescriptionstatic WeeklyHeaderStrategyReturns the enum constant of this class with the specified name.static WeeklyHeaderStrategy[]WeeklyHeaderStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.sourceforge.plantuml.project.draw with parameters of type WeeklyHeaderStrategyModifierConstructorDescriptionTimeHeaderWeekly(StringBounder stringBounder, TimeHeaderParameters thParam, WeekNumberStrategy weekNumberStrategy, WeeklyHeaderStrategy headerStrategy, Map<Day, String> nameDays, Day printStart, int weekStartingNumber)