Search
Plot Methods
 


 Public Methods

  Name Description

adjustDataRanges

Called at the end of data measurement pass. It sets the min and max value for the axis based on the available data if they were not explicitly set by the user.

arrange

Sets the location and size of this component relative to its parent. (Inherited from Component.)

associateJComponent

  (Inherited from Component.)

createController

Returns a ComponentController used to interact with this component. (Inherited from Component.)

dataChanged

Fired when chart data has changed.

dissociateJComponent

  (Inherited from Component.)

domainDimension

Implements the SeriesContainer interface. Gets the index of the dimension whose set of values should be treated as domain of the plotted function.

draw

Component.draw override. Draws the chart grid, if set and all chart graphics represented by the SeriesRenderer objects added to this Plot.

effectiveBorderStroke

Gets the Brush used to stroke the Plot's borders when the users hovers over them with the mouse.

effectiveFill

Gets the Brush that is used to fill the Plot's background.

elementAdded

 

elementRemoved

 

enumSeries

Implements SeriesContainer. Returns a collection of all Series in this Plot.

getActualHeight

Gets a double value specifying the component's assigned height. Valid only after calling {#link arrange}. (Inherited from Component.)

getActualWidth

Gets a double value specifying the component's assigned width. Valid only after calling arrange. (Inherited from Component.)

getBackground

Gets the Brush that is used to fill the background of this Plot.

getBorderStroke

Gets the Brush that is used to stroke the borders of this Plot.

getBorderStrokeDashStyle

Gets the stroke DashStyle of Plot borders.

getBorderStrokeThickness

Gets the stroke thickness of Plot borders.

getDesiredHeight

Gets a nullable double value specifying the component's desired height. Valid only after calling measure. (Inherited from Component.)

getDesiredWidth

Gets a nullable double value specifying the component's desired width. Valid only after calling measure. (Inherited from Component.)

getGridColumn

Gets the column index of this component when placed inside a GridPanel. (Inherited from Component.)

getGridRow

Gets the row index of this component when placed inside a GridPanel. (Inherited from Component.)

getHeight

Gets a fixed height for this component. (Inherited from Component.)

getHighlightedItem

Gets the data item that should is currently highlighted.

getHighlightStroke

Gets the Brush used to stroke the highlighted item.

getHighlightStrokeDashStyle

Gets the stroke dash style of highlighted item.

getHighlightStrokeThickness

Gets the stroke thickness of the highlighted item.

getHitTestVisibility

Gets the hit-test visibility of this component. (Inherited from Component.)

getHorizontalAlignment

Gets the horizontal alignment of this component inside the layout rectangle allocated by its parent panel. (Inherited from Component.)

getMargin

Gets the margin space around this component relative to the layout rectangle allocated by its parent panel. (Inherited from Component.)

getParent

  (Inherited from Component.)

getRectInParent

Gets the boundaries of this component relative to its parent. (Inherited from Component.)

getSeriesRenderers

Gets the SeriesRenderer objects that are drawn inside this Plot.

getSeriesStyle

Gets the SeriesStyle whose attributes should be used to draw the Series inside this Plot.

getToolTip

Gets the component's tooltip text. (Inherited from Component.)

getVerticalAlignment

Gets the vertical alignment of this component inside the layout rectangle allocated by its parent panel. (Inherited from Component.)

getVisibility

Gets the visibility of this component. (Inherited from Component.)

getWidth

Gets a fixed width for this component. (Inherited from Component.)

getXInParent

Gets a double value specifying the component's horizontal position relative to its parent. (Inherited from Component.)

getYInParent

Gets a double value specifying the component's vertical position relative to its parent. (Inherited from Component.)

hitTest

Returns the component containing specified point. (Inherited from Component.)

invalidate

Overloaded.   (Inherited from Component.)

invalidateLayout

Overloaded.   (Inherited from Component.)

localToRoot

Transforms the specified point to the coordinate system of the root panel. (Inherited from Component.)

measure

Component.measure override. Measures the desired size of this component.

measureDataRanges

Measures data of all SeriesRenderer objects drawn inside this Plot using the specified RenderContext.

propertyChange

Fired when a property of this Plot was changed.

rootToLocal

Transforms the specified point to the coordinate system of this component. (Inherited from Component.)

setActualHeight

Sets a double value specifying the component's assigned height. (Inherited from Component.)

setActualWidth

Sets a double value specifying the component's assigned width. (Inherited from Component.)

setBackground

Sets the Brush that is used to fill the background of this Plot.

setBorderStroke

Sets the Brush that is used to stroke the borders of this Plot.

setBorderStrokeDashStyle

Sets the DashStyle of the stroke for the Plot borders.

setBorderStrokeThickness

Sets the stroke thickness of Plot borders.

setDesiredHeight

Sets a nullable double value specifying the component's desired height. (Inherited from Component.)

setDesiredWidth

Sets a nullable double value specifying the component's desired width. (Inherited from Component.)

setGridColumn

Sets the column index of this component when placed inside a GridPanel. (Inherited from Component.)

setGridRow

Sets the row index of this component when placed inside a GridPanel. (Inherited from Component.)

setHeight

Sets a fixed height for this component. (Inherited from Component.)

setHighlightedItem

Sets the data item that must be drawn highlighted.

setHighlightStroke

Sets the Brush used to stroke highlighted item.

setHighlightStrokeDashStyle

Sets the DashStyle of the highlighted item.

setHighlightStrokeThickness

Sets the stroke thickness of the highlighted item.

setHitTestVisibility

Sets the hit-test visibility of this component. (Inherited from Component.)

setHorizontalAlignment

Sets the horizontal alignment of this component inside the layout rectangle allocated by its parent panel. (Inherited from Component.)

setMargin

Sets the margin space around this component relative to the layout rectangle allocated by its parent panel. (Inherited from Component.)

setParent

  (Inherited from Component.)

setSeriesRenderers

Sets the SeriesRenderer objects that should draw inside this plot.

setSeriesStyle

Sets a SeriesStyle whose attributes should be used to draw Series inside this Plot.

setToolTip

Sets the component's tooltip text. (Inherited from Component.)

setVerticalAlignment

Sets the vertical alignment of this component inside the layout rectangle allocated by its parent panel. (Inherited from Component.)

setVisibility

Sets the visibility of this component. (Inherited from Component.)

setWidth

Sets a fixed width for this component. (Inherited from Component.)

setXInParent

Sets a double value specifying the component's horizontal position relative to its parent. (Inherited from Component.)

setYInParent

Sets a double value specifying the component's vertical position relative to its parent. (Inherited from Component.)

startMeasureData

Called at the beginning of a data measurement pass.

visit

Implements the visitor design pattern. (Inherited from Component.)

 Protected Methods

  Name Description

add

Sums specified nullable double values. (Inherited from Component.)

effectiveMeasuredHeight

  (Inherited from Component.)

effectiveMeasuredWidth

  (Inherited from Component.)

 See Also