public class GridBodyRenderContext extends Object
Constructor and Description |
---|
GridBodyRenderContext(double absoluteGridX,
double absoluteGridY,
double absoluteColumnOffsetX,
double clipMinY,
double clipMinX,
int minVisibleRowIndex,
int maxVisibleRowIndex,
List<GridColumn<?>> blockColumns,
com.ait.lienzo.client.core.types.Transform transform,
GridRenderer renderer,
SelectionsTransformer transformer) |
Modifier and Type | Method and Description |
---|---|
double |
getAbsoluteColumnOffsetX()
Returns the absolute offset from absoluteGridX that the first column needs to be rendered.
|
double |
getAbsoluteGridX()
Returns the canvas x-coordinate of the Grid; not transformed.
|
double |
getAbsoluteGridY()
Returns the canvas y-coordinate of the Grid; not transformed
|
List<GridColumn<?>> |
getBlockColumns()
Returns the columns to render for the block.
|
double |
getClipMinX()
Returns the minimum X coordinate for visible content.
|
double |
getClipMinY()
Returns the minimum Y coordinate for visible content.
|
int |
getMaxVisibleRowIndex()
Returns the index of the last row being rendered.
|
int |
getMinVisibleRowIndex()
Returns the index of the first row being rendered.
|
GridRenderer |
getRenderer()
Returns the Renderer for the Grid Widget.
|
com.ait.lienzo.client.core.types.Transform |
getTransform()
TReturns the transformation of the Grid Widget.
|
SelectionsTransformer |
getTransformer()
Returns the Column Index transformer supporting Floating Columns.
|
public GridBodyRenderContext(double absoluteGridX, double absoluteGridY, double absoluteColumnOffsetX, double clipMinY, double clipMinX, int minVisibleRowIndex, int maxVisibleRowIndex, List<GridColumn<?>> blockColumns, com.ait.lienzo.client.core.types.Transform transform, GridRenderer renderer, SelectionsTransformer transformer)
public double getAbsoluteGridX()
public double getAbsoluteGridY()
public double getAbsoluteColumnOffsetX()
public double getClipMinY()
public double getClipMinX()
public int getMinVisibleRowIndex()
public int getMaxVisibleRowIndex()
public List<GridColumn<?>> getBlockColumns()
public com.ait.lienzo.client.core.types.Transform getTransform()
public GridRenderer getRenderer()
public SelectionsTransformer getTransformer()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.