Class TranslatedLayerCell
java.lang.Object
org.eclipse.nebula.widgets.nattable.layer.cell.AbstractLayerCell
org.eclipse.nebula.widgets.nattable.layer.cell.TransformedLayerCell
org.eclipse.nebula.widgets.nattable.layer.cell.TranslatedLayerCell
- All Implemented Interfaces:
ILayerCell
A transformed LayerCell that translates the position of the underlying cell.
-
Constructor Summary
ConstructorsConstructorDescriptionTranslatedLayerCell(ILayerCell cell, ILayer layer, int originColumnPosition, int originRowPosition, int columnPosition, int rowPosition) -
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.layer.cell.TransformedLayerCell
equals, getColumnIndex, getColumnSpan, getRowIndex, getRowSpan, hashCodeMethods inherited from class org.eclipse.nebula.widgets.nattable.layer.cell.AbstractLayerCell
getBounds, getConfigLabels, getDataValue, getDisplayMode, isSpannedCell
-
Constructor Details
-
TranslatedLayerCell
public TranslatedLayerCell(ILayerCell cell, ILayer layer, int originColumnPosition, int originRowPosition, int columnPosition, int rowPosition)
-
-
Method Details
-
getLayer
- Specified by:
getLayerin interfaceILayerCell- Overrides:
getLayerin classTransformedLayerCell
-
getOriginColumnPosition
public int getOriginColumnPosition()- Specified by:
getOriginColumnPositionin interfaceILayerCell- Overrides:
getOriginColumnPositionin classTransformedLayerCell
-
getOriginRowPosition
public int getOriginRowPosition()- Specified by:
getOriginRowPositionin interfaceILayerCell- Overrides:
getOriginRowPositionin classTransformedLayerCell
-
getColumnPosition
public int getColumnPosition()- Specified by:
getColumnPositionin interfaceILayerCell- Overrides:
getColumnPositionin classTransformedLayerCell
-
getRowPosition
public int getRowPosition()- Specified by:
getRowPositionin interfaceILayerCell- Overrides:
getRowPositionin classTransformedLayerCell
-