Package com.inet.report.chart.format
package com.inet.report.chart.format
Provides comprehensive chart value formatting functionality for i-net Clear Reports,
supporting various number and date/time formats.
This package implements a sophisticated formatting system that:
- Manages number formatting with patterns and fixed formats
- Handles date/time formatting with patterns
- Supports abbreviation and text formatting
- Provides flexible format customization
The formatting system supports:
- Custom number patterns and fixed formats
- Date/time pattern formatting
- Text abbreviation and manipulation
- Flexible format customization
- Since:
- 8.0
-
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