Package net.sourceforge.plantuml.project
Class TimeHeaderParameters
- java.lang.Object
-
- net.sourceforge.plantuml.project.TimeHeaderParameters
-
- All Implemented Interfaces:
GanttStyle
public class TimeHeaderParameters extends java.lang.Object implements GanttStyle
-
-
Constructor Summary
Constructors Constructor Description TimeHeaderParameters(java.util.Map<Day,HColor> colorDays, double scale, Day min, Day max, HColorSet colorSet, java.util.Locale locale, OpenClose openClose, java.util.Map<DayOfWeek,HColor> colorDaysOfWeek, java.util.Set<Day> verticalSeparatorBefore, GanttStyle ganttStyle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UGraphicforVerticalSeparator(UGraphic ug)doublegetCellWidth(StringBounder stringBounder)StylegetClosedStyle()HColorgetColor(Day wink)HColorgetColor(DayOfWeek dayOfWeek)HColorSetgetColorSet()LoadPlanablegetLoadPlanable()java.util.LocalegetLocale()DaygetMax()DaygetMin()doublegetScale()DaygetStartingDay()StylegetStyle(SName param)StylegetStyle(SName param1, SName param2)StylegetTimelineStyle()java.util.Set<Day>getVerticalSeparatorBefore()
-
-
-
Constructor Detail
-
TimeHeaderParameters
public TimeHeaderParameters(java.util.Map<Day,HColor> colorDays, double scale, Day min, Day max, HColorSet colorSet, java.util.Locale locale, OpenClose openClose, java.util.Map<DayOfWeek,HColor> colorDaysOfWeek, java.util.Set<Day> verticalSeparatorBefore, GanttStyle ganttStyle)
-
-
Method Detail
-
getScale
public final double getScale()
-
getMin
public final Day getMin()
-
getMax
public final Day getMax()
-
getColorSet
public final HColorSet getColorSet()
-
getTimelineStyle
public final Style getTimelineStyle()
-
getClosedStyle
public final Style getClosedStyle()
-
getLocale
public final java.util.Locale getLocale()
-
getLoadPlanable
public final LoadPlanable getLoadPlanable()
-
getStartingDay
public Day getStartingDay()
-
getVerticalSeparatorBefore
public final java.util.Set<Day> getVerticalSeparatorBefore()
-
getStyle
public final Style getStyle(SName param1, SName param2)
- Specified by:
getStylein interfaceGanttStyle
-
getStyle
public Style getStyle(SName param)
- Specified by:
getStylein interfaceGanttStyle
-
getCellWidth
public double getCellWidth(StringBounder stringBounder)
-
-