private final class Node.MiscProperties
extends java.lang.Object
Type | Property and Description |
---|---|
javafx.beans.property.ReadOnlyObjectProperty<javafx.geometry.Bounds> |
boundsInLocal |
javafx.beans.property.ReadOnlyObjectProperty<javafx.geometry.Bounds> |
boundsInParent |
javafx.beans.property.ObjectProperty<CacheHint> |
cacheHint |
javafx.beans.property.BooleanProperty |
cache |
javafx.beans.property.ObjectProperty<Node> |
clip |
javafx.beans.property.ObjectProperty<Cursor> |
cursor |
javafx.beans.property.ObjectProperty<DepthTest> |
depthTest |
javafx.beans.property.BooleanProperty |
disable |
javafx.beans.property.ObjectProperty<javafx.scene.effect.Effect> |
effect |
javafx.beans.property.ObjectProperty<javafx.scene.input.InputMethodRequests> |
inputMethodRequests |
javafx.beans.property.BooleanProperty |
mouseTransparent |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ReadOnlyObjectProperty<javafx.geometry.Bounds> |
boundsInLocalProperty() |
javafx.beans.property.ReadOnlyObjectProperty<javafx.geometry.Bounds> |
boundsInParentProperty() |
javafx.beans.property.ObjectProperty<CacheHint> |
cacheHintProperty() |
javafx.beans.property.BooleanProperty |
cacheProperty() |
boolean |
canSetCursor() |
boolean |
canSetEffect() |
javafx.beans.property.ObjectProperty<Node> |
clipProperty() |
javafx.beans.property.ObjectProperty<Cursor> |
cursorProperty() |
javafx.beans.property.ObjectProperty<DepthTest> |
depthTestProperty() |
javafx.beans.property.BooleanProperty |
disableProperty() |
javafx.beans.property.ObjectProperty<javafx.scene.effect.Effect> |
effectProperty() |
javafx.geometry.Bounds |
getBoundsInLocal()
Gets the value of the property boundsInLocal.
|
javafx.geometry.Bounds |
getBoundsInParent()
Gets the value of the property boundsInParent.
|
CacheHint |
getCacheHint()
Gets the value of the property cacheHint.
|
Node |
getClip()
Gets the value of the property clip.
|
Cursor |
getCursor()
Gets the value of the property cursor.
|
DepthTest |
getDepthTest()
Gets the value of the property depthTest.
|
javafx.scene.effect.Effect |
getEffect()
Gets the value of the property effect.
|
javafx.scene.input.InputMethodRequests |
getInputMethodRequests()
Gets the value of the property inputMethodRequests.
|
javafx.beans.property.ObjectProperty<javafx.scene.input.InputMethodRequests> |
inputMethodRequestsProperty() |
void |
invalidateBoundsInLocal() |
void |
invalidateBoundsInParent() |
boolean |
isCache()
Gets the value of the property cache.
|
boolean |
isDisable()
Gets the value of the property disable.
|
boolean |
isMouseTransparent()
Gets the value of the property mouseTransparent.
|
javafx.beans.property.BooleanProperty |
mouseTransparentProperty() |
public final javafx.beans.property.ReadOnlyObjectProperty<javafx.geometry.Bounds> boundsInParentProperty
getBoundsInParent()
public final javafx.beans.property.ReadOnlyObjectProperty<javafx.geometry.Bounds> boundsInLocalProperty
getBoundsInLocal()
public final javafx.beans.property.BooleanProperty cacheProperty
isCache()
public final javafx.beans.property.ObjectProperty<CacheHint> cacheHintProperty
getCacheHint()
public final javafx.beans.property.ObjectProperty<Cursor> cursorProperty
getCursor()
public final javafx.beans.property.ObjectProperty<DepthTest> depthTestProperty
getDepthTest()
public final javafx.beans.property.BooleanProperty disableProperty
isDisable()
public final javafx.beans.property.ObjectProperty<javafx.scene.effect.Effect> effectProperty
getEffect()
public javafx.beans.property.ObjectProperty<javafx.scene.input.InputMethodRequests> inputMethodRequestsProperty
getInputMethodRequests()
public final javafx.beans.property.BooleanProperty mouseTransparentProperty
isMouseTransparent()
public final javafx.geometry.Bounds getBoundsInParent()
public final javafx.beans.property.ReadOnlyObjectProperty<javafx.geometry.Bounds> boundsInParentProperty()
getBoundsInParent()
public void invalidateBoundsInParent()
public final javafx.geometry.Bounds getBoundsInLocal()
public final javafx.beans.property.ReadOnlyObjectProperty<javafx.geometry.Bounds> boundsInLocalProperty()
getBoundsInLocal()
public void invalidateBoundsInLocal()
public final boolean isCache()
public final javafx.beans.property.BooleanProperty cacheProperty()
isCache()
public final CacheHint getCacheHint()
public final javafx.beans.property.ObjectProperty<CacheHint> cacheHintProperty()
getCacheHint()
public final Node getClip()
public final javafx.beans.property.ObjectProperty<Node> clipProperty()
getClip()
public final Cursor getCursor()
public final javafx.beans.property.ObjectProperty<Cursor> cursorProperty()
getCursor()
public final DepthTest getDepthTest()
public final javafx.beans.property.ObjectProperty<DepthTest> depthTestProperty()
getDepthTest()
public final boolean isDisable()
public final javafx.beans.property.BooleanProperty disableProperty()
isDisable()
public final javafx.scene.effect.Effect getEffect()
public final javafx.beans.property.ObjectProperty<javafx.scene.effect.Effect> effectProperty()
getEffect()
public final javafx.scene.input.InputMethodRequests getInputMethodRequests()
public javafx.beans.property.ObjectProperty<javafx.scene.input.InputMethodRequests> inputMethodRequestsProperty()
getInputMethodRequests()
public final boolean isMouseTransparent()
public final javafx.beans.property.BooleanProperty mouseTransparentProperty()
isMouseTransparent()
public boolean canSetCursor()
public boolean canSetEffect()
Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.