List of usage examples for java.text Format subclass-usage
From source file com.anrisoftware.sscontrol.ldap.dbindex.DbIndexFormat.java
/**
* Formats LDAP indexes. The indexes have the index names and the index flags:
* {@code pres}, {@code eq}, {@code approx}, {@code sub} and {@code none}.
*
* @author Erwin Mueller, erwin.mueller@deventm.org
* @since 1.0
From source file com.anrisoftware.sscontrol.hosts.utils.HostFormat.java
/**
* Format a host IP address, host name and optional aliases.
*
* @author Erwin Mueller, erwin.mueller@deventm.org
* @since 1.0
*/
From source file com.anrisoftware.fractions.format.FractionFormat.java
/**
* Parses and formats continued fraction.
*
* @author Erwin Mueller, erwin.mueller@deventm.org
* @since 2.0
*/
From source file com.anrisoftware.globalpom.format.byteformat.ByteFormat.java
/**
* Formats and parses computer byte.
*
* @author Erwin Mueller, erwin.mueller@deventm.org
* @since 1.10
*/
From source file BinaryFormat.java
/**
* This class allows a number to be easily formatted as a binary number. The
* representation uses 1's and 0's.
*
* @author Jesse Peterson <jesse@jpeterson.com>
*
From source file com.anrisoftware.globalpom.format.measurement.MeasureFormat.java
/**
* Formats and parses physical {@link Measure} measurement.
*
* @author Erwin Mueller, erwin.mueller@deventm.org
* @since 1.10
*/
From source file com.anrisoftware.globalpom.format.latlong.LatitudeFormat.java
/**
* Parses the latitude part of a geographic coordinate.
*
* @author Erwin Mueller, erwin.mueller@deventm.org
* @since 1.10
*/
From source file com.anrisoftware.globalpom.format.latlong.LongitudeFormat.java
/**
* Parses the longitude part of a geographic coordinate.
*
* @author Erwin Mueller, erwin.mueller@deventm.org
* @since 1.10
*/
From source file HexFormat.java
/**
* This class allows a number to be easily formatted as a hexadecimal number.
* The representation uses 0-f.
*
* @author Jesse Peterson <jesse@jpeterson.com>
*
From source file StringFormat.java
/** * Bare-minimum "String formatter": format a string to a given maximum length * with left, centre, or right justification. */ public class StringFormat extends Format { /* Constant for left justification. */