|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.paperclips.GridCell
public class GridCell
Instances of this class represent a single cell in a GridPrint.
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic org.eclipse.swt.graphics.Point getAlignment()
public int getHorizontalAlignment()
public int getVerticalAlignment()
public Print getContent()
public int getColSpan()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||