java.lang.Object
javafx.stage.Window
javafx.stage.PopupWindow
javafx.stage.Popup
eu.hansolo.fx.charts.tools.InfoPopup
- All Implemented Interfaces:
javafx.event.EventTarget
public class InfoPopup
extends javafx.stage.Popup
-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.ObjectProperty<javafx.scene.paint.Color>javafx.beans.property.IntegerPropertyjavafx.beans.property.ObjectProperty<javafx.scene.paint.Color>javafx.beans.property.LongPropertyjavafx.beans.property.StringPropertyProperties inherited from class javafx.stage.PopupWindow
anchorLocation, anchorX, anchorY, autoFix, autoHide, consumeAutoHidingEvents, hideOnEscape, onAutoHide, ownerNode, ownerWindowProperties inherited from class javafx.stage.Window
eventDispatcher, focused, forceIntegerRenderScale, height, onCloseRequest, onHidden, onHiding, onShowing, onShown, opacity, outputScaleX, outputScaleY, renderScaleX, renderScaleY, scene, showing, width, x, y -
Nested Class Summary
Nested classes/interfaces inherited from class javafx.stage.PopupWindow
javafx.stage.PopupWindow.AnchorLocation -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic javafx.scene.paint.Colorstatic javafx.scene.paint.Colorstatic intstatic long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidanimatedShow(javafx.stage.Window WINDOW) javafx.beans.property.ObjectProperty<javafx.scene.paint.Color>javafx.beans.property.IntegerPropertyjavafx.scene.paint.ColorGets the value of the property backgroundColor.intGets the value of the property decimals.javafx.scene.paint.ColorGets the value of the property textColor.longGets the value of the property timeout.getUnit()Gets the value of the property unit.voidsetBackgroundColor(javafx.scene.paint.Color COLOR) Sets the value of the property backgroundColor.voidsetDecimals(int DECIMALS) Sets the value of the property decimals.voidsetTextColor(javafx.scene.paint.Color COLOR) Sets the value of the property textColor.voidsetTimeout(long TIMEOUT) Sets the value of the property timeout.voidSets the value of the property unit.javafx.beans.property.ObjectProperty<javafx.scene.paint.Color>javafx.beans.property.LongPropertyjavafx.beans.property.StringPropertyvoidvoidvoidvoidvoidupdate(SelectionEvt EVENT) Methods inherited from class javafx.stage.Popup
getContentMethods inherited from class javafx.stage.PopupWindow
anchorLocationProperty, anchorXProperty, anchorYProperty, autoFixProperty, autoHideProperty, consumeAutoHidingEventsProperty, getAnchorLocation, getAnchorX, getAnchorY, getConsumeAutoHidingEvents, getOnAutoHide, getOwnerNode, getOwnerWindow, hide, hideOnEscapeProperty, isAutoFix, isAutoHide, isHideOnEscape, onAutoHideProperty, ownerNodeProperty, ownerWindowProperty, setAnchorLocation, setAnchorX, setAnchorY, setAutoFix, setAutoHide, setConsumeAutoHidingEvents, setHideOnEscape, setOnAutoHide, setScene, show, show, showMethods inherited from class javafx.stage.Window
addEventFilter, addEventHandler, buildEventDispatchChain, centerOnScreen, eventDispatcherProperty, fireEvent, focusedProperty, forceIntegerRenderScaleProperty, getEventDispatcher, getHeight, getOnCloseRequest, getOnHidden, getOnHiding, getOnShowing, getOnShown, getOpacity, getOutputScaleX, getOutputScaleY, getProperties, getRenderScaleX, getRenderScaleY, getScene, getUserData, getWidth, getWindows, getX, getY, hasProperties, heightProperty, isFocused, isForceIntegerRenderScale, isShowing, onCloseRequestProperty, onHiddenProperty, onHidingProperty, onShowingProperty, onShownProperty, opacityProperty, outputScaleXProperty, outputScaleYProperty, removeEventFilter, removeEventHandler, renderScaleXProperty, renderScaleYProperty, requestFocus, sceneProperty, setEventDispatcher, setEventHandler, setForceIntegerRenderScale, setHeight, setOnCloseRequest, setOnHidden, setOnHiding, setOnShowing, setOnShown, setOpacity, setRenderScaleX, setRenderScaleY, setUserData, setWidth, setX, setY, show, showingProperty, sizeToScene, widthProperty, xProperty, yProperty
-
Property Details
-
backgroundColor
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> backgroundColorProperty -
textColor
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> textColorProperty- See Also:
-
timeout
public javafx.beans.property.LongProperty timeoutProperty- See Also:
-
decimals
public javafx.beans.property.IntegerProperty decimalsProperty- See Also:
-
unit
public javafx.beans.property.StringProperty unitProperty- See Also:
-
-
Field Details
-
MAX_TIMEOUT
public static long MAX_TIMEOUT -
MAX_DECIMALS
public static int MAX_DECIMALS -
DEFAULT_BACKGROUND_COLOR
public static javafx.scene.paint.Color DEFAULT_BACKGROUND_COLOR -
DEFAULT_TEXT_COLOR
public static javafx.scene.paint.Color DEFAULT_TEXT_COLOR
-
-
Constructor Details
-
InfoPopup
public InfoPopup()
-
-
Method Details
-
animatedShow
public void animatedShow(javafx.stage.Window WINDOW) -
animatedHide
public void animatedHide() -
getBackgroundColor
public javafx.scene.paint.Color getBackgroundColor()Gets the value of the property backgroundColor.- Property description:
-
setBackgroundColor
public void setBackgroundColor(javafx.scene.paint.Color COLOR) Sets the value of the property backgroundColor.- Property description:
-
backgroundColorProperty
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> backgroundColorProperty() -
getTextColor
public javafx.scene.paint.Color getTextColor()Gets the value of the property textColor.- Property description:
-
setTextColor
public void setTextColor(javafx.scene.paint.Color COLOR) Sets the value of the property textColor.- Property description:
-
textColorProperty
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> textColorProperty()- See Also:
-
getTimeout
public long getTimeout()Gets the value of the property timeout.- Property description:
-
setTimeout
public void setTimeout(long TIMEOUT) Sets the value of the property timeout.- Property description:
-
timeoutProperty
public javafx.beans.property.LongProperty timeoutProperty()- See Also:
-
getDecimals
public int getDecimals()Gets the value of the property decimals.- Property description:
-
setDecimals
public void setDecimals(int DECIMALS) Sets the value of the property decimals.- Property description:
-
decimalsProperty
public javafx.beans.property.IntegerProperty decimalsProperty()- See Also:
-
getUnit
Gets the value of the property unit.- Property description:
-
setUnit
Sets the value of the property unit.- Property description:
-
unitProperty
public javafx.beans.property.StringProperty unitProperty()- See Also:
-
update
-
update
-
update
-
update
-
update
-