public class LcdSkin extends GaugeSkinBase<Lcd,LcdBehavior>
| 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() |
Lcd |
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, setBlinkIntervalgetBehavior, registerChangeListenercomputeBaselineOffset, consumeMouseEvents, getChildren, getClassCssMetaData, getCssMetaData, getNode, getSkinnable, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapSize, snapSpacepublic LcdSkin(Lcd CONTROL)
protected void handleControlPropertyChanged(java.lang.String PROPERTY)
handleControlPropertyChanged in class com.sun.javafx.scene.control.skin.BehaviorSkinBase<Lcd,LcdBehavior>public void repaint()
public void layoutChildren(double x,
double y,
double w,
double h)
layoutChildren in class javafx.scene.control.SkinBase<Lcd>public Lcd getControl()
public void dispose()
dispose in interface javafx.scene.control.Skin<Lcd>dispose in class com.sun.javafx.scene.control.skin.BehaviorSkinBase<Lcd,LcdBehavior>protected double computeMinWidth(double HEIGHT,
double TOP_INSET,
double RIGHT_INSET,
double BOTTOM_INSET,
double LEFT_INSET)
computeMinWidth in class GaugeSkinBase<Lcd,LcdBehavior>protected double computeMinHeight(double WIDTH,
double TOP_INSET,
double RIGHT_INSET,
double BOTTOM_INSET,
double LEFT_INSET)
computeMinHeight in class GaugeSkinBase<Lcd,LcdBehavior>protected double computeMaxWidth(double HEIGHT,
double TOP_INSET,
double RIGHT_INSET,
double BOTTOM_INSET,
double LEFT_INSET)
computeMaxWidth in class GaugeSkinBase<Lcd,LcdBehavior>protected double computeMaxHeight(double WIDTH,
double TOP_INSET,
double RIGHT_INSET,
double BOTTOM_INSET,
double LEFT_INSET)
computeMaxHeight in class GaugeSkinBase<Lcd,LcdBehavior>protected double computePrefWidth(double HEIGHT,
double TOP_INSET,
double RIGHT_INSET,
double BOTTOM_INSET,
double LEFT_INSET)
computePrefWidth in class GaugeSkinBase<Lcd,LcdBehavior>protected double computePrefHeight(double WIDTH,
double TOP_INSET,
double RIGHT_INSET,
double BOTTOM_INSET,
double LEFT_INSET)
computePrefHeight in class GaugeSkinBase<Lcd,LcdBehavior>