Uses of Class
com.flexganttfx.model.layout.AgendaLayout
-
Packages that use AgendaLayout Package Description impl.com.flexganttfx.skin.util A collection of utility classes. -
-
Uses of AgendaLayout in impl.com.flexganttfx.skin.util
Methods in impl.com.flexganttfx.skin.util with parameters of type AgendaLayout Modifier and Type Method Description static List<AgendaHelper.AgendaLineLocation>
AgendaHelper. getLineLocations(AgendaLayout layout, double yOffset, double height)
Returns a list of agenda line locations for the givenAgendaLayout
instance, y offset, and row / line height.
-