Class CalendarFactory
java.lang.Object
com.djrapitops.plan.delivery.rendering.json.graphs.calendar.CalendarFactory
Factory class for different objects representing HTML calendars.
-
Constructor Summary
ConstructorDescriptionCalendarFactory
(PlanConfig config, Locale locale, Formatters formatters, Theme theme) -
Method Summary
Modifier and TypeMethodDescriptionplayerCalendar
(PlayerContainer player) serverCalendar
(SortedMap<Long, Integer> uniquePerDay, SortedMap<Long, Integer> newPerDay, SortedMap<Long, Long> playtimePerDay, NavigableMap<Long, Integer> sessionsPerDay)
-
Constructor Details
-
CalendarFactory
@Inject public CalendarFactory(PlanConfig config, Locale locale, Formatters formatters, Theme theme)
-
-
Method Details
-
playerCalendar
-