private final class Node.MiscProperties
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Node.LazyBoundsProperty |
boundsInLocal |
private Node.LazyBoundsProperty |
boundsInParent |
private BooleanProperty |
cache |
private ObjectProperty<CacheHint> |
cacheHint |
private ObjectProperty<Node> |
clip |
private ObjectProperty<Cursor> |
cursor |
private ObjectProperty<DepthTest> |
depthTest |
private BooleanProperty |
disable |
private ObjectProperty<Effect> |
effect |
private ObjectProperty<InputMethodRequests> |
inputMethodRequests |
private BooleanProperty |
mouseTransparent |
Modifier | Constructor and Description |
---|---|
private |
MiscProperties() |
Modifier and Type | Method and Description |
---|---|
ReadOnlyObjectProperty<Bounds> |
boundsInLocalProperty() |
ReadOnlyObjectProperty<Bounds> |
boundsInParentProperty() |
ObjectProperty<CacheHint> |
cacheHintProperty() |
BooleanProperty |
cacheProperty() |
boolean |
canSetCursor() |
boolean |
canSetEffect() |
ObjectProperty<Node> |
clipProperty() |
ObjectProperty<Cursor> |
cursorProperty() |
ObjectProperty<DepthTest> |
depthTestProperty() |
BooleanProperty |
disableProperty() |
ObjectProperty<Effect> |
effectProperty() |
Bounds |
getBoundsInLocal() |
Bounds |
getBoundsInParent() |
CacheHint |
getCacheHint() |
Node |
getClip() |
Cursor |
getCursor() |
DepthTest |
getDepthTest() |
Effect |
getEffect() |
InputMethodRequests |
getInputMethodRequests() |
ObjectProperty<InputMethodRequests> |
inputMethodRequestsProperty() |
void |
invalidateBoundsInLocal() |
void |
invalidateBoundsInParent() |
boolean |
isCache() |
boolean |
isDisable() |
boolean |
isMouseTransparent() |
BooleanProperty |
mouseTransparentProperty() |
private Node.LazyBoundsProperty boundsInParent
private Node.LazyBoundsProperty boundsInLocal
private BooleanProperty cache
private ObjectProperty<CacheHint> cacheHint
private ObjectProperty<Node> clip
private ObjectProperty<Cursor> cursor
private ObjectProperty<DepthTest> depthTest
private BooleanProperty disable
private ObjectProperty<Effect> effect
private ObjectProperty<InputMethodRequests> inputMethodRequests
private BooleanProperty mouseTransparent
public final Bounds getBoundsInParent()
public final ReadOnlyObjectProperty<Bounds> boundsInParentProperty()
public void invalidateBoundsInParent()
public final Bounds getBoundsInLocal()
public final ReadOnlyObjectProperty<Bounds> boundsInLocalProperty()
public void invalidateBoundsInLocal()
public final boolean isCache()
public final BooleanProperty cacheProperty()
public final CacheHint getCacheHint()
public final ObjectProperty<CacheHint> cacheHintProperty()
public final Node getClip()
public final ObjectProperty<Node> clipProperty()
public final Cursor getCursor()
public final ObjectProperty<Cursor> cursorProperty()
public final DepthTest getDepthTest()
public final ObjectProperty<DepthTest> depthTestProperty()
public final boolean isDisable()
public final BooleanProperty disableProperty()
public final Effect getEffect()
public final ObjectProperty<Effect> effectProperty()
public final InputMethodRequests getInputMethodRequests()
public ObjectProperty<InputMethodRequests> inputMethodRequestsProperty()
public final boolean isMouseTransparent()
public final BooleanProperty mouseTransparentProperty()
public boolean canSetCursor()
public boolean canSetEffect()