public class TimeHeaderParameters extends java.lang.Object implements GanttStyle
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
UGraphic |
forVerticalSeparator(UGraphic ug) |
double |
getCellWidth(StringBounder stringBounder) |
Style |
getClosedStyle() |
HColor |
getColor(Day wink) |
HColor |
getColor(DayOfWeek dayOfWeek) |
HColorSet |
getColorSet() |
LoadPlanable |
getLoadPlanable() |
java.util.Locale |
getLocale() |
Day |
getMax() |
Day |
getMin() |
double |
getScale() |
Day |
getStartingDay() |
Style |
getStyle(SName param) |
Style |
getStyle(SName param1,
SName param2) |
Style |
getTimelineStyle() |
java.util.Set<Day> |
getVerticalSeparatorBefore() |
public final double getScale()
public final Day getMin()
public final Day getMax()
public final HColorSet getColorSet()
public final Style getTimelineStyle()
public final Style getClosedStyle()
public final java.util.Locale getLocale()
public final LoadPlanable getLoadPlanable()
public Day getStartingDay()
public final java.util.Set<Day> getVerticalSeparatorBefore()
public final Style getStyle(SName param1, SName param2)
getStyle
in interface GanttStyle
public Style getStyle(SName param)
getStyle
in interface GanttStyle
public double getCellWidth(StringBounder stringBounder)