Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.animation |
Provides the set of classes for ease of use transition based animations.
|
javafx.beans.property |
The package
javafx.beans.property defines read-only
properties and writable properties, plus a number of implementations. |
javafx.beans.property.adapter | |
javafx.scene.chart |
The JavaFX User Interface provides a set of chart components that
are a very convenient way for data visualization.
|
javafx.scene.control |
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
|
javafx.scene.effect |
Provides the set of classes for attaching graphical filter effects to JavaFX Scene Graph Nodes.
|
javafx.scene.layout |
Provides classes to support user interface layout.
|
javafx.scene.media |
Provides the set of classes for integrating audio and video into Java FX
Applications.
|
javafx.scene.text |
Provides the set of classes for fonts and renderable Text Node.
|
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
Modifier and Type | Field and Description |
---|---|
private IntegerProperty |
Animation.cycleCount
Defines the number of cycles in this animation.
|
Modifier and Type | Method and Description |
---|---|
IntegerProperty |
Animation.cycleCountProperty()
Defines the number of cycles in this animation.
|
Modifier and Type | Class and Description |
---|---|
class |
IntegerPropertyBase
The class
IntegerPropertyBase is the base class for a property
wrapping a int value. |
class |
ReadOnlyIntegerWrapper
This class provides a convenient class to define read-only properties.
|
class |
SimpleIntegerProperty
This class provides a full implementation of a
Property wrapping a
int value. |
Modifier and Type | Class and Description |
---|---|
class |
JavaBeanIntegerProperty
A
JavaBeanIntegerProperty provides an adapter between a regular
Java Bean property of type int or Integer and a JavaFX
IntegerProperty . |
Modifier and Type | Field and Description |
---|---|
private IntegerProperty |
NumberAxis.currentRangeIndexProperty |
private IntegerProperty |
ValueAxis.minorTickCount
The number of minor tick divisions to be displayed between each major tick mark.
|
Modifier and Type | Method and Description |
---|---|
IntegerProperty |
ValueAxis.minorTickCountProperty()
The number of minor tick divisions to be displayed between each major tick mark.
|
Modifier and Type | Field and Description |
---|---|
private IntegerProperty |
Pagination.currentPageIndex |
private IntegerProperty |
Pagination.maxPageIndicatorCount |
private IntegerProperty |
Slider.minorTickCount
The number of minor ticks to place between any two major ticks.
|
private IntegerProperty |
Pagination.pageCount |
private IntegerProperty |
TextField.prefColumnCount
The preferred number of text columns.
|
private IntegerProperty |
TextArea.prefColumnCount
The preferred number of text columns.
|
private IntegerProperty |
TextArea.prefRowCount
The preferred number of text rows.
|
private IntegerProperty |
TreeView.treeItemCount |
private IntegerProperty |
ComboBox.visibleRowCount
The maximum number of rows to be visible in the ComboBox popup when it is
showing.
|
Modifier and Type | Method and Description |
---|---|
IntegerProperty |
Pagination.currentPageIndexProperty()
The current page index to display for this pagination control.
|
IntegerProperty |
TreeView.impl_treeItemCountProperty()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
IntegerProperty |
Pagination.maxPageIndicatorCountProperty()
The maximum number of page indicators to use for this pagination control.
|
IntegerProperty |
Slider.minorTickCountProperty()
The number of minor ticks to place between any two major ticks.
|
IntegerProperty |
Pagination.pageCountProperty()
The number of pages for this pagination control.
|
IntegerProperty |
TextField.prefColumnCountProperty()
The preferred number of text columns.
|
IntegerProperty |
TextArea.prefColumnCountProperty()
The preferred number of text columns.
|
IntegerProperty |
TextArea.prefRowCountProperty()
The preferred number of text rows.
|
IntegerProperty |
ComboBox.visibleRowCountProperty()
The maximum number of rows to be visible in the ComboBox popup when it is
showing.
|
Modifier and Type | Field and Description |
---|---|
private IntegerProperty |
Effect.effectDirty |
private IntegerProperty |
FloatMap.height
The height of the map, in pixels.
|
private IntegerProperty |
BoxBlur.iterations
The number of times to iterate the blur effect to improve its
"quality" or "smoothness".
|
private IntegerProperty |
FloatMap.width
The width of the map, in pixels.
|
Modifier and Type | Method and Description |
---|---|
IntegerProperty |
FloatMap.heightProperty()
The height of the map, in pixels.
|
IntegerProperty |
Effect.impl_effectDirtyProperty()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
IntegerProperty |
BoxBlur.iterationsProperty()
The number of times to iterate the blur effect to improve its
"quality" or "smoothness".
|
IntegerProperty |
FloatMap.widthProperty()
The width of the map, in pixels.
|
Modifier and Type | Field and Description |
---|---|
private IntegerProperty |
TilePane.prefColumns |
private IntegerProperty |
TilePane.prefRows |
Modifier and Type | Method and Description |
---|---|
IntegerProperty |
TilePane.prefColumnsProperty()
The preferred number of columns for a horizontal tilepane.
|
IntegerProperty |
TilePane.prefRowsProperty()
The preferred number of rows for a vertical tilepane.
|
Modifier and Type | Field and Description |
---|---|
private IntegerProperty |
MediaPlayer.audioSpectrumNumBands
The number of bands in the audio spectrum.
|
private IntegerProperty |
MediaPlayer.audioSpectrumThreshold
The sensitivity threshold in decibels; must be non-positive.
|
private IntegerProperty |
MediaPlayer.cycleCount
The number of times the media will be played.
|
private IntegerProperty |
AudioClip.cycleCount
The number of times the clip will be played when
AudioClip.play()
is called. |
private IntegerProperty |
AudioClip.priority
The relative priority of the clip with respect to other clips.
|
Modifier and Type | Method and Description |
---|---|
IntegerProperty |
MediaPlayer.audioSpectrumNumBandsProperty()
The number of bands in the audio spectrum.
|
IntegerProperty |
MediaPlayer.audioSpectrumThresholdProperty()
The sensitivity threshold in decibels; must be non-positive.
|
IntegerProperty |
MediaPlayer.cycleCountProperty()
The number of times the media will be played.
|
IntegerProperty |
AudioClip.cycleCountProperty()
The number of times the clip will be played when
AudioClip.play()
is called. |
IntegerProperty |
AudioClip.priorityProperty()
The relative priority of the clip with respect to other clips.
|
Modifier and Type | Field and Description |
---|---|
private IntegerProperty |
Text.impl_caretPosition
Deprecated.
This is an internal API that is not intended
for use and will be removed in the next version
|
private IntegerProperty |
Text.impl_selectionEnd
Deprecated.
This is an internal API that is not intended
for use and will be removed in the next version
|
private IntegerProperty |
Text.impl_selectionStart
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 |
---|---|
IntegerProperty |
Text.impl_caretPositionProperty()
Deprecated.
This is an internal API that is not intended
for use and will be removed in the next version
|
IntegerProperty |
Text.impl_selectionEndProperty()
Deprecated.
This is an internal API that is not intended
for use and will be removed in the next version
|
IntegerProperty |
Text.impl_selectionStartProperty()
Deprecated.
This is an internal API that is not intended
for use and will be removed in the next version
|
Modifier and Type | Field and Description |
---|---|
private IntegerProperty |
WebHistory.maxSize |
Modifier and Type | Method and Description |
---|---|
IntegerProperty |
WebHistory.maxSizeProperty()
Defines the maximum size of the history list.
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to