public class GridBodyCellRenderContext extends Object
Constructor and Description |
---|
GridBodyCellRenderContext(double absoluteCellX,
double absoluteCellY,
double cellWidth,
double cellHeight,
double clipMinY,
double clipMinX,
int rowIndex,
int columnIndex,
boolean isFloating,
com.ait.lienzo.client.core.types.Transform transform,
GridRenderer renderer) |
Modifier and Type | Method and Description |
---|---|
double |
getAbsoluteCellX()
Returns the cell's canvas x-coordinate; not transformed.
|
double |
getAbsoluteCellY()
Returns the cell's canvas y-coordinate; not transformed.
|
double |
getCellHeight()
Returns the height of the cell.
|
double |
getCellWidth()
Returns the width of the cell.
|
double |
getClipMinX()
Returns the minimum X coordinate for visible content.
|
double |
getClipMinY()
Returns the minimum Y coordinate for visible content.
|
int |
getColumnIndex()
Returns the index of the column this cell represents.
|
GridRenderer |
getRenderer()
Returns the Renderer for the Grid Widget.
|
int |
getRowIndex()
Returns the index of the row this cell represents.
|
com.ait.lienzo.client.core.types.Transform |
getTransform()
Returns the transformation of the Grid Widget.
|
boolean |
isFloating()
Returns a flag indicating whether the Cell is contained within a floating column.
|
public GridBodyCellRenderContext(double absoluteCellX, double absoluteCellY, double cellWidth, double cellHeight, double clipMinY, double clipMinX, int rowIndex, int columnIndex, boolean isFloating, com.ait.lienzo.client.core.types.Transform transform, GridRenderer renderer)
public double getAbsoluteCellX()
public double getAbsoluteCellY()
public double getCellWidth()
public double getCellHeight()
public double getClipMinY()
public double getClipMinX()
public int getRowIndex()
public int getColumnIndex()
public boolean isFloating()
public com.ait.lienzo.client.core.types.Transform getTransform()
public GridRenderer getRenderer()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.