public class GridCellIterator
extends java.lang.Object
Constructor | Description |
---|---|
GridCellIterator(GridCell cell,
org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
Modifier and Type | Method | Description |
---|---|---|
GridCellIterator |
copy() |
|
int |
getColspan() |
|
int |
getHorizontalAlignment() |
|
PrintIterator |
getTarget() |
|
int |
getVerticalAlignment() |
public GridCellIterator(GridCell cell, org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
public int getHorizontalAlignment()
public int getVerticalAlignment()
public PrintIterator getTarget()
public int getColspan()
public GridCellIterator copy()