|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tonbeller.jpivot.olap.model.impl.NumberFormatImpl
public class NumberFormatImpl
Constructor Summary | |
---|---|
NumberFormatImpl()
|
Method Summary | |
---|---|
int |
getFractionDigits()
|
boolean |
isGrouping()
|
boolean |
isPercent()
|
void |
setFractionDigits(int fractionDigits)
Sets the fractionDigits. |
void |
setGrouping(boolean grouping)
Sets the grouping. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NumberFormatImpl()
Method Detail |
---|
public int getFractionDigits()
getFractionDigits
in interface NumberFormat
public boolean isGrouping()
isGrouping
in interface NumberFormat
public void setFractionDigits(int fractionDigits)
fractionDigits
- The fractionDigits to setpublic void setGrouping(boolean grouping)
grouping
- The grouping to setpublic boolean isPercent()
isPercent
in interface NumberFormat
NumberFormat.isPercent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |