PrintPiece
public class EmptyPiece extends java.lang.Object implements PrintPiece
Constructor | Description |
---|---|
EmptyPiece(org.eclipse.swt.graphics.Point size) |
Modifier and Type | Method | Description |
---|---|---|
void |
dispose() |
Disposes the system resources allocated by this PrintPiece.
|
org.eclipse.swt.graphics.Point |
getSize() |
Returns the dimensions of this PrintPiece, in pixels.
|
void |
paint(org.eclipse.swt.graphics.GC gc,
int x,
int y) |
Draws this PrintPiece on the given graphics device, at the given
coordinates.
|
public EmptyPiece(org.eclipse.swt.graphics.Point size)
size
- public org.eclipse.swt.graphics.Point getSize()
PrintPiece
getSize
in interface PrintPiece
public void paint(org.eclipse.swt.graphics.GC gc, int x, int y)
PrintPiece
paint
in interface PrintPiece
gc
- a graphics context for the graphics device.x
- the x coordinate where this PrintPiece will be drawn.y
- the x coordinate where this PrintPiece will be drawn.public void dispose()
PrintPiece
dispose
in interface PrintPiece