|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.text.Format
java.text.NumberFormat
AngleFormat
TimeFormat
public class TimeFormat
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.text.NumberFormat |
|---|
java.text.NumberFormat.Field |
| Field Summary | |
|---|---|
static int |
COLONS
|
static int |
HMS
|
static int |
HOUR
|
static int |
MINUTE
|
static int |
SECOND
|
static int |
SYMBOLS
|
| Fields inherited from class AngleFormat |
|---|
bottomLevel, DEGREE, DMS, seconds, topLevel |
| Fields inherited from class java.text.NumberFormat |
|---|
FRACTION_FIELD, INTEGER_FIELD |
| Constructor Summary | |
|---|---|
TimeFormat()
|
|
TimeFormat(java.text.DecimalFormat df)
|
|
TimeFormat(int decimals)
|
|
| Method Summary | |
|---|---|
void |
colons()
|
void |
defaults()
|
int |
getBottomLevel()
|
java.text.DecimalFormat |
getSecondsFormat()
|
int |
getSeparator()
|
int |
getTopLevel()
|
void |
letters()
|
void |
setBottomLevel(int level)
|
void |
setSecondsFormat(java.text.DecimalFormat df)
|
void |
setSeparator(int type)
|
void |
setTopLevel(int level)
|
void |
symbols()
|
| Methods inherited from class AngleFormat |
|---|
format, format, isOneSided, isWrapping, parse, parse, setOneSided, toString, wrap |
| Methods inherited from class java.text.NumberFormat |
|---|
clone, equals, format, format, format, getAvailableLocales, getCurrency, getCurrencyInstance, getCurrencyInstance, getInstance, getInstance, getIntegerInstance, getIntegerInstance, getMaximumFractionDigits, getMaximumIntegerDigits, getMinimumFractionDigits, getMinimumIntegerDigits, getNumberInstance, getNumberInstance, getPercentInstance, getPercentInstance, hashCode, isGroupingUsed, isParseIntegerOnly, parse, parseObject, setCurrency, setGroupingUsed, setMaximumFractionDigits, setMaximumIntegerDigits, setMinimumFractionDigits, setMinimumIntegerDigits, setParseIntegerOnly |
| Methods inherited from class java.text.Format |
|---|
format, formatToCharacterIterator, parseObject |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int HOUR
public static final int MINUTE
public static final int SECOND
public static final int COLONS
public static final int HMS
public static final int SYMBOLS
| Constructor Detail |
|---|
public TimeFormat()
public TimeFormat(java.text.DecimalFormat df)
public TimeFormat(int decimals)
| Method Detail |
|---|
public void defaults()
public void setSeparator(int type)
setSeparator in class AngleFormatpublic int getSeparator()
getSeparator in class AngleFormatpublic void colons()
colons in class AngleFormatpublic void letters()
letters in class AngleFormatpublic void symbols()
symbols in class AngleFormatpublic void setTopLevel(int level)
setTopLevel in class AngleFormatpublic void setBottomLevel(int level)
setBottomLevel in class AngleFormatpublic int getTopLevel()
getTopLevel in class AngleFormatpublic int getBottomLevel()
getBottomLevel in class AngleFormatpublic void setSecondsFormat(java.text.DecimalFormat df)
setSecondsFormat in class AngleFormatpublic java.text.DecimalFormat getSecondsFormat()
getSecondsFormat in class AngleFormat
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||