org.jopendocument.renderer
Class ODTCellTextLine

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

public class ODTCellTextLine
extends Object


Constructor Summary
ODTCellTextLine()
           
 
Method Summary
 void add(ODTCellTextItem item)
           
 void draw(Graphics2D g2, int startX, int y)
           
 void drawJustified(Graphics2D g2, double resizeFactor, int x, int y, int padding, int cellWidth)
           
 int getHeight()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ODTCellTextLine

public ODTCellTextLine()
Method Detail

getHeight

public int getHeight()

getWidth

public int getWidth()

draw

public void draw(Graphics2D g2,
                 int startX,
                 int y)

drawJustified

public void drawJustified(Graphics2D g2,
                          double resizeFactor,
                          int x,
                          int y,
                          int padding,
                          int cellWidth)

add

public void add(ODTCellTextItem item)


Copyright © 2010 jOpenDocument All Rights Reserved.