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) intcolspan(package private) inthAlignment(package private) PrintIteratortarget(package private) intvAlignment
-
Constructor Summary
Constructors Modifier Constructor Description GridCellIterator(GridCell cell, org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)privateGridCellIterator(GridCellIterator that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GridCellIteratorcopy()intgetColspan()intgetHorizontalAlignment()PrintIteratorgetTarget()intgetVerticalAlignment()
-
-
-
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()
-
-