Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.scene.effect |
Provides the set of classes for attaching graphical filter effects to JavaFX Scene Graph Nodes.
|
Modifier and Type | Field and Description |
---|---|
(package private) FloatMap |
DisplacementMap.MapDataChangeListener.mapData |
private FloatMap |
DisplacementMapBuilder.mapData |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<FloatMap> |
DisplacementMap.mapData
The map data for this
Effect . |
Modifier and Type | Method and Description |
---|---|
FloatMap |
FloatMapBuilder.build()
Make an instance of
FloatMap based on the properties set on this builder. |
FloatMap |
DisplacementMap.getMapData()
Gets the value of the property mapData.
|
FloatMap |
FloatMap.impl_copy()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<FloatMap> |
DisplacementMap.mapDataProperty()
The map data for this
Effect . |
Modifier and Type | Method and Description |
---|---|
void |
FloatMapBuilder.applyTo(FloatMap x) |
B |
DisplacementMapBuilder.mapData(FloatMap x)
Set the value of the
mapData property for the instance constructed by this builder. |
void |
DisplacementMap.MapDataChangeListener.register(FloatMap value) |
void |
DisplacementMap.setMapData(FloatMap value)
Sets the value of the property mapData.
|
Constructor and Description |
---|
DisplacementMap(FloatMap mapData)
Creates a new instance of DisplacementMap with the specified mapData.
|
DisplacementMap(FloatMap mapData,
double offsetX,
double offsetY,
double scaleX,
double scaleY)
Creates a new instance of DisplacementMap with the specified mapData,
offsetX, offsetY, scaleX, and scaleY.
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to