Search
RadarAxisOptions Methods
 


 Public Methods

  Name Description

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.)

dissociateJComponent

  (Inherited from Component.)

draw

Draws the axis using the specified RenderContext.

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.)

getAxis

The Axis that will be drawn by this AxisRenderer. (Inherited from AxisRenderer.)

getAxisStroke

Gets the Brush that is used to draw the Axis. (Inherited from AxisRenderer.)

getAxisStrokeDashStyle

Gets the dash style of the AxisStroke. (Inherited from AxisRenderer.)

getAxisStrokeThickness

Gets the thickness with which the Axis should be stroked. (Inherited from AxisRenderer.)

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.)

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.)

getLabelAlignment

Gets the alignment of Axis labels. (Inherited from AxisRenderer.)

getLabelBrush

Gets the Brush used for drawing Axis labels. (Inherited from AxisRenderer.)

getLabelFontName

Gets the name of font that should be used to draw axis labels. (Inherited from AxisRenderer.)

getLabelFontSize

Gets the size of font that is used to draw the axis labels. (Inherited from AxisRenderer.)

getLabelFontStyle

Gets the style of font that is used to draw axis labels. (Inherited from AxisRenderer.)

getLabelPadding

Gets the padding between the Axis line and coordinate labels. (Inherited from AxisRenderer.)

getLabelRotationAngle

Gets the rotation angle of the labels on this Axis. (Inherited from AxisRenderer.)

getLabelsSource

Gets the object whose Series labels should be rendered along this Axis. (Inherited from AxisRenderer.)

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.)

getPinLabels

Gets a value that indicates if the labels are pinned or scrooled.  (Inherited from AxisRenderer.)

getRectInParent

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

getShowCoordinates

Gets a value indicating whether this AxisRenderer should draw axis coordinates. (Inherited from AxisRenderer.)

getShowSeriesLabels

Gets a value indicating whether this AxisRenderer should draw data labels. (Inherited from AxisRenderer.)

getShowTicks

Gets a value indicating whether this AxisRenderer should draw axis ticks. (Inherited from AxisRenderer.)

getTitleBrush

Gets the Brush that is used to draw the axis Title. (Inherited from AxisRenderer.)

getTitleFontName

Gets the name of font that should be used to draw the axis Title. (Inherited from AxisRenderer.)

getTitleFontSize

Gets the size of font that should be used to draw the title of the Axis. (Inherited from AxisRenderer.)

getTitleFontStyle

Gets the style of font that should be used to draw the title of the Axis. (Inherited from AxisRenderer.)

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

Measures the space required by this Axis using the available width, height and RenderContext.

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.)

setAxis

The Axis that will be rendered by this AxisRenderer. (Inherited from AxisRenderer.)

setAxisStroke

Sets the Brush that should be used to draw axis lines. (Inherited from AxisRenderer.)

setAxisStrokeDashStyle

Sets the dash style axis lines should be stroked with. (Inherited from AxisRenderer.)

setAxisStrokeThickness

Sets the thickness axis lines should be stroked with. (Inherited from AxisRenderer.)

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.)

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.)

setLabelAlignment

Sets the alignment of labels drawn at the axis. (Inherited from AxisRenderer.)

setLabelBrush

Sets the Brush used for drawing the axis labels. (Inherited from AxisRenderer.)

setLabelFontName

Sets the name of font that is used to draw axis labels. (Inherited from AxisRenderer.)

setLabelFontSize

Sets the size of the font used to draw the axis labels. (Inherited from AxisRenderer.)

setLabelFontStyle

Sets the style of font that should be used to draw axis labels. (Inherited from AxisRenderer.)

setLabelPadding

Sets the padding space between the axis line and coordinate labels. (Inherited from AxisRenderer.)

setLabelRotationAngle

Sets the rotation angle of data labels. (Inherited from AxisRenderer.)

setLabelsSource

Sets the object whose Series labels should be rendered along this axis. (Inherited from AxisRenderer.)

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.)

setPinLabels

Sets a value indicating whether coordinate labels should be pinned in place or scroll together with the plot when users pan it. (Inherited from AxisRenderer.)

setShowCoordinates

Sets a value indicating whether this AxisRenderer should draw axis coordinates. (Inherited from AxisRenderer.)

setShowSeriesLabels

Sets a value indicating whether this AxisRenderer should draw data labels. (Inherited from AxisRenderer.)

setShowTicks

Sets a value indicating whether this AxisRenderer should draw axis ticks. (Inherited from AxisRenderer.)

setTitleBrush

Sets the Brush that is used to draw the axis Title. (Inherited from AxisRenderer.)

setTitleFontName

Sets the name of font that is used to draw the axis Title. (Inherited from AxisRenderer.)

setTitleFontSize

Sets the size of font that should be used to draw the axis Title. (Inherited from AxisRenderer.)

setTitleFontStyle

Sets the style of font that should be used to draw the axis Title. (Inherited from AxisRenderer.)

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.)

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