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<?,?,?>>

public static final class GraphicsBase.RowControlsParameter<R extends Row<?,?,?>> extends Object
A callback parameter object used to provide context for the row controls factory.
Seit:
1.0
Siehe auch:
  • Konstruktordetails

    • RowControlsParameter

      public RowControlsParameter(GraphicsBase<R> graphics, R row)
      Creates row controls parameters for the given graphics view and row.
      Parameter:
      graphics - the graphics view
      row - the row
  • Methodendetails

    • getRow

      public R getRow()
      Returns the row associated with this row controls parameter.
      Gibt zurück:
      the row
    • getGraphics

      public GraphicsBase<R> getGraphics()
      Returns the graphics view associated with this row controls parameter.
      Gibt zurück:
      the graphics view