Package | Description |
---|---|
javafx.animation |
Provides the set of classes for ease of use transition based animations.
|
Modifier and Type | Method and Description |
---|---|
KeyValue.Type |
KeyValue.getType()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
static KeyValue.Type |
KeyValue.Type.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static KeyValue.Type[] |
KeyValue.Type.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.