Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvMultipleTimeUnit
Represents a multiple of predefined time units.
|
Modifier and Type | Field and Description |
---|---|
protected IlvTimeUnit[] |
IlvTimeStepsDefinition.autoUnits
The array of units used for the automatic calculation of the step unit.
|
static IlvTimeUnit |
IlvTimeUnit.CENTURY
Predefined unit for centuries.
|
static IlvTimeUnit |
IlvTimeUnit.DAY
Predefined unit for days.
|
static IlvTimeUnit |
IlvTimeUnit.DECADE
Predefined unit for decades.
|
static IlvTimeUnit |
IlvTimeUnit.HOUR
Predefined unit for hours.
|
static IlvTimeUnit |
IlvTimeUnit.MILLISECOND
Predefined unit for milliseconds.
|
static IlvTimeUnit |
IlvTimeUnit.MINUTE
Predefined unit for minutes.
|
static IlvTimeUnit |
IlvTimeUnit.MONTH
Predefined unit for months.
|
static IlvTimeUnit |
IlvTimeUnit.QUARTER
Predefined unit for quarters.
|
static IlvTimeUnit |
IlvTimeUnit.SECOND
Predefined unit for seconds.
|
static IlvTimeUnit |
IlvTimeUnit.WEEK
Predefined unit for weeks.
|
static IlvTimeUnit |
IlvTimeUnit.YEAR
Predefined unit for years.
|
Modifier and Type | Method and Description |
---|---|
protected IlvTimeUnit |
IlvTimeStepsDefinition.computeTimeUnit()
Invoked to compute the time unit when the automatic mode is enabled.
|
IlvTimeUnit[] |
IlvTimeStepsDefinition.getAutoUnits()
Returns the available units for the automatic calculation of the step unit.
|
IlvTimeUnit |
IlvTimeStepsDefinition.getSubStepUnit()
Returns the minor ticks unit.
|
IlvTimeUnit |
IlvTimeStepsDefinition.getUnit()
Returns the step unit.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvTimeStepsDefinition.setAutoUnits(IlvTimeUnit[] units)
Specifies the available units for the automatic calculation of the step
unit.
|
void |
IlvTimeStepsDefinition.setSubStepUnit(IlvTimeUnit subStepUnit)
Specifies the minor ticks unit.
|
void |
IlvScale.setTimeUnit(IlvTimeUnit timeUnit)
Specifies a time unit for this scale.
|
void |
IlvTimeStepsDefinition.setUnit(IlvTimeUnit unit)
Sets the step unit.
|
Constructor and Description |
---|
IlvMultipleTimeUnit(IlvTimeUnit baseUnit,
int mult)
Creates a multiple of the specified time unit.
|
IlvMultipleTimeUnit(IlvTimeUnit baseUnit,
int mult,
Date origin)
Creates a multiple of the specified time unit.
|
IlvScale(IlvTimeUnit timeUnit)
Creates a new time scale with the specified time unit.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.