org.jopendocument.renderer
Class ODTCellTextItem

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

public class ODTCellTextItem
extends Object


Constructor Summary
ODTCellTextItem(Graphics2D g2, String textSpan, double resizeFactor, StyleStyle textStyle)
           
ODTCellTextItem(ODTCellTextItem item, String textSpan)
           
 
Method Summary
 String getColor()
           
 Font getFont()
           
 int getHeight()
           
 String getText()
           
 int getWidth()
           
 int getWidthWithoutSpace()
           
 int getWidthWithSpace()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ODTCellTextItem

public ODTCellTextItem(Graphics2D g2,
                       String textSpan,
                       double resizeFactor,
                       StyleStyle textStyle)

ODTCellTextItem

public ODTCellTextItem(ODTCellTextItem item,
                       String textSpan)
Method Detail

getHeight

public int getHeight()

getWidth

public int getWidth()

getWidthWithSpace

public int getWidthWithSpace()

getWidthWithoutSpace

public int getWidthWithoutSpace()

getFont

public Font getFont()

getColor

public String getColor()

getText

public String getText()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 jOpenDocument All Rights Reserved.