Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
ilog.views.chart.accessibility |
Contains classes for the accessible elements of a chart.
|
ilog.views.chart.servlet |
Provides a Java Servlet that can produce images from an
IlvChart . |
ilog.views.schedule |
Contains the main Schedule Data chart classes that display numerical information
derived from Gantt data models.
|
Modifier and Type | Method and Description |
---|---|
protected IlvScale |
IlvChart.createScale(int axisIdx)
Creates a scale for the specified axis.
|
IlvScale |
IlvStepsDefinition.getScale()
Returns the scale using this steps definition.
|
IlvScale |
IlvScaleAnnotation.getScale()
Returns the scale displaying this annotation.
|
IlvScale |
IlvChart.getScale(IlvAxis axis)
Returns the scale associated with the specified axis.
|
IlvScale |
IlvChart.getXScale()
Returns the abscissa scale.
|
IlvScale |
IlvChart.getYScale(int yAxisIdx)
Returns the ordinate scale connected to the specified axis.
|
Modifier and Type | Method and Description |
---|---|
static int |
IlvScale.getAxisIndex(IlvScale scale)
Returns the axis index of the specified scale.
|
boolean |
IlvChartPrintContext.isTitleVisible(IlvScale scale)
Returns whether the title of the specified scale should be printed on
this page.
|
void |
IlvChart.setXScale(IlvScale scale)
Changes the abscissa scale.
|
void |
IlvChart.setYScale(int yAxisIdx,
IlvScale scale)
Changes the specified ordinate scale.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IlvDefaultChartAreaAccessibleHierarchy.isSelectable(IlvScale scale)
Returns true if the given scale is selectable.
|
void |
IlvDefaultChartAreaAccessibleHierarchy.setSelectable(IlvScale scale,
boolean selectable)
Specifies whether a given scale shall be selectable or not.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDefaultChartHitmapDefinition.drawIntoHitmap(IlvChart chart,
IlvScale scale,
IlvChartHitmapAccumulator accumulator)
Draws interactive effects for a given scale into the hitmap.
|
abstract void |
IlvChartHitmapDefinition.drawIntoHitmap(IlvChart chart,
IlvScale scale,
IlvChartHitmapAccumulator accumulator)
Draws interactive effects for a given scale into the hitmap.
|
IlvIMapAttributes |
IlvDefaultChartHitmapDefinition.getAttributes(IlvChart chart,
IlvScale scale)
Returns the interactive effects attributes for the given scale.
|
abstract IlvIMapAttributes |
IlvChartHitmapDefinition.getAttributes(IlvChart chart,
IlvScale scale)
Returns the interactive effects attributes for the given scale.
|
Modifier and Type | Method and Description |
---|---|
IlvScale |
IlvScheduleDataChart.getYScale()
Returns the ordinate scale connected to the y-axis.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvScheduleDataChart.setYScale(IlvScale scale)
Sets the ordinate scale for the y-axis.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.