Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
ilog.views.chart.action |
Provides Swing actions that can be added to standard
JMenu s and
JToolBar s. |
ilog.views.chart.data.lod |
Contains classes related to the load-on-demand mechanism.
|
ilog.views.chart.event |
Provides interfaces and classes for dealing with different types of events fired by main Chart classes.
|
ilog.views.chart.interactor |
Contains the predefined chart interactor classes.
|
ilog.views.chart.java2d |
Contains classes that extends the Java 2D API.
|
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 |
---|---|
IlvAxis |
IlvChart.addYAxis(boolean createScale,
boolean createGrid)
Adds an ordinate axis.
|
IlvAxis |
IlvScale.getAxis()
Returns the axis to which this scale is connected.
|
IlvAxis |
IlvGrid.getAxis()
Returns the axis to which this grid is connected.
|
IlvAxis |
IlvAxisTransformer.getAxis()
Returns the axis to which this transformer is associated.
|
IlvAxis |
IlvScale.getDualAxis()
Returns the dual axis of this scale.
|
IlvAxis |
IlvCoordinateSystem.getXAxis()
Returns the abscissa axis.
|
IlvAxis |
IlvChartInteractor.getXAxis()
Returns the x-axis of the attached chart.
|
IlvAxis |
IlvChart.getXAxis()
Returns the abscissa axis.
|
IlvAxis |
IlvCoordinateSystem.getYAxis()
Returns the ordinate axis.
|
IlvAxis |
IlvChartInteractor.getYAxis()
Returns the associated y-axis.
|
IlvAxis |
IlvChart.getYAxis(int idx)
Returns the specified ordinate axis.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvDefaultDataRangePolicy.adjustRange(IlvChart chart,
IlvAxis axis,
IlvDataInterval range)
Adjusts the data range of the specified axis.
|
IlvDataInterval |
IlvDefaultDataRangePolicy.computeDataRange(IlvChart chart,
IlvAxis axis,
IlvDataInterval retRange)
Computes the data range of the specified chart axis.
|
IlvDataInterval |
IlvDataRangePolicy.computeDataRange(IlvChart chart,
IlvAxis axis,
IlvDataInterval retRange)
Computes the data range of the specified chart axis.
|
IlvDataInterval |
IlvChartResizingPolicy.computeVisibleRange(IlvChart chart,
IlvAxis axis,
Rectangle oldDrawRect,
Rectangle drawRect)
Computes the new visible range for the specified axis.
|
double |
IlvChartProjector.getAxisLength(Rectangle projRect,
IlvAxis axis)
Returns the length of the specified axis.
|
IlvScale |
IlvChart.getScale(IlvAxis axis)
Returns the scale associated with the specified axis.
|
double |
IlvAxis.Crossing.getValue(IlvAxis axis)
Returns the crossing value on the specified axis.
|
void |
IlvChartProjector.shiftAlongAxis(Rectangle projRect,
IlvAxis axis,
IlvDoublePoint point,
double delta)
Shifts a point in projected space along a given axis.
|
protected boolean |
IlvDefaultDataRangePolicy.shouldAdjust(IlvChart chart,
IlvAxis axis)
Indicates whether the calculation policy should adjust the data range
of the specified axis.
|
void |
IlvAxis.synchronizeWith(IlvAxis axis,
boolean sync)
Synchronizes this axis with another one.
|
Modifier and Type | Method and Description |
---|---|
IlvAxis |
IlvChartAction.getXAxis()
Returns the x-axis of the attached chart or
null if no
chart has been attached. |
IlvAxis |
IlvChartAction.getYAxis()
Returns the associated y-axis or
null if no chart has
been attached. |
Modifier and Type | Method and Description |
---|---|
protected void |
IlvLODDataSet.axisRangeChanged(IlvAxis axis)
Invoked when the visible range of a chart displaying this data set
changes.
|
Modifier and Type | Method and Description |
---|---|
IlvAxis |
AxisEvent.getAxis()
Returns the modified axis.
|
Constructor and Description |
---|
AxisChangeEvent(IlvAxis axis,
int type)
Creates a new event of the specified type.
|
AxisChangeEvent(IlvAxis axis,
int type,
boolean isAdjusting)
Creates a new event of the specified type.
|
AxisEvent(IlvAxis axis)
Creates a new axis event.
|
AxisEvent(IlvAxis axis,
boolean isAdjusting)
Creates a new event.
|
AxisRangeEvent(IlvAxis axis,
IlvDataInterval range,
boolean aboutToChange,
boolean isAdjusting,
boolean visibleRange)
Creates a new event.
|
Modifier and Type | Method and Description |
---|---|
protected IlvAxis |
IlvChartYScrollInteractor.getAxis()
Returns the axis scrolled by this interactor.
|
protected IlvAxis |
IlvChartXScrollInteractor.getAxis()
Returns the axis scrolled by this interactor.
|
protected abstract IlvAxis |
IlvChartScrollInteractor.getAxis()
Returns the axis scrolled by this interactor
|
Modifier and Type | Method and Description |
---|---|
IlvAxis |
IlvValueGradientPaint.getAxis()
Returns the axis along which this gradient is defined.
|
Modifier and Type | Method and Description |
---|---|
IlvAxis |
IlvScheduleDataChart.getYAxis()
Returns the ordinate y-axis.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.