Skip navigation links
A B C D F G H I J L M N O P R S T V W X Y 

A

add(Node) - Method in class jfxtras.scene.layout.CircularPane
 
add(Node) - Method in class jfxtras.scene.layout.GridPane
Add
add(Node, GridPane.C) - Method in class jfxtras.scene.layout.GridPane
Add
add(Node) - Method in class jfxtras.scene.layout.HBox
Add
add(Node, HBox.C) - Method in class jfxtras.scene.layout.HBox
Add
add(Node) - Method in class jfxtras.scene.layout.VBox
 
add(Node, VBox.C) - Method in class jfxtras.scene.layout.VBox
 
addStyleClass(Node, String) - Static method in class jfxtras.util.NodeUtil
This method is used to prevent the remove-add constructs on styleclasses.
addToParent(Parent, Node) - Static method in class jfxtras.util.NodeUtil
Adds the given node to the specified parent.
angle - Variable in class jfxtras.scene.layout.CircularPane.NodeLayoutInfo
 
angleStep - Variable in class jfxtras.scene.layout.CircularPane.LayoutInfo
 
animateAppear(double, CircularPane.AnimationLayoutInfo) - Static method in class jfxtras.scene.layout.CircularPane
 
animateFromTheOrigin(double, CircularPane.AnimationLayoutInfo) - Static method in class jfxtras.scene.layout.CircularPane
 
animateFromTheOriginWithFadeRotate(double, CircularPane.AnimationLayoutInfo) - Static method in class jfxtras.scene.layout.CircularPane
 
animateIn() - Method in class jfxtras.scene.layout.CircularPane
 
animateInFinishedProperty() - Method in class jfxtras.scene.layout.CircularPane
animateInFinished
animateOut() - Method in class jfxtras.scene.layout.CircularPane
 
animateOutFinishedProperty() - Method in class jfxtras.scene.layout.CircularPane
animateOutFinished
animateOverTheArc(double, CircularPane.AnimationLayoutInfo) - Static method in class jfxtras.scene.layout.CircularPane
 
animateOverTheArcWithFade(double, CircularPane.AnimationLayoutInfo) - Static method in class jfxtras.scene.layout.CircularPane
 
animateSpiralOut(double, CircularPane.AnimationLayoutInfo) - Static method in class jfxtras.scene.layout.CircularPane
 
animatingInProperty() - Method in class jfxtras.scene.layout.CircularPane
animatingIn
animatingOutProperty() - Method in class jfxtras.scene.layout.CircularPane
animatingOut
animatingProperty() - Method in class jfxtras.scene.layout.CircularPane
animating
animationDurationProperty() - Method in class jfxtras.scene.layout.CircularPane
animationDuration
animationInterpolationProperty() - Method in class jfxtras.scene.layout.CircularPane
animationInterpolation: calculate the position of a node during the animation (default: move from origin), use node.relocate to position node (or manually apply layoutBounds.minX/Y)
AnimationLayoutInfo() - Constructor for class jfxtras.scene.layout.CircularPane.AnimationLayoutInfo
 
apply(Node) - Method in class jfxtras.scene.layout.GridPane.C
 
apply(Node) - Method in class jfxtras.scene.layout.HBox.C
 
apply(Node) - Method in class jfxtras.scene.layout.VBox.C
 
arcProperty() - Method in class jfxtras.scene.layout.CircularPane
arc in degrees: the arc is used to determine the end position; default = 360 = north (top)

B

beadDiameter - Variable in class jfxtras.scene.layout.CircularPane.LayoutInfo
 
beadX - Variable in class jfxtras.scene.layout.CircularPane.NodeLayoutInfo
 
beadY - Variable in class jfxtras.scene.layout.CircularPane.NodeLayoutInfo
 

C

C() - Constructor for class jfxtras.scene.layout.GridPane.C
 
C() - Constructor for class jfxtras.scene.layout.HBox.C
 
C() - Constructor for class jfxtras.scene.layout.VBox.C
 
calculateLayout(CircularPane.MinPrefMax) - Method in class jfxtras.scene.layout.CircularPane
 
calculateX(double) - Method in class jfxtras.scene.layout.CircularPane.AnimationLayoutInfo
 
calculateY(double) - Method in class jfxtras.scene.layout.CircularPane.AnimationLayoutInfo
 
chainDiameter - Variable in class jfxtras.scene.layout.CircularPane.LayoutInfo
 
childrenAreCircularProperty() - Method in class jfxtras.scene.layout.CircularPane
childrenAreCircular: if all children are circular, then we can use a different size
CircularPane - Class in jfxtras.scene.layout
This pane lays it children out in a circle or part of a circle (arc).
CircularPane() - Constructor for class jfxtras.scene.layout.CircularPane
 
CircularPane.AnimationInterpolation - Interface in jfxtras.scene.layout
 
CircularPane.AnimationLayoutInfo - Class in jfxtras.scene.layout
This class holds additional layout information for animation.
CircularPane.LayoutInfo - Class in jfxtras.scene.layout
This class holds layout information at pane level
CircularPane.NodeLayoutInfo - Class in jfxtras.scene.layout
This class holds layout information at node level
clipAwayExcessWhitespaceProperty() - Method in class jfxtras.scene.layout.CircularPane
clipAwayExcessWhitespace: cut away excess whitespace on the outside
clipBottom - Variable in class jfxtras.scene.layout.CircularPane.LayoutInfo
 
clipLeft - Variable in class jfxtras.scene.layout.CircularPane.LayoutInfo
 
clippedHeight - Variable in class jfxtras.scene.layout.CircularPane.LayoutInfo
 
clippedWidth - Variable in class jfxtras.scene.layout.CircularPane.LayoutInfo
 
clipRight - Variable in class jfxtras.scene.layout.CircularPane.LayoutInfo
 
clipTop - Variable in class jfxtras.scene.layout.CircularPane.LayoutInfo
 
col(int) - Method in class jfxtras.scene.layout.GridPane.C
 
colSpan(int) - Method in class jfxtras.scene.layout.GridPane.C
 
computeMaxHeight(double) - Method in class jfxtras.scene.layout.CircularPane
 
computeMaxWidth(double) - Method in class jfxtras.scene.layout.CircularPane
 
computeMinHeight(double) - Method in class jfxtras.scene.layout.CircularPane
 
computeMinWidth(double) - Method in class jfxtras.scene.layout.CircularPane
 
computePrefHeight(double) - Method in class jfxtras.scene.layout.CircularPane
 
computePrefWidth(double) - Method in class jfxtras.scene.layout.CircularPane
 
convert(ParsedValue<String, Double>, Font) - Method in class jfxtras.css.converters.DoubleConverter
 
convert(ParsedValue<String, Integer>, Font) - Method in class jfxtras.css.converters.IntegerConverter
 
convert(ParsedValue<String, DateFormat>, Font) - Method in class jfxtras.css.converters.SimpleDateFormatConverter
 
CssMetaDataForSkinProperty<S extends javafx.css.Styleable,SK extends javafx.scene.control.Skin<?>,V> - Class in jfxtras.css
Creating CssMetaData for a property in a skin has some casting, this class hides that away.
CssMetaDataForSkinProperty(String, StyleConverter<?, V>, V) - Constructor for class jfxtras.css.CssMetaDataForSkinProperty
 
cycleDurationProperty() - Method in class jfxtras.animation.Timer
cycleDuration: time between fires

D

delayProperty() - Method in class jfxtras.animation.Timer
delay: initial delay
diameterProperty() - Method in class jfxtras.scene.layout.CircularPane
diameter: diameter of the whole layout
DoubleConverter - Class in jfxtras.css.converters
 
DoubleConverter() - Constructor for class jfxtras.css.converters.DoubleConverter
 

F

forInteger() - Static method in class jfxtras.util.StringConverterFactory
 
forString() - Static method in class jfxtras.util.StringConverterFactory
 

G

gapProperty() - Method in class jfxtras.scene.layout.CircularPane
gap: space between nodes
getAnimationDuration() - Method in class jfxtras.scene.layout.CircularPane
 
getAnimationInterpolation() - Method in class jfxtras.scene.layout.CircularPane
 
getArc() - Method in class jfxtras.scene.layout.CircularPane
 
getChildrenAreCircular() - Method in class jfxtras.scene.layout.CircularPane
 
getClipAwayExcessWhitespace() - Method in class jfxtras.scene.layout.CircularPane
 
getCycleDuration() - Method in class jfxtras.animation.Timer
 
getDelay() - Method in class jfxtras.animation.Timer
 
getDiameter() - Method in class jfxtras.scene.layout.CircularPane
 
getGap() - Method in class jfxtras.scene.layout.CircularPane
 
getInitialValue() - Method in class jfxtras.css.CssMetaDataForSkinProperty
 
getInstance() - Static method in class jfxtras.css.converters.DoubleConverter
 
getInstance() - Static method in class jfxtras.css.converters.IntegerConverter
 
getNode(Parent, double, double, Class<?>) - Static method in class jfxtras.util.NodeUtil
Returns the first node at the given location that is an instance of the specified class object.
getOnAnimateInFinished() - Method in class jfxtras.scene.layout.CircularPane
 
getOnAnimateOutFinished() - Method in class jfxtras.scene.layout.CircularPane
 
getProperty(SK) - Method in class jfxtras.css.CssMetaDataForSkinProperty
 
getRepeats() - Method in class jfxtras.animation.Timer
 
getShowDebug() - Method in class jfxtras.scene.layout.CircularPane
 
getStartAngle() - Method in class jfxtras.scene.layout.CircularPane
 
getStyleableProperty(S) - Method in class jfxtras.css.CssMetaDataForSkinProperty
 
GridPane - Class in jfxtras.scene.layout
A drop-in replacement for JavaFX’s GridPane using layout constraints for the nodes.
GridPane() - Constructor for class jfxtras.scene.layout.GridPane
 
GridPane.C - Class in jfxtras.scene.layout
The layout constraints

H

h - Variable in class jfxtras.scene.layout.CircularPane.NodeLayoutInfo
 
halignment(HPos) - Method in class jfxtras.scene.layout.GridPane.C
 
HBox - Class in jfxtras.scene.layout
A drop-in replacement for JavaFX’s HBox using layout constraints.
HBox() - Constructor for class jfxtras.scene.layout.HBox
 
HBox(double) - Constructor for class jfxtras.scene.layout.HBox
 
HBox(double, Node...) - Constructor for class jfxtras.scene.layout.HBox
 
HBox(Node...) - Constructor for class jfxtras.scene.layout.HBox
 
HBox.C - Class in jfxtras.scene.layout
The layout constraints
hgrow(Priority) - Method in class jfxtras.scene.layout.GridPane.C
 
hgrow(Priority) - Method in class jfxtras.scene.layout.HBox.C
 

I

idx - Variable in class jfxtras.scene.layout.CircularPane.AnimationLayoutInfo
 
Implements - Annotation Type in jfxtras.util
 
initial - Variable in class jfxtras.scene.layout.CircularPane.AnimationLayoutInfo
 
IntegerConverter - Class in jfxtras.css.converters
 
IntegerConverter() - Constructor for class jfxtras.css.converters.IntegerConverter
 
interpolate(double, CircularPane.AnimationLayoutInfo) - Method in interface jfxtras.scene.layout.CircularPane.AnimationInterpolation
 
isAnimating() - Method in class jfxtras.scene.layout.CircularPane
 
isAnimatingIn() - Method in class jfxtras.scene.layout.CircularPane
 
isAnimatingOut() - Method in class jfxtras.scene.layout.CircularPane
 
isSettable(S) - Method in class jfxtras.css.CssMetaDataForSkinProperty
 

J

jfxtras.animation - package jfxtras.animation
 
jfxtras.css - package jfxtras.css
 
jfxtras.css.converters - package jfxtras.css.converters
 
jfxtras.scene.layout - package jfxtras.scene.layout
 
jfxtras.util - package jfxtras.util
 

L

layoutChildren() - Method in class jfxtras.scene.layout.CircularPane
 
layoutInfo - Variable in class jfxtras.scene.layout.CircularPane.AnimationLayoutInfo
 
LayoutInfo() - Constructor for class jfxtras.scene.layout.CircularPane.LayoutInfo
 
layoutInfo - Variable in class jfxtras.scene.layout.CircularPane.NodeLayoutInfo
 
layoutInfoMap - Variable in class jfxtras.scene.layout.CircularPane.LayoutInfo
 

M

margin(Insets) - Method in class jfxtras.scene.layout.GridPane.C
 
margin(Insets) - Method in class jfxtras.scene.layout.HBox.C
 
margin(Insets) - Method in class jfxtras.scene.layout.VBox.C
 
maxX - Variable in class jfxtras.scene.layout.CircularPane.LayoutInfo
 
maxY - Variable in class jfxtras.scene.layout.CircularPane.LayoutInfo
 
minX - Variable in class jfxtras.scene.layout.CircularPane.LayoutInfo
 
minY - Variable in class jfxtras.scene.layout.CircularPane.LayoutInfo
 

N

node - Variable in class jfxtras.scene.layout.CircularPane.AnimationLayoutInfo
 
nodeLayoutInfo - Variable in class jfxtras.scene.layout.CircularPane.AnimationLayoutInfo
 
NodeLayoutInfo() - Constructor for class jfxtras.scene.layout.CircularPane.NodeLayoutInfo
 
nodeStartX - Variable in class jfxtras.scene.layout.CircularPane.AnimationLayoutInfo
 
nodeStartY - Variable in class jfxtras.scene.layout.CircularPane.AnimationLayoutInfo
 
NodeUtil - Class in jfxtras.util
Utility class that provides methods to simplify node handling.
numberOfNodes - Variable in class jfxtras.scene.layout.CircularPane.LayoutInfo
 

O

originX - Variable in class jfxtras.scene.layout.CircularPane.AnimationLayoutInfo
 
originY - Variable in class jfxtras.scene.layout.CircularPane.AnimationLayoutInfo
 

P

PlatformUtil - Class in jfxtras.util
Created by Tom Eugelink on 26-12-13.
PlatformUtil() - Constructor for class jfxtras.util.PlatformUtil
 

R

rememberResetValues(Node) - Method in class jfxtras.scene.layout.GridPane.C
 
rememberResetValues(Node) - Method in class jfxtras.scene.layout.HBox.C
 
rememberResetValues(Node) - Method in class jfxtras.scene.layout.VBox.C
 
remove(Node) - Method in class jfxtras.scene.layout.CircularPane
 
remove(Node) - Method in class jfxtras.scene.layout.GridPane
Remove a node completely
remove(Node) - Method in class jfxtras.scene.layout.HBox
Remove a node completely
remove(Node) - Method in class jfxtras.scene.layout.VBox
Remove a node completely
removeConstraintsFor(Node) - Method in class jfxtras.scene.layout.GridPane
Remove a constraint, not the node.
removeConstraintsFor(Node) - Method in class jfxtras.scene.layout.HBox
Remove a constraint, not the node.
removeConstraintsFor(Node) - Method in class jfxtras.scene.layout.VBox
Remove a constraint, not the node.
removeFromParent(Node) - Static method in class jfxtras.util.NodeUtil
Removes the specified node from its parent.
removeNode(Node) - Method in class jfxtras.scene.layout.GridPane
Remove a node, not the constraints.
removeNode(Node) - Method in class jfxtras.scene.layout.HBox
Remove a node, not the constraints.
removeNode(Node) - Method in class jfxtras.scene.layout.VBox
Remove a node, not the constraints.
removeStyleClass(Node, String) - Static method in class jfxtras.util.NodeUtil
The remove operation is already "cheap", so this method is here to only mirror the addStyleClass (which is not cheap)
repeatsProperty() - Method in class jfxtras.animation.Timer
repeats: If flag is false, instructs the Timer to send only one action event to its listeners.
requestLayout() - Method in class jfxtras.scene.layout.CircularPane
 
restart() - Method in class jfxtras.animation.Timer
restart the timer
row(int) - Method in class jfxtras.scene.layout.GridPane.C
 
rowSpan(int) - Method in class jfxtras.scene.layout.GridPane.C
 
runAndWait(Runnable) - Static method in class jfxtras.util.PlatformUtil
Invokes a Runnable in JFX Thread and waits until it’s finished.
runAndWait(Callable<V>) - Static method in class jfxtras.util.PlatformUtil
Invokes a Callable in JFX Thread and waits until it’s finished.

S

sceneX(Node) - Static method in class jfxtras.util.NodeUtil
 
sceneY(Node) - Static method in class jfxtras.util.NodeUtil
 
screenX(Node) - Static method in class jfxtras.util.NodeUtil
 
screenY(Node) - Static method in class jfxtras.util.NodeUtil
 
setAnimationDuration(Duration) - Method in class jfxtras.scene.layout.CircularPane
 
setAnimationInterpolation(CircularPane.AnimationInterpolation) - Method in class jfxtras.scene.layout.CircularPane
 
setArc(Double) - Method in class jfxtras.scene.layout.CircularPane
 
setChildrenAreCircular(Boolean) - Method in class jfxtras.scene.layout.CircularPane
 
setClipAwayExcessWhitespace(Boolean) - Method in class jfxtras.scene.layout.CircularPane
 
setConstraint(Node, GridPane.C) - Method in class jfxtras.scene.layout.GridPane
set constraint without adding the node (in case the node might end up here because of an animation or something)
setConstraint(Node, HBox.C) - Method in class jfxtras.scene.layout.HBox
set constraint without adding the node (in case the node might end up here because of an animation or something)
setConstraint(Node, VBox.C) - Method in class jfxtras.scene.layout.VBox
set constraint without adding the node (in case the node might end up here because of an animation or something)
setCycleDuration(Duration) - Method in class jfxtras.animation.Timer
 
setDelay(Duration) - Method in class jfxtras.animation.Timer
 
setDiameter(Double) - Method in class jfxtras.scene.layout.CircularPane
 
setGap(Double) - Method in class jfxtras.scene.layout.CircularPane
 
setOnAnimateInFinished(EventHandler<ActionEvent>) - Method in class jfxtras.scene.layout.CircularPane
 
setOnAnimateOutFinished(EventHandler<ActionEvent>) - Method in class jfxtras.scene.layout.CircularPane
 
setRepeats(boolean) - Method in class jfxtras.animation.Timer
 
setShowDebug(Paint) - Method in class jfxtras.scene.layout.CircularPane
 
setStartAngle(Double) - Method in class jfxtras.scene.layout.CircularPane
 
showDebugProperty() - Method in class jfxtras.scene.layout.CircularPane
debug: show debug hints
SimpleDateFormatConverter - Class in jfxtras.css.converters
 
SimpleDateFormatConverter() - Constructor for class jfxtras.css.converters.SimpleDateFormatConverter
 
snapWH(double, double) - Static method in class jfxtras.util.NodeUtil
This method prevents blurry horizontal or vertical lines, use snapWH(x, w) instead of w.
snapWH(ObservableNumberValue, ObservableNumberValue, Observable...) - Static method in class jfxtras.util.NodeUtil
This is the snapXY method for using in a binding, for example: p1.bind( snapXY( p2.multiply(0.1) ));
snapXY(double) - Static method in class jfxtras.util.NodeUtil
This method prevents blurry horizontal or vertical lines, use snapXY(x) instead of x.
snapXY(ObservableNumberValue) - Static method in class jfxtras.util.NodeUtil
This is the snapXY method for using in a binding, for example: p1.bind( snapXY( p2.multiply(0.1) ));
start() - Method in class jfxtras.animation.Timer
Start the timer
startAngle - Variable in class jfxtras.scene.layout.CircularPane.LayoutInfo
 
startAngleProperty() - Method in class jfxtras.scene.layout.CircularPane
StartAngle in degrees: the startAngle is used to determine the starting position; default = 0 = north (top)
stop() - Method in class jfxtras.animation.Timer
stop the timer if running
StringConverterFactory - Class in jfxtras.util
A central place to get basic StringConverters from.
StringConverterFactory() - Constructor for class jfxtras.util.StringConverterFactory
 

T

Timer - Class in jfxtras.animation
A timer class in the spirit of java.swing.Timer but using JavaFX properties.
Timer(Runnable) - Constructor for class jfxtras.animation.Timer
 
Timer(boolean, Runnable) - Constructor for class jfxtras.animation.Timer
 
toString() - Method in class jfxtras.css.converters.DoubleConverter
 
toString() - Method in class jfxtras.css.converters.IntegerConverter
 
toString() - Method in class jfxtras.css.converters.SimpleDateFormatConverter
 

V

valignment(VPos) - Method in class jfxtras.scene.layout.GridPane.C
 
VBox - Class in jfxtras.scene.layout
A drop-in replacement for JavaFX’s VBox using layout constraints.
VBox() - Constructor for class jfxtras.scene.layout.VBox
 
VBox(double) - Constructor for class jfxtras.scene.layout.VBox
 
VBox(double, Node...) - Constructor for class jfxtras.scene.layout.VBox
 
VBox(Node...) - Constructor for class jfxtras.scene.layout.VBox
 
VBox.C - Class in jfxtras.scene.layout
The layout constraints
vgrow(Priority) - Method in class jfxtras.scene.layout.GridPane.C
 
vgrow(Priority) - Method in class jfxtras.scene.layout.VBox.C
 

W

w - Variable in class jfxtras.scene.layout.CircularPane.NodeLayoutInfo
 
waitForPaintPulse() - Static method in class jfxtras.util.PlatformUtil
 
withAnimationDuration(Duration) - Method in class jfxtras.scene.layout.CircularPane
 
withAnimationInterpolation(CircularPane.AnimationInterpolation) - Method in class jfxtras.scene.layout.CircularPane
 
withArc(Double) - Method in class jfxtras.scene.layout.CircularPane
 
withChildrenAreCircular(Boolean) - Method in class jfxtras.scene.layout.CircularPane
 
withClipAwayExcessWhitespace(Boolean) - Method in class jfxtras.scene.layout.CircularPane
 
withCycleDuration(Duration) - Method in class jfxtras.animation.Timer
 
withDelay(Duration) - Method in class jfxtras.animation.Timer
 
withDiameter(Double) - Method in class jfxtras.scene.layout.CircularPane
 
withGap(Double) - Method in class jfxtras.scene.layout.CircularPane
 
withGridLinesVisible(boolean) - Method in class jfxtras.scene.layout.GridPane
 
withHGap(double) - Method in class jfxtras.scene.layout.GridPane
 
withId(String) - Method in class jfxtras.scene.layout.CircularPane
Id
withOnAnimateOutFinished(EventHandler<ActionEvent>) - Method in class jfxtras.scene.layout.CircularPane
 
withPadding(Insets) - Method in class jfxtras.scene.layout.GridPane
 
withRepeats(boolean) - Method in class jfxtras.animation.Timer
 
withShowDebug(Paint) - Method in class jfxtras.scene.layout.CircularPane
 
withSpacing(double) - Method in class jfxtras.scene.layout.HBox
 
withSpacing(double) - Method in class jfxtras.scene.layout.VBox
 
withStartAngle(Double) - Method in class jfxtras.scene.layout.CircularPane
 
withVGap(double) - Method in class jfxtras.scene.layout.GridPane
 
witOnhAnimateInFinished(EventHandler<ActionEvent>) - Method in class jfxtras.scene.layout.CircularPane
 

X

x - Variable in class jfxtras.scene.layout.CircularPane.NodeLayoutInfo
 
xInParent(Node, Node) - Static method in class jfxtras.util.NodeUtil
 

Y

y - Variable in class jfxtras.scene.layout.CircularPane.NodeLayoutInfo
 
yInParent(Node, Node) - Static method in class jfxtras.util.NodeUtil
 
A B C D F G H I J L M N O P R S T V W X Y 
Skip navigation links