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.renderer |
Contains the predefined chart renderer classes.
|
ilog.views.chart.util |
Contains general-purpose utility classes.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvStyle.drawPolyline(Graphics g,
double[] xpoints,
double[] ypoints,
int count,
IlvMarker marker,
int markerSize)
Draws the specified polyline and the specified marker for each point of
the polyline using the current stroke.
|
Modifier and Type | Method and Description |
---|---|
static IlvMarker |
IlvMarkerFactory.createCompoundMarker(IlvMarker marker1,
IlvMarker marker2)
Returns a marker combining the specified markers.
|
static IlvMarker |
IlvMarkerFactory.getCircleMarker()
Returns a shared circle marker instance.
|
static IlvMarker |
IlvMarkerFactory.getCrossMarker()
Returns a shared cross marker instance.
|
static IlvMarker |
IlvMarkerFactory.getDiamondMarker()
Returns a shared diamond marker instance.
|
IlvMarker |
IlvMarkerIcon.getMarker()
Returns the marker.
|
IlvMarker |
IlvMarkerHint.getMarker(IlvDisplayPoint dp,
IlvMarker defaultMarker)
Returns the marker symbol that must be used to display the specified
point.
|
static IlvMarker |
IlvMarkerFactory.getMarker(int type)
Returns a predefined marker instance.
|
static IlvMarker |
IlvMarkerFactory.getNoneMarker()
Returns a shared square marker instance.
|
static IlvMarker |
IlvMarkerFactory.getPlusMarker()
Returns a shared plus marker instance.
|
static IlvMarker |
IlvMarkerFactory.getSquareMarker()
Returns a shared square marker instance.
|
static IlvMarker |
IlvMarkerFactory.getTriangleMarker()
Returns a shared triangle marker instance.
|
Modifier and Type | Method and Description |
---|---|
static IlvMarker |
IlvMarkerFactory.createCompoundMarker(IlvMarker marker1,
IlvMarker marker2)
Returns a marker combining the specified markers.
|
IlvMarker |
IlvMarkerHint.getMarker(IlvDisplayPoint dp,
IlvMarker defaultMarker)
Returns the marker symbol that must be used to display the specified
point.
|
Constructor and Description |
---|
IlvMarkerIcon(IlvMarker marker,
int size,
IlvStyle style)
Creates a new
IlvMarkerIcon using the given
marker with the specified size. |
Modifier and Type | Method and Description |
---|---|
IlvMarker |
IlvSingleScatterRenderer.getMarker()
Returns the marker used to render data points.
|
IlvMarker |
IlvSinglePolylineRenderer.getMarker()
Returns the optional marker drawn by this renderer.
|
IlvMarker |
IlvPolylineChartRenderer.getMarker()
Returns the marker used to create child polyline renderers.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvSingleScatterRenderer.setMarker(IlvMarker marker)
Sets the marker used to render data points.
|
void |
IlvSinglePolylineRenderer.setMarker(IlvMarker marker)
Sets a marker on this renderer.
|
void |
IlvPolylineChartRenderer.setMarker(IlvMarker marker)
Specifies a marker for the child polyline renderers.
|
void |
IlvPolylineChartRenderer.setMarker(IlvMarker marker,
int size)
Specifies a marker and its size for the child polyline renderers.
|
Constructor and Description |
---|
IlvScatterChartRenderer(IlvMarker marker,
int size)
Creates a new scatter chart renderer.
|
IlvSingleBubbleRenderer(IlvMarker marker,
int minSize,
int maxSize,
IlvStyle style)
Creates a new
IlvSingleBubbleRenderer with the specified
bubble shape, size, and style. |
IlvSingleScatterRenderer(IlvMarker marker,
int size,
IlvStyle style)
Creates an
IlvSingleScatterRenderer with the specified
marker type and size, using the specified style. |
Modifier and Type | Method and Description |
---|---|
static IlvMarker |
IlvSelectionUtil.getHandleMarker()
Returns the
IlvMarker used to draw the selection handles. |
IlvMarker |
IlvHandlesSelectionStyle.getHandlesType()
Returns the type of the handles.
|
Modifier and Type | Method and Description |
---|---|
static void |
IlvSelectionUtil.setHandleMarker(IlvMarker marker)
Sets the
IlvMarker used to draw the selection handles. |
void |
IlvHandlesSelectionStyle.setHandlesType(IlvMarker handlesType)
Sets the type of the handles.
|
Constructor and Description |
---|
IlvHandlesSelectionStyle(IlvMarker handlesType,
int handlesSize)
Creates a handles selection style that uses red color for the handles and
dashed red lines for the outline.
|
IlvHandlesSelectionStyle(IlvMarker handlesType,
int handlesSize,
IlvStyle handlesStyle,
IlvStyle outlineStyle)
Creates a handles selection style that uses then given parameters.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.