org.jfree.report.modules.output.pageable.plaintext
Class AbstractEpsonPrinterDriver.DriverState

java.lang.Object
  |
  +--org.jfree.report.modules.output.pageable.plaintext.AbstractEpsonPrinterDriver.DriverState
Enclosing class:
AbstractEpsonPrinterDriver

protected static class AbstractEpsonPrinterDriver.DriverState
extends java.lang.Object


Constructor Summary
AbstractEpsonPrinterDriver.DriverState()
           
 
Method Summary
 byte getFont()
           
 int getManualLeftBorder()
           
 boolean isBold()
           
 boolean isItalic()
           
 boolean isStrikethrough()
           
 boolean isUnderline()
           
 void reset()
           
 void setBold(boolean bold)
           
 void setFont(byte font)
           
 void setItalic(boolean italic)
           
 void setManualLeftBorder(int manualLeftBorder)
           
 void setStrikethrough(boolean strikethrough)
           
 void setUnderline(boolean underline)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractEpsonPrinterDriver.DriverState

public AbstractEpsonPrinterDriver.DriverState()
Method Detail

isBold

public boolean isBold()

setBold

public void setBold(boolean bold)

isItalic

public boolean isItalic()

setItalic

public void setItalic(boolean italic)

isUnderline

public boolean isUnderline()

setUnderline

public void setUnderline(boolean underline)

getFont

public byte getFont()

setFont

public void setFont(byte font)

getManualLeftBorder

public int getManualLeftBorder()

setManualLeftBorder

public void setManualLeftBorder(int manualLeftBorder)

isStrikethrough

public boolean isStrikethrough()

setStrikethrough

public void setStrikethrough(boolean strikethrough)

reset

public void reset()