Uses of Class
com.flexganttfx.view.graphics.renderer.RowRenderer
-
Packages that use RowRenderer Package Description com.flexganttfx.view.graphics.layer 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...). -
-
Uses of RowRenderer in com.flexganttfx.view.graphics.layer
Methods in com.flexganttfx.view.graphics.layer that return RowRenderer Modifier and Type Method Description <RT extends Row<?,?,?>>
RowRenderer<RT>RowLayer. getRowRenderer(Class<RT> clazz)
Methods in com.flexganttfx.view.graphics.layer with parameters of type RowRenderer Modifier and Type Method Description void
RowLayer. setRowRenderer(Class<Row> clazz, RowRenderer<?> renderer)
-