Search
GenericGauge(T) Methods
 


 Public Methods

  Name Description

addBaseGaugeListener

  (Inherited from BaseGauge.)

addVisualElementListener

  (Inherited from VisualElement.)

arrange

  (Inherited from VisualElementContainer.)

associateJComponent

  (Inherited from Component.)

createController

  (Inherited from BaseGauge.)

dissociateJComponent

  (Inherited from Component.)

draw

  (Inherited from BaseGauge.)

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

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

getElementByName

Returns the scale element with the specified name. (Inherited from BaseGauge.)

getFill

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

getFontName

Gets the name of font used to draw text in this gauge. (Inherited from BaseGauge.)

getFontSize

Gets the size of font used to draw text in this gauge. (Inherited from BaseGauge.)

getFontStyle

Gets the style of font used to draw text in this gauge. (Inherited from BaseGauge.)

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

getName

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

getParent

  (Inherited from Component.)

getPointerBackground

Gets a Brush used to draw the background of gauge pointers. (Inherited from BaseGauge.)

getPointerStroke

Gets a Brush used to stroke gauge pointers. (Inherited from BaseGauge.)

getPointerStrokeThickness

Gets the thickness of the Pen used to stroke the gauge pointers. (Inherited from BaseGauge.)

getRectInParent

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

getScaleBackground

Gets a Brush used to draw the background of the gauge scales. (Inherited from BaseGauge.)

getScales

Gets the scales contained in the gauge.

getScaleStroke

Gets a Brush used to stroke the gauge scales. (Inherited from BaseGauge.)

getScaleStrokeThickness

Gets the thickness of the Pen used to stroke the gauge scales. (Inherited from BaseGauge.)

getStroke

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

getTickBackground

Gets a Brush used to draw the background of gauge ticks. (Inherited from BaseGauge.)

getTickStroke

Gets a Brush used to stroke gauge ticks. (Inherited from BaseGauge.)

getTickStrokeThickness

Gets the thickness of the Pen used to stroke gauge ticks. (Inherited from BaseGauge.)

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

hitTestObj

Checks whether the specified point lies within the visual structure of a scale element. (Inherited from BaseGauge.)

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

  (Inherited from BaseGauge.)

processMouseDown

Invoked to handle a MouseDown event. (Inherited from BaseGauge.)

processMouseMove

Invoked to handle a MouseMove event. (Inherited from BaseGauge.)

processMouseUp

Invoked to handle a MouseUp event. (Inherited from BaseGauge.)

removeBaseGaugeListener

  (Inherited from BaseGauge.)

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

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

setFill

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

setFontName

Sets the name of font used to draw text in this gauge. (Inherited from BaseGauge.)

setFontSize

Sets the size of font used to draw text in this gauge. (Inherited from BaseGauge.)

setFontStyle

Sets the style of font used to draw text in this gauge. (Inherited from BaseGauge.)

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

setName

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

setParent

  (Inherited from Component.)

setPointerBackground

Sets a Brush used to draw the background of gauge pointers. (Inherited from BaseGauge.)

setPointerStroke

Sets a Brush used to stroke gauge pointers. (Inherited from BaseGauge.)

setPointerStrokeThickness

Sets the thickness of the Pen used to stroke the gauge pointers. (Inherited from BaseGauge.)

setScaleBackground

Sets a Brush used to draw the background of the gauge scales. (Inherited from BaseGauge.)

setScales

Sets the scales contained in the gauge.

setScaleStroke

Sets a Brush used to stroke the gauge scales. (Inherited from BaseGauge.)

setScaleStrokeThickness

Sets the thickness of the Pen used to stroke the gauge scales. (Inherited from BaseGauge.)

setStroke

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

setTickBackground

Sets a Brush used to draw the background of gauge ticks. (Inherited from BaseGauge.)

setTickStroke

Sets a Brush used to stroke gauge ticks. (Inherited from BaseGauge.)

setTickStrokeThickness

Sets the thickness of the Pen used to stroke gauge ticks. (Inherited from BaseGauge.)

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

getDefaultSize

Gets the initial size of the gauge. (Inherited from BaseGauge.)

onInvalidated

Raises the BaseGaugeListener.invalidated event. (Inherited from BaseGauge.)

onPaintBackground

Raises the BaseGaugeListener.paintBackground event. (Inherited from BaseGauge.)

onPaintForeground

Raises the BaseGaugeListener.paintForeground event. (Inherited from BaseGauge.)

onPaintPointer

Raises the BaseGaugeListener.paintPointer event. (Inherited from BaseGauge.)

onPaintScale

Raises the BaseGaugeListener.paintScale event. (Inherited from BaseGauge.)

onPaintTick

Raises the BaseGaugeListener.paintTick event. (Inherited from BaseGauge.)

onPostpaint

  (Inherited from VisualElement.)

onPrepaint

  (Inherited from VisualElement.)

onPrepaintBackground

Raises the BaseGaugeListener.prepaintBackground event. (Inherited from BaseGauge.)

onPrepaintForeground

Raises the BaseGaugeListener.prepaintForeground event. (Inherited from BaseGauge.)

onPrepaintPointer

Raises the BaseGaugeListener.prepaintPointer event. (Inherited from BaseGauge.)

onPrepaintScale

Raises the BaseGaugeListener.prepaintScale event. (Inherited from BaseGauge.)

onPrepaintTick

Raises the BaseGaugeListener.prepaintTick event. (Inherited from BaseGauge.)

onQueryAmbientPropertyValue

  (Inherited from VisualElement.)

 See Also