org.jopendocument.renderer
Class ODTCellImageRenderer
java.lang.Object
org.jopendocument.renderer.ODTCellImageRenderer
- All Implemented Interfaces:
- ODTCellRenderer
public class ODTCellImageRenderer
- extends Object
- implements ODTCellRenderer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ODTCellImageRenderer
public ODTCellImageRenderer()
setPaintMaxResolution
public void setPaintMaxResolution(boolean maxResolution)
draw
public void draw(Graphics2D g,
int x,
int y,
int cellWidth,
int cellHeight,
double resizeFactor,
TableTableCell cell,
StyleTableCellProperties cellProps)
- Description copied from interface:
ODTCellRenderer
- Draws a cell
- Specified by:
draw
in interface ODTCellRenderer
- Parameters:
g
- the graphics on which the cell will be rendereredx
- the x-coordinate of the celly
- the y-coordinate of the cellcellWidth
- the width of the cellcellHeight
- the height of the cellresizeFactor
- the resize factor applied to the current renderingcell
- the cell to rendercellProps
- the properties of the cell
Copyright © 2010 jOpenDocument All Rights Reserved.