org.jopendocument.renderer
Class ODTCellText

java.lang.Object
  extended by org.jopendocument.renderer.ODTCellText

public class ODTCellText
extends Object


Constructor Summary
ODTCellText(Graphics2D g, List<TextP> textp, double resizeFactor, StyleStyle cellStyle)
           
 
Method Summary
 void draw(TableTableCell cell, int cellWidth, int padding, int x, int startY)
           
 String getFullText()
           
 int getHeight()
           
 int getWidth()
           
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ODTCellText

public ODTCellText(Graphics2D g,
                   List<TextP> textp,
                   double resizeFactor,
                   StyleStyle cellStyle)
Method Detail

getFullText

public String getFullText()

isEmpty

public boolean isEmpty()

getHeight

public int getHeight()

getWidth

public int getWidth()

draw

public void draw(TableTableCell cell,
                 int cellWidth,
                 int padding,
                 int x,
                 int startY)


Copyright © 2010 jOpenDocument All Rights Reserved.