|
||||||||||
| 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.DviRule
public class DviRule
DVI: rule: draw a rule.
| Field Summary |
|---|
| Fields inherited from class org.extex.font.format.dvi.command.DviCommand |
|---|
BOP_LENGTH |
| Constructor Summary | |
|---|---|
DviRule(int opc,
int sp,
int a,
int b)
Create a new object. |
|
DviRule(int opc,
int sp,
int a,
int b,
boolean pm)
Create a new object. |
|
| Method Summary | |
|---|---|
int |
getHeight()
Returns the height. |
java.lang.String |
getName()
Returns the name of the command. |
int |
getWidth()
Returns the width. |
boolean |
isPut()
Returns the put. |
| 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 DviRule(int opc,
int sp,
int a,
int b)
opc - the opcodesp - the start pointera - the heightb - the width
public DviRule(int opc,
int sp,
int a,
int b,
boolean pm)
opc - the opcodesp - the start pointera - the heightb - the widthpm - the put mode| Method Detail |
|---|
public int getHeight()
public java.lang.String getName()
getName in class DviCommandDviCommand.getName()public int getWidth()
public boolean isPut()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||