Package com.inet.report.chart.format
package com.inet.report.chart.format
-
ClassDescriptionThis class represents an abbreviation instance.An interface that is implemented by all chart formats.This is a date and time format with predefined locale-sensitive styles.
For more information to the system defined date and time styles see http://docs.oracle.com/javase/8/docs/api/java/text/DateFormat.html.This is a "fixed" number format.
There are three format styles available: number, percent and currency.This is a date time format defined by a pattern.
For more information on date and time patterns see http://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.htmlThis is a number format defined by a pattern.
For more information to the pattern see http://docs.oracle.com/javase/8/docs/api/java/text/DecimalFormat.html