Uses of Class
net.sourceforge.plantuml.project.time.Day
Packages that use Day
Package
Description
-
Uses of Day in net.sourceforge.plantuml.project
Methods in net.sourceforge.plantuml.project that return DayModifier and TypeMethodDescriptionGanttDiagram.getEndingDate()
final Day
TimeHeaderParameters.getMax()
final Day
TimeHeaderParameters.getMin()
GanttDiagram.getStartingDate()
final Day
OpenClose.getStartingDay()
TimeHeaderParameters.getStartingDay()
GanttDiagram.getThenDate()
GanttDiagram.getToday()
Methods in net.sourceforge.plantuml.project that return types with arguments of type DayModifier and TypeMethodDescriptionTimeHeaderParameters.getVerticalSeparatorBefore()
DaysAsDates.iterator()
Methods in net.sourceforge.plantuml.project with parameters of type DayModifier and TypeMethodDescriptionvoid
GanttDiagram.addVerticalSeparatorBefore
(Day day) void
void
GanttDiagram.closeDayAsDate
(Day day, String task) void
int
int
int
int
GanttDiagram.getLoadForResource
(Resource res, Day i) boolean
boolean
boolean
void
void
void
GanttDiagram.openDayAsDate
(Day day, String task) void
GanttDiagram.setPrintInterval
(Day start, Day end) void
GanttDiagram.setStartingDate
(Day start) final void
OpenClose.setStartingDay
(Day startingDay) Constructors in net.sourceforge.plantuml.project with parameters of type DayModifierConstructorDescriptionDaysAsDates
(GanttDiagram gantt, Day date1, int count) DaysAsDates
(Day date1, Day date2) TimeHeaderParameters
(Map<Day, HColor> colorDays, double scale, Day min, Day max, HColorSet colorSet, Style timelineStyle, Style closedStyle, Locale locale, OpenClose openClose, Map<DayOfWeek, HColor> colorDaysOfWeek, Set<Day> verticalSeparatorBefore) Constructor parameters in net.sourceforge.plantuml.project with type arguments of type DayModifierConstructorDescriptionTimeHeaderParameters
(Map<Day, HColor> colorDays, double scale, Day min, Day max, HColorSet colorSet, Style timelineStyle, Style closedStyle, Locale locale, OpenClose openClose, Map<DayOfWeek, HColor> colorDaysOfWeek, Set<Day> verticalSeparatorBefore) TimeHeaderParameters
(Map<Day, HColor> colorDays, double scale, Day min, Day max, HColorSet colorSet, Style timelineStyle, Style closedStyle, Locale locale, OpenClose openClose, Map<DayOfWeek, HColor> colorDaysOfWeek, Set<Day> verticalSeparatorBefore) -
Uses of Day in net.sourceforge.plantuml.project.core
Methods in net.sourceforge.plantuml.project.core that return DayModifier and TypeMethodDescriptionMoment.getEnd()
MomentImpl.getEnd()
TaskGroup.getEnd()
TaskImpl.getEnd()
TaskSeparator.getEnd()
TaskInstant.getInstantPrecise()
TaskInstant.getInstantTheorical()
Moment.getStart()
MomentImpl.getStart()
TaskGroup.getStart()
TaskImpl.getStart()
TaskSeparator.getStart()
Methods in net.sourceforge.plantuml.project.core that return types with arguments of type DayMethods in net.sourceforge.plantuml.project.core with parameters of type DayModifier and TypeMethodDescriptionvoid
Resource.addCloseDay
(Day day) void
Resource.addForceOnDay
(Day day) void
void
void
void
int
boolean
Resource.isClosedAt
(Day day) int
TaskImpl.loadForResource
(Resource res, Day instant) void
void
void
void
void
void
void
void
Constructors in net.sourceforge.plantuml.project.core with parameters of type DayModifierConstructorDescriptionMomentImpl
(Day start, Day end) TaskImpl
(StyleBuilder styleBuilder, TaskCode code, LoadPlanable plan, Day startingDay) -
Uses of Day in net.sourceforge.plantuml.project.draw
Fields in net.sourceforge.plantuml.project.draw declared as DayModifier and TypeFieldDescriptionprotected final Day
TimeHeader.max
protected final Day
TimeHeader.min
protected final Day
AbstractTaskDraw.start
Methods in net.sourceforge.plantuml.project.draw with parameters of type DayConstructors in net.sourceforge.plantuml.project.draw with parameters of type DayModifierConstructorDescriptionAbstractTaskDraw
(TimeScale timeScale, Real y, String prettyDisplay, Day start, ISkinParam skinParam, Task task, ToTaskDraw toTaskDraw, StyleBuilder styleBuilder) ResourceDraw
(GanttDiagram gantt, Resource res, TimeScale timeScale, double y, Day min, Day max) TaskDrawDiamond
(TimeScale timeScale, Real y, String prettyDisplay, Day start, ISkinParam skinParam, Task task, ToTaskDraw toTaskDraw, StyleBuilder styleBuilder) TaskDrawGroup
(TimeScale timeScale, Real y, String prettyDisplay, Day start, Day end, ISkinParam skinParam, Task task, ToTaskDraw toTaskDraw, StyleBuilder styleBuilder) TaskDrawRegular
(TimeScale timeScale, Real y, String prettyDisplay, Day start, Day end, boolean oddStart, boolean oddEnd, ISkinParam skinParam, Task task, ToTaskDraw toTaskDraw, Collection<GanttConstraint> constraints, StyleBuilder styleBuilder) TaskDrawSeparator
(String name, TimeScale timeScale, Real y, Day min, Day max, StyleBuilder styleBuilder, HColorSet colorSet) TimeHeader
(Style timelineStyle, Style closedStyle, Day min, Day max, TimeScale timeScale, HColorSet colorSet) TimeHeaderDaily
(TimeHeaderParameters thParam, Map<Day, String> nameDays, Day printStart, Day printEnd) Constructor parameters in net.sourceforge.plantuml.project.draw with type arguments of type DayModifierConstructorDescriptionTimeHeaderDaily
(TimeHeaderParameters thParam, Map<Day, String> nameDays, Day printStart, Day printEnd) -
Uses of Day in net.sourceforge.plantuml.project.lang
Methods in net.sourceforge.plantuml.project.lang that return types with arguments of type DayModifier and TypeMethodDescriptionComplementDate.getMe
(GanttDiagram system, RegexResult arg, String suffix) SubjectDayAsDate.getMe
(GanttDiagram project, RegexResult arg) -
Uses of Day in net.sourceforge.plantuml.project.solver
Methods in net.sourceforge.plantuml.project.solver that return DayModifier and TypeMethodDescriptionprotected Day
SolverImpl.computeEnd()
protected Day
SolverImpl.computeStart()
-
Uses of Day in net.sourceforge.plantuml.project.time
Methods in net.sourceforge.plantuml.project.time that return DayModifier and TypeMethodDescriptionDay.addDays
(int nday) static Day
Day.create
(int year, int month, int dayOfMonth) static Day
static Day
Day.create
(long ms) Day.decrement()
Day.increment()
Day.increment
(PrintScale printScale) static Day
static Day
static Day
Day.today()
Methods in net.sourceforge.plantuml.project.time with parameters of type Day -
Uses of Day in net.sourceforge.plantuml.project.timescale
Methods in net.sourceforge.plantuml.project.timescale with parameters of type DayModifier and TypeMethodDescriptiondouble
TimeScale.getEndingPosition
(Day instant) double
TimeScaleCompressed.getEndingPosition
(Day instant) double
TimeScaleDaily.getEndingPosition
(Day instant) double
TimeScaleWink.getEndingPosition
(Day instant) double
TimeScale.getStartingPosition
(Day instant) double
TimeScaleCompressed.getStartingPosition
(Day instant) double
TimeScaleDaily.getStartingPosition
(Day instant) double
TimeScaleWink.getStartingPosition
(Day instant) double
double
double
double
boolean
TimeScale.isBreaking
(Day instant) boolean
TimeScaleCompressed.isBreaking
(Day instant) boolean
TimeScaleDaily.isBreaking
(Day instant) boolean
TimeScaleWink.isBreaking
(Day instant) Constructors in net.sourceforge.plantuml.project.timescale with parameters of type DayModifierConstructorDescriptionTimeScaleCompressed
(Day calendar, double scale) TimeScaleDaily
(Day startingDay, double scale, Day zeroDay)