|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.dvi.command.DviCommand
org.extex.font.format.dvi.command.DviChar
public class DviChar
DVI: character.
Typeset character number 0..x from font f such that the reference point of the character is at (h, v). Then increase h by the width of that character. Note that a character may have zero or negative width, so one cannot be sure that h will advance after this command; but h usually does increase.
| Field Summary |
|---|
| Fields inherited from class org.extex.font.format.dvi.command.DviCommand |
|---|
BOP_LENGTH |
| Constructor Summary | |
|---|---|
DviChar(int opc,
int sp,
int c)
Create a new object. |
|
DviChar(int opc,
int sp,
int c,
boolean pm)
Create a new object. |
|
| Method Summary | |
|---|---|
int |
getCh()
Returns the ch. |
java.lang.String |
getName()
Returns the name of the command. |
boolean |
isPut()
Returns the put. |
boolean |
isSetPut()
Returns true, if the command ist setx oder putx. |
| Methods inherited from class org.extex.font.format.dvi.command.DviCommand |
|---|
getFntDefs, getNextCommand, getOpcode, getPost, getPre, getStartPointer, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DviChar(int opc,
int sp,
int c)
opc - the opcodesp - the start pointerc - the character
public DviChar(int opc,
int sp,
int c,
boolean pm)
opc - the opcodesp - the start pointerc - the characterpm - the put-mode| Method Detail |
|---|
public int getCh()
public java.lang.String getName()
getName in class DviCommandDviCommand.getName()public boolean isPut()
public boolean isSetPut()
true, if the command ist setx oder putx.
true, if the command ist setx oder putx.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||