Class GridCellIterator
- java.lang.Object
-
- org.eclipse.nebula.paperclips.core.grid.internal.GridCellIterator
-
public class GridCellIterator extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
colspan
(package private) int
hAlignment
(package private) PrintIterator
target
(package private) int
vAlignment
-
Constructor Summary
Constructors Modifier Constructor Description GridCellIterator(GridCell cell, org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
private
GridCellIterator(GridCellIterator that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GridCellIterator
copy()
int
getColspan()
int
getHorizontalAlignment()
PrintIterator
getTarget()
int
getVerticalAlignment()
-
-
-
Field Detail
-
hAlignment
final int hAlignment
-
vAlignment
final int vAlignment
-
target
final PrintIterator target
-
colspan
final int colspan
-
-
Constructor Detail
-
GridCellIterator
public GridCellIterator(GridCell cell, org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
-
GridCellIterator
private GridCellIterator(GridCellIterator that)
-
-
Method Detail
-
getHorizontalAlignment
public int getHorizontalAlignment()
-
getVerticalAlignment
public int getVerticalAlignment()
-
getTarget
public PrintIterator getTarget()
-
getColspan
public int getColspan()
-
copy
public GridCellIterator copy()
-
-