|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectholoedit.util.Formatter
public class Formatter
Field Summary | |
---|---|
int |
max_left
|
int |
max_right
|
int |
min_left
|
int |
min_right
|
Constructor Summary | |
---|---|
Formatter()
|
|
Formatter(int minl,
int maxl,
int minr,
int maxr)
|
Method Summary | |
---|---|
java.lang.String |
format(double f)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int min_right
public int max_right
public int min_left
public int max_left
Constructor Detail |
---|
public Formatter()
public Formatter(int minl, int maxl, int minr, int maxr)
Method Detail |
---|
public java.lang.String format(double f)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |