|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.java4less.textprinter.TextProperties
this class stores information about a chunck of text to be printed.
Field Summary | |
boolean |
bold
is it bold? |
java.lang.String |
characterSet
character set to use |
boolean |
condensed
use condensed charaters |
boolean |
doubleStrike
use double strike? |
boolean |
doubleWide
use double wide? |
java.lang.String |
fontName
name of the font to use |
boolean |
italic
is it italic? |
double |
pitch
Size of the characters 10, 12 or 15 (characters/inch). |
boolean |
proportional
proportional printing. |
boolean |
subscript
use subscript |
boolean |
superscript
use superscript |
boolean |
underlined
is it underlined? |
Constructor Summary | |
TextProperties()
|
Method Summary | |
TextProperties |
getClone()
create a clone |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public boolean italic
public boolean bold
public boolean underlined
public boolean subscript
public boolean superscript
public boolean doubleStrike
public boolean doubleWide
public java.lang.String fontName
public double pitch
public boolean proportional
public boolean condensed
public java.lang.String characterSet
Constructor Detail |
public TextProperties()
Method Detail |
public TextProperties getClone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |