Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
Modifier and Type | Method and Description |
---|---|
static Scene.DirtyBits |
Scene.DirtyBits.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Scene.DirtyBits[] |
Scene.DirtyBits.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
Scene.isDirty(Scene.DirtyBits dirtyBit)
Test the specified dirty bit
|
private void |
Scene.markDirty(Scene.DirtyBits dirtyBit)
Set the specified dirty bit and mark the peer as dirty
|
private void |
Scene.setDirty(Scene.DirtyBits dirtyBit)
Set the specified dirty bit
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to