public class SimpleLinearGaugeSkin extends GaugeSkinBase<SimpleLinearGauge,SimpleLinearGaugeBehavior>
| Constructor and Description |
|---|
SimpleLinearGaugeSkin(SimpleLinearGauge CONTROL) |
| Modifier and Type | Method and Description |
|---|---|
protected double |
computeMaxHeight(double WIDTH,
double TOP_INSET,
double RIGHT_INSET,
double BOTTOM_INSET,
double LEFT_INSET) |
protected double |
computeMaxWidth(double HEIGHT,
double TOP_INSET,
double RIGHT_INSET,
double BOTTOM_INSET,
double LEFT_INSET) |
protected double |
computeMinHeight(double WIDTH,
double TOP_INSET,
double RIGHT_INSET,
double BOTTOM_INSET,
double LEFT_INSET) |
protected double |
computeMinWidth(double HEIGHT,
double TOP_INSET,
double RIGHT_INSET,
double BOTTOM_INSET,
double LEFT_INSET) |
protected double |
computePrefHeight(double WIDTH,
double TOP_INSET,
double RIGHT_INSET,
double BOTTOM_INSET,
double LEFT_INSET) |
protected double |
computePrefWidth(double HEIGHT,
double TOP_INSET,
double RIGHT_INSET,
double BOTTOM_INSET,
double LEFT_INSET) |
void |
dispose() |
void |
drawNodeGauge() |
SimpleLinearGauge |
getControl() |
protected void |
handleControlPropertyChanged(java.lang.String PROPERTY) |
void |
repaint() |
addDropShadow, checkMarkers, createAlertIndicator, createAlertIndicatorCanvas, createBargraphLed, createBigKnob, createIndicator, createIndicatorShape, createLcdThresholdIndicator, createLed, createMetalKnob, createPlainKnob, createStandardKnob, createTrendIndicator, createTriangleShape, drawCircularAreas, drawCircularBackground, drawCircularBargraph, drawCircularForeground, drawCircularFrame, drawCircularGlowOff, drawCircularGlowOn, drawCircularIndicators, drawCircularKnobs, drawCircularLcd, drawCircularLed, drawCircularSections, drawCircularTickmarks, drawCircularTrend, drawCircularUserLed, getBlinkInterval, setBlinkIntervalgetBehavior, registerChangeListenercomputeBaselineOffset, consumeMouseEvents, getChildren, getClassCssMetaData, getCssMetaData, getNode, getSkinnable, layoutChildren, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapSize, snapSpacepublic SimpleLinearGaugeSkin(SimpleLinearGauge CONTROL)
protected void handleControlPropertyChanged(java.lang.String PROPERTY)
handleControlPropertyChanged in class com.sun.javafx.scene.control.skin.BehaviorSkinBase<SimpleLinearGauge,SimpleLinearGaugeBehavior>public final void repaint()
public final SimpleLinearGauge getControl()
public final void dispose()
dispose in interface javafx.scene.control.Skin<SimpleLinearGauge>dispose in class com.sun.javafx.scene.control.skin.BehaviorSkinBase<SimpleLinearGauge,SimpleLinearGaugeBehavior>protected double computeMinWidth(double HEIGHT,
double TOP_INSET,
double RIGHT_INSET,
double BOTTOM_INSET,
double LEFT_INSET)
computeMinWidth in class GaugeSkinBase<SimpleLinearGauge,SimpleLinearGaugeBehavior>protected double computeMinHeight(double WIDTH,
double TOP_INSET,
double RIGHT_INSET,
double BOTTOM_INSET,
double LEFT_INSET)
computeMinHeight in class GaugeSkinBase<SimpleLinearGauge,SimpleLinearGaugeBehavior>protected double computeMaxWidth(double HEIGHT,
double TOP_INSET,
double RIGHT_INSET,
double BOTTOM_INSET,
double LEFT_INSET)
computeMaxWidth in class GaugeSkinBase<SimpleLinearGauge,SimpleLinearGaugeBehavior>protected double computeMaxHeight(double WIDTH,
double TOP_INSET,
double RIGHT_INSET,
double BOTTOM_INSET,
double LEFT_INSET)
computeMaxHeight in class GaugeSkinBase<SimpleLinearGauge,SimpleLinearGaugeBehavior>protected double computePrefWidth(double HEIGHT,
double TOP_INSET,
double RIGHT_INSET,
double BOTTOM_INSET,
double LEFT_INSET)
computePrefWidth in class GaugeSkinBase<SimpleLinearGauge,SimpleLinearGaugeBehavior>protected double computePrefHeight(double WIDTH,
double TOP_INSET,
double RIGHT_INSET,
double BOTTOM_INSET,
double LEFT_INSET)
computePrefHeight in class GaugeSkinBase<SimpleLinearGauge,SimpleLinearGaugeBehavior>public final void drawNodeGauge()