Search
Range Methods
 


 Public Methods

  Name Description

addScaleElementListener

  (Inherited from ScaleElement.)

addVisualElementListener

  (Inherited from VisualElement.)

arrange

 

associateJComponent

  (Inherited from Component.)

createController

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

dissociateJComponent

  (Inherited from Component.)

draw

  (Inherited from VisualElementContainer.)

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

getAlignment

Gets the alignment of this range relative to the scale it is associated with.

getAutoSize

Gets a value indicating whether the start and end width of the range will be automatically adjusted to match the width of the scale.

getCapEnd

Gets a value indicating whether to draw a stroke the beginning of this range.

getCapStart

Gets a value indicating whether to draw a stroke the beginning of this range.

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

getEffectiveFill

  (Inherited from VisualElement.)

getEndWidth

Gets the width of this range at its end.

getFill

Gets the fill of this element. (Inherited from VisualElement.)

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

getMargin

Gets the margin of this element. (Inherited from VisualElement.)

getMaxValue

Gets the end value of this range.

getMinValue

Gets the start value of this range.

getName

Gets the name of this element. (Inherited from VisualElement.)

getOffset

Gets the offset of the range from the position calculated according to its alignment.

getParent

  (Inherited from Component.)

getRectInParent

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

getStartWidth

Gets the width of this range at its start.

getStroke

Gets the stroke of this element. (Inherited from VisualElement.)

getStrokeInside

Gets a value indicating whether to draw a stroke at the inside of this range.

getStrokeOutside

Gets a value indicating whether to draw a stroke at the outside of this range.

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

  (Inherited from ScaleElement.)

hitTestObj

 

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

 

removeScaleElementListener

  (Inherited from ScaleElement.)

removeVisualElementListener

  (Inherited from VisualElement.)

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

setAlignment

Sets the alignment of this range relative to the scale it is associated with.

setAutoSize

Sets a value indicating whether the start and end width of the range will be automatically adjusted to match the width of the scale.

setCapEnd

Sets a value indicating whether to draw a stroke the beginning of this range.

setCapStart

Sets a value indicating whether to draw a stroke the beginning of this range.

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

setEndWidth

Sets the width of this range at its end.

setFill

Sets the fill of this element. (Inherited from VisualElement.)

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

setMargin

Sets the margin of this element. (Inherited from VisualElement.)

setMaxValue

Sets the end value of this range.

setMinValue

Sets the start value of this range.

setName

Sets the name of this element. (Inherited from VisualElement.)

setOffset

Sets the offset of the range from the position calculated according to its alignment.

setParent

  (Inherited from Component.)

setStartWidth

Sets the width of this range at its start.

setStroke

Sets the stroke of this element. (Inherited from VisualElement.)

setStrokeInside

Sets a value indicating whether to draw a stroke at the inside of this range.

setStrokeOutside

Sets a value indicating whether to draw a stroke at the outside of this range.

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

toString

  (Inherited from VisualElement.)

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

onClicked

Raises the ScaleElementListener.clicked event. (Inherited from ScaleElement.)

onInvalidated

  (Inherited from VisualElement.)

onPostpaint

  (Inherited from VisualElement.)

onPrepaint

  (Inherited from VisualElement.)

onQueryAmbientPropertyValue

  (Inherited from VisualElement.)

 See Also