public class GridCell
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object obj) |
|
org.eclipse.swt.graphics.Point |
getAlignment() |
Returns a Point representing the horizontal and vertical alignment
applied to the cell's content.
|
int |
getColSpan() |
Returns the number of columns this cell spans across.
|
Print |
getContent() |
Returns the content print of the cell.
|
int |
getHorizontalAlignment() |
Returns the horizontal alignment applied to the cell content.
|
int |
getVerticalAlignment() |
Returns the vertical alignment applied to the cell content.
|
int |
hashCode() |
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public org.eclipse.swt.graphics.Point getAlignment()
public int getHorizontalAlignment()
public int getVerticalAlignment()
public Print getContent()
public int getColSpan()