|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sigh.utils.SIGH_license
com.sigh.utils.strings.OutputSeparatorsForDigitStrings
public abstract class OutputSeparatorsForDigitStrings
Constructor Summary | |
---|---|
OutputSeparatorsForDigitStrings()
Constructor currently initializes the values used in the United States of America |
Method Summary | |
---|---|
java.lang.String |
get3DigitSeparatorString()
author Software Industry & General Hardware |
java.lang.String |
getFractionalSeparatorString()
author Software Industry & General Hardware |
int |
getNumberOfDigitsToSeparate()
author Software Industry & General Hardware |
java.lang.String |
set3DigitSeparatorChar(char nxtSeparator)
author Software Industry & General Hardware |
java.lang.String |
set3DigitSeparatorChar(java.lang.String nxtSeparator)
author Software Industry & General Hardware |
java.lang.String |
setFractionalSeparatorChar(char nxtFractionalSeparator)
Set the Fractional Separator Character string if user supplied string is not empty. |
java.lang.String |
setFractionalSeparatorChar(java.lang.String nxtFractionalSeparator)
author Software Industry & General Hardware |
void |
setLocalLocaleFor3DigitSeparator()
author Software Industry & General Hardware Sets the 3-digit separator used in the integer portion of a number. |
void |
setLocalLocaleForBothSeparators()
author Software Industry & General Hardware Sets (or resets) the local Locale separator characters. |
void |
setLocalLocaleForFractionalSeparator()
author Software Industry & General Hardware Sets the fractional separator: that is the separator between the integer and decimal values. |
void |
setLocalLocaleForGroupingCount()
author Software Industry & General Hardware Sets the number of digits to group together. |
int |
setNumberOfDigitsToSeparate(int numOfDigits)
author Software Industry & General Hardware |
Methods inherited from class com.sigh.utils.SIGH_license |
---|
license |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutputSeparatorsForDigitStrings()
Method Detail |
---|
public int setNumberOfDigitsToSeparate(int numOfDigits)
numOfDigits
-
public int getNumberOfDigitsToSeparate()
public java.lang.String get3DigitSeparatorString()
public java.lang.String getFractionalSeparatorString()
public java.lang.String set3DigitSeparatorChar(java.lang.String nxtSeparator)
nxtSeparator
-
public java.lang.String set3DigitSeparatorChar(char nxtSeparator)
nxtSeparator
-
public java.lang.String setFractionalSeparatorChar(java.lang.String nxtFractionalSeparator)
nxtFractionalSeparator
-
public java.lang.String setFractionalSeparatorChar(char nxtFractionalSeparator)
nxtFractionalSeparator
-
public void setLocalLocaleForFractionalSeparator()
public void setLocalLocaleFor3DigitSeparator()
public void setLocalLocaleForGroupingCount()
public void setLocalLocaleForBothSeparators()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |