Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
ilog.views.chart.graphic |
Provides classes to customize the graphical aspect of a chart.
|
ilog.views.chart.interactor |
Contains the predefined chart interactor classes.
|
ilog.views.chart.util |
Contains general-purpose utility classes.
|
Modifier and Type | Method and Description |
---|---|
protected IlvDoublePoint |
IlvScale.computeLabelLocation(IlvDoublePoint loc,
double tickAngle,
int offset,
double width,
double height)
Computes the location of a step label.
|
IlvDoublePoint |
IlvChartInteractor.getData(int x,
int y)
Returns the data values corresponding to the specified display
coordinates.
|
IlvDoublePoint |
IlvChartInteractor.getData(MouseEvent event)
Returns the data values corresponding to the coordinates of the
specified mouse event.
|
IlvDoublePoint |
IlvChartInteractor.toDisplay(IlvDoublePoint pt)
Returns the display coordinates corresponding to the specified data
value.
|
Modifier and Type | Method and Description |
---|---|
protected IlvDoublePoint |
IlvScale.computeLabelLocation(IlvDoublePoint loc,
double tickAngle,
int offset,
double width,
double height)
Computes the location of a step label.
|
void |
IlvDoublePoint.setLocation(IlvDoublePoint p)
Changes the point location.
|
void |
IlvChartProjector.shiftAlongAxis(Rectangle projRect,
IlvAxis axis,
IlvDoublePoint point,
double delta)
Shifts a point in projected space along a given axis.
|
IlvDoublePoint |
IlvChartInteractor.toDisplay(IlvDoublePoint pt)
Returns the display coordinates corresponding to the specified data
value.
|
Constructor and Description |
---|
IlvDoublePoint(IlvDoublePoint p)
Creates a new point by copying an existing point.
|
Modifier and Type | Method and Description |
---|---|
protected IlvDoublePoint |
IlvDataIndicator.computeLabelLocation(IlvDataWindow dataWindow)
Returns the location of the label.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvChartDataIndicatorInteractor.validate(IlvDoublePoint pt)
Called to validate the new position.
|
Modifier and Type | Method and Description |
---|---|
static IlvDoublePoint |
IlvGraphicUtil.computeTextLocation(IlvDoublePoint loc,
double angle,
int offset,
double width,
double height)
Computes the location of a text according to a reference point and
a direction angle.
|
Modifier and Type | Method and Description |
---|---|
static IlvDoublePoint |
IlvGraphicUtil.computeTextLocation(IlvDoublePoint loc,
double angle,
int offset,
double width,
double height)
Computes the location of a text according to a reference point and
a direction angle.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.