Uses of Class
org.eclipse.birt.chart.util.CDateTime
Packages that use CDateTime
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation package.
This is a placeholder file for the org.eclipse.birt.chart.computation.withaxes package.
Holds a set of interfaces that define the structure of the data source and
typed data elements associated with a chart series.
Holds a set of classes that define the structure of the data source and typed
data elements associated with a chart series.
Provides miscellaneous classes associated with data types and extension
lookup services.
-
Uses of CDateTime in org.eclipse.birt.chart.computation
Methods in org.eclipse.birt.chart.computation that return CDateTimeModifier and TypeMethodDescriptionstatic final CDateTime
Methods.asDateTime
(Object o) Converts given object to a DateTime object. -
Uses of CDateTime in org.eclipse.birt.chart.computation.withaxes
Methods in org.eclipse.birt.chart.computation.withaxes with parameters of type CDateTime -
Uses of CDateTime in org.eclipse.birt.chart.model.data
Methods in org.eclipse.birt.chart.model.data that return CDateTimeModifier and TypeMethodDescriptionDateTimeDataElement.getValueAsCDateTime()
A convenient method provided to return the datetime value as a CDateTime wrapper NOTE: Manually written -
Uses of CDateTime in org.eclipse.birt.chart.model.data.impl
Methods in org.eclipse.birt.chart.model.data.impl that return CDateTime -
Uses of CDateTime in org.eclipse.birt.chart.util
Methods in org.eclipse.birt.chart.util that return CDateTimeModifier and TypeMethodDescriptionCDateTime.backward
(int iUnit, int iStep) A convenient method used in building the ticks for a datetime scale.CDateTime.forward
(int iUnit, int iStep) A convenient method used in building the ticks for a datetime scale.CDateTime.getUnitStart
(int iUnit) returns a CDateTime, whose value equals to the unit start of the current instancestatic CDateTime
Parses a value formatted as MM-dd-yyyy HH:mm:ss and attempts to create an instance of this objectMethods in org.eclipse.birt.chart.util with parameters of type CDateTimeModifier and TypeMethodDescriptionstatic final double
CDateTime.computeDifference
(CDateTime cdt1, CDateTime cdt2, int iUnit) Computes the difference between two given datetime values as a fraction for the requested field.static final double
CDateTime.computeDifference
(CDateTime cdt1, CDateTime cdt2, int iUnit, boolean trimBelow) Computes the difference between two given datetime values as a fraction for the requested field.static final int
CDateTime.computeUnit
(CDateTime[] cdta) Walks through all values in a datetime array and computes the least significant unit for which a difference was noted.static final int
CDateTime.getDifference
(CDateTime cdt1, CDateTime cdt2) Returns the most significant datetime unit in which there's a difference or 0 if there is no difference.static final int
CDateTime.getPreferredUnit
(CDateTime minDateTime, CDateTime maxDateTime) Returns a preferred format specifier for given data-time values will be computed based on the difference between minDateTime and maxDateTime