java.lang.Object
javafx.scene.control.SkinBase<Gauge>
eu.hansolo.medusa.skins.GaugeSkinBase
eu.hansolo.medusa.skins.BulletChartSkin
- All Implemented Interfaces:
javafx.scene.control.Skin<Gauge>
Created by hansolo on 25.12.15.
-
Field Summary
Fields inherited from class eu.hansolo.medusa.skins.GaugeSkinBase
gauge, MAXIMUM_HEIGHT, MAXIMUM_WIDTH, MINIMUM_HEIGHT, MINIMUM_WIDTH, observer, PREFERRED_HEIGHT, PREFERRED_WIDTH, sizeListener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()protected voidhandleEvents(String EVENT_TYPE) protected voidredraw()protected voidprotected voidresize()Methods inherited from class eu.hansolo.medusa.skins.GaugeSkinBase
computeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, computePrefWidthMethods inherited from class javafx.scene.control.SkinBase
computeBaselineOffset, consumeMouseEvents, executeAccessibleAction, getChildren, getClassCssMetaData, getCssMetaData, getNode, getSkinnable, layoutChildren, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, queryAccessibleAttribute, registerChangeListener, registerInvalidationListener, registerListChangeListener, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, unregisterChangeListeners, unregisterInvalidationListeners, unregisterListChangeListenersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javafx.scene.control.Skin
getNode, getSkinnable
-
Constructor Details
-
BulletChartSkin
-
-
Method Details
-
registerListeners
protected void registerListeners()- Overrides:
registerListenersin classGaugeSkinBase
-
handleEvents
- Overrides:
handleEventsin classGaugeSkinBase
-
dispose
public void dispose()- Specified by:
disposein interfacejavafx.scene.control.Skin<Gauge>- Overrides:
disposein classGaugeSkinBase
-
resize
protected void resize()- Overrides:
resizein classGaugeSkinBase
-
redraw
protected void redraw()- Overrides:
redrawin classGaugeSkinBase
-