|
Spec-Zone .ru
спецификации, руководства, описания, API
|
private final class Node.MiscProperties
extends java.lang.Object
| 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() |
getBoundsInParent()getBoundsInLocal()isCache()getCacheHint()getClip()getCursor()getDepthTest()isDisable()getEffect()getInputMethodRequests()isMouseTransparent()public final Bounds getBoundsInParent()
public final ReadOnlyObjectProperty<Bounds> boundsInParentProperty()
getBoundsInParent()public void invalidateBoundsInParent()
public final Bounds getBoundsInLocal()
public final ReadOnlyObjectProperty<Bounds> boundsInLocalProperty()
getBoundsInLocal()public void invalidateBoundsInLocal()
public final boolean isCache()
public final BooleanProperty cacheProperty()
isCache()public final CacheHint getCacheHint()
public final ObjectProperty<CacheHint> cacheHintProperty()
getCacheHint()public final Node getClip()
public final ObjectProperty<Node> clipProperty()
getClip()public final Cursor getCursor()
public final ObjectProperty<Cursor> cursorProperty()
getCursor()public final DepthTest getDepthTest()
public final ObjectProperty<DepthTest> depthTestProperty()
getDepthTest()public final boolean isDisable()
public final BooleanProperty disableProperty()
isDisable()public final Effect getEffect()
public final ObjectProperty<Effect> effectProperty()
getEffect()public final InputMethodRequests getInputMethodRequests()
public ObjectProperty<InputMethodRequests> inputMethodRequestsProperty()
getInputMethodRequests()public final boolean isMouseTransparent()
public final BooleanProperty mouseTransparentProperty()
isMouseTransparent()public boolean canSetCursor()
public boolean canSetEffect()
Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .