public class RadialHalfSSkin extends GaugeSkinBase<RadialHalfS,RadialHalfSBehavior>
| Constructor and Description |
|---|
RadialHalfSSkin(RadialHalfS 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 |
drawAreas() |
void |
drawBackground() |
void |
drawForeground() |
void |
drawFrame() |
void |
drawGlowOff() |
void |
drawGlowOn() |
void |
drawIndicators() |
void |
drawMaxMeasuredIndicator() |
void |
drawMinMeasuredIndicator() |
void |
drawPointer() |
void |
drawSections() |
void |
drawThreshold() |
void |
drawTitleAndUnit() |
RadialHalfS |
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 RadialHalfSSkin(RadialHalfS CONTROL)
protected void handleControlPropertyChanged(java.lang.String PROPERTY)
handleControlPropertyChanged in class com.sun.javafx.scene.control.skin.BehaviorSkinBase<RadialHalfS,RadialHalfSBehavior>public void repaint()
public RadialHalfS getControl()
public void dispose()
dispose in interface javafx.scene.control.Skin<RadialHalfS>dispose in class com.sun.javafx.scene.control.skin.BehaviorSkinBase<RadialHalfS,RadialHalfSBehavior>protected double computeMinWidth(double HEIGHT,
double TOP_INSET,
double RIGHT_INSET,
double BOTTOM_INSET,
double LEFT_INSET)
computeMinWidth in class GaugeSkinBase<RadialHalfS,RadialHalfSBehavior>protected double computeMinHeight(double WIDTH,
double TOP_INSET,
double RIGHT_INSET,
double BOTTOM_INSET,
double LEFT_INSET)
computeMinHeight in class GaugeSkinBase<RadialHalfS,RadialHalfSBehavior>protected double computeMaxWidth(double HEIGHT,
double TOP_INSET,
double RIGHT_INSET,
double BOTTOM_INSET,
double LEFT_INSET)
computeMaxWidth in class GaugeSkinBase<RadialHalfS,RadialHalfSBehavior>protected double computeMaxHeight(double WIDTH,
double TOP_INSET,
double RIGHT_INSET,
double BOTTOM_INSET,
double LEFT_INSET)
computeMaxHeight in class GaugeSkinBase<RadialHalfS,RadialHalfSBehavior>protected double computePrefWidth(double HEIGHT,
double TOP_INSET,
double RIGHT_INSET,
double BOTTOM_INSET,
double LEFT_INSET)
computePrefWidth in class GaugeSkinBase<RadialHalfS,RadialHalfSBehavior>protected double computePrefHeight(double WIDTH,
double TOP_INSET,
double RIGHT_INSET,
double BOTTOM_INSET,
double LEFT_INSET)
computePrefHeight in class GaugeSkinBase<RadialHalfS,RadialHalfSBehavior>public void drawFrame()
public void drawBackground()
public void drawSections()
public void drawAreas()
public void drawTitleAndUnit()
public void drawGlowOff()
public void drawGlowOn()
public void drawIndicators()
public void drawThreshold()
public void drawMinMeasuredIndicator()
public void drawMaxMeasuredIndicator()
public void drawPointer()
public void drawForeground()