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 TypeMethodDescriptionvoid
GanttDiagram.setWeeklyHeaderStrategy
(WeeklyHeaderStrategy weeklyHeaderStrategy) -
Uses of WeeklyHeaderStrategy in net.sourceforge.plantuml.project.draw
Methods in net.sourceforge.plantuml.project.draw that return WeeklyHeaderStrategyModifier and TypeMethodDescriptionstatic WeeklyHeaderStrategy
Returns 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)