Uses of Interface
com.flexganttfx.model.calendar.CalendarActivity
Packages that use CalendarActivity
Package
Description
Top-level model classes required for creating a Gantt chart.
Classes and interfaces related to calendars.
The various graphics controls that are used for rendering the Gantt chart.
System layers are used to draw various pieces of information into the background of a row
(time now, grid lines, marked time interval, chart and agenda lines, etc...).
Renderer classes for visualizing activities, calendar entries, and for adding custom background
visuals based on row type.
Classes for the graphics skin.
-
Uses of CalendarActivity in com.flexganttfx.model
Classes in com.flexganttfx.model with type parameters of type CalendarActivityModifier and TypeInterfaceDescriptioninterface
Calendar<A extends CalendarActivity>
A calendar is an extension of an activity repository with the additions of a name and a visibility property. -
Uses of CalendarActivity in com.flexganttfx.model.calendar
Classes in com.flexganttfx.model.calendar with type parameters of type CalendarActivityModifier and TypeClassDescriptionclass
CalendarBase<A extends CalendarActivity>
An abstract base implementation of an activity repository that implements theCalendar
interface.Classes in com.flexganttfx.model.calendar that implement CalendarActivityModifier and TypeClassDescriptionclass
The base implementation of a calendar activity.class
A mutable calendar activity base implementation.class
A specialized calendar activity used to represent weekend days (e.g. -
Uses of CalendarActivity in com.flexganttfx.view.graphics
Methods in com.flexganttfx.view.graphics that return types with arguments of type CalendarActivityModifier and TypeMethodDescriptionfinal List<CalendarActivity>
GraphicsBase.getAllCalendarActivitiesAt
(double x, double y) Finds all calendar activities at the given location.final ObservableList<Calendar<? extends CalendarActivity>>
GraphicsBase.getCalendars()
Returns the list of calendars that are registered with the graphics view. -
Uses of CalendarActivity in com.flexganttfx.view.graphics.layer
Methods in com.flexganttfx.view.graphics.layer with type parameters of type CalendarActivityModifier and TypeMethodDescriptionfinal <A extends CalendarActivity>
CalendarActivityRenderer<? extends A>CalendarLayer.getCalendarActivityRenderer
(Class<? extends A> clazz) -
Uses of CalendarActivity in com.flexganttfx.view.graphics.renderer
Classes in com.flexganttfx.view.graphics.renderer with type parameters of type CalendarActivity -
Uses of CalendarActivity in impl.com.flexganttfx.skin.graphics
Methods in impl.com.flexganttfx.skin.graphics that return types with arguments of type CalendarActivityModifier and TypeMethodDescriptionfinal List<CalendarActivity>
GraphicsBaseSkin.getAllCalendarActivitiesAt
(double x, double y)