public class RadialQuarterESkin extends GaugeSkinBase<RadialQuarterE,RadialQuarterEBehavior>
Constructor and Description |
---|
RadialQuarterESkin(RadialQuarterE 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 |
drawMaxMeasuredIndicator() |
void |
drawMinMeasuredIndicator() |
void |
drawPointer() |
void |
drawThreshold() |
void |
drawTitleAndUnit() |
RadialQuarterE |
getControl() |
protected void |
handleControlPropertyChanged(java.lang.String PROPERTY) |
void |
layoutChildren(double x,
double y,
double w,
double h) |
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, setBlinkInterval
getBehavior, registerChangeListener
computeBaselineOffset, consumeMouseEvents, getChildren, getClassCssMetaData, getCssMetaData, getNode, getSkinnable, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapSize, snapSpace
public RadialQuarterESkin(RadialQuarterE CONTROL)
protected void handleControlPropertyChanged(java.lang.String PROPERTY)
handleControlPropertyChanged
in class com.sun.javafx.scene.control.skin.BehaviorSkinBase<RadialQuarterE,RadialQuarterEBehavior>
public void repaint()
public void layoutChildren(double x, double y, double w, double h)
layoutChildren
in class javafx.scene.control.SkinBase<RadialQuarterE>
public RadialQuarterE getControl()
public void dispose()
dispose
in interface javafx.scene.control.Skin<RadialQuarterE>
dispose
in class com.sun.javafx.scene.control.skin.BehaviorSkinBase<RadialQuarterE,RadialQuarterEBehavior>
protected double computeMinWidth(double HEIGHT, double TOP_INSET, double RIGHT_INSET, double BOTTOM_INSET, double LEFT_INSET)
computeMinWidth
in class GaugeSkinBase<RadialQuarterE,RadialQuarterEBehavior>
protected double computeMinHeight(double WIDTH, double TOP_INSET, double RIGHT_INSET, double BOTTOM_INSET, double LEFT_INSET)
computeMinHeight
in class GaugeSkinBase<RadialQuarterE,RadialQuarterEBehavior>
protected double computeMaxWidth(double HEIGHT, double TOP_INSET, double RIGHT_INSET, double BOTTOM_INSET, double LEFT_INSET)
computeMaxWidth
in class GaugeSkinBase<RadialQuarterE,RadialQuarterEBehavior>
protected double computeMaxHeight(double WIDTH, double TOP_INSET, double RIGHT_INSET, double BOTTOM_INSET, double LEFT_INSET)
computeMaxHeight
in class GaugeSkinBase<RadialQuarterE,RadialQuarterEBehavior>
protected double computePrefWidth(double HEIGHT, double TOP_INSET, double RIGHT_INSET, double BOTTOM_INSET, double LEFT_INSET)
computePrefWidth
in class GaugeSkinBase<RadialQuarterE,RadialQuarterEBehavior>
protected double computePrefHeight(double WIDTH, double TOP_INSET, double RIGHT_INSET, double BOTTOM_INSET, double LEFT_INSET)
computePrefHeight
in class GaugeSkinBase<RadialQuarterE,RadialQuarterEBehavior>
public void drawTitleAndUnit()
public void drawThreshold()
public void drawMinMeasuredIndicator()
public void drawMaxMeasuredIndicator()
public void drawPointer()