Klasse GraphicsBase.RowControlsParameter<R extends Row<?,?,?>>
java.lang.Object
com.flexganttfx.view.graphics.GraphicsBase.RowControlsParameter<R>
- Typparameter:
R- the row type
- Umschließende Klasse:
GraphicsBase<R extends Row<?,?, ?>>
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungRowControlsParameter(GraphicsBase<R> graphics, R row) Creates row controls parameters for the given graphics view and row. -
Methodenübersicht
Modifikator und TypMethodeBeschreibungReturns the graphics view associated with this row controls parameter.getRow()Returns the row associated with this row controls parameter.
-
Konstruktordetails
-
RowControlsParameter
Creates row controls parameters for the given graphics view and row.- Parameter:
graphics- the graphics viewrow- the row
-
-
Methodendetails
-
getRow
-
getGraphics
Returns the graphics view associated with this row controls parameter.- Gibt zurück:
- the graphics view
-