Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
ilog.views.chart.data.lod |
Contains classes related to the load-on-demand mechanism.
|
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 |
---|---|
IlvStyle |
IlvStyle.brighter()
Creates a brighter version of this rendering style.
|
IlvStyle |
IlvStyle.brighther()
Deprecated.
Uses #brighter method instead.
|
abstract IlvStyle |
IlvStyle.Change.change(IlvStyle style)
Changes the specified style.
|
IlvStyle |
IlvStyle.ColorChange.change(IlvStyle style)
Changes the specified style.
|
IlvStyle |
IlvStyle.copy()
Returns a copy of this style.
|
static IlvStyle |
IlvStyle.createStroked(Paint p)
Returns a stroked style with the specified
Paint . |
IlvStyle |
IlvStyle.darker()
Creates a darker version of this rendering style.
|
IlvStyle |
IlvChartRenderer.getLegendStyle()
Returns the rendering style used to draw the legend item symbol.
|
IlvStyle |
IlvGrid.getMajorStyle()
Returns the style used to draw major grid lines.
|
IlvStyle |
IlvGrid.getMinorStyle()
Returns the style used to draw minor grid lines.
|
IlvStyle |
IlvChart.Area.getPlotStyle()
Returns the style used to fill and outline the plotting area.
|
abstract IlvStyle |
IlvChartRenderer.getStyle(IlvDataSet dataSet,
int index)
Returns the style used to display the specified data point.
|
IlvStyle |
IlvChartRenderer.getStyle(int idx)
Returns the style at the specified index.
|
abstract IlvStyle[] |
IlvChartRenderer.getStyles()
Returns the styles used by this renderer.
|
IlvStyle |
IlvStyle.setFillOn(boolean b)
Specifies whether this style fills its drawings.
|
IlvStyle |
IlvStyle.setFillPaint(Paint paint)
Changes the fill paint of this style.
|
IlvStyle |
IlvStyle.setStroke(Stroke stroke)
Changes the stroke of this style.
|
IlvStyle |
IlvStyle.setStroke(Stroke stroke,
Paint paint)
Changes the stroke and the stroke paint of this style.
|
IlvStyle |
IlvStyle.setStrokeOn(boolean b)
Specifies whether this style uses a stroke when drawing.
|
IlvStyle |
IlvStyle.setStrokePaint(Paint paint)
Changes the stroke paint of this style.
|
Modifier and Type | Method and Description |
---|---|
abstract IlvStyle |
IlvStyle.Change.change(IlvStyle style)
Changes the specified style.
|
IlvStyle |
IlvStyle.ColorChange.change(IlvStyle style)
Changes the specified style.
|
void |
IlvStyle.copyInto(IlvStyle style)
Deprecated.
|
void |
IlvChart.Area.setPlotStyle(IlvStyle style)
Sets the style used to fill and outline the plotting area.
|
void |
IlvChartRenderer.setStyle(int idx,
IlvStyle style)
Sets the style at the specified index.
|
abstract void |
IlvChartRenderer.setStyles(IlvStyle[] styles)
Sets the styles used by this renderer.
|
void |
IlvChart3DView.setWallStyle(int mask,
IlvStyle style)
Sets the rendering styles for the walls of a 3-D Cartesian chart.
|
Modifier and Type | Method and Description |
---|---|
IlvStyle |
IlvLODDataSet.getLoadingStyle()
Returns the rendering style used to display the loading of data tiles.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvLODDataSet.setLoadingStyle(IlvStyle style)
Sets the rendering style used to display the loading of data tiles.
|
Modifier and Type | Method and Description |
---|---|
IlvStyle |
IlvDataIndicator.getDrawStyle()
Returns the rendering style actually used for this indicator.
|
IlvStyle |
IlvMarkerIcon.getStyle()
Returns the current style.
|
IlvStyle |
IlvDefaultDataRenderingHint.getStyle()
Returns the referenced style.
|
IlvStyle |
IlvDataIndicator.getStyle()
Returns the rendering style of this indicator.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMarker.draw(Graphics dst,
int x,
int y,
int size,
IlvStyle style)
Draws the marker of the specified size at the given position with the given
renderer.
|
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.
|
void |
IlvMarkerIcon.setStyle(IlvStyle style)
Sets the current style.
|
void |
IlvDataIndicator.setStyle(IlvStyle style)
Specifies the rendering style of this indicator.
|
Constructor and Description |
---|
IlvDefaultDataRenderingHint(IlvStyle style)
Creates a new hint that references the specified style.
|
IlvMarkerIcon(IlvMarker marker,
int size,
IlvStyle style)
Creates a new
IlvMarkerIcon using the given
marker with the specified size. |
IlvMarkerIcon(int type,
int size,
IlvStyle style)
Creates a new
IlvMarkerIcon of the specified type with the
given size. |
Modifier and Type | Method and Description |
---|---|
IlvStyle |
IlvSingleChartRenderer.getDisplayStyle(int index)
Returns the style used to display the specified data point.
|
IlvStyle |
IlvSingleHiLoRenderer.getFallStyle()
Returns the fall style.
|
IlvStyle |
IlvSinglePolylineRenderer.getMarkerStyle()
Returns the rendering style of the optional marker.
|
IlvStyle |
IlvSingleHiLoRenderer.getRiseStyle()
Returns the rise style.
|
IlvStyle |
IlvSinglePieRenderer.getSliceStyle(int dataIdx)
Returns the style for the specified data point.
|
IlvStyle |
IlvSingleChartRenderer.getStyle()
Returns the main style used by this renderer.
|
IlvStyle |
IlvSimpleChartRenderer.getStyle()
Returns the main style used by this renderer.
|
IlvStyle |
IlvSingleChartRenderer.getStyle(IlvDataSet dataSet,
int index)
Returns the style used to display the specified data point.
|
IlvStyle |
IlvSimpleChartRenderer.getStyle(IlvDataSet dataSet,
int index)
This method is not supported by this renderer, because this renderer is
associated with the entire data source, not with a single data set.
|
IlvStyle |
IlvCompositeChartRenderer.getStyle(IlvDataSet dataSet,
int index)
Returns the style used to display the specified data point.
|
IlvStyle[] |
IlvSingleHiLoRenderer.getStyles()
Returns the styles used by this renderer.
|
IlvStyle[] |
IlvSingleChartRenderer.getStyles()
Returns the styles used by this renderer.
|
IlvStyle[] |
IlvSimpleChartRenderer.getStyles()
Returns the styles used by this renderer.
|
IlvStyle[] |
IlvCompositeChartRenderer.getStyles()
Returns all the styles used by the child renderers.
|
protected IlvStyle |
IlvSingleChartRenderer.makeDefaultStyle()
Creates a default style for this renderer.
|
protected IlvStyle |
IlvSimpleChartRenderer.makeDefaultStyle()
Creates a default style for this renderer.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvSingleHiLoRenderer.setFallStyle(IlvStyle r)
Sets the fall style.
|
void |
IlvSinglePolylineRenderer.setMarkerStyle(IlvStyle style)
Specifies the rendering style of the optional marker.
|
void |
IlvSingleHiLoRenderer.setRiseStyle(IlvStyle r)
Sets the rise style.
|
void |
IlvSinglePieRenderer.setSliceStyle(int dataIdx,
IlvStyle style)
Sets the style for the specified data point.
|
void |
IlvSingleChartRenderer.setStyle(IlvStyle style)
Sets the style used by this renderer.
|
void |
IlvSimpleChartRenderer.setStyle(IlvStyle style)
Sets the main style used by this renderer.
|
void |
IlvSingleHiLoRenderer.setStyles(IlvStyle[] styles)
Sets the styles used by the child renderers.
|
void |
IlvSingleChartRenderer.setStyles(IlvStyle[] styles)
Sets the styles used by this renderer.
|
void |
IlvSimpleChartRenderer.setStyles(IlvStyle[] styles)
Sets the styles used by this renderer.
|
void |
IlvHiLoChartRenderer.setStyles(IlvStyle[] styles)
Sets the styles used by the child renderers.
|
void |
IlvCompositeChartRenderer.setStyles(IlvStyle[] styles)
Sets the styles used by the child renderers.
|
Constructor and Description |
---|
IlvSingleAreaRenderer(IlvStyle style)
Creates a new area renderer using the specified style.
|
IlvSingleBarRenderer(IlvStyle style)
Creates a new
IlvSingleBarRenderer with the specified style. |
IlvSingleBarRenderer(IlvStyle style,
double barPercent)
Creates a new
IlvSingleBarRenderer with the specified style
and bar size. |
IlvSingleBubbleRenderer(IlvMarker marker,
int minSize,
int maxSize,
IlvStyle style)
Creates a new
IlvSingleBubbleRenderer with the specified
bubble shape, size, and style. |
IlvSingleBubbleRenderer(IlvStyle style)
Creates a new
IlvSingleBubbleRenderer with the specified
style. |
IlvSingleChartRenderer(IlvStyle style)
Creates a new
IlvSingleChartRenderer with the specified style. |
IlvSingleHiLoRenderer(IlvStyle riseStyle,
IlvStyle fallStyle)
Creates a new HiLo renderer, using the specified styles.
|
IlvSingleHiLoRenderer(IlvStyle riseStyle,
IlvStyle fallStyle,
int type,
double widthPercent)
Creates a new HiLo renderer, using the specified styles, type, and width.
|
IlvSinglePieRenderer(IlvStyle style)
Creates a new pie renderer with the specified style.
|
IlvSinglePolylineRenderer(IlvStyle style)
Creates a new polyline renderer, using the specified style.
|
IlvSingleScatterRenderer(IlvMarker marker,
int size,
IlvStyle style)
Creates an
IlvSingleScatterRenderer with the specified
marker type and size, using the specified style. |
IlvSingleScatterRenderer(IlvStyle style)
Creates an
IlvSingleScatterRenderer with a default marker
type and size, using the specified style. |
IlvSingleStairRenderer(IlvStyle style)
Creates a new stair renderer, using the specified style.
|
Modifier and Type | Method and Description |
---|---|
IlvStyle |
IlvHandlesSelectionStyle.getHandlesStyle()
Returns the drawing style for the handles.
|
static IlvStyle |
IlvSelectionUtil.getHandleStyle()
Returns the current handle style.
|
IlvStyle |
IlvHandlesSelectionStyle.getOutlineStyle()
Returns the drawing style for the outline of the shapes, that is, the
lines that connect the handles.
|
static IlvStyle |
IlvSelectionUtil.getSelectionStyle()
Returns the current selection style.
|
Modifier and Type | Method and Description |
---|---|
static Shape |
IlvSelectionUtil.getStrokedShape(Shape shape,
IlvStyle style)
Returns the stroked shape of the specified shape drawn with the
given
IlvStyle . |
void |
IlvHandlesSelectionStyle.setHandlesStyle(IlvStyle handlesStyle)
Sets the drawing style for the handles.
|
void |
IlvHandlesSelectionStyle.setOutlineStyle(IlvStyle outlineStyle)
Sets the drawing style for the outline of the shapes, that is, the
lines that connect the handles.
|
static void |
IlvSelectionUtil.setSelectionStyle(IlvStyle style)
Sets the selection style.
|
Constructor and Description |
---|
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.