Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
ilog.views.chart.event |
Provides interfaces and classes for dealing with different types of events fired by main Chart classes.
|
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.renderer |
Contains the predefined chart renderer classes.
|
ilog.views.chart.servlet |
Provides a Java Servlet that can produce images from an
IlvChart . |
ilog.views.schedule.interactor |
Contains interactors for the Schedule Data charts.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDisplayArea
Represents a display area that corresponds to a projected data point.
|
class |
IlvDisplayObjectArea
Represents a display area that corresponds to a model object.
|
Modifier and Type | Method and Description |
---|---|
abstract IlvDisplayPoint |
IlvChartRenderer.getDisplayItem(IlvChartDataPicker picker)
Returns the display item containing the specified picking point.
|
IlvDisplayPoint |
IlvChart.getDisplayItem(IlvChartDataPicker picker)
Returns the display item containing the specified point.
|
static IlvDisplayPoint |
IlvChartRenderer.getDisplayItem(Iterator<IlvChartRenderer> ite,
IlvChartDataPicker picker)
Returns the display item containing the specified point.
|
abstract IlvDisplayPoint |
IlvChartRenderer.getDisplayPoint(IlvDataSet dataSet,
int dataIdx)
Returns the display point corresponding to the specified data point.
|
abstract IlvDisplayPoint |
IlvChartRenderer.getNearestItem(IlvChartDataPicker picker,
double[] distanceResult)
Returns the display item closest to the picking point defined
by the specified data picker.
|
IlvDisplayPoint |
IlvChart.getNearestItem(IlvChartDataPicker picker,
double[] distanceResult)
Returns the display point whose renderer drawing is closest to the picking
point defined by the specified data picker.
|
static IlvDisplayPoint |
IlvChartRenderer.getNearestItem(Iterator<IlvChartRenderer> ite,
IlvChartDataPicker picker,
double[] distanceResult)
Returns the projected data item closest to the specified point.
|
abstract IlvDisplayPoint |
IlvChartRenderer.getNearestPoint(IlvChartDataPicker picker)
Returns the display point closest to the picking point defined
by the specified data picker.
|
IlvDisplayPoint |
IlvChart.getNearestPoint(IlvChartDataPicker picker)
Returns the display point closest to the picking point defined by the
specified data picker.
|
static IlvDisplayPoint |
IlvChartRenderer.getNearestPoint(Iterator<IlvChartRenderer> ite,
IlvChartDataPicker picker)
Returns the projected data point closest to the specified point.
|
Modifier and Type | Method and Description |
---|---|
List<IlvDisplayPoint> |
IlvChart.getDisplayItems(IlvChartDataPicker picker)
Returns the display items containing the specified point.
|
static List<IlvDisplayPoint> |
IlvChartRenderer.getDisplayItems(Iterator<IlvChartRenderer> ite,
IlvChartDataPicker picker)
Returns the display items containing the specified point.
|
Modifier and Type | Method and Description |
---|---|
Point |
IlvChartRenderer.computeDataLabelLocation(IlvDisplayPoint dp,
Dimension size)
Computes the location of the data label associated with the specified
point.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvChartRenderer.collectDisplayItems(IlvChartDataPicker picker,
ArrayList<IlvDisplayPoint> accumulator)
Collects the display items containing the specified picking point.
|
Modifier and Type | Method and Description |
---|---|
IlvDisplayPoint |
ChartInteractionEvent.getDisplayPoint()
Returns the point targeted by the interaction.
|
Modifier and Type | Method and Description |
---|---|
void |
ChartInteractionEvent.setDisplayPoint(IlvDisplayPoint pt)
Sets the point targeted by the interaction.
|
Constructor and Description |
---|
ChartHighlightInteractionEvent(IlvChartInteractor inter,
IlvDisplayPoint pt,
boolean highlighted)
Creates a new
ChartHighlightInteractionEvent object. |
ChartInteractionEvent(IlvChartInteractor inter,
IlvDisplayPoint pt)
Creates a new
ChartInteractionEvent object. |
Modifier and Type | Method and Description |
---|---|
protected Point |
IlvDefaultDataAnnotation.computeIconLocation(IlvDisplayPoint dp)
Computes the location of the icon according to the specified display
point.
|
protected Point |
IlvDataLabelAnnotation.computeLabelLocation(String label,
IlvDisplayPoint dp)
Returns the center of the label annotation.
|
protected String |
IlvDataLabelAnnotation.computeText(IlvDisplayPoint dp)
Computes the text displayed by the data annotation.
|
void |
IlvDefaultDataAnnotation.draw(Graphics g,
IlvDisplayPoint dp)
Draws the annotation according to the specified display point.
|
void |
IlvDataLabelAnnotation.draw(Graphics g,
IlvDisplayPoint dp)
Draws the annotation according to the specified display point.
|
void |
IlvDataAnnotation.draw(Graphics g,
IlvDisplayPoint p)
Draws the annotation according to the specified display point.
|
Rectangle2D |
IlvDefaultDataAnnotation.getBounds(IlvDisplayPoint dp,
Rectangle2D bounds)
Returns the bounding rectangle of this annotation,
when displayed according to the specified display point.
|
Rectangle2D |
IlvDataLabelAnnotation.getBounds(IlvDisplayPoint dp,
Rectangle2D bounds)
Returns the bounding rectangle of this annotation,
when displayed according to the specified display point.
|
Rectangle2D |
IlvDataAnnotation.getBounds(IlvDisplayPoint dp,
Rectangle2D bounds)
Returns the bounding rectangle of this annotation,
when displayed according to the specified display point.
|
protected Color |
IlvGradientRenderingHint.getColor(IlvDisplayPoint dp)
Returns the color to apply to the specified display point.
|
IlvMarker |
IlvMarkerHint.getMarker(IlvDisplayPoint dp,
IlvMarker defaultMarker)
Returns the marker symbol that must be used to display the specified
point.
|
IlvStyle |
IlvGradientRenderingHint.getStyle(IlvDisplayPoint dp,
IlvStyle defaultStyle)
Returns the rendering style that must be used to display the specified
point.
|
IlvStyle |
IlvDefaultDataRenderingHint.getStyle(IlvDisplayPoint dp,
IlvStyle defaultStyle)
Returns the rendering style that must be used to display the specified
point.
|
IlvStyle |
IlvDataRenderingHint.getStyle(IlvDisplayPoint dp,
IlvStyle defaultStyle)
Returns the rendering style that must be used to display the specified
point.
|
protected double |
IlvGradientRenderingHint.getValue(IlvDisplayPoint dp)
Returns the value that will be used to compute the color of the
specified point.
|
Modifier and Type | Method and Description |
---|---|
IlvDisplayPoint |
IlvChartEditPointInteractor.getEditPoint()
Returns the point currently being edited.
|
IlvDisplayPoint |
IlvChartHighlightInteractor.getHighlightedPoint()
Returns the current highlighted point.
|
protected IlvDisplayPoint |
IlvChartInfoViewInteractor.pickData(IlvChartDataPicker picker)
Returns a display point depending on the given data picker and the
current picking mode.
|
protected IlvDisplayPoint |
IlvChartDataInteractor.pickData(IlvChartDataPicker picker)
Returns a display point depending on the given data picker and the
current picking mode.
|
protected IlvDisplayPoint |
IlvChartDataInteractor.pickData(MouseEvent event)
Returns a display point corresponding to this picking event
that fulfills the default data picker criteria.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvChartInfoViewInteractor.doIt(IlvDisplayPoint highlightedPoint,
boolean isHighlighted,
MouseEvent event)
Called by the
processXXXEvent() method when the highlight
state of the given point has changed. |
protected void |
IlvChartHighlightInteractor.doIt(IlvDisplayPoint highlightedPoint,
boolean isHighlighted,
MouseEvent event)
Called by the
processXXXEvent() methods when the highlight
state of the given point has changed. |
protected String |
IlvChartInfoViewInteractor.getInfoText(IlvDisplayPoint pt)
Returns the text to be displayed.
|
protected String |
IlvChartInfoViewInteractor.getInfoTextDescriptionPart(IlvDisplayPoint pt)
Returns the first part of the text to be displayed.
|
protected String |
IlvChartInfoViewInteractor.getInfoTextValuePart(IlvDisplayPoint pt)
Returns the second part of the text to be displayed.
|
protected void |
IlvChartPickInteractor.pick(IlvDisplayPoint pickedPoint)
Called when a point has been picked.
|
void |
IlvChartHighlightInteractor.setHighlightedPoint(IlvDisplayPoint point)
Sets the current highlighted point.
|
protected void |
IlvChartEditPointInteractor.validate(IlvDoublePoints pt,
IlvDisplayPoint dpt)
Called to validate the new position.
|
Modifier and Type | Method and Description |
---|---|
IlvDisplayPoint |
IlvTreemapChartRenderer.getDisplayItem(IlvChartDataPicker picker)
Returns the data object containing the specified picking point.
|
IlvDisplayPoint |
IlvSingleChartRenderer.getDisplayItem(IlvChartDataPicker picker)
Returns the display item containing the specified picking point.
|
IlvDisplayPoint |
IlvCompositeChartRenderer.getDisplayItem(IlvChartDataPicker picker)
Returns the display item containing the specified picking point.
|
IlvDisplayPoint |
IlvTreemapChartRenderer.getDisplayPoint(IlvDataSet dataSet,
int dataIdx)
This method is not supported by this renderer, because it does not
have the notion of a coordinate system.
|
IlvDisplayPoint |
IlvSingleChartRenderer.getDisplayPoint(IlvDataSet dataSet,
int dataIdx)
Returns the display point corresponding to the specified data point.
|
IlvDisplayPoint |
IlvCompositeChartRenderer.getDisplayPoint(IlvDataSet dataSet,
int dataIdx)
Returns the display point corresponding to the specified data point.
|
IlvDisplayPoint |
IlvTreemapChartRenderer.getNearestItem(IlvChartDataPicker picker,
double[] distanceResult)
Returns the data object closest to the picking point defined
by the specified data picker.
|
IlvDisplayPoint |
IlvSingleChartRenderer.getNearestItem(IlvChartDataPicker picker,
double[] distanceResult)
Returns the display item closest to the picking point defined by the
specified data picker.
|
IlvDisplayPoint |
IlvCompositeChartRenderer.getNearestItem(IlvChartDataPicker picker,
double[] distanceResult)
Returns the display item closest to the picking point defined
by the specified data picker.
|
IlvDisplayPoint |
IlvTreemapChartRenderer.getNearestPoint(IlvChartDataPicker picker)
Returns the data object closest to the specified projected coordinates.
|
IlvDisplayPoint |
IlvSingleChartRenderer.getNearestPoint(IlvChartDataPicker picker)
Returns the data point closest to the specified projected coordinates.
|
IlvDisplayPoint |
IlvCompositeChartRenderer.getNearestPoint(IlvChartDataPicker picker)
Returns the display point closest to the picking point defined
by the specified data picker.
|
Modifier and Type | Method and Description |
---|---|
Point |
IlvTreemapChartRenderer.computeDataLabelLocation(IlvDisplayPoint dp,
Dimension size)
Computes the location of the data label associated with the specified
object.
|
Point |
IlvSingleScatterRenderer.computeDataLabelLocation(IlvDisplayPoint dp,
Dimension size)
Computes the location of the data label associated with the specified
point.
|
Point |
IlvSinglePolylineRenderer.computeDataLabelLocation(IlvDisplayPoint dp,
Dimension size)
Computes the location of the data label associated with the specified
point.
|
Point |
IlvSinglePieRenderer.computeDataLabelLocation(IlvDisplayPoint dp,
Dimension size)
Computes the location of the data label associated with the specified
point.
|
Point |
IlvSingleBarRenderer.computeDataLabelLocation(IlvDisplayPoint dp,
Dimension size)
Computes the location of the data label associated with the specified
point.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvCompositeChartRenderer.collectDisplayItems(IlvChartDataPicker picker,
ArrayList<IlvDisplayPoint> accumulator)
Collects the display items containing the specified picking point.
|
Modifier and Type | Method and Description |
---|---|
protected IlvDisplayPoint |
IlvPickPointAction.pickData(IlvChart chart,
int x,
int y)
Returns a display point depending on the current picking mode.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvPickPointAction.pointSelected(IlvDisplayPoint pickedPoint)
Called when a display point has been picked.
|
Modifier and Type | Method and Description |
---|---|
protected String |
IlvScheduleInfoViewInteractor.getInfoText(IlvDisplayPoint pt)
Returns the text to be displayed.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.