|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ranides.assira.text.PrintParams
public abstract class PrintParams
| Nested Class Summary | |
|---|---|
static class |
PrintParams.PrintFlags
|
| Method Summary | |
|---|---|
abstract Set<PrintParams.PrintFlags> |
flags()
|
abstract int |
index()
|
static PrintParams |
make(String params,
int index)
|
abstract char |
padder()
|
String |
params()
|
abstract int |
precision()
|
abstract int |
width()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public final String params()
public abstract int index()
public abstract Set<PrintParams.PrintFlags> flags()
public abstract char padder()
public abstract int width()
public abstract int precision()
public static PrintParams make(String params,
int index)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||