1 SAMPLEFXML Login DemoFXML-based Login screen sample "sample:///Language/FXML Login DemoSAMPLEString Binding A sample that demonstrates how to bind text properties so the value of the bound property is updated automatically when the value of the original property is ch!sample:///Language/String BindingSAMPLEObservableList A sample that demonstrates the ObservableList interface, which extends the java.util.List interface. Click the button to change an integer to a new random numbe!sample:///Language/ObservableListSAMPLEService~A sample showing use of a Service to retrieve data in a background thread. Selecting the Refresh button restarts the Service. &sample:///Language/Concurrency/ServiceSAMPLETaskEA sample showing use of an an asynchronous Task to populate a table. #sample:///Language/Concurrency/TaskSAMPLESwingInterop A sample that invokes SwingInterop to run in a separate JVM.  SwingInterop shows how to embed JavaFX components, like Chart and WebView components, in a Swing asample:///Language/SwingInteropSAMPLEChangeListener A sample that demonstrates how to add or remove a change listener on a node (for example, a Rectangle node) for some property (for example, Rectangle.hover). On!sample:///Language/ChangeListenerSAMPLEStageYA sample with a control that creates a decorated stage that is centered on your desktop. sample:///Scenegraph/StageSAMPLENode Properties A sample that demonstrates some properties of nodes. Use the radio buttons to send any of the rectangles to the front or back. Use the controls to change opacit$sample:///Scenegraph/Node PropertiesSAMPLE
   2 MouseEvent A sample that demonstrates various mouse and scroll events and their usage. Click the circles and drag them across the screen. Scroll the whole screen. All even&sample:///Scenegraph/Events/MouseEventSAMPLEKeyEvent A sample that demonstrates various key events and their usage. Type in the text box to view the triggered events: key pressed, key typed and key released. Press$sample:///Scenegraph/Events/KeyEventSAMPLEMulti-TouchƒA sample that demonstrates multi-touch support. You can zoom in and out of the images and also rotate the images with multi-touch. 'sample:///Scenegraph/Events/Multi-TouchSAMPLEKey Stroke MotionpAn example of animation generated from key events. Click the grey area to give it focus and try typing letters. -sample:///Scenegraph/Events/Key Stroke MotionSAMPLECursor5A sample that demonstrates changing the cursor icon. "sample:///Scenegraph/Events/CursorSAMPLE
Gesture Event A sample that demonstrates various multi-touch gesture events and their usage. Tap, scroll and pan to move the rectangle. Use pinch close and open zoom gestures)sample:///Scenegraph/Events/Gesture EventSAMPLECustom NodeVA sample that demonstrates how to create a custom node by extending the Parent class.  sample:///Scenegraph/Custom NodeSAMPLEAdvanced Stage A sample with a control that creates a transparent stage that is centered on your desktop. You can drag the stage with your mouse or use the scene controls to m#sample:///Scenegraph/Advanced StageSAMPLE3D Box—A sample that shows a 3D box and uses a perspective camera for rendering the scene. Hint: Switch to Line draw mode to see how cullFace property works. sample:///Graphics 3d/3D BoxSAMPLE XylophonegA sample that demonstrates a xylophone made of 3D cubes. It is animated and plays sounds when clicked. sample:///Graphics 3d/XylophoneSAMPLE       3D Sphere A sample that demonstrates features of PhongMaterial applied to a 3D Sphere. Provided is a playground to exercise the following properties of material: diffuse sample:///Graphics 3d/3D SphereSAMPLE3D Sphere System?A sample that demonstrates an animated rotation of 3D spheres. &sample:///Graphics 3d/3D Sphere SystemSAMPLE3D Cubes=A sample that demonstrates an animated rotation of 3D cubes. sample:///Graphics 3d/3D CubesSAMPLECurve-Fitted Area ChartLAn area chart that demonstrates curve fitting. Styling is done through CSS. -sample:///Charts/Area/Curve-Fitted Area ChartSAMPLEAudio Area ChartFAn area chart that shows audio spectrum of a music file being played. &sample:///Charts/Area/Audio Area ChartSAMPLE
   3 Area Chart|A chart that fills in the area between a line of data points and the axes. Good for comparing accumulated totals over time.  sample:///Charts/Area/Area ChartSAMPLEStacked Area Chart5A sample that displays data in a stacked area chart. (sample:///Charts/Area/Stacked Area ChartSAMPLE
Scatter Chart A chart that displays plotted symbols for a series of data points. Useful for viewing the distribution of data to see if there is any pattern, indicating a corr&sample:///Charts/Scatter/Scatter ChartSAMPLELive Scatter ChartA live scatter chart. +sample:///Charts/Scatter/Live Scatter ChartSAMPLECandle Stick ChartwA custom candlestick chart. This sample shows how to extend XYChart base class to create your own two axis chart type. #sample:///Charts/Candle Stick ChartSAMPLE
   4 Line ChartbA chart in which lines connect a series of data points. Useful for viewing data trends over time.  sample:///Charts/Line/Line ChartSAMPLEStock Line ChartA simulated stock line chart. &sample:///Charts/Line/Stock Line ChartSAMPLECategory Line Chart:A line chart demonstrating a CategoryAxis implementation. )sample:///Charts/Line/Category Line ChartSAMPLEDrilldown Pie Chart A pie chart that provides the ability to drill down through data. Selecting a segment in the initial pie chart causes the pie chart to display detailed data for(sample:///Charts/Pie/Drilldown Pie ChartSAMPLE       Pie CharthA circular chart divided into segments. The value of each segment represents a proportion of the total. sample:///Charts/Pie/Pie ChartSAMPLEBubble ChartLAn advanced bubble chart with a variety of actions and settable properties. sample:///Charts/Bubble ChartSAMPLEHorizontal Bar ChartsHorizontal bar chart with a variety of actions and settable properties for experimenting with the charts features. )sample:///Charts/Bar/Horizontal Bar ChartSAMPLEAudio Bar ChartBBar chart that shows audio spectrum of a music file being played. $sample:///Charts/Bar/Audio Bar ChartSAMPLE    Bar Chart A chart that displays rectangular bars with heights indicating data values for categories. Used for displaying information when at least one axis has discontinusample:///Charts/Bar/Bar ChartSAMPLEImage Bar ChartbA bar chart that uses CSS to display stacks of car images to indicate data values for categories. $sample:///Charts/Bar/Image Bar ChartSAMPLEStacked Bar Chart4A sample that displays data in a stacked bar chart. &sample:///Charts/Bar/Stacked Bar ChartSAMPLE    TableView"A simple table with a header row. sample:///Controls/TableViewSAMPLETableCellFactoryeA simple table that uses cell factories to enable editing of boolean and String values in the table. #sample:///Controls/TableCellFactorySAMPLEHTML Editor…A sample that demonstrates the HTML Editor. You can make changes to the example text, and the resulting generated HTML is displayed. sample:///Controls/HTML EditorSAMPLE
TreeTableViewHA simple implementation of TreeTableView. The Notes column is editable.  sample:///Controls/TreeTableViewSAMPLETextFlow Demonstrates some simple uses of rich text and TextFlow.The first example shows use of text with different fonts in a TextFlow. Use the Playground to experiment sample:///Controls/Text/TextFlowSAMPLE
   5 Search Box>A sample that demonstrates use of CSS to create a search box. "sample:///Controls/Text/Search BoxSAMPLEText Formatter\Demonstrates a TextField control with a TextFormatter that filters and formats the content. &sample:///Controls/Text/Text FormatterSAMPLEBidi"Demonstrates bi-directional text. sample:///Controls/Text/BidiSAMPLEAdvanced LabelRSeveral Label controls, displayed in various alignments with respect to an image. &sample:///Controls/Text/Advanced LabelSAMPLE
   6 Inset Text1A sample that shows styling of text through CSS. "sample:///Controls/Text/Inset TextSAMPLESimple LabelVA simple implementation of the Label control, with an image to the left of the label. $sample:///Controls/Text/Simple LabelSAMPLEText Validator A sample that demonstrates text validation. If the value in the TextField is a small number, the field becomes yellow. If the value in the TextField is not a nu&sample:///Controls/Text/Text ValidatorSAMPLE
   7 Text Field@Demonstrates a TextField control that allows you to enter text. "sample:///Controls/Text/Text FieldSAMPLEProgress Bar4A sample that demonstrates the ProgressBar control. sample:///Controls/Progress BarSAMPLE        ChoiceBox An example of a ChoiceBox with several options. The ChoiceBox control displays a default or current selection, with an icon to click that expands the list for asample:///Controls/ChoiceBoxSAMPLEColorPicker,A sample that demonstrates the ColorPicker. sample:///Controls/ColorPickerSAMPLEColored Buttons8An example of Buttons with different background colors. )sample:///Controls/Button/Colored ButtonsSAMPLEPill Button:This sample demonstrates styling toggle buttons with CSS. %sample:///Controls/Button/Pill ButtonSAMPLEGraphic Button!A button with an embedded image. (sample:///Controls/Button/Graphic ButtonSAMPLEHidden SplitPaneAA sample that demonstrates styling a hidden split pane with CSS. #sample:///Controls/Hidden SplitPaneSAMPLEProgress IndicatorLA sample that demonstrates the Progress Indicator control in various modes. %sample:///Controls/Progress IndicatorSAMPLE
Toggle Button"Toggle buttons in a toggle group.  sample:///Controls/Toggle ButtonSAMPLETabPane6Some implementations of tabs using the TabPane class. sample:///Controls/TabPaneSAMPLE     ScrollBar6A sample showing horizontal and vertical scroll bars. sample:///Controls/ScrollBarSAMPLEStyled Tool BarjA sample that shows three ToolBars, two of which are styled specifically with a separate CSS style sheet. *sample:///Controls/Toolbar/Styled Tool BarSAMPLETool BarA toolbar with three buttons. #sample:///Controls/Toolbar/Tool BarSAMPLEHorizontalListView A sample showing an implementation of the ListView control, in which a list of items is displayed in a horizontal row. ListView is a powerful multi-row control,.sample:///Controls/Listview/HorizontalListViewSAMPLEListViewCellFactory A simple implementation of the ListView control that uses a CellFactory to customize the ListView cell contents. Positive values in the list are green, and nega/sample:///Controls/Listview/ListViewCellFactorySAMPLESimple ListView A simple implementation of the ListView control, in which a list of items is displayed vertically.  ListView is a powerful multirow control, in which each of a +sample:///Controls/Listview/Simple ListViewSAMPLEWebViewBA sample that demonstrates a WebView object accessing a web page. sample:///Controls/WebViewSAMPLE
   8 DatePicker|A sample that demonstrates the DatePicker. There is an option to switch locales and see how DatePicker control picks it up. sample:///Controls/DatePickerSAMPLEMenuuAn example of a menu bar. The example includes use of the system bar, if the current platform supports a system bar. sample:///Controls/MenuSAMPLE        HyperLinkFA sample that shows a simple hyperlink and a hyperlink with an image. sample:///Controls/HyperLinkSAMPLETreeViewSAn implementation of the TreeView control displaying an expandable tree root node. sample:///Controls/TreeViewSAMPLE    AccordionAn example of an accordion control. You can use accordion controls to define individual panes and  display them one at a time. sample:///Controls/AccordionSAMPLE  Check Box,An example of CheckBoxes in various states. sample:///Controls/Check BoxSAMPLE
   9 Pagination'A sample that demonstrates pagination. sample:///Controls/PaginationSAMPLERadio Button/An example of radio buttons in various states. sample:///Controls/Radio ButtonSAMPLEOverlay Media PlayeržA media player with controls for play, pause, stop, seek, and volume. This media player also demonstrates overlaying the player controls on top of the media. $sample:///Media/Overlay Media PlayerSAMPLEAlpha Media PlayerGAn alpha media player with 2 different media views and alpha channels. "sample:///Media/Alpha Media PlayerSAMPLEStreaming Media Player•A media player with controls for play, pause, stop, seek, and volume. This media player is playing media via HTTP Live Streaming, also known as HLS. &sample:///Media/Streaming Media PlayerSAMPLEAdvanced MediaIAn advanced media player with controls for play/pause, seek, and volume. sample:///Media/Advanced MediaSAMPLE
  10 Audio Clip5A sample that demonstrates the basics of AudioClips. sample:///Media/Audio ClipSAMPLE
  11 BorderPanevAn example of  a BorderPane layout, with placement of children in the top, left, center, right, and bottom positions. sample:///Layout/BorderPaneSAMPLE
  12 AnchorPane*A simple example of an AnchorPane layout. sample:///Layout/AnchorPaneSAMPLEVBox#A simple example of a VBox layout. sample:///Layout/VBoxSAMPLEHBox$A simple example of an HBox layout. sample:///Layout/HBoxSAMPLEFlowPane'A simple example of a FlowPane layout. sample:///Layout/FlowPaneSAMPLETilePane!An example of a TilePane layout. sample:///Layout/TilePaneSAMPLEGridPane An example of a GridPane layout. There is more than one approach to using a GridPane. The code can specify which rows and/or columns should contain the content.sample:///Layout/GridPaneSAMPLE StackPane(A simple example of a StackPane layout. sample:///Layout/StackPaneSAMPLEInterpolator A sample that shows various types of interpolation between key frames in a timeline. There are five circles, each animated with a different interpolation method sample:///Animation/InterpolatorSAMPLETimeline Events A sample that demonstrates events triggered during time line play. The circle changes its radius in a linear fashion during each key frame and randomly jumps to#sample:///Animation/Timeline EventsSAMPLETranslate TransitionOA sample in which a node moves from one location to another over a given time. 4sample:///Animation/Transitions/Translate TransitionSAMPLERotate TransitionFA sample in which a node rotates around its center over a given time. 1sample:///Animation/Transitions/Rotate TransitionSAMPLEScale TransitionFA sample in which a node scales larger and smaller over a given time. 0sample:///Animation/Transitions/Scale TransitionSAMPLEParallel Transition@A sample in which various transitions are executed in parallel. 3sample:///Animation/Transitions/Parallel TransitionSAMPLEStroke TransitionIA sample in which the stroke color of a shape changes over a given time. 1sample:///Animation/Transitions/Stroke TransitionSAMPLEFill TransitionDA sample in which the filling of a shape changes over a given time. /sample:///Animation/Transitions/Fill TransitionSAMPLEPath TransitionOA sample in which a node moves along a path from end to end over a given time. /sample:///Animation/Transitions/Path TransitionSAMPLESequential TransitionAA sample in which various transitions are executed sequentially. 5sample:///Animation/Transitions/Sequential TransitionSAMPLEPause Transition3A sample in which a node pauses over a given time. 0sample:///Animation/Transitions/Pause TransitionSAMPLEFade TransitionCA sample in which the opacity of a node changes over a given time. /sample:///Animation/Transitions/Fade TransitionSAMPLETimeline<A sample that demonstrates the basics of timeline creation. sample:///Animation/TimelineSAMPLE
Display ShelfAA display shelf of images using the PerspectiveTransform effect. #sample:///Graphics 2d/Display ShelfSAMPLE
Digital ClockUA digital clock application that demonstrates JavaFX animation, images, and effects. #sample:///Graphics 2d/Digital ClockSAMPLE
Puzzle PiecesLA sample in which an image is broken into pieces to create a jigsaw puzzle. #sample:///Graphics 2d/Puzzle PiecesSAMPLE    StopwatchjAn animated stopwatch. Click the green button to start the stopwatch and click the red button to stop it. sample:///Graphics 2d/StopwatchSAMPLE
Brick BreakerOThe main purpose of the game is to break all the bricks and not drop the ball. #sample:///Graphics 2d/Brick BreakerSAMPLEBouncing BallsŠA sample that shows animated bouncing balls. Select a ball to start or stop the animation. Select the reset button to stop all the balls. $sample:///Graphics 2d/Bouncing BallsSAMPLECanvas Fireworks‰A sample that demonstrates how to draw and paint shapes, apply visual effects, blend colors in overlapping objects, and animate objects. &sample:///Graphics 2d/Canvas FireworksSAMPLESpeed Gauge+A sample that demonstrates a simple gauge. !sample:///Graphics 2d/Speed GaugeSAMPLE
  13 Calculator2A calculator that performs simple math exercises.  sample:///Graphics 2d/CalculatorSAMPLERadial Gradient…A sample that demonstrates two circles, one filled with a simple radial gradient and one filled with a more complex radial gradient. ,sample:///Graphics 2d/Paints/Radial GradientSAMPLEColorRectangles filled with colors. "sample:///Graphics 2d/Paints/ColorSAMPLELinear Gradient–A sample with two rectangles, one filled with a simple linear gradient and one filled with a more complex gradient using the reflection cycle method. ,sample:///Graphics 2d/Paints/Linear GradientSAMPLEImage CreationUA sample that demonstrates the use of two different constructors in the Image class. +sample:///Graphics 2d/Images/Image CreationSAMPLEImage PropertiesOA sample that demonstrates how to resize images and use the Viewport property. -sample:///Graphics 2d/Images/Image PropertiesSAMPLEImage OperationUA sample that demonstrates the use of two different constructors in the Image class. ,sample:///Graphics 2d/Images/Image OperationSAMPLEColorful Circles‰A sample that demonstrates how to draw and paint shapes, apply visual effects, blend colors in overlapping objects, and animate objects. &sample:///Graphics 2d/Colorful CirclesSAMPLEEllipseNA sample that demonstrates how various settings affect two elliptical shapes. $sample:///Graphics 2d/Shapes/EllipseSAMPLEPolylineGA sample that demonstrates polyline construction with stroke and fill. %sample:///Graphics 2d/Shapes/PolylineSAMPLE
  14 Quad CurvePAn example of how various settings affect a quadratic BΓ©zier parametric curve. 'sample:///Graphics 2d/Shapes/Quad CurveSAMPLECubic CurveOA sample showing how various settings change a cubic BΓ©zier parametric curve. (sample:///Graphics 2d/Shapes/Cubic CurveSAMPLEPolygon1A sample that demonstrates polygon construction. $sample:///Graphics 2d/Shapes/PolygonSAMPLELineEA sample that demonstrates how various settings affect a line shape. !sample:///Graphics 2d/Shapes/LineSAMPLE    Rectangle=A sample showing how various settings effect two rectangles. &sample:///Graphics 2d/Shapes/RectangleSAMPLEArcEA sample that demonstrates how various settings affect a line shape.  sample:///Graphics 2d/Shapes/ArcSAMPLEPath,A sample that demonstrates two path shapes. !sample:///Graphics 2d/Shapes/PathSAMPLECircleOA sample showing two circles with controls to change fill, stroke, and radius. #sample:///Graphics 2d/Shapes/CircleSAMPLEInner ShadowWA sample that demonstrates how an inner shadow effect is affected by various settings. *sample:///Graphics 2d/Effects/Inner ShadowSAMPLE
  15 ReflectionTA sample that demonstrates how a reflection effect is affected by various settings. (sample:///Graphics 2d/Effects/ReflectionSAMPLE
Gaussian BlurcA sample that demonstrates a Gaussian blur effect on an image, with varying degrees of blurriness. +sample:///Graphics 2d/Effects/Gaussian BlurSAMPLE
  16 Sepia ToneCA sample that demonstrates varying degrees of a sepia tone effect. (sample:///Graphics 2d/Effects/Sepia ToneSAMPLEDrop ShadowUA sample that demonstrates how a drop shadow effect is affected by various settings. )sample:///Graphics 2d/Effects/Drop ShadowCLASS      Accordion An accordion is a group of   TitlePanes  . Only one TitledPane can be opened at a time.   The   TitledPane   content in an accordion can be any   Node   such asjavafx.scene.controlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Accordion.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Accordion.htmlPROPERTYexpandedPane.    The expanded TitledPane in the Accordion. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Accordion.html#expandedPane       Accordionjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Accordion.html#expandedPaneMETHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Accordion.html#createDefaultSkin()  Accordionjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Accordion.html#createDefaultSkin()METHODexpandedPaneProperty0 ()   The expanded TitledPane in the Accordion. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Accordion.html#expandedPaneProperty()       Accordionjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Accordion.html#expandedPaneProperty()METHODgetExpandedPane5 ()   Gets the expanded TitledPane in the Accordion. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Accordion.html#getExpandedPane() Accordionjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Accordion.html#getExpandedPane()METHODgetPanes9 ()   Gets the list of   TitledPane   in this Accordion. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Accordion.html#getPanes()  Accordionjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Accordion.html#getPanes()METHODsetExpandedPaneO ( TitledPane  value)   The expanded   TitledPane   that is currently visible. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Accordion.html#setExpandedPane()   Accordionjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Accordion.html#setExpandedPane()CLASSActionEventjavafx.eventChttp://download.java.net/jdk8/jfxdocs/javafx/event/ActionEvent.htmlChttp://download.java.net/jdk8/jfxdocs/javafx/event/ActionEvent.htmlMETHODcopyForŽ (java.lang.Object newSource,  EventTarget  newTarget)   Creates and returns a copy of this event with the specified event source and target. Mhttp://download.java.net/jdk8/jfxdocs/javafx/event/ActionEvent.html#copyFor()ActionEventjavafx.eventMhttp://download.java.net/jdk8/jfxdocs/javafx/event/ActionEvent.html#copyFor()METHODgetEventType) ()   Gets the event type of this event. Rhttp://download.java.net/jdk8/jfxdocs/javafx/event/ActionEvent.html#getEventType()ActionEventjavafx.eventRhttp://download.java.net/jdk8/jfxdocs/javafx/event/ActionEvent.html#getEventType()FIELDACTION2    The only valid EventType for the ActionEvent. Jhttp://download.java.net/jdk8/jfxdocs/javafx/event/ActionEvent.html#ACTIONActionEventjavafx.eventJhttp://download.java.net/jdk8/jfxdocs/javafx/event/ActionEvent.html#ACTIONFIELDANY1    Common supertype for all action event types. Ghttp://download.java.net/jdk8/jfxdocs/javafx/event/ActionEvent.html#ANYActionEventjavafx.eventGhttp://download.java.net/jdk8/jfxdocs/javafx/event/ActionEvent.html#ANYCLASSAffine The  Affine  class represents a general affine transform. An affine transform performs a linear mapping from 2D/3D coordinates to other 2D/3D coordinates while javafx.scene.transformHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.htmlPROPERTYmxx@    Defines the X coordinate scaling element of the 3x4 matrix. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#mxxAffinejavafx.scene.transformLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#mxxPROPERTYmxy9    Defines the XY coordinate element of the 3x4 matrix. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#mxyAffinejavafx.scene.transformLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#mxyPROPERTYmxz9    Defines the XZ coordinate element of the 3x4 matrix. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#mxzAffinejavafx.scene.transformLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#mxzPROPERTYmyx9    Defines the YX coordinate element of the 3x4 matrix. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#myxAffinejavafx.scene.transformLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#myxPROPERTYmyy@    Defines the Y coordinate scaling element of the 3x4 matrix. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#myyAffinejavafx.scene.transformLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#myyPROPERTYmyz9    Defines the YZ coordinate element of the 3x4 matrix. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#myzAffinejavafx.scene.transformLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#myzPROPERTYmzx9    Defines the ZX coordinate element of the 3x4 matrix. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#mzxAffinejavafx.scene.transformLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#mzxPROPERTYmzy9    Defines the ZY coordinate element of the 3x4 matrix. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#mzyAffinejavafx.scene.transformLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#mzyPROPERTYmzz@    Defines the Z coordinate scaling element of the 3x4 matrix. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#mzzAffinejavafx.scene.transformLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#mzzPROPERTYtxD    Defines the X coordinate translation element of the 3x4 matrix. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#txAffinejavafx.scene.transformKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#txPROPERTYtyD    Defines the Y coordinate translation element of the 3x4 matrix. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#tyAffinejavafx.scene.transformKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#tyPROPERTYtzD    Defines the Z coordinate translation element of the 3x4 matrix. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#tzAffinejavafx.scene.transformKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#tzMETHODappendt (double[] matrix,  MatrixType  type, int offset)    Appends the transform specified by the array to this instance. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#append()Affinejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#append()METHODappend– (double mxx, double mxy, double tx, double myx, double myy, double ty)    Appends the 2D transform specified by the element values to this instance. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#append()Affinejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#append()METHODappend  (double mxx, double mxy, double mxz, double tx, double myx, double myy, double myz, double ty, double mzx, double mzy, double mzz, double tz)    Appends the trQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#append()Affinejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#append()METHODappendN ( Transform  transform)    Appends the specified transform to this instance. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#append()Affinejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#append()METHODappendRotation= (double angle)    Appends the 2D rotation to this instance. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendRotation()Affinejavafx.scene.transformYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendRotation()METHODappendRotationf (double angle, double pivotX, double pivotY)    Appends the 2D rotation with pivot to this instance. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendRotation()Affinejavafx.scene.transformYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendRotation()METHODappendRotation‘ (double angle, double pivotX, double pivotY, double pivotZ, double axisX, double axisY, double axisZ)    Appends the rotation to this instance. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendRotation()Affinejavafx.scene.transformYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendRotation()METHODappendRotationw (double angle, double pivotX, double pivotY, double pivotZ,  Point3D  axis)    Appends the rotation to this instance. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendRotation()Affinejavafx.scene.transformYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendRotation()METHODappendRotationY (double angle,  Point2D  pivot)    Appends the 2D rotation with pivot to this instance. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendRotation()Affinejavafx.scene.transformYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendRotation()METHODappendRotation[ (double angle,  Point3D  pivot,  Point3D  axis)    Appends the rotation to this instance. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendRotation()Affinejavafx.scene.transformYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendRotation()METHODappendScaleB (double sx, double sy)    Appends the 2D scale to this instance. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendScale()Affinejavafx.scene.transformVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendScale()METHODappendScaleJ (double sx, double sy, double sz)    Appends the scale to this instance. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendScale()Affinejavafx.scene.transformVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendScale()METHODappendScalek (double sx, double sy, double pivotX, double pivotY)    Appends the 2D scale with pivot to this instance. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendScale()Affinejavafx.scene.transformVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendScale()METHODappendScale‚ (double sx, double sy, double sz, double pivotX, double pivotY, double pivotZ)    Appends the scale with pivot to this instance. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendScale()Affinejavafx.scene.transformVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendScale()METHODappendScalef (double sx, double sy, double sz,  Point3D  pivot)    Appends the scale with pivot to this instance. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendScale()Affinejavafx.scene.transformVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendScale()METHODappendScale^ (double sx, double sy,  Point2D  pivot)    Appends the 2D scale with pivot to this instance. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendScale()Affinejavafx.scene.transformVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendScale()METHODappendShearA (double shx, double shy)    Appends the shear to this instance. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendShear()Affinejavafx.scene.transformVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendShear()METHODappendShearj (double shx, double shy, double pivotX, double pivotY)    Appends the shear with pivot to this instance. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendShear()Affinejavafx.scene.transformVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendShear()METHODappendShear] (double shx, double shy,  Point2D  pivot)    Appends the shear with pivot to this instance. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendShear()Affinejavafx.scene.transformVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendShear()METHODappendTranslationH (double tx, double ty)    Appends the 2D translation to this instance. \http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendTranslation()Affinejavafx.scene.transform\http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendTranslation()METHODappendTranslationP (double tx, double ty, double tz)    Appends the translation to this instance. \http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendTranslation()Affinejavafx.scene.transform\http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#appendTranslation()METHODclone- ()   Returns a deep copy of this transform. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#clone()Affinejavafx.scene.transformPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#clone()METHODcreateConcatenationd ( Transform  transform)   Returns the concatenation of this transform and the specified transform. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#createConcatenation()Affinejavafx.scene.transform^http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#createConcatenation()METHOD
createInverse7 ()   Returns the inverse transform of this transform. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#createInverse()Affinejavafx.scene.transformXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#createInverse()METHODdeltaTransformT (double x, double y)   Transforms the relative magnitude vector by this transform. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#deltaTransform()Affinejavafx.scene.transformYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#deltaTransform()METHODdeltaTransform^ (double x, double y, double z)   Transforms the relative magnitude vector by this transform. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#deltaTransform()Affinejavafx.scene.transformYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#deltaTransform()METHODdeterminant9 ()   Computes determinant of the transformation matrix. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#determinant()Affinejavafx.scene.transformVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#determinant()METHODgetMxx* ()   Gets the value of the property mxx. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#getMxx()Affinejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#getMxx()METHODgetMxy* ()   Gets the value of the property mxy. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#getMxy()Affinejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#getMxy()METHODgetMxz* ()   Gets the value of the property mxz. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#getMxz()Affinejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#getMxz()METHODgetMyx* ()   Gets the value of the property myx. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#getMyx()Affinejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#getMyx()METHODgetMyy* ()   Gets the value of the property myy. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#getMyy()Affinejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#getMyy()METHODgetMyz* ()   Gets the value of the property myz. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#getMyz()Affinejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#getMyz()METHODgetMzx* ()   Gets the value of the property mzx. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#getMzx()Affinejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#getMzx()METHODgetMzy* ()   Gets the value of the property mzy. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#getMzy()Affinejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#getMzy()METHODgetMzz* ()   Gets the value of the property mzz. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#getMzz()Affinejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#getMzz()METHODgetTx) ()   Gets the value of the property tx. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#getTx()Affinejavafx.scene.transformPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#getTx()METHODgetTy) ()   Gets the value of the property ty. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#getTy()Affinejavafx.scene.transformPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#getTy()METHODgetTz) ()   Gets the value of the property tz. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#getTz()Affinejavafx.scene.transformPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#getTz()METHODinverseDeltaTransformc (double x, double y)   Transforms the relative magnitude vector by the inverse of this transform. `http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#inverseDeltaTransform()Affinejavafx.scene.transform`http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#inverseDeltaTransform()METHODinverseDeltaTransformm (double x, double y, double z)   Transforms the relative magnitude vector by the inverse of this transform. `http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#inverseDeltaTransform()Affinejavafx.scene.transform`http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#inverseDeltaTransform()METHODinverseTransformY (double x, double y)   Transforms the specified point by the inverse of this transform. [http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#inverseTransform()Affinejavafx.scene.transform[http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#inverseTransform()METHODinverseTransformc (double x, double y, double z)   Transforms the specified point by the inverse of this transform. [http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#inverseTransform()Affinejavafx.scene.transform[http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#inverseTransform()METHODinvert' ()   Inverts this transform in place. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#invert()Affinejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#invert()METHODmxxPropertyB ()   Defines the X coordinate scaling element of the 3x4 matrix. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#mxxProperty()Affinejavafx.scene.transformVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#mxxProperty()METHODmxyProperty; ()   Defines the XY coordinate element of the 3x4 matrix. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#mxyProperty()Affinejavafx.scene.transformVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#mxyProperty()METHODmxzProperty; ()   Defines the XZ coordinate element of the 3x4 matrix. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#mxzProperty()Affinejavafx.scene.transformVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#mxzProperty()METHODmyxProperty; ()   Defines the YX coordinate element of the 3x4 matrix. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#myxProperty()Affinejavafx.scene.transformVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#myxProperty()METHODmyyPropertyB ()   Defines the Y coordinate scaling element of the 3x4 matrix. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#myyProperty()Affinejavafx.scene.transformVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#myyProperty()METHODmyzProperty; ()   Defines the YZ coordinate element of the 3x4 matrix. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#myzProperty()Affinejavafx.scene.transformVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#myzProperty()METHODmzxProperty; ()   Defines the ZX coordinate element of the 3x4 matrix. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#mzxProperty()Affinejavafx.scene.transformVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#mzxProperty()METHODmzyProperty; ()   Defines the ZY coordinate element of the 3x4 matrix. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#mzyProperty()Affinejavafx.scene.transformVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#mzyProperty()METHODmzzPropertyB ()   Defines the Z coordinate scaling element of the 3x4 matrix. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#mzzProperty()Affinejavafx.scene.transformVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#mzzProperty()METHODprependu (double[] matrix,  MatrixType  type, int offset)    Prepends the transform specified by the array to this instance. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prepend()Affinejavafx.scene.transformRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prepend()METHODprepend— (double mxx, double mxy, double tx, double myx, double myy, double ty)    Prepends the 2D transform specified by the element values to this instance. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prepend()Affinejavafx.scene.transformRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prepend()METHODprepend  (double mxx, double mxy, double mxz, double tx, double myx, double myy, double myz, double ty, double mzx, double mzy, double mzz, double tz)    Prepends the tRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prepend()Affinejavafx.scene.transformRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prepend()METHODprependO ( Transform  transform)    Prepends the specified transform to this instance. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prepend()Affinejavafx.scene.transformRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prepend()METHODprependRotation> (double angle)    Prepends the 2D rotation to this instance. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependRotation()Affinejavafx.scene.transformZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependRotation()METHODprependRotationg (double angle, double pivotX, double pivotY)    Prepends the 2D rotation with pivot to this instance. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependRotation()Affinejavafx.scene.transformZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependRotation()METHODprependRotation’ (double angle, double pivotX, double pivotY, double pivotZ, double axisX, double axisY, double axisZ)    Prepends the rotation to this instance. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependRotation()Affinejavafx.scene.transformZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependRotation()METHODprependRotationx (double angle, double pivotX, double pivotY, double pivotZ,  Point3D  axis)    Prepends the rotation to this instance. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependRotation()Affinejavafx.scene.transformZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependRotation()METHODprependRotationZ (double angle,  Point2D  pivot)    Prepends the 2D rotation with pivot to this instance. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependRotation()Affinejavafx.scene.transformZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependRotation()METHODprependRotation\ (double angle,  Point3D  pivot,  Point3D  axis)    Prepends the rotation to this instance. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependRotation()Affinejavafx.scene.transformZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependRotation()METHODprependScaleC (double sx, double sy)    Prepends the 2D scale to this instance. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependScale()Affinejavafx.scene.transformWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependScale()METHODprependScaleK (double sx, double sy, double sz)    Prepends the scale to this instance. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependScale()Affinejavafx.scene.transformWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependScale()METHODprependScalel (double sx, double sy, double pivotX, double pivotY)    Prepends the 2D scale with pivot to this instance. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependScale()Affinejavafx.scene.transformWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependScale()METHODprependScaleƒ (double sx, double sy, double sz, double pivotX, double pivotY, double pivotZ)    Prepends the scale with pivot to this instance. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependScale()Affinejavafx.scene.transformWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependScale()METHODprependScaleg (double sx, double sy, double sz,  Point3D  pivot)    Prepends the scale with pivot to this instance. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependScale()Affinejavafx.scene.transformWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependScale()METHODprependScale_ (double sx, double sy,  Point2D  pivot)    Prepends the 2D scale with pivot to this instance. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependScale()Affinejavafx.scene.transformWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependScale()METHODprependShearB (double shx, double shy)    Prepends the shear to this instance. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependShear()Affinejavafx.scene.transformWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependShear()METHODprependSheark (double shx, double shy, double pivotX, double pivotY)    Prepends the shear with pivot to this instance. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependShear()Affinejavafx.scene.transformWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependShear()METHODprependShear^ (double shx, double shy,  Point2D  pivot)    Prepends the shear with pivot to this instance. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependShear()Affinejavafx.scene.transformWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependShear()METHODprependTranslationI (double tx, double ty)    Prepends the 2D translation to this instance. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependTranslation()Affinejavafx.scene.transform]http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependTranslation()METHODprependTranslationQ (double tx, double ty, double tz)    Prepends the translation to this instance. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependTranslation()Affinejavafx.scene.transform]http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#prependTranslation()METHOD
  17 setElements ( MatrixType  type, int row, int column, double value)   Sets the specified element of the transformation matrix. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setElement()Affinejavafx.scene.transformUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setElement()METHODsetMxx6 (double value)   Sets the value of the property mxx. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setMxx()Affinejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setMxx()METHODsetMxy6 (double value)   Sets the value of the property mxy. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setMxy()Affinejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setMxy()METHODsetMxz6 (double value)   Sets the value of the property mxz. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setMxz()Affinejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setMxz()METHODsetMyx6 (double value)   Sets the value of the property myx. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setMyx()Affinejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setMyx()METHODsetMyy6 (double value)   Sets the value of the property myy. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setMyy()Affinejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setMyy()METHODsetMyz6 (double value)   Sets the value of the property myz. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setMyz()Affinejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setMyz()METHODsetMzx6 (double value)   Sets the value of the property mzx. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setMzx()Affinejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setMzx()METHODsetMzy6 (double value)   Sets the value of the property mzy. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setMzy()Affinejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setMzy()METHODsetMzz6 (double value)   Sets the value of the property mzz. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setMzz()Affinejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setMzz()METHOD
setToIdentity7 ()   Resets this transform to the identity transform. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setToIdentity()Affinejavafx.scene.transformXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setToIdentity()METHODsetToTransform‰ (double[] matrix,  MatrixType  type, int offset)   Sets the values of this instance to the transformation matrix specified by an array. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setToTransform()Affinejavafx.scene.transformYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setToTransform()METHODsetToTransform  (double mxx, double mxy, double tx, double myx, double myy, double ty)   Sets the values of this instance to the 2D transform specified by the element values. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setToTransform()Affinejavafx.scene.transformYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setToTransform()METHODsetToTransform  (double mxx, double mxy, double mxz, double tx, double myx, double myy, double myz, double ty, double mzx, double mzy, double mzz, double tz)   Sets the valuesYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setToTransform()Affinejavafx.scene.transformYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setToTransform()METHODsetToTransformo ( Transform  transform)   Sets the values of this instance to the values provided by the specified transform. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setToTransform()Affinejavafx.scene.transformYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setToTransform()METHODsetTx5 (double value)   Sets the value of the property tx. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setTx()Affinejavafx.scene.transformPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setTx()METHODsetTy5 (double value)   Sets the value of the property ty. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setTy()Affinejavafx.scene.transformPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setTy()METHODsetTz5 (double value)   Sets the value of the property tz. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setTz()Affinejavafx.scene.transformPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#setTz()METHODtoString? ()   Returns a string representation of this  Affine  object. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#toString()Affinejavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#toString()METHOD    transformJ (double x, double y)   Transforms the specified point by this transform. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#transform()Affinejavafx.scene.transformThttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#transform()METHOD      transformT (double x, double y, double z)   Transforms the specified point by this transform. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#transform()Affinejavafx.scene.transformThttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#transform()METHOD
  18 txPropertyF ()   Defines the X coordinate translation element of the 3x4 matrix. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#txProperty()Affinejavafx.scene.transformUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#txProperty()METHOD
  19 tyPropertyF ()   Defines the Y coordinate translation element of the 3x4 matrix. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#tyProperty()Affinejavafx.scene.transformUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#tyProperty()METHOD
  20 tzPropertyF ()   Defines the Z coordinate translation element of the 3x4 matrix. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#tzProperty()Affinejavafx.scene.transformUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Affine.html#tzProperty()CLASSAmbientLightjavafx.sceneDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/AmbientLight.htmlDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/AmbientLight.htmlCLASS
  21 AnchorPane AnchorPane lays out each managed child regardless of the child's visible property value; unmanaged children are ignored for all layout calculations.    AnchorPajavafx.scene.layoutIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.htmlMETHODclearConstraintsK ( Node  child)   Removes all anchor pane constraints from the child node. \http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.html#clearConstraints()
  22 AnchorPanejavafx.scene.layout\http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.html#clearConstraints()METHODcomputeMinHeight> (double width)   Computes the minimum height of this region. \http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.html#computeMinHeight()
  23 AnchorPanejavafx.scene.layout\http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.html#computeMinHeight()METHODcomputeMinWidth> (double height)   Computes the minimum width of this region. [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.html#computeMinWidth()
  24 AnchorPanejavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.html#computeMinWidth()METHODcomputePrefHeight  (double width)   Computes the preferred height of this region for the given width; Region subclasses should override this method to return an appropriate value]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.html#computePrefHeight()
  25 AnchorPanejavafx.scene.layout]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.html#computePrefHeight()METHODcomputePrefWidthU (double height)   Computes the preferred width of this region for the given height. \http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.html#computePrefWidth()
  26 AnchorPanejavafx.scene.layout\http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.html#computePrefWidth()METHODgetBottomAnchorG ( Node  child)   Returns the child's bottom anchor constraint if set. [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.html#getBottomAnchor()
  27 AnchorPanejavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.html#getBottomAnchor()METHOD
getLeftAnchorE ( Node  child)   Returns the child's left anchor constraint if set. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.html#getLeftAnchor()
  28 AnchorPanejavafx.scene.layoutYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.html#getLeftAnchor()METHODgetRightAnchorF ( Node  child)   Returns the child's right anchor constraint if set. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.html#getRightAnchor()
  29 AnchorPanejavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.html#getRightAnchor()METHODgetTopAnchorD ( Node  child)   Returns the child's top anchor constraint if set. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.html#getTopAnchor()
  30 AnchorPanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.html#getTopAnchor()METHODlayoutChildrenN ()   Invoked during the layout pass to layout the children in this  Parent . Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.html#layoutChildren()
  31 AnchorPanejavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.html#layoutChildren()METHODsetBottomAnchorq ( Node  child, java.lang.Double value)   Sets the bottom anchor for the child when contained by an anchor pane. [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.html#setBottomAnchor()
  32 AnchorPanejavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.html#setBottomAnchor()METHOD
setLeftAnchoro ( Node  child, java.lang.Double value)   Sets the left anchor for the child when contained by an anchor pane. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.html#setLeftAnchor()
  33 AnchorPanejavafx.scene.layoutYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.html#setLeftAnchor()METHODsetRightAnchorp ( Node  child, java.lang.Double value)   Sets the right anchor for the child when contained by an anchor pane. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.html#setRightAnchor()
  34 AnchorPanejavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.html#setRightAnchor()METHODsetTopAnchorn ( Node  child, java.lang.Double value)   Sets the top anchor for the child when contained by an anchor pane. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.html#setTopAnchor()
  35 AnchorPanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/AnchorPane.html#setTopAnchor()CLASS  Animation An animation can run in a loop by setting   cycleCount  . To make an animation run back and forth while looping, set the   autoReverse   -flag.   Call   play() javafx.animationEhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.htmlEhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.htmlPROPERTYautoReverseO    Defines whether this  Animation  reverses direction on alternating cycles. Qhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#autoReverse        Animationjavafx.animationQhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#autoReversePROPERTYcurrentRatee    Read-only variable to indicate current direction/speed at which the  Animation  is being played. Qhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#currentRate  Animationjavafx.animationQhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#currentRatePROPERTYcurrentTime2    Defines the  Animation 's play head position. Qhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#currentTime     Animationjavafx.animationQhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#currentTimePROPERTY
  36 cycleCount4    Defines the number of cycles in this animation. Phttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#cycleCount  Animationjavafx.animationPhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#cycleCountPROPERTY
cycleDuration     Read-only variable to indicate the duration of one cycle of this  Animation : the time it takes to play from time 0 to the end of the Animation (at the defaShttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#cycleDuration   Animationjavafx.animationShttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#cycleDurationPROPERTYdelay&    Delays the start of an animation. Khttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#delay       Animationjavafx.animationKhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#delayPROPERTY
  37 onFinishedE    The action to be executed at the conclusion of this  Animation . Phttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#onFinished Animationjavafx.animationPhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#onFinishedPROPERTYrateS    Defines the direction/speed at which the  Animation  is expected to be played. Jhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#rate   Animationjavafx.animationJhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#ratePROPERTYstatus#    The status of the  Animation . Lhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#status     Animationjavafx.animationLhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#statusPROPERTY
totalDuration^    Read-only variable to indicate the total duration of this  Animation , including repeats. Shttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#totalDuration  Animationjavafx.animationShttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#totalDurationMETHODautoReversePropertyQ ()   Defines whether this  Animation  reverses direction on alternating cycles. [http://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#autoReverseProperty()  Animationjavafx.animation[http://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#autoReverseProperty()METHODcurrentRatePropertyg ()   Read-only variable to indicate current direction/speed at which the  Animation  is being played. [http://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#currentRateProperty()    Animationjavafx.animation[http://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#currentRateProperty()METHODcurrentTimeProperty4 ()   Defines the  Animation 's play head position. [http://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#currentTimeProperty()       Animationjavafx.animation[http://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#currentTimeProperty()METHODcycleCountProperty6 ()   Defines the number of cycles in this animation. Zhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#cycleCountProperty()       Animationjavafx.animationZhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#cycleCountProperty()METHODcycleDurationProperty  ()   Read-only variable to indicate the duration of one cycle of this  Animation : the time it takes to play from time 0 to the end of the Animation (at the de]http://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#cycleDurationProperty()       Animationjavafx.animation]http://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#cycleDurationProperty()METHOD
delayProperty( ()   Delays the start of an animation. Uhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#delayProperty()     Animationjavafx.animationUhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#delayProperty()METHODgetCuePointsQ ()   The cue points can be used to mark important positions of the  Animation . Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#getCuePoints()      Animationjavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#getCuePoints()METHODgetCurrentRate2 ()   Gets the value of the property currentRate. Vhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#getCurrentRate()  Animationjavafx.animationVhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#getCurrentRate()METHODgetCurrentTime2 ()   Gets the value of the property currentTime. Vhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#getCurrentTime()        Animationjavafx.animationVhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#getCurrentTime()METHOD
getCycleCount1 ()   Gets the value of the property cycleCount. Uhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#getCycleCount()   Animationjavafx.animationUhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#getCycleCount()METHODgetCycleDuration4 ()   Gets the value of the property cycleDuration. Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#getCycleDuration()   Animationjavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#getCycleDuration()METHODgetDelay, ()   Gets the value of the property delay. Phttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#getDelay()  Animationjavafx.animationPhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#getDelay()METHOD
getOnFinished1 ()   Gets the value of the property onFinished. Uhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#getOnFinished() Animationjavafx.animationUhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#getOnFinished()METHODgetRate+ ()   Gets the value of the property rate. Ohttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#getRate()      Animationjavafx.animationOhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#getRate()METHOD      getStatus- ()   Gets the value of the property status. Qhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#getStatus() Animationjavafx.animationQhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#getStatus()METHODgetTargetFrameraten ()   The target framerate is the maximum framerate at which this  Animation  will run, in frames per second. Zhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#getTargetFramerate() Animationjavafx.animationZhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#getTargetFramerate()METHODgetTotalDuration4 ()   Gets the value of the property totalDuration. Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#getTotalDuration()      Animationjavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#getTotalDuration()METHOD
isAutoReverse2 ()   Gets the value of the property autoReverse. Uhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#isAutoReverse()        Animationjavafx.animationUhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#isAutoReverse()METHODjumpToD ( Duration  time)   Jumps to a given position in this  Animation . Nhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#jumpTo()       Animationjavafx.animationNhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#jumpTo()METHODjumpToS (java.lang.String cuePoint)   Jumps to a predefined position in this  Animation . Nhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#jumpTo()       Animationjavafx.animationNhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#jumpTo()METHODonFinishedPropertyG ()   The action to be executed at the conclusion of this  Animation . Zhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#onFinishedProperty()   Animationjavafx.animationZhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#onFinishedProperty()METHODpause ()   Pauses the animation. Mhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#pause()    Animationjavafx.animationMhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#pause()METHODplayT ()   Plays  Animation  from current position in the direction indicated by  rate . Lhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#play()   Animationjavafx.animationLhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#play()METHODplayFrom] ( Duration  time)   A convenience method to play this  Animation  from a specific position. Phttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#playFrom()     Animationjavafx.animationPhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#playFrom()METHODplayFromi (java.lang.String cuePoint)   A convenience method to play this  Animation  from a predefined position. Phttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#playFrom()     Animationjavafx.animationPhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#playFrom()METHOD
playFromStartG ()   Plays an  Animation  from initial position in forward direction. Uhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#playFromStart()   Animationjavafx.animationUhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#playFromStart()METHODratePropertyU ()   Defines the direction/speed at which the  Animation  is expected to be played. Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#rateProperty()  Animationjavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#rateProperty()METHODsetAutoReverse? (boolean value)   Sets the value of the property autoReverse. Vhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#setAutoReverse()     Animationjavafx.animationVhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#setAutoReverse()METHOD
setCycleCount: (int value)   Sets the value of the property cycleCount. Uhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#setCycleCount()  Animationjavafx.animationUhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#setCycleCount()METHODsetCycleDurationD ( Duration  value)   Sets the value of the property cycleDuration. Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#setCycleDuration()   Animationjavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#setCycleDuration()METHODsetDelay< ( Duration  value)   Sets the value of the property delay. Phttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#setDelay()       Animationjavafx.animationPhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#setDelay()METHOD
setOnFinishedT ( EventHandler < ActionEvent > value)   Sets the value of the property onFinished. Uhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#setOnFinished()        Animationjavafx.animationUhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#setOnFinished()METHODsetRate7 (double value)   Sets the value of the property rate. Ohttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#setRate()  Animationjavafx.animationOhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#setRate()METHOD      setStatusE ( Animation.Status  value)   Sets the value of the property status. Qhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#setStatus() Animationjavafx.animationQhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#setStatus()METHODstatusProperty% ()   The status of the  Animation . Vhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#statusProperty()  Animationjavafx.animationVhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#statusProperty()METHODstopL ()   Stops the animation and resets the play head to its initial position. Lhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#stop()  Animationjavafx.animationLhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#stop()METHODtotalDurationProperty` ()   Read-only variable to indicate the total duration of this  Animation , including repeats. ]http://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#totalDurationProperty()      Animationjavafx.animation]http://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#totalDurationProperty()FIELD
  38 INDEFINITEa    Used to specify an animation that repeats indefinitely, until the  stop()  method is called. Phttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#INDEFINITE     Animationjavafx.animationPhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.html#INDEFINITEENUMAnimation.Statusjavafx.animationLhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.Status.htmlLhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.Status.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Vhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.Status.html#valueOf()Animation.Statusjavafx.animationVhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.Status.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Uhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.Status.html#values()Animation.Statusjavafx.animationUhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Animation.Status.html#values()CLASSAnimationTimerjavafx.animationJhttp://download.java.net/jdk8/jfxdocs/javafx/animation/AnimationTimer.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/animation/AnimationTimer.htmlMETHODhandleG (long now)   This method needs to be overridden by extending classes. Shttp://download.java.net/jdk8/jfxdocs/javafx/animation/AnimationTimer.html#handle()AnimationTimerjavafx.animationShttp://download.java.net/jdk8/jfxdocs/javafx/animation/AnimationTimer.html#handle()METHODstart$ ()   Starts the  AnimationTimers . Rhttp://download.java.net/jdk8/jfxdocs/javafx/animation/AnimationTimer.html#start()AnimationTimerjavafx.animationRhttp://download.java.net/jdk8/jfxdocs/javafx/animation/AnimationTimer.html#start()METHODstop# ()   Stops the  AnimationTimers . Qhttp://download.java.net/jdk8/jfxdocs/javafx/animation/AnimationTimer.html#stop()AnimationTimerjavafx.animationQhttp://download.java.net/jdk8/jfxdocs/javafx/animation/AnimationTimer.html#stop()CLASSApplication  Life-cycle     The entry point for JavaFX applications is the Application class. The JavaFX runtime does the following, in order, whenever an application is lajavafx.applicationIhttp://download.java.net/jdk8/jfxdocs/javafx/application/Application.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/application/Application.htmlMETHODgetHostServices; ()   Gets the HostServices provider for this application. [http://download.java.net/jdk8/jfxdocs/javafx/application/Application.html#getHostServices()Applicationjavafx.application[http://download.java.net/jdk8/jfxdocs/javafx/application/Application.html#getHostServices()METHOD
getParameters  ()   Retrieves the parameters for this Application, including any arguments passed on the command line and any parameters specified in a JNLP file for an appleYhttp://download.java.net/jdk8/jfxdocs/javafx/application/Application.html#getParameters()Applicationjavafx.applicationYhttp://download.java.net/jdk8/jfxdocs/javafx/application/Application.html#getParameters()METHODgetUserAgentStylesheetC ()   Get the user agent stylesheet used by the whole application. bhttp://download.java.net/jdk8/jfxdocs/javafx/application/Application.html#getUserAgentStylesheet()Applicationjavafx.applicationbhttp://download.java.net/jdk8/jfxdocs/javafx/application/Application.html#getUserAgentStylesheet()METHODinit- ()   The application initialization method. Phttp://download.java.net/jdk8/jfxdocs/javafx/application/Application.html#init()Applicationjavafx.applicationPhttp://download.java.net/jdk8/jfxdocs/javafx/application/Application.html#init()METHODlaunchr (java.lang.Class<? extends  Application > appClass, java.lang.String... args)   Launch a standalone application. Rhttp://download.java.net/jdk8/jfxdocs/javafx/application/Application.html#launch()Applicationjavafx.applicationRhttp://download.java.net/jdk8/jfxdocs/javafx/application/Application.html#launch()METHODlaunch? (java.lang.String... args)   Launch a standalone application. Rhttp://download.java.net/jdk8/jfxdocs/javafx/application/Application.html#launch()Applicationjavafx.applicationRhttp://download.java.net/jdk8/jfxdocs/javafx/application/Application.html#launch()METHODnotifyPreloadero ( Preloader.PreloaderNotification  info)   Notifies the preloader with an application-generated notification. [http://download.java.net/jdk8/jfxdocs/javafx/application/Application.html#notifyPreloader()Applicationjavafx.application[http://download.java.net/jdk8/jfxdocs/javafx/application/Application.html#notifyPreloader()METHODsetUserAgentStylesheetW (java.lang.String url)   Set the user agent stylesheet used by the whole application. bhttp://download.java.net/jdk8/jfxdocs/javafx/application/Application.html#setUserAgentStylesheet()Applicationjavafx.applicationbhttp://download.java.net/jdk8/jfxdocs/javafx/application/Application.html#setUserAgentStylesheet()METHODstartL ( Stage  primaryStage)   The main entry point for all JavaFX applications. Qhttp://download.java.net/jdk8/jfxdocs/javafx/application/Application.html#start()Applicationjavafx.applicationQhttp://download.java.net/jdk8/jfxdocs/javafx/application/Application.html#start()METHODstop• ()   This method is called when the application should stop, and provides a convenient place to prepare for application exit and destroy resources. Phttp://download.java.net/jdk8/jfxdocs/javafx/application/Application.html#stop()Applicationjavafx.applicationPhttp://download.java.net/jdk8/jfxdocs/javafx/application/Application.html#stop()FIELDSTYLESHEET_CASPIAN@    Constant for user agent stylesheet for the "Caspian" theme. \http://download.java.net/jdk8/jfxdocs/javafx/application/Application.html#STYLESHEET_CASPIANApplicationjavafx.application\http://download.java.net/jdk8/jfxdocs/javafx/application/Application.html#STYLESHEET_CASPIANFIELDSTYLESHEET_MODENA?    Constant for user agent stylesheet for the "Modena" theme. [http://download.java.net/jdk8/jfxdocs/javafx/application/Application.html#STYLESHEET_MODENAApplicationjavafx.application[http://download.java.net/jdk8/jfxdocs/javafx/application/Application.html#STYLESHEET_MODENACLASSApplication.ParameterstNote that the application and the preloader both get the same set of parameters for a given run of an application.  javafx.applicationThttp://download.java.net/jdk8/jfxdocs/javafx/application/Application.Parameters.htmlThttp://download.java.net/jdk8/jfxdocs/javafx/application/Application.Parameters.htmlMETHODgetNamed9 ()   Retrieves a read-only map of the named parameters. _http://download.java.net/jdk8/jfxdocs/javafx/application/Application.Parameters.html#getNamed()Application.Parametersjavafx.application_http://download.java.net/jdk8/jfxdocs/javafx/application/Application.Parameters.html#getNamed()METHODgetRaw7 ()   Retrieves a read-only list of the raw arguments. ]http://download.java.net/jdk8/jfxdocs/javafx/application/Application.Parameters.html#getRaw()Application.Parametersjavafx.application]http://download.java.net/jdk8/jfxdocs/javafx/application/Application.Parameters.html#getRaw()METHOD
  39 getUnnamed< ()   Retrieves a read-only list of the unnamed parameters. ahttp://download.java.net/jdk8/jfxdocs/javafx/application/Application.Parameters.html#getUnnamed()Application.Parametersjavafx.applicationahttp://download.java.net/jdk8/jfxdocs/javafx/application/Application.Parameters.html#getUnnamed()CLASSArc Example usage: the following code creates an Arc which is centered around 50,50, has a radius of 25 and extends from the angle 45 to the angle 315 (270 degrees javafx.scene.shapeAhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.htmlAhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.htmlPROPERTYcenterX=    Defines the X coordinate of the center point of the arc. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#centerXArcjavafx.scene.shapeIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#centerXPROPERTYcenterY=    Defines the Y coordinate of the center point of the arc. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#centerYArcjavafx.scene.shapeIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#centerYPROPERTYlength6    Defines the angular extent of the arc in degrees. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#lengthArcjavafx.scene.shapeHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#lengthPROPERTYradiusXn    Defines the overall width (horizontal radius) of the full ellipse of which this arc is a partial section. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#radiusXArcjavafx.scene.shapeIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#radiusXPROPERTYradiusYm    Defines the overall height (vertical radius) of the full ellipse of which this arc is a partial section. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#radiusYArcjavafx.scene.shapeIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#radiusYPROPERTY
  40 startAngle6    Defines the starting angle of the arc in degrees. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#startAngleArcjavafx.scene.shapeLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#startAnglePROPERTYtyped    Defines the closure type for the arc:   ArcType.OPEN  ,   ArcType.CHORD  ,or   ArcType.ROUND  . Fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#typeArcjavafx.scene.shapeFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#typeMETHODcenterXProperty? ()   Defines the X coordinate of the center point of the arc. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#centerXProperty()Arcjavafx.scene.shapeShttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#centerXProperty()METHODcenterYProperty? ()   Defines the Y coordinate of the center point of the arc. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#centerYProperty()Arcjavafx.scene.shapeShttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#centerYProperty()METHOD
  41 getCenterX. ()   Gets the value of the property centerX. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#getCenterX()Arcjavafx.scene.shapeNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#getCenterX()METHOD
  42 getCenterY. ()   Gets the value of the property centerY. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#getCenterY()Arcjavafx.scene.shapeNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#getCenterY()METHOD    getLength- ()   Gets the value of the property length. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#getLength()Arcjavafx.scene.shapeMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#getLength()METHOD
  43 getRadiusX. ()   Gets the value of the property radiusX. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#getRadiusX()Arcjavafx.scene.shapeNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#getRadiusX()METHOD
  44 getRadiusY. ()   Gets the value of the property radiusY. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#getRadiusY()Arcjavafx.scene.shapeNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#getRadiusY()METHOD
getStartAngle1 ()   Gets the value of the property startAngle. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#getStartAngle()Arcjavafx.scene.shapeQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#getStartAngle()METHODgetType+ ()   Gets the value of the property type. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#getType()Arcjavafx.scene.shapeKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#getType()METHODlengthProperty8 ()   Defines the angular extent of the arc in degrees. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#lengthProperty()Arcjavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#lengthProperty()METHODradiusXPropertyp ()   Defines the overall width (horizontal radius) of the full ellipse of which this arc is a partial section. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#radiusXProperty()Arcjavafx.scene.shapeShttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#radiusXProperty()METHODradiusYPropertyo ()   Defines the overall height (vertical radius) of the full ellipse of which this arc is a partial section. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#radiusYProperty()Arcjavafx.scene.shapeShttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#radiusYProperty()METHOD
  45 setCenterX: (double value)   Sets the value of the property centerX. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#setCenterX()Arcjavafx.scene.shapeNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#setCenterX()METHOD
  46 setCenterY: (double value)   Sets the value of the property centerY. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#setCenterY()Arcjavafx.scene.shapeNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#setCenterY()METHOD        setLength9 (double value)   Sets the value of the property length. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#setLength()Arcjavafx.scene.shapeMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#setLength()METHOD
  47 setRadiusX: (double value)   Sets the value of the property radiusX. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#setRadiusX()Arcjavafx.scene.shapeNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#setRadiusX()METHOD
  48 setRadiusY: (double value)   Sets the value of the property radiusY. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#setRadiusY()Arcjavafx.scene.shapeNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#setRadiusY()METHOD
setStartAngle= (double value)   Sets the value of the property startAngle. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#setStartAngle()Arcjavafx.scene.shapeQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#setStartAngle()METHODsetType: ( ArcType  value)   Sets the value of the property type. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#setType()Arcjavafx.scene.shapeKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#setType()METHODstartAngleProperty8 ()   Defines the starting angle of the arc in degrees. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#startAngleProperty()Arcjavafx.scene.shapeVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#startAngleProperty()METHODtoString< ()   Returns a string representation of this  Arc  object. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#toString()Arcjavafx.scene.shapeLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#toString()METHODtypePropertyf ()   Defines the closure type for the arc:   ArcType.OPEN  ,   ArcType.CHORD  ,or   ArcType.ROUND  . Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#typeProperty()Arcjavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Arc.html#typeProperty()CLASSArcTo For more information on path elements see the   Path   and   PathElement   classes.  Example:   import javafx.scene.shape.*; Path path = new Path(); MoveTo movejavafx.scene.shapeChttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.htmlChttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.htmlPROPERTYlargeArcFlag    The large arc flag. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#largeArcFlagArcTojavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#largeArcFlagPROPERTYradiusX.    The horizontal radius to use for the arc. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#radiusXArcTojavafx.scene.shapeKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#radiusXPROPERTYradiusY,    The vertical radius to use for the arc. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#radiusYArcTojavafx.scene.shapeKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#radiusYPROPERTY    sweepFlag    The sweep flag Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#sweepFlagArcTojavafx.scene.shapeMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#sweepFlagPROPERTY
XAxisRotation$    The x-axis rotation in degrees. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#XAxisRotationArcTojavafx.scene.shapeQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#XAxisRotationPROPERTYx     The x coordinate to arc to. Ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#xArcTojavafx.scene.shapeEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#xPROPERTYy     The y coordinate to arc to. Ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#yArcTojavafx.scene.shapeEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#yMETHOD
  49 getRadiusX. ()   Gets the value of the property radiusX. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#getRadiusX()ArcTojavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#getRadiusX()METHOD
  50 getRadiusY. ()   Gets the value of the property radiusY. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#getRadiusY()ArcTojavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#getRadiusY()METHODgetX( ()   Gets the value of the property x. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#getX()ArcTojavafx.scene.shapeJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#getX()METHODgetXAxisRotation+ ()   Gets the x-axis rotation in degrees. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#getXAxisRotation()ArcTojavafx.scene.shapeVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#getXAxisRotation()METHODgetY( ()   Gets the value of the property y. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#getY()ArcTojavafx.scene.shapeJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#getY()METHODisLargeArcFlag3 ()   Gets the value of the property largeArcFlag. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#isLargeArcFlag()ArcTojavafx.scene.shapeThttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#isLargeArcFlag()METHODisSweepFlag0 ()   Gets the value of the property sweepFlag. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#isSweepFlag()ArcTojavafx.scene.shapeQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#isSweepFlag()METHODlargeArcFlagProperty ()   The large arc flag. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#largeArcFlagProperty()ArcTojavafx.scene.shapeZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#largeArcFlagProperty()METHODradiusXProperty0 ()   The horizontal radius to use for the arc. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#radiusXProperty()ArcTojavafx.scene.shapeUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#radiusXProperty()METHODradiusYProperty. ()   The vertical radius to use for the arc. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#radiusYProperty()ArcTojavafx.scene.shapeUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#radiusYProperty()METHODsetLargeArcFlag@ (boolean value)   Sets the value of the property largeArcFlag. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#setLargeArcFlag()ArcTojavafx.scene.shapeUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#setLargeArcFlag()METHOD
  51 setRadiusX: (double value)   Sets the value of the property radiusX. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#setRadiusX()ArcTojavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#setRadiusX()METHOD
  52 setRadiusY: (double value)   Sets the value of the property radiusY. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#setRadiusY()ArcTojavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#setRadiusY()METHODsetSweepFlag= (boolean value)   Sets the value of the property sweepFlag. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#setSweepFlag()ArcTojavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#setSweepFlag()METHODsetX4 (double value)   Sets the value of the property x. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#setX()ArcTojavafx.scene.shapeJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#setX()METHODsetXAxisRotation7 (double value)   Sets the x-axis rotation in degrees. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#setXAxisRotation()ArcTojavafx.scene.shapeVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#setXAxisRotation()METHODsetY4 (double value)   Sets the value of the property y. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#setY()ArcTojavafx.scene.shapeJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#setY()METHODsweepFlagProperty ()   The sweep flag Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#sweepFlagProperty()ArcTojavafx.scene.shapeWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#sweepFlagProperty()METHODtoString> ()   Returns a string representation of this  ArcTo  object. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#toString()ArcTojavafx.scene.shapeNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#toString()METHODXAxisRotationProperty& ()   The x-axis rotation in degrees. [http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#XAxisRotationProperty()ArcTojavafx.scene.shape[http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#XAxisRotationProperty()METHOD xProperty" ()   The x coordinate to arc to. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#xProperty()ArcTojavafx.scene.shapeOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#xProperty()METHOD     yProperty" ()   The y coordinate to arc to. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#yProperty()ArcTojavafx.scene.shapeOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcTo.html#yProperty()ENUMArcTypejavafx.scene.shapeEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcType.htmlEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcType.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcType.html#valueOf()ArcTypejavafx.scene.shapeOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcType.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcType.html#values()ArcTypejavafx.scene.shapeNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ArcType.html#values()CLASS     AreaChartjavafx.scene.chartGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.htmlPROPERTY
createSymbolsm    When true, CSS styleable symbols are created for any data items that don't have a symbol node specified. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#createSymbols       AreaChartjavafx.scene.chartUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#createSymbolsMETHODcreateSymbolsPropertyo ()   When true, CSS styleable symbols are created for any data items that don't have a symbol node specified. _http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#createSymbolsProperty()  AreaChartjavafx.scene.chart_http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#createSymbolsProperty()METHOD
dataItemAdded‡ ( XYChart.Series < X , Y > series, int itemIndex,  XYChart.Data < X , Y > item)   Called when a data item has been added to a series. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#dataItemAdded()   AreaChartjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#dataItemAdded()METHODdataItemChangedx ( XYChart.Data < X , Y > item)   Called when a data item has changed, ie its xValue, yValue or extraValue has changed. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#dataItemChanged()     AreaChartjavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#dataItemChanged()METHODdataItemRemoved  ( XYChart.Data < X , Y > item,  XYChart.Series < X , Y > series)   Called when a data item has been removed from data model but it is still visible on the charYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#dataItemRemoved()    AreaChartjavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#dataItemRemoved()METHODgetClassCssMetaData () ]http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#getClassCssMetaData()     AreaChartjavafx.scene.chart]http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#getClassCssMetaData()METHODgetCreateSymbolsH ()   Indicates whether symbols for data points will be created or not. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#getCreateSymbols()   AreaChartjavafx.scene.chartZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#getCreateSymbols()METHODgetCssMetaData’ ()   This method should delegate to   Node.getClassCssMetaData()   so that a Node's CssMetaData can be accessed without the need for reflection. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#getCssMetaData()       AreaChartjavafx.scene.chartXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#getCssMetaData()METHODlayoutPlotChildren5 ()   Called to update and layout the plot children. \http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#layoutPlotChildren()       AreaChartjavafx.scene.chart\http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#layoutPlotChildren()METHODseriesAddedi ( XYChart.Series < X , Y > series, int seriesIndex)   A series has been added to the charts data model. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#seriesAdded()       AreaChartjavafx.scene.chartUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#seriesAdded()METHOD
seriesChanged‹ ( ListChangeListener.Change <? extends  XYChart.Series > c)   Called when each atomic change is made to the list of series for this chart Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#seriesChanged()       AreaChartjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#seriesChanged()METHOD
seriesRemovedz ( XYChart.Series < X , Y > series)   A series has been removed from the data model but it is still visible on the chart. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#seriesRemoved()       AreaChartjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#seriesRemoved()METHODsetCreateSymbolsA (boolean value)   Sets the value of the property createSymbols. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#setCreateSymbols()        AreaChartjavafx.scene.chartZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#setCreateSymbols()METHODupdateAxisRangeS ()   This is called when the range has been invalidated and we need to update it. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#updateAxisRange()     AreaChartjavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#updateAxisRange()METHODupdateLegend^ ()   This is called whenever a series is added or removed and the legend needs to be updated Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#updateLegend() AreaChartjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/AreaChart.html#updateLegend()CLASSArrayChangeListenerjavafx.collectionsQhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ArrayChangeListener.htmlQhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ArrayChangeListener.htmlMETHOD      onChanged{ ( T  observableArray, boolean sizeChanged, int from, int to)   Called after a change has been made to an ObservableArray. ]http://download.java.net/jdk8/jfxdocs/javafx/collections/ArrayChangeListener.html#onChanged()ArrayChangeListenerjavafx.collections]http://download.java.net/jdk8/jfxdocs/javafx/collections/ArrayChangeListener.html#onChanged()CLASS   AudioCliprExample usage:    AudioClip plonkSound = new AudioClip("http://somehost/path/plonk.aiff"); plonkSound.play();     javafx.scene.mediaGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.htmlPROPERTYbalance;    The relative left and right volume levels of the clip. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#balance   AudioClipjavafx.scene.mediaOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#balancePROPERTY
  53 cycleCountK    The number of times the clip will be played when   play()   is called. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#cycleCount AudioClipjavafx.scene.mediaRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#cycleCountPROPERTYpan'    The relative "center" of the clip. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#pan   AudioClipjavafx.scene.mediaKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#panPROPERTYpriorityC    The relative priority of the clip with respect to other clips. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#priority      AudioClipjavafx.scene.mediaPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#priorityPROPERTYrate3    The relative rate at which the clip is played. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#rate       AudioClipjavafx.scene.mediaLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#ratePROPERTYvolume;    The relative volume level at which the clip is played. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#volume       AudioClipjavafx.scene.mediaNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#volumeMETHODbalanceProperty= ()   The relative left and right volume levels of the clip. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#balanceProperty()       AudioClipjavafx.scene.mediaYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#balanceProperty()METHODcycleCountPropertyM ()   The number of times the clip will be played when   play()   is called. \http://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#cycleCountProperty()      AudioClipjavafx.scene.media\http://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#cycleCountProperty()METHOD
  54 getBalance3 ()   Get the default balance level for this clip. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#getBalance()       AudioClipjavafx.scene.mediaThttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#getBalance()METHOD
getCycleCount# ()   Get the default cycle count. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#getCycleCount()       AudioClipjavafx.scene.mediaWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#getCycleCount()METHODgetPan! ()   Get the default pan value. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#getPan()    AudioClipjavafx.scene.mediaPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#getPan()METHODgetPriority) ()   Get the default playback priority. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#getPriority() AudioClipjavafx.scene.mediaUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#getPriority()METHODgetRate% ()   Get the default playback rate. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#getRate()        AudioClipjavafx.scene.mediaQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#getRate()METHOD  getSource: ()   Get the source URL used to create this  AudioClip . Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#getSource()  AudioClipjavafx.scene.mediaShttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#getSource()METHOD        getVolume$ ()   Get the default volume level. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#getVolume()        AudioClipjavafx.scene.mediaShttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#getVolume()METHOD        isPlaying4 ()   Indicate whether this  AudioClip  is playing. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#isPlaying()        AudioClipjavafx.scene.mediaShttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#isPlaying()METHODpanProperty) ()   The relative "center" of the clip. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#panProperty()      AudioClipjavafx.scene.mediaUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#panProperty()METHODplay= ()   Play the  AudioClip  using all the default parameters. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#play()      AudioClipjavafx.scene.mediaNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#play()METHODplayX (double volume)   Play the  AudioClip  using all the default parameters except volume. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#play()  AudioClipjavafx.scene.mediaNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#play()METHODplay{ (double volume, double balance, double rate, double pan, int priority)   Play the  AudioClip  using the given parameters. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#play()       AudioClipjavafx.scene.mediaNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#play()METHODpriorityPropertyE ()   The relative priority of the clip with respect to other clips. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#priorityProperty()     AudioClipjavafx.scene.mediaZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#priorityProperty()METHODrateProperty5 ()   The relative rate at which the clip is played. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#rateProperty() AudioClipjavafx.scene.mediaVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#rateProperty()METHOD
  55 setBalance3 (double balance)   Set the default balance level. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#setBalance()       AudioClipjavafx.scene.mediaThttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#setBalance()METHOD
setCycleCount, (int count)   Set the default cycle count. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#setCycleCount()      AudioClipjavafx.scene.mediaWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#setCycleCount()METHODsetPan+ (double pan)   Set the default pan value. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#setPan()  AudioClipjavafx.scene.mediaPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#setPan()METHODsetPriority5 (int priority)   Set the default playback priority. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#setPriority()     AudioClipjavafx.scene.mediaUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#setPriority()METHODsetRate0 (double rate)   Set the default playback rate. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#setRate()     AudioClipjavafx.scene.mediaQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#setRate()METHOD  setVolume0 (double value)   Set the default volume level. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#setVolume()    AudioClipjavafx.scene.mediaShttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#setVolume()METHODstop9 ()   Immediately stop all playback of this  AudioClip . Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#stop()    AudioClipjavafx.scene.mediaNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#stop()METHODvolumeProperty= ()   The relative volume level at which the clip is played. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#volumeProperty() AudioClipjavafx.scene.mediaXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#volumeProperty()FIELD
  56 INDEFINITEd    When   cycleCount   is set to this value, the  AudioClip  will loop continuously until stopped. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#INDEFINITE        AudioClipjavafx.scene.mediaRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioClip.html#INDEFINITECLASSAudioEqualizer The constraints for a valid   EqualizerBand   instance are:      EqualizerBand.centerFrequency   > 0     EqualizerBand.bandwidth   > 0     EqualizerBand.MIN_GAIjavafx.scene.mediaLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioEqualizer.htmlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioEqualizer.htmlPROPERTYenabled-    Whether the  AudioEqualizer  is enabled. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioEqualizer.html#enabledAudioEqualizerjavafx.scene.mediaThttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioEqualizer.html#enabledMETHODenabledProperty/ ()   Whether the  AudioEqualizer  is enabled. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioEqualizer.html#enabledProperty()AudioEqualizerjavafx.scene.media^http://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioEqualizer.html#enabledProperty()METHODgetBands< ()   ObservableList containing   EqualizerBand   elements. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioEqualizer.html#getBands()AudioEqualizerjavafx.scene.mediaWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioEqualizer.html#getBands()METHOD     isEnabled2 ()   Return enabled state of the AudioEqualizer. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioEqualizer.html#isEnabled()AudioEqualizerjavafx.scene.mediaXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioEqualizer.html#isEnabled()METHOD
  57 setEnabled9 (boolean value)   Enables or disables  AudioEqualizer . Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioEqualizer.html#setEnabled()AudioEqualizerjavafx.scene.mediaYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioEqualizer.html#setEnabled()FIELD
MAX_NUM_BANDS=    Maximum number of bands an  AudioEqualizer  may contain. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioEqualizer.html#MAX_NUM_BANDSAudioEqualizerjavafx.scene.mediaZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioEqualizer.html#MAX_NUM_BANDSCLASSAudioSpectrumListener The notification period for updates may be set using   MediaPlayer.setAudioSpectrumInterval(double)  , and the number of bands and sensitivity threshold via   Mjavafx.scene.mediaShttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioSpectrumListener.htmlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioSpectrumListener.htmlMETHODspectrumDataUpdate’ (double timestamp, double duration, float[] magnitudes, float[] phases)   Notifies the observer about new data available for the audio spectrum. hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioSpectrumListener.html#spectrumDataUpdate()AudioSpectrumListenerjavafx.scene.mediahhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioSpectrumListener.html#spectrumDataUpdate()CLASS
  58 AudioTrackjavafx.scene.mediaHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioTrack.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioTrack.htmlMETHODgetLanguage< ()    Deprecated.    Use   Track.getLocale()   instead.    Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioTrack.html#getLanguage()
  59 AudioTrackjavafx.scene.mediaVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/AudioTrack.html#getLanguage()CLASSAxis Some examples of concrete subclasses include   NumberAxis   whose axis plots data in numbers and   CategoryAxis   whose values / ticks represent string categorijavafx.scene.chartBhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.htmlBhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.htmlPROPERTYanimatedF    When true any changes to the axis and its range will be animated. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#animatedAxisjavafx.scene.chartKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#animatedPROPERTYautoRangingP    This is true when the axis determines its range from the data automatically Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#autoRangingAxisjavafx.scene.chartNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#autoRangingPROPERTYlabel    The axis label Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#labelAxisjavafx.scene.chartHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#labelPROPERTYside;    The side of the plot which this axis is being drawn on Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#sideAxisjavafx.scene.chartGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#sidePROPERTY
tickLabelFill!    The fill for all tick labels Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickLabelFillAxisjavafx.scene.chartPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickLabelFillPROPERTY
tickLabelFont!    The font for all tick labels Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickLabelFontAxisjavafx.scene.chartPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickLabelFontPROPERTYtickLabelGap8    The gap between tick labels and the tick mark lines Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickLabelGapAxisjavafx.scene.chartOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickLabelGapPROPERTYtickLabelRotationJ    Rotation in degrees of tick mark labels from their normal horizontal. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickLabelRotationAxisjavafx.scene.chartThttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickLabelRotationPROPERTYtickLabelsVisible1    true if tick mark labels should be displayed Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickLabelsVisibleAxisjavafx.scene.chartThttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickLabelsVisiblePROPERTY
  60 tickLength"    The length of tick mark lines Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickLengthAxisjavafx.scene.chartMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickLengthPROPERTYtickMarkVisible+    true if tick marks should be displayed Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickMarkVisibleAxisjavafx.scene.chartRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickMarkVisibleMETHODanimatedPropertyH ()   When true any changes to the axis and its range will be animated. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#animatedProperty()Axisjavafx.scene.chartUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#animatedProperty()METHOD     autoRangeu (double length)   This calculates the upper and lower bound based on the data provided to invalidateRange() method. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#autoRange()Axisjavafx.scene.chartNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#autoRange()METHODautoRangingPropertyR ()   This is true when the axis determines its range from the data automatically Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#autoRangingProperty()Axisjavafx.scene.chartXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#autoRangingProperty()METHODcalculateTickValueso (double length, java.lang.Object range)   Calculate a list of all the data values for each tick mark in range Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#calculateTickValues()Axisjavafx.scene.chartXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#calculateTickValues()METHODcomputePrefHeightR (double width)   Computes the preferred height of this axis for the given width. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#computePrefHeight()Axisjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#computePrefHeight()METHODcomputePrefWidthS (double height)   Computes the preferred width of this axis for the given height. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#computePrefWidth()Axisjavafx.scene.chartUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#computePrefWidth()METHODgetAnimatedK ()   Indicates whether the changes to axis range will be animated or not. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getAnimated()Axisjavafx.scene.chartPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getAnimated()METHODgetClassCssMetaData () Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getClassCssMetaData()Axisjavafx.scene.chartXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getClassCssMetaData()METHODgetCssMetaData’ ()   This method should delegate to   Node.getClassCssMetaData()   so that a Node's CssMetaData can be accessed without the need for reflection. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getCssMetaData()Axisjavafx.scene.chartShttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getCssMetaData()METHODgetDisplayPositionJ ( T  value)   Get the display position along this axis for a given value Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getDisplayPosition()Axisjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getDisplayPosition()METHODgetLabel, ()   Gets the value of the property label. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getLabel()Axisjavafx.scene.chartMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getLabel()METHODgetRange, ()   Called to get the current axis range. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getRange()Axisjavafx.scene.chartMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getRange()METHODgetSide+ ()   Gets the value of the property side. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getSide()Axisjavafx.scene.chartLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getSide()METHODgetTickLabelFill4 ()   Gets the value of the property tickLabelFill. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getTickLabelFill()Axisjavafx.scene.chartUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getTickLabelFill()METHODgetTickLabelFont4 ()   Gets the value of the property tickLabelFont. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getTickLabelFont()Axisjavafx.scene.chartUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getTickLabelFont()METHODgetTickLabelGap3 ()   Gets the value of the property tickLabelGap. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getTickLabelGap()Axisjavafx.scene.chartThttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getTickLabelGap()METHODgetTickLabelRotation8 ()   Gets the value of the property tickLabelRotation. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getTickLabelRotation()Axisjavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getTickLabelRotation()METHOD
getTickLength1 ()   Gets the value of the property tickLength. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getTickLength()Axisjavafx.scene.chartRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getTickLength()METHODgetTickMarkLabelN ( T  value)   Get the string label name for a tick mark with the given value Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getTickMarkLabel()Axisjavafx.scene.chartUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getTickMarkLabel()METHODgetTickMarksn ()   Unmodifiable observable list of tickmarks, each TickMark directly representing a tickmark on this axis. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getTickMarks()Axisjavafx.scene.chartQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getTickMarks()METHODgetValueForDisplay\ (double displayPosition)   Get the data value for the given display position on this axis. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getValueForDisplay()Axisjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getValueForDisplay()METHODgetZeroPositionA ()   Get the display position of the zero line along this axis. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getZeroPosition()Axisjavafx.scene.chartThttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#getZeroPosition()METHODinvalidateRange€ ()   Mark the current range invalid, this will cause anything that depends on the range to be recalculated on the next layout. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#invalidateRange()Axisjavafx.scene.chartThttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#invalidateRange()METHODinvalidateRanged (java.util.List< T > data)   Called when data has changed and the range may not be valid any more. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#invalidateRange()Axisjavafx.scene.chartThttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#invalidateRange()METHOD
isAutoRanging2 ()   Gets the value of the property autoRanging. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#isAutoRanging()Axisjavafx.scene.chartRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#isAutoRanging()METHODisRangeValidƒ ()   See if the current range is valid, if it is not then any range dependent calulcations need to redone on the next layout pass Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#isRangeValid()Axisjavafx.scene.chartQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#isRangeValid()METHODisTickLabelsVisible8 ()   Gets the value of the property tickLabelsVisible. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#isTickLabelsVisible()Axisjavafx.scene.chartXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#isTickLabelsVisible()METHODisTickMarkVisible6 ()   Gets the value of the property tickMarkVisible. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#isTickMarkVisible()Axisjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#isTickMarkVisible()METHOD
isValueOnAxisC ( T  value)   Checks if the given value is plottable on this axis Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#isValueOnAxis()Axisjavafx.scene.chartRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#isValueOnAxis()METHOD
labelProperty ()   The axis label Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#labelProperty()Axisjavafx.scene.chartRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#labelProperty()METHODlayoutChildrenN ()   Invoked during the layout pass to layout this axis and all its content. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#layoutChildren()Axisjavafx.scene.chartShttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#layoutChildren()METHODmeasureTickMarkLabelSizej (java.lang.String labelText, double rotation)   Measure the size of the label for given tick mark value. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#measureTickMarkLabelSize()Axisjavafx.scene.chart]http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#measureTickMarkLabelSize()METHODmeasureTickMarkSizeY ( T  value, double rotation)   Measure the size of the label for given tick mark value. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#measureTickMarkSize()Axisjavafx.scene.chartXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#measureTickMarkSize()METHODmeasureTickMarkSize` ( T  value, java.lang.Object range)   Measure the size of the label for given tick mark value. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#measureTickMarkSize()Axisjavafx.scene.chartXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#measureTickMarkSize()METHODrequestAxisLayoutA ()   Request that the axis is laid out in the next layout pass. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#requestAxisLayout()Axisjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#requestAxisLayout()METHOD
requestLayoutx ()   We suppress requestLayout() calls here by doing nothing as we don't want changes to our children to cause layout. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#requestLayout()Axisjavafx.scene.chartRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#requestLayout()METHODsetAnimated< (boolean value)   Sets the value of the property animated. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#setAnimated()Axisjavafx.scene.chartPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#setAnimated()METHODsetAutoRanging? (boolean value)   Sets the value of the property autoRanging. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#setAutoRanging()Axisjavafx.scene.chartShttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#setAutoRanging()METHODsetLabelB (java.lang.String value)   Sets the value of the property label. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#setLabel()Axisjavafx.scene.chartMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#setLabel()METHODsetRangef (java.lang.Object range, boolean animate)   Called to set the current axis range to the given range. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#setRange()Axisjavafx.scene.chartMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#setRange()METHODsetSide7 ( Side  value)   Sets the value of the property side. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#setSide()Axisjavafx.scene.chartLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#setSide()METHODsetTickLabelFillA ( Paint  value)   Sets the value of the property tickLabelFill. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#setTickLabelFill()Axisjavafx.scene.chartUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#setTickLabelFill()METHODsetTickLabelFont@ ( Font  value)   Sets the value of the property tickLabelFont. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#setTickLabelFont()Axisjavafx.scene.chartUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#setTickLabelFont()METHODsetTickLabelGap? (double value)   Sets the value of the property tickLabelGap. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#setTickLabelGap()Axisjavafx.scene.chartThttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#setTickLabelGap()METHODsetTickLabelRotationD (double value)   Sets the value of the property tickLabelRotation. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#setTickLabelRotation()Axisjavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#setTickLabelRotation()METHODsetTickLabelsVisibleE (boolean value)   Sets the value of the property tickLabelsVisible. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#setTickLabelsVisible()Axisjavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#setTickLabelsVisible()METHOD
setTickLength= (double value)   Sets the value of the property tickLength. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#setTickLength()Axisjavafx.scene.chartRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#setTickLength()METHODsetTickMarkVisibleC (boolean value)   Sets the value of the property tickMarkVisible. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#setTickMarkVisible()Axisjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#setTickMarkVisible()METHOD
shouldAnimate? ()   This is used to check if any given animation should run. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#shouldAnimate()Axisjavafx.scene.chartRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#shouldAnimate()METHODsideProperty= ()   The side of the plot which this axis is being drawn on Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#sideProperty()Axisjavafx.scene.chartQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#sideProperty()METHODtickLabelFillProperty# ()   The fill for all tick labels Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickLabelFillProperty()Axisjavafx.scene.chartZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickLabelFillProperty()METHODtickLabelFontProperty# ()   The font for all tick labels Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickLabelFontProperty()Axisjavafx.scene.chartZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickLabelFontProperty()METHODtickLabelGapProperty: ()   The gap between tick labels and the tick mark lines Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickLabelGapProperty()Axisjavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickLabelGapProperty()METHODtickLabelRotationPropertyL ()   Rotation in degrees of tick mark labels from their normal horizontal. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickLabelRotationProperty()Axisjavafx.scene.chart^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickLabelRotationProperty()METHODtickLabelsVisibleProperty3 ()   true if tick mark labels should be displayed ^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickLabelsVisibleProperty()Axisjavafx.scene.chart^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickLabelsVisibleProperty()METHODtickLengthProperty$ ()   The length of tick mark lines Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickLengthProperty()Axisjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickLengthProperty()METHODtickMarksUpdated| ()   Called during layout if the tickmarks have been updated, allowing subclasses to do anything they need to in reaction. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickMarksUpdated()Axisjavafx.scene.chartUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickMarksUpdated()METHODtickMarkVisibleProperty- ()   true if tick marks should be displayed \http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickMarkVisibleProperty()Axisjavafx.scene.chart\http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#tickMarkVisibleProperty()METHODtoNumericValueL ( T  value)   All axis values must be representable by some numeric value. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#toNumericValue()Axisjavafx.scene.chartShttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#toNumericValue()METHODtoRealValueO (double value)   All axis values must be representable by some numeric value. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#toRealValue()Axisjavafx.scene.chartPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.html#toRealValue()CLASS
Axis.TickMarkjavafx.scene.chartKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.htmlPROPERTYlabel#    The display text for tick mark Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#label
Axis.TickMarkjavafx.scene.chartQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#labelPROPERTYpositionJ    The display position along the axis from axis origin in display units Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#position
Axis.TickMarkjavafx.scene.chartThttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#positionPROPERTYvalue/    The value for this tick mark in data units Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#value
Axis.TickMarkjavafx.scene.chartQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#valueMETHODgetLabel, ()   Gets the value of the property label. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#getLabel()
Axis.TickMarkjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#getLabel()METHODgetPosition/ ()   Gets the value of the property position. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#getPosition()
Axis.TickMarkjavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#getPosition()METHODgetValue, ()   Gets the value of the property value. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#getValue()
Axis.TickMarkjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#getValue()METHOD
isTextVisibleG ()   Indicates whether this tick mark label text is displayed or not. [http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#isTextVisible()
Axis.TickMarkjavafx.scene.chart[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#isTextVisible()METHOD
labelProperty% ()   The display text for tick mark [http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#labelProperty()
Axis.TickMarkjavafx.scene.chart[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#labelProperty()METHODpositionPropertyL ()   The display position along the axis from axis origin in display units ^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#positionProperty()
Axis.TickMarkjavafx.scene.chart^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#positionProperty()METHODsetLabelB (java.lang.String value)   Sets the value of the property label. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#setLabel()
Axis.TickMarkjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#setLabel()METHODsetPosition; (double value)   Sets the value of the property position. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#setPosition()
Axis.TickMarkjavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#setPosition()METHODsetTextVisible (boolean value) \http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#setTextVisible()
Axis.TickMarkjavafx.scene.chart\http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#setTextVisible()METHODsetValue1 ( T  v)   Sets the value of the property value. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#setValue()
Axis.TickMarkjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#setValue()METHODtoStringA ()   Returns a string representation of this  TickMark  object. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#toString()
Axis.TickMarkjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#toString()METHOD
valueProperty1 ()   The value for this tick mark in data units [http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#valueProperty()
Axis.TickMarkjavafx.scene.chart[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Axis.TickMark.html#valueProperty()CLASS
  61 Backgroundjavafx.scene.layoutIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Background.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Background.htmlMETHODequals (java.lang.Object o) Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Background.html#equals()
  62 Backgroundjavafx.scene.layoutRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Background.html#equals()METHODgetClassCssMetaData () _http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Background.html#getClassCssMetaData()
  63 Backgroundjavafx.scene.layout_http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Background.html#getClassCssMetaData()METHODgetFills_ ()   The list of BackgroundFills which together define the filled portion of this Background. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Background.html#getFills()
  64 Backgroundjavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Background.html#getFills()METHOD     getImages_ ()   The list of BackgroundImages which together define the image portion of this Background. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Background.html#getImages()
  65 Backgroundjavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Background.html#getImages()METHOD
  66 getOutsets& ()   The outsets of this Background. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Background.html#getOutsets()
  67 Backgroundjavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Background.html#getOutsets()METHODhashCode () Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Background.html#hashCode()
  68 Backgroundjavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Background.html#hashCode()METHODisEmpty, ()   Gets whether the background is empty. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Background.html#isEmpty()
  69 Backgroundjavafx.scene.layoutShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Background.html#isEmpty()METHODisFillPercentageBasedƒ ()   Gets whether the fill of this Background is based on percentages (that is, relative to the size of the region being styled). ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Background.html#isFillPercentageBased()
  70 Backgroundjavafx.scene.layoutahttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Background.html#isFillPercentageBased()FIELDEMPTY8    An empty Background, useful to use instead of null. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Background.html#EMPTY
  71 Backgroundjavafx.scene.layoutOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Background.html#EMPTYCLASSBackgroundFilljavafx.scene.layoutMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundFill.htmlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundFill.htmlMETHODequals (java.lang.Object o) Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundFill.html#equals()BackgroundFilljavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundFill.html#equals()METHODgetFillE ()   The Paint to use for filling the background of the   Region  . Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundFill.html#getFill()BackgroundFilljavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundFill.html#getFill()METHOD   getInsets' ()   The Insets to use for this fill. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundFill.html#getInsets()BackgroundFilljavafx.scene.layoutYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundFill.html#getInsets()METHODgetRadiiN ()   The Radii to use for representing the four radii of the BackgroundFill. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundFill.html#getRadii()BackgroundFilljavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundFill.html#getRadii()METHODhashCode () Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundFill.html#hashCode()BackgroundFilljavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundFill.html#hashCode()CLASSBackgroundImagejavafx.scene.layoutNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundImage.htmlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundImage.htmlMETHODequals (java.lang.Object o) Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundImage.html#equals()BackgroundImagejavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundImage.html#equals()METHODgetImage ()   The image to be used. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundImage.html#getImage()BackgroundImagejavafx.scene.layoutYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundImage.html#getImage()METHODgetPositionC ()   The position of this BackgroundImage relative to the Region. \http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundImage.html#getPosition()BackgroundImagejavafx.scene.layout\http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundImage.html#getPosition()METHOD
  72 getRepeatXr ()   Indicates in what manner (if at all) the background image is to be repeated along the x-axis of the region. [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundImage.html#getRepeatX()BackgroundImagejavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundImage.html#getRepeatX()METHOD
  73 getRepeatYr ()   Indicates in what manner (if at all) the background image is to be repeated along the y-axis of the region. [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundImage.html#getRepeatY()BackgroundImagejavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundImage.html#getRepeatY()METHODgetSize5 ()   The size of this image relative to the Region. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundImage.html#getSize()BackgroundImagejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundImage.html#getSize()METHODhashCode () Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundImage.html#hashCode()BackgroundImagejavafx.scene.layoutYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundImage.html#hashCode()CLASSBackgroundPositionjavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundPosition.htmlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundPosition.htmlMETHODequals (java.lang.Object o) Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundPosition.html#equals()BackgroundPositionjavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundPosition.html#equals()METHODgetHorizontalPosition“ ()   The value indicating the position of the BackgroundImage relative to the Region along the side indicated by the   horizontalSide   property. ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundPosition.html#getHorizontalPosition()BackgroundPositionjavafx.scene.layoutihttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundPosition.html#getHorizontalPosition()METHODgetHorizontalSideS ()   The side along the horizontal axis to which the BackgroundImage is anchored. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundPosition.html#getHorizontalSide()BackgroundPositionjavafx.scene.layoutehttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundPosition.html#getHorizontalSide()METHODgetVerticalPosition‘ ()   The value indicating the position of the BackgroundImage relative to the Region along the side indicated by the   verticalSide   property. ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundPosition.html#getVerticalPosition()BackgroundPositionjavafx.scene.layoutghttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundPosition.html#getVerticalPosition()METHODgetVerticalSideQ ()   The side along the vertical axis to which the BackgroundImage is anchored. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundPosition.html#getVerticalSide()BackgroundPositionjavafx.scene.layoutchttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundPosition.html#getVerticalSide()METHODhashCode () \http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundPosition.html#hashCode()BackgroundPositionjavafx.scene.layout\http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundPosition.html#hashCode()METHODisHorizontalAsPercentageq ()   Specifies whether the   horizontalPosition   should be interpreted as a literal number or as a percentage. lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundPosition.html#isHorizontalAsPercentage()BackgroundPositionjavafx.scene.layoutlhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundPosition.html#isHorizontalAsPercentage()METHODisVerticalAsPercentageo ()   Specifies whether the   verticalPosition   should be interpreted as a literal number or as a percentage. jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundPosition.html#isVerticalAsPercentage()BackgroundPositionjavafx.scene.layoutjhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundPosition.html#isVerticalAsPercentage()FIELDCENTER>    A BackgroundPosition which will center a BackgroundImage. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundPosition.html#CENTERBackgroundPositionjavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundPosition.html#CENTERFIELDDEFAULT<    The default BackgroundPosition for any BackgroundImage. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundPosition.html#DEFAULTBackgroundPositionjavafx.scene.layoutYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundPosition.html#DEFAULTENUMBackgroundRepeatjavafx.scene.layoutOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundRepeat.htmlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundRepeat.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundRepeat.html#valueOf()BackgroundRepeatjavafx.scene.layoutYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundRepeat.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundRepeat.html#values()BackgroundRepeatjavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundRepeat.html#values()CLASSBackgroundSize From the CSS Specification,  cover  is defined to:   Scale the image, while preserving its intrinsic aspect ratio (if any), to the smallest size such that both javafx.scene.layoutMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundSize.htmlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundSize.htmlMETHODequals (java.lang.Object o) Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundSize.html#equals()BackgroundSizejavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundSize.html#equals()METHOD     getHeightc ()   The height of the area within the Region where the associated BackgroundImage should render. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundSize.html#getHeight()BackgroundSizejavafx.scene.layoutYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundSize.html#getHeight()METHODgetWidthb ()   The width of the area within the Region where the associated BackgroundImage should render. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundSize.html#getWidth()BackgroundSizejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundSize.html#getWidth()METHODhashCode () Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundSize.html#hashCode()BackgroundSizejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundSize.html#hashCode()METHOD  isContain  ()   If true, scale the image, while preserving its intrinsic aspect ratio (if any), to the largest size such that both its width and its height can fit insideYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundSize.html#isContain()BackgroundSizejavafx.scene.layoutYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundSize.html#isContain()METHODisCover  ()   If true, scale the image, while preserving its intrinsic aspect ratio (if any), to the smallest size such that both its width and its height can completelWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundSize.html#isCover()BackgroundSizejavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundSize.html#isCover()METHODisHeightAsPercentaget ()   Specifies whether the value contained in  height  should be interpreted as a percentage or as a normal value. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundSize.html#isHeightAsPercentage()BackgroundSizejavafx.scene.layoutdhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundSize.html#isHeightAsPercentage()METHODisWidthAsPercentages ()   Specifies whether the value contained in  width  should be interpreted as a percentage or as a normal value. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundSize.html#isWidthAsPercentage()BackgroundSizejavafx.scene.layoutchttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundSize.html#isWidthAsPercentage()FIELDAUTO     From the CSS Specification: An "auto" value for one dimension is resolved by using the image's intrinsic ratio and the size of the other dimension, or failiRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundSize.html#AUTOBackgroundSizejavafx.scene.layoutRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundSize.html#AUTOFIELDDEFAULT^    The default BackgroundSize used by BackgroundImages when an explicit size is not defined. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundSize.html#DEFAULTBackgroundSizejavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BackgroundSize.html#DEFAULTCLASSBarChartjavafx.scene.chartFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.htmlFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.htmlPROPERTYbarGap7    The gap to leave between bars in the same category Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#barGapBarChartjavafx.scene.chartMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#barGapPROPERTYcategoryGap9    The gap to leave between bars in separate categories Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#categoryGapBarChartjavafx.scene.chartRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#categoryGapMETHODbarGapProperty9 ()   The gap to leave between bars in the same category Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#barGapProperty()BarChartjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#barGapProperty()METHODcategoryGapProperty; ()   The gap to leave between bars in separate categories \http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#categoryGapProperty()BarChartjavafx.scene.chart\http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#categoryGapProperty()METHOD
dataItemAdded‡ ( XYChart.Series < X , Y > series, int itemIndex,  XYChart.Data < X , Y > item)   Called when a data item has been added to a series. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#dataItemAdded()BarChartjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#dataItemAdded()METHODdataItemChangedx ( XYChart.Data < X , Y > item)   Called when a data item has changed, ie its xValue, yValue or extraValue has changed. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#dataItemChanged()BarChartjavafx.scene.chartXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#dataItemChanged()METHODdataItemRemoved  ( XYChart.Data < X , Y > item,  XYChart.Series < X , Y > series)   Called when a data item has been removed from data model but it is still visible on the charXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#dataItemRemoved()BarChartjavafx.scene.chartXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#dataItemRemoved()METHOD       getBarGap- ()   Gets the value of the property barGap. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#getBarGap()BarChartjavafx.scene.chartRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#getBarGap()METHODgetCategoryGap2 ()   Gets the value of the property categoryGap. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#getCategoryGap()BarChartjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#getCategoryGap()METHODgetClassCssMetaData () \http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#getClassCssMetaData()BarChartjavafx.scene.chart\http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#getClassCssMetaData()METHODgetCssMetaData’ ()   This method should delegate to   Node.getClassCssMetaData()   so that a Node's CssMetaData can be accessed without the need for reflection. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#getCssMetaData()BarChartjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#getCssMetaData()METHODlayoutPlotChildren5 ()   Called to update and layout the plot children. [http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#layoutPlotChildren()BarChartjavafx.scene.chart[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#layoutPlotChildren()METHODseriesAddedi ( XYChart.Series < X , Y > series, int seriesIndex)   A series has been added to the charts data model. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#seriesAdded()BarChartjavafx.scene.chartThttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#seriesAdded()METHOD
seriesRemovedz ( XYChart.Series < X , Y > series)   A series has been removed from the data model but it is still visible on the chart. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#seriesRemoved()BarChartjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#seriesRemoved()METHOD       setBarGap9 (double value)   Sets the value of the property barGap. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#setBarGap()BarChartjavafx.scene.chartRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#setBarGap()METHODsetCategoryGap> (double value)   Sets the value of the property categoryGap. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#setCategoryGap()BarChartjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#setCategoryGap()METHODupdateLegend^ ()   This is called whenever a series is added or removed and the legend needs to be updated Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#updateLegend()BarChartjavafx.scene.chartUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BarChart.html#updateLegend()CLASSBigDecimalStringConverter<  StringConverter   implementation for  BigDecimal  values. javafx.util.converterZhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/BigDecimalStringConverter.htmlZhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/BigDecimalStringConverter.htmlMETHOD
  74 fromStringk (java.lang.String value)   Converts the string provided into an object defined by the specific converter. ghttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/BigDecimalStringConverter.html#fromString()BigDecimalStringConverterjavafx.util.converterghttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/BigDecimalStringConverter.html#fromString()METHODtoStringS (java.math.BigDecimal value)   Converts the object provided into its string form. ehttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/BigDecimalStringConverter.html#toString()BigDecimalStringConverterjavafx.util.converterehttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/BigDecimalStringConverter.html#toString()CLASSBigIntegerStringConverter<  StringConverter   implementation for  BigInteger  values. javafx.util.converterZhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/BigIntegerStringConverter.htmlZhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/BigIntegerStringConverter.htmlMETHOD
  75 fromStringk (java.lang.String value)   Converts the string provided into an object defined by the specific converter. ghttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/BigIntegerStringConverter.html#fromString()BigIntegerStringConverterjavafx.util.converterghttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/BigIntegerStringConverter.html#fromString()METHODtoStringS (java.math.BigInteger value)   Converts the object provided into its string form. ehttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/BigIntegerStringConverter.html#toString()BigIntegerStringConverterjavafx.util.converterehttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/BigIntegerStringConverter.html#toString()CLASSBinding While a dependency of a binding can be anything, it is almost always an implementation of   ObservableValue  .  Binding  implements  ObservableValue  allowing tjavafx.beans.bindingGhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Binding.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Binding.htmlMETHODdisposec ()   Signals to the  Binding  that it will not be used anymore and any references can be removed. Qhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Binding.html#dispose()Bindingjavafx.beans.bindingQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Binding.html#dispose()METHODgetDependenciesS ()   Returns the dependencies of a binding in an unmodifiable   ObservableList  . Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Binding.html#getDependencies()Bindingjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Binding.html#getDependencies()METHOD
  76 invalidate! ()   Mark a binding as invalid. Thttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Binding.html#invalidate()Bindingjavafx.beans.bindingThttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Binding.html#invalidate()METHODisValid$ ()   Checks if a binding is valid. Qhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Binding.html#isValid()Bindingjavafx.beans.bindingQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Binding.html#isValid()CLASSBindings Usually there are two possibilities to define the same operation: the Fluent API and the the factory methods in this class. This allows a developer to define cojavafx.beans.bindingHhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.htmlMETHODadd  (double op1,  ObservableNumberValue  op2)   Creates a new   DoubleBinding   that calculates the sum of the value of a   ObservableNumberValue   and a constant Nhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#add()Bindingsjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#add()METHODadd  (float op1,  ObservableNumberValue  op2)   Creates a new   NumberBinding   that calculates the sum of the value of a   ObservableNumberValue   and a constant vNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#add()Bindingsjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#add()METHODadd  (int op1,  ObservableNumberValue  op2)   Creates a new   NumberBinding   that calculates the sum of the value of a   ObservableNumberValue   and a constant valNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#add()Bindingsjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#add()METHODadd  (long op1,  ObservableNumberValue  op2)   Creates a new   NumberBinding   that calculates the sum of the value of a   ObservableNumberValue   and a constant vaNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#add()Bindingsjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#add()METHODadd  ( ObservableNumberValue  op1, double op2)   Creates a new   DoubleBinding   that calculates the sum of the value of a   ObservableNumberValue   and a constant Nhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#add()Bindingsjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#add()METHODadd  ( ObservableNumberValue  op1, float op2)   Creates a new   NumberBinding   that calculates the sum of the value of a   ObservableNumberValue   and a constant vNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#add()Bindingsjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#add()METHODadd  ( ObservableNumberValue  op1, int op2)   Creates a new   NumberBinding   that calculates the sum of the value of a   ObservableNumberValue   and a constant valNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#add()Bindingsjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#add()METHODadd  ( ObservableNumberValue  op1, long op2)   Creates a new   NumberBinding   that calculates the sum of the value of a   ObservableNumberValue   and a constant vaNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#add()Bindingsjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#add()METHODadd  ( ObservableNumberValue  op1,  ObservableNumberValue  op2)   Creates a new   NumberBinding   that calculates the sum of the values of two instances of   ObservNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#add()Bindingsjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#add()METHODand  ( ObservableBooleanValue  op1,  ObservableBooleanValue  op2)   Creates a   BooleanBinding   that calculates the conditional-AND operation on the value of two iNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#and()Bindingsjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#and()METHODbindBidirectional  ( Property <java.lang.String> stringProperty,  Property <?> otherProperty, java.text.Format format)   Generates a bidirectional binding (or "bind with inverse"\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#bindBidirectional()Bindingsjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#bindBidirectional()METHODbindBidirectional  ( Property <java.lang.String> stringProperty,  Property <T> otherProperty,  StringConverter <T> converter)   Generates a bidirectional binding (or "bind with i\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#bindBidirectional()Bindingsjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#bindBidirectional()METHODbindBidirectional˜ ( Property <T> property1,  Property <T> property2)   Generates a bidirectional binding (or "bind with inverse") between two instances of   Property  . \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#bindBidirectional()Bindingsjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#bindBidirectional()METHODbindContentŠ (java.util.List<E> list1,  ObservableList <? extends E> list2)   Generates a content binding between an   ObservableList   and a  List . Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#bindContent()Bindingsjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#bindContent()METHODbindContent’ (java.util.Map<K,V> map1,  ObservableMap <? extends K,? extends V> map2)   Generates a content binding between an   ObservableMap   and a  Map . Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#bindContent()Bindingsjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#bindContent()METHODbindContent„ (java.util.Set<E> set1,  ObservableSet <? extends E> set2)   Generates a content binding between an   ObservableSet   and a  Set . Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#bindContent()Bindingsjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#bindContent()METHODbindContentBidirectional  ( ObservableList <E> list1,  ObservableList <E> list2)   Generates a bidirectional binding (or "bind with inverse") between two instances of   ObservableList  chttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#bindContentBidirectional()Bindingsjavafx.beans.bindingchttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#bindContentBidirectional()METHODbindContentBidirectional  ( ObservableMap <K,V> map1,  ObservableMap <K,V> map2)   Generates a bidirectional binding (or "bind with inverse") between two instances of   ObservableMap  .chttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#bindContentBidirectional()Bindingsjavafx.beans.bindingchttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#bindContentBidirectional()METHODbindContentBidirectional ( ObservableSet <E> set1,  ObservableSet <E> set2)   Generates a bidirectional binding (or "bind with inverse") between two instances of   ObservableSet  . chttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#bindContentBidirectional()Bindingsjavafx.beans.bindingchttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#bindContentBidirectional()METHODbooleanValueAt  ( ObservableList <java.lang.Boolean> op, int index)   Creates a new   BooleanBinding   that contains the element of an   ObservableList   at the specified posiYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#booleanValueAt()Bindingsjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#booleanValueAt()METHODbooleanValueAt  ( ObservableList <java.lang.Boolean> op,  ObservableIntegerValue  index)   Creates a new   BooleanBinding   that contains the element of an   ObservableList   Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#booleanValueAt()Bindingsjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#booleanValueAt()METHODbooleanValueAt  ( ObservableList <java.lang.Boolean> op,  ObservableNumberValue  index)   Creates a new   BooleanBinding   that contains the element of an   ObservableList   aYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#booleanValueAt()Bindingsjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#booleanValueAt()METHODbooleanValueAtš ( ObservableMap <K,java.lang.Boolean> op, K key)   Creates a new   BooleanBinding   that contains the mapping of a specific key in an   ObservableMap  . Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#booleanValueAt()Bindingsjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#booleanValueAt()METHODbooleanValueAt  ( ObservableMap <K,java.lang.Boolean> op,  ObservableValue <? extends K> key)   Creates a new   BooleanBinding   that contains the mapping of a specific key inYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#booleanValueAt()Bindingsjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#booleanValueAt()METHODconcat~ (java.lang.Object... args)   Returns a   StringExpression   that holds the value of the concatenation of multiple  Objects . Qhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#concat()Bindingsjavafx.beans.bindingQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#concat()METHODconvertk ( ObservableValue <?> observableValue)   Returns a   StringExpression   that wraps a   ObservableValue  . Rhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#convert()Bindingsjavafx.beans.bindingRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#convert()METHODcreateBooleanBinding (java.util.concurrent.Callable<java.lang.Boolean> func,  Observable ... dependencies)   Helper function to create a custom   BooleanBinding  . _http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#createBooleanBinding()Bindingsjavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#createBooleanBinding()METHODcreateDoubleBindingŽ (java.util.concurrent.Callable<java.lang.Double> func,  Observable ... dependencies)   Helper function to create a custom   DoubleBinding  . ^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#createDoubleBinding()Bindingsjavafx.beans.binding^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#createDoubleBinding()METHODcreateFloatBindingŒ (java.util.concurrent.Callable<java.lang.Float> func,  Observable ... dependencies)   Helper function to create a custom   FloatBinding  . ]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#createFloatBinding()Bindingsjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#createFloatBinding()METHODcreateIntegerBinding (java.util.concurrent.Callable<java.lang.Integer> func,  Observable ... dependencies)   Helper function to create a custom   IntegerBinding  . _http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#createIntegerBinding()Bindingsjavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#createIntegerBinding()METHODcreateLongBindingŠ (java.util.concurrent.Callable<java.lang.Long> func,  Observable ... dependencies)   Helper function to create a custom   LongBinding  . \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#createLongBinding()Bindingsjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#createLongBinding()METHODcreateObjectBinding (java.util.concurrent.Callable<T> func,  Observable ... dependencies)   Helper function to create a custom   ObjectBinding  . ^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#createObjectBinding()Bindingsjavafx.beans.binding^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#createObjectBinding()METHODcreateStringBindingŽ (java.util.concurrent.Callable<java.lang.String> func,  Observable ... dependencies)   Helper function to create a custom   StringBinding  . ^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#createStringBinding()Bindingsjavafx.beans.binding^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#createStringBinding()METHODdivide  (double op1,  ObservableNumberValue  op2)   Creates a new   DoubleBinding   that calculates the division of a constant value and the value of a   ObservableNumQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#divide()Bindingsjavafx.beans.bindingQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#divide()METHODdivide  (float op1,  ObservableNumberValue  op2)   Creates a new   NumberBinding   that calculates the division of a constant value and the value of a   ObservableNumbQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#divide()Bindingsjavafx.beans.bindingQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#divide()METHODdivide  (int op1,  ObservableNumberValue  op2)   Creates a new   NumberBinding   that calculates the division of a constant value and the value of a   ObservableNumberQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#divide()Bindingsjavafx.beans.bindingQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#divide()METHODdivide  (long op1,  ObservableNumberValue  op2)   Creates a new   NumberBinding   that calculates the division of a constant value and the value of a   ObservableNumbeQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#divide()Bindingsjavafx.beans.bindingQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#divide()METHODdivide  ( ObservableNumberValue  op1, double op2)   Creates a new   DoubleBinding   that calculates the division of the value of a   ObservableNumberValue   and a consQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#divide()Bindingsjavafx.beans.bindingQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#divide()METHODdivide  ( ObservableNumberValue  op1, float op2)   Creates a new   NumberBinding   that calculates the division of the value of a   ObservableNumberValue   and a constQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#divide()Bindingsjavafx.beans.bindingQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#divide()METHODdivide  ( ObservableNumberValue  op1, int op2)   Creates a new   NumberBinding   that calculates the division of the value of a   ObservableNumberValue   and a constanQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#divide()Bindingsjavafx.beans.bindingQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#divide()METHODdivide  ( ObservableNumberValue  op1, long op2)   Creates a new   NumberBinding   that calculates the division of the value of a   ObservableNumberValue   and a constaQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#divide()Bindingsjavafx.beans.bindingQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#divide()METHODdivide  ( ObservableNumberValue  op1,  ObservableNumberValue  op2)   Creates a new   NumberBinding   that calculates the division of the values of two instances of   OQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#divide()Bindingsjavafx.beans.bindingQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#divide()METHOD
doubleValueAt  ( ObservableList <? extends java.lang.Number> op, int index)   Creates a new   DoubleBinding   that contains the element of an   ObservableList   at the specifXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#doubleValueAt()Bindingsjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#doubleValueAt()METHOD
doubleValueAt  ( ObservableList <? extends java.lang.Number> op,  ObservableIntegerValue  index)   Creates a new   DoubleBinding   that contains the element of an   ObservablXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#doubleValueAt()Bindingsjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#doubleValueAt()METHOD
doubleValueAt  ( ObservableList <? extends java.lang.Number> op,  ObservableNumberValue  index)   Creates a new   DoubleBinding   that contains the element of an   ObservableXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#doubleValueAt()Bindingsjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#doubleValueAt()METHOD
doubleValueAt  ( ObservableMap <K,? extends java.lang.Number> op, K key)   Creates a new   DoubleBinding   that contains the mapping of a specific key in an   ObservableMap  Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#doubleValueAt()Bindingsjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#doubleValueAt()METHOD
doubleValueAt  ( ObservableMap <K,? extends java.lang.Number> op,  ObservableValue <? extends K> key)   Creates a new   DoubleBinding   that contains the mapping of a specifiXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#doubleValueAt()Bindingsjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#doubleValueAt()METHODequal  (double op1,  ObservableNumberValue  op2, double epsilon)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is ePhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()Bindingsjavafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()METHODequal  (float op1,  ObservableNumberValue  op2, double epsilon)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is eqPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()Bindingsjavafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()METHODequal  (int op1,  ObservableNumberValue  op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is equal to a constant Phttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()Bindingsjavafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()METHODequal  (int op1,  ObservableNumberValue  op2, double epsilon)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is equaPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()Bindingsjavafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()METHODequal  (long op1,  ObservableNumberValue  op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is equal to a constantPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()Bindingsjavafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()METHODequal  (long op1,  ObservableNumberValue  op2, double epsilon)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is equPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()Bindingsjavafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()METHODequal  (java.lang.Object op1,  ObservableObjectValue <?> op2)   Creates a new   BooleanBinding   that holds  true  if the value of an   ObservableObjectValue   is equPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()Bindingsjavafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()METHODequal  ( ObservableBooleanValue  op1,  ObservableBooleanValue  op2)   Creates a new   BooleanBinding   that holds  true  if the values of two instances of   ObservablPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()Bindingsjavafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()METHODequal  ( ObservableNumberValue  op1, double op2, double epsilon)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is ePhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()Bindingsjavafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()METHODequal  ( ObservableNumberValue  op1, float op2, double epsilon)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is eqPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()Bindingsjavafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()METHODequal  ( ObservableNumberValue  op1, int op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is equal to a constant Phttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()Bindingsjavafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()METHODequal  ( ObservableNumberValue  op1, int op2, double epsilon)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is equaPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()Bindingsjavafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()METHODequal  ( ObservableNumberValue  op1, long op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is equal to a constantPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()Bindingsjavafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()METHODequal  ( ObservableNumberValue  op1, long op2, double epsilon)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is equPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()Bindingsjavafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()METHODequal  ( ObservableNumberValue  op1,  ObservableNumberValue  op2)   Creates a new   BooleanBinding   that holds  true  if the values of two instances of   ObservableNPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()Bindingsjavafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()METHODequal  ( ObservableNumberValue  op1,  ObservableNumberValue  op2, double epsilon)   Creates a new   BooleanBinding   that holds  true  if the values of two instances Phttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()Bindingsjavafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()METHODequal  ( ObservableObjectValue <?> op1, java.lang.Object op2)   Creates a new   BooleanBinding   that holds  true  if the value of an   ObservableObjectValue   is equPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()Bindingsjavafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()METHODequal  ( ObservableObjectValue <?> op1,  ObservableObjectValue <?> op2)   Creates a new   BooleanBinding   that holds  true  if the values of two instances of   ObserPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()Bindingsjavafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()METHODequal  ( ObservableStringValue  op1,  ObservableStringValue  op2)   Creates a new   BooleanBinding   that holds  true  if the values of two instances of   ObservableSPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()Bindingsjavafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()METHODequal  ( ObservableStringValue  op1, java.lang.String op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableStringValue   is equal tPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()Bindingsjavafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()METHODequal  (java.lang.String op1,  ObservableStringValue  op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableStringValue   is equal tPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()Bindingsjavafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equal()METHODequalIgnoreCase  ( ObservableStringValue  op1,  ObservableStringValue  op2)   Creates a new   BooleanBinding   that holds  true  if the values of two instances of   ObservableSZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equalIgnoreCase()Bindingsjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equalIgnoreCase()METHODequalIgnoreCase  ( ObservableStringValue  op1, java.lang.String op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableStringValue   is equal tZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equalIgnoreCase()Bindingsjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equalIgnoreCase()METHODequalIgnoreCase  (java.lang.String op1,  ObservableStringValue  op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableStringValue   is equal tZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equalIgnoreCase()Bindingsjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#equalIgnoreCase()METHODfloatValueAt˜ ( ObservableFloatArray  op, int index)   Creates a new   FloatBinding   that contains the element of an   ObservableArray   at the specified position. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#floatValueAt()Bindingsjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#floatValueAt()METHODfloatValueAt  ( ObservableFloatArray  op,  ObservableIntegerValue  index)   Creates a new   FloatBinding   that contains the element of an   ObservableArray   at the specifiWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#floatValueAt()Bindingsjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#floatValueAt()METHODfloatValueAt  ( ObservableFloatArray  op,  ObservableNumberValue  index)   Creates a new   FloatBinding   that contains the element of an   ObservableArray   at the specifieWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#floatValueAt()Bindingsjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#floatValueAt()METHODfloatValueAt  ( ObservableList <? extends java.lang.Number> op, int index)   Creates a new   FloatBinding   that contains the element of an   ObservableList   at the specifiWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#floatValueAt()Bindingsjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#floatValueAt()METHODfloatValueAt  ( ObservableList <? extends java.lang.Number> op,  ObservableIntegerValue  index)   Creates a new   FloatBinding   that contains the element of an   ObservableWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#floatValueAt()Bindingsjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#floatValueAt()METHODfloatValueAt  ( ObservableList <? extends java.lang.Number> op,  ObservableNumberValue  index)   Creates a new   FloatBinding   that contains the element of an   ObservableLWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#floatValueAt()Bindingsjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#floatValueAt()METHODfloatValueAt  ( ObservableMap <K,? extends java.lang.Number> op, K key)   Creates a new   FloatBinding   that contains the mapping of a specific key in an   ObservableMap  .Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#floatValueAt()Bindingsjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#floatValueAt()METHODfloatValueAt  ( ObservableMap <K,? extends java.lang.Number> op,  ObservableValue <? extends K> key)   Creates a new   FloatBinding   that contains the mapping of a specificWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#floatValueAt()Bindingsjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#floatValueAt()METHODformat  (java.util.Locale locale, java.lang.String format, java.lang.Object... args)   Creates a   StringExpression   that holds the value of multiple  Objects  formatQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#format()Bindingsjavafx.beans.bindingQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#format()METHODformat  (java.lang.String format, java.lang.Object... args)   Creates a   StringExpression   that holds the value of multiple  Objects  formatted according to a formatQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#format()Bindingsjavafx.beans.bindingQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#format()METHODgreaterThan  (double op1,  ObservableNumberValue  op2)   Creates a new   BooleanBinding   that holds  true  if a constant value is greater than the value of a   ObservableNVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThan()Bindingsjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThan()METHODgreaterThan  (float op1,  ObservableNumberValue  op2)   Creates a new   BooleanBinding   that holds  true  if a constant value is greater than the value of a   ObservableNuVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThan()Bindingsjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThan()METHODgreaterThan  (int op1,  ObservableNumberValue  op2)   Creates a new   BooleanBinding   that holds  true  if a constant value is greater than the value of a   ObservableNumbVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThan()Bindingsjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThan()METHODgreaterThan  (long op1,  ObservableNumberValue  op2)   Creates a new   BooleanBinding   that holds  true  if a constant value is greater than the value of a   ObservableNumVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThan()Bindingsjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThan()METHODgreaterThan  ( ObservableNumberValue  op1, double op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is greater than a coVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThan()Bindingsjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThan()METHODgreaterThan  ( ObservableNumberValue  op1, float op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is greater than a conVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThan()Bindingsjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThan()METHODgreaterThan  ( ObservableNumberValue  op1, int op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is greater than a constVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThan()Bindingsjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThan()METHODgreaterThan  ( ObservableNumberValue  op1, long op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is greater than a consVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThan()Bindingsjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThan()METHODgreaterThan  ( ObservableNumberValue  op1,  ObservableNumberValue  op2)   Creates a new   BooleanBinding   that holds  true  if the value of the first   ObservableNumberValVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThan()Bindingsjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThan()METHODgreaterThan  ( ObservableStringValue  op1,  ObservableStringValue  op2)   Creates a new   BooleanBinding   that holds  true  if the value of the first   ObservableStringValVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThan()Bindingsjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThan()METHODgreaterThan  ( ObservableStringValue  op1, java.lang.String op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableStringValue   is greaterVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThan()Bindingsjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThan()METHODgreaterThan  (java.lang.String op1,  ObservableStringValue  op2)   Creates a new   BooleanBinding   that holds  true  if the value of a constant value is greater than the vVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThan()Bindingsjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThan()METHODgreaterThanOrEqual  (double op1,  ObservableNumberValue  op2)   Creates a new   BooleanBinding   that holds  true  if a constant value is greater than or equal to the value of a  ]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThanOrEqual()Bindingsjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThanOrEqual()METHODgreaterThanOrEqual  (float op1,  ObservableNumberValue  op2)   Creates a new   BooleanBinding   that holds  true  if a constant value is greater than or equal to the value of a   ]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThanOrEqual()Bindingsjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThanOrEqual()METHODgreaterThanOrEqual  (int op1,  ObservableNumberValue  op2)   Creates a new   BooleanBinding   that holds  true  if a constant value is greater than or equal to the value of a   Ob]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThanOrEqual()Bindingsjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThanOrEqual()METHODgreaterThanOrEqual  (long op1,  ObservableNumberValue  op2)   Creates a new   BooleanBinding   that holds  true  if a constant value is greater than or equal to the value of a   O]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThanOrEqual()Bindingsjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThanOrEqual()METHODgreaterThanOrEqual  ( ObservableNumberValue  op1, double op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is greater than or e]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThanOrEqual()Bindingsjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThanOrEqual()METHODgreaterThanOrEqual  ( ObservableNumberValue  op1, float op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is greater than or eq]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThanOrEqual()Bindingsjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThanOrEqual()METHODgreaterThanOrEqual  ( ObservableNumberValue  op1, int op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is greater than or equa]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThanOrEqual()Bindingsjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThanOrEqual()METHODgreaterThanOrEqual  ( ObservableNumberValue  op1, long op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is greater than or equ]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThanOrEqual()Bindingsjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThanOrEqual()METHODgreaterThanOrEqual  ( ObservableNumberValue  op1,  ObservableNumberValue  op2)   Creates a new   BooleanBinding   that holds  true  if the value of the first   ObservableNumberVal]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThanOrEqual()Bindingsjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThanOrEqual()METHODgreaterThanOrEqual  ( ObservableStringValue  op1,  ObservableStringValue  op2)   Creates a new   BooleanBinding   that holds  true  if the value of the first   ObservableStringVal]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThanOrEqual()Bindingsjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThanOrEqual()METHODgreaterThanOrEqual  ( ObservableStringValue  op1, java.lang.String op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableStringValue   is greater]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThanOrEqual()Bindingsjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThanOrEqual()METHODgreaterThanOrEqual  (java.lang.String op1,  ObservableStringValue  op2)   Creates a new   BooleanBinding   that holds  true  if a constant value is greater than or equal to the va]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThanOrEqual()Bindingsjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#greaterThanOrEqual()METHODintegerValueAtœ ( ObservableIntegerArray  op, int index)   Creates a new   IntegerBinding   that contains the element of an   ObservableArray   at the specified position. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#integerValueAt()Bindingsjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#integerValueAt()METHODintegerValueAt  ( ObservableIntegerArray  op,  ObservableIntegerValue  index)   Creates a new   IntegerBinding   that contains the element of an   ObservableArray   at the speYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#integerValueAt()Bindingsjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#integerValueAt()METHODintegerValueAt  ( ObservableIntegerArray  op,  ObservableNumberValue  index)   Creates a new   IntegerBinding   that contains the element of an   ObservableArray   at the specYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#integerValueAt()Bindingsjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#integerValueAt()METHODintegerValueAt  ( ObservableList <? extends java.lang.Number> op, int index)   Creates a new   IntegerBinding   that contains the element of an   ObservableList   at the speciYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#integerValueAt()Bindingsjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#integerValueAt()METHODintegerValueAt  ( ObservableList <? extends java.lang.Number> op,  ObservableIntegerValue  index)   Creates a new   IntegerBinding   that contains the element of an   ObservabYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#integerValueAt()Bindingsjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#integerValueAt()METHODintegerValueAt  ( ObservableList <? extends java.lang.Number> op,  ObservableNumberValue  index)   Creates a new   IntegerBinding   that contains the element of an   ObservablYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#integerValueAt()Bindingsjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#integerValueAt()METHODintegerValueAt  ( ObservableMap <K,? extends java.lang.Number> op, K key)   Creates a new   IntegerBinding   that contains the mapping of a specific key in an   ObservableMap Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#integerValueAt()Bindingsjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#integerValueAt()METHODintegerValueAt  ( ObservableMap <K,? extends java.lang.Number> op,  ObservableValue <? extends K> key)   Creates a new   IntegerBinding   that contains the mapping of a specifYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#integerValueAt()Bindingsjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#integerValueAt()METHODisEmptyw ( ObservableList <E> op)   Creates a new   BooleanBinding   that holds  true  if a given   ObservableList   is empty. Rhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#isEmpty()Bindingsjavafx.beans.bindingRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#isEmpty()METHODisEmptyw ( ObservableMap <K,V> op)   Creates a new   BooleanBinding   that holds  true  if a given   ObservableMap   is empty. Rhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#isEmpty()Bindingsjavafx.beans.bindingRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#isEmpty()METHODisEmptyu ( ObservableSet <E> op)   Creates a new   BooleanBinding   that holds  true  if a given   ObservableSet   is empty. Rhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#isEmpty()Bindingsjavafx.beans.bindingRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#isEmpty()METHODisEmpty‰ ( ObservableStringValue  op)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableStringValue   is empty. Rhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#isEmpty()Bindingsjavafx.beans.bindingRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#isEmpty()METHOD
  77 isNotEmpty{ ( ObservableList <E> op)   Creates a new   BooleanBinding   that holds  true  if a given   ObservableList   is not empty. Uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#isNotEmpty()Bindingsjavafx.beans.bindingUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#isNotEmpty()METHOD
  78 isNotEmpty{ ( ObservableMap <K,V> op)   Creates a new   BooleanBinding   that holds  true  if a given   ObservableMap   is not empty. Uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#isNotEmpty()Bindingsjavafx.beans.bindingUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#isNotEmpty()METHOD
  79 isNotEmptyy ( ObservableSet <E> op)   Creates a new   BooleanBinding   that holds  true  if a given   ObservableSet   is not empty. Uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#isNotEmpty()Bindingsjavafx.beans.bindingUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#isNotEmpty()METHOD
  80 isNotEmpty ( ObservableStringValue  op)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableStringValue   is not empty. Uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#isNotEmpty()Bindingsjavafx.beans.bindingUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#isNotEmpty()METHOD isNotNull’ ( ObservableObjectValue <?> op)   Creates a new   BooleanBinding   that holds  true  if the value of an   ObservableObjectValue   is not  null . Thttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#isNotNull()Bindingsjavafx.beans.bindingThttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#isNotNull()METHODisNullŽ ( ObservableObjectValue <?> op)   Creates a new   BooleanBinding   that holds  true  if the value of an   ObservableObjectValue   is  null . Qhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#isNull()Bindingsjavafx.beans.bindingQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#isNull()METHODlengthw ( ObservableStringValue  op)   Creates a new   IntegerBinding   that holds the length of a   ObservableStringValue  . Qhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#length()Bindingsjavafx.beans.bindingQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#length()METHODlessThan  (double op1,  ObservableNumberValue  op2)   Creates a new   BooleanBinding   that holds  true  if a constant value is less than the value of a   ObservableNumbShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThan()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThan()METHODlessThan  (float op1,  ObservableNumberValue  op2)   Creates a new   BooleanBinding   that holds  true  if a constant value is less than the value of a   ObservableNumbeShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThan()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThan()METHODlessThan  (int op1,  ObservableNumberValue  op2)   Creates a new   BooleanBinding   that holds  true  if a constant value is less than the value of a   ObservableNumberVShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThan()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThan()METHODlessThan  (long op1,  ObservableNumberValue  op2)   Creates a new   BooleanBinding   that holds  true  if a constant value is less than the value of a   ObservableNumberShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThan()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThan()METHODlessThan  ( ObservableNumberValue  op1, double op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is less than a constShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThan()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThan()METHODlessThan  ( ObservableNumberValue  op1, float op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is less than a constaShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThan()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThan()METHODlessThan  ( ObservableNumberValue  op1, int op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is less than a constantShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThan()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThan()METHODlessThan  ( ObservableNumberValue  op1, long op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is less than a constanShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThan()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThan()METHODlessThan  ( ObservableNumberValue  op1,  ObservableNumberValue  op2)   Creates a new   BooleanBinding   that holds  true  if the value of the first   ObservableNumberValShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThan()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThan()METHODlessThan  ( ObservableStringValue  op1,  ObservableStringValue  op2)   Creates a new   BooleanBinding   that holds  true  if the value of the first   ObservableStringValShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThan()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThan()METHODlessThan  ( ObservableStringValue  op1, java.lang.String op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableStringValue   is less thShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThan()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThan()METHODlessThan  (java.lang.String op1,  ObservableStringValue  op2)   Creates a new   BooleanBinding   that holds  true  if a constant value is less than the value of a   ObseShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThan()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThan()METHODlessThanOrEqual  (double op1,  ObservableNumberValue  op2)   Creates a new   BooleanBinding   that holds  true  if a constant value is less than or equal to the value of a   ObZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThanOrEqual()Bindingsjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThanOrEqual()METHODlessThanOrEqual  (float op1,  ObservableNumberValue  op2)   Creates a new   BooleanBinding   that holds  true  if a constant value is less than or equal to the value of a   ObsZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThanOrEqual()Bindingsjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThanOrEqual()METHODlessThanOrEqual  (int op1,  ObservableNumberValue  op2)   Creates a new   BooleanBinding   that holds  true  if a constant value is less than or equal to the value of a   ObserZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThanOrEqual()Bindingsjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThanOrEqual()METHODlessThanOrEqual  (long op1,  ObservableNumberValue  op2)   Creates a new   BooleanBinding   that holds  true  if a constant value is less than or equal to the value of a   ObseZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThanOrEqual()Bindingsjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThanOrEqual()METHODlessThanOrEqual  ( ObservableNumberValue  op1, double op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is less than or equaZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThanOrEqual()Bindingsjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThanOrEqual()METHODlessThanOrEqual  ( ObservableNumberValue  op1, float op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is less than or equalZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThanOrEqual()Bindingsjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThanOrEqual()METHODlessThanOrEqual  ( ObservableNumberValue  op1, int op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is less than or equal tZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThanOrEqual()Bindingsjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThanOrEqual()METHODlessThanOrEqual  ( ObservableNumberValue  op1, long op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is less than or equal Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThanOrEqual()Bindingsjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThanOrEqual()METHODlessThanOrEqual  ( ObservableNumberValue  op1,  ObservableNumberValue  op2)   Creates a new   BooleanBinding   that holds  true  if the value of the first   ObservableNumberValZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThanOrEqual()Bindingsjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThanOrEqual()METHODlessThanOrEqual  ( ObservableStringValue  op1,  ObservableStringValue  op2)   Creates a new   BooleanBinding   that holds  true  if the value of the first   ObservableStringValZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThanOrEqual()Bindingsjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThanOrEqual()METHODlessThanOrEqual  ( ObservableStringValue  op1, java.lang.String op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableStringValue   is less thZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThanOrEqual()Bindingsjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThanOrEqual()METHODlessThanOrEqual  (java.lang.String op1,  ObservableStringValue  op2)   Creates a new   BooleanBinding   that holds  true  if a constant value is less than or equal to the valueZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThanOrEqual()Bindingsjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#lessThanOrEqual()METHODlongValueAt  ( ObservableList <? extends java.lang.Number> op, int index)   Creates a new   LongBinding   that contains the element of an   ObservableList   at the specifieVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#longValueAt()Bindingsjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#longValueAt()METHODlongValueAt  ( ObservableList <? extends java.lang.Number> op,  ObservableIntegerValue  index)   Creates a new   LongBinding   that contains the element of an   ObservableLVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#longValueAt()Bindingsjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#longValueAt()METHODlongValueAt  ( ObservableList <? extends java.lang.Number> op,  ObservableNumberValue  index)   Creates a new   LongBinding   that contains the element of an   ObservableLiVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#longValueAt()Bindingsjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#longValueAt()METHODlongValueAt  ( ObservableMap <K,? extends java.lang.Number> op, K key)   Creates a new   LongBinding   that contains the mapping of a specific key in an   ObservableMap  . Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#longValueAt()Bindingsjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#longValueAt()METHODlongValueAt  ( ObservableMap <K,? extends java.lang.Number> op,  ObservableValue <? extends K> key)   Creates a new   LongBinding   that contains the mapping of a specific Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#longValueAt()Bindingsjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#longValueAt()METHODmax  (double op1,  ObservableNumberValue  op2)   Creates a new   DoubleBinding   that calculates the maximum of the value of a   ObservableNumberValue   and a constNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#max()Bindingsjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#max()METHODmax  (float op1,  ObservableNumberValue  op2)   Creates a new   NumberBinding   that calculates the maximum of the value of a   ObservableNumberValue   and a constaNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#max()Bindingsjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#max()METHODmax  (int op1,  ObservableNumberValue  op2)   Creates a new   NumberBinding   that calculates the maximum of the value of a   ObservableNumberValue   and a constantNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#max()Bindingsjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#max()METHODmax  (long op1,  ObservableNumberValue  op2)   Creates a new   NumberBinding   that calculates the maximum of the value of a   ObservableNumberValue   and a constanNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#max()Bindingsjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#max()METHODmax  ( ObservableNumberValue  op1, double op2)   Creates a new   DoubleBinding   that calculates the maximum of the value of a   ObservableNumberValue   and a constNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#max()Bindingsjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#max()METHODmax  ( ObservableNumberValue  op1, float op2)   Creates a new   NumberBinding   that calculates the maximum of the value of a   ObservableNumberValue   and a constaNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#max()Bindingsjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#max()METHODmax  ( ObservableNumberValue  op1, int op2)   Creates a new   NumberBinding   that calculates the maximum of the value of a   ObservableNumberValue   and a constantNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#max()Bindingsjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#max()METHODmax  ( ObservableNumberValue  op1, long op2)   Creates a new   NumberBinding   that calculates the maximum of the value of a   ObservableNumberValue   and a constanNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#max()Bindingsjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#max()METHODmax  ( ObservableNumberValue  op1,  ObservableNumberValue  op2)   Creates a new   NumberBinding   that calculates the maximum of the values of two instances of   ObNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#max()Bindingsjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#max()METHODmin  (double op1,  ObservableNumberValue  op2)   Creates a new   DoubleBinding   that calculates the minimum of the value of a   ObservableNumberValue   and a constNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#min()Bindingsjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#min()METHODmin  (float op1,  ObservableNumberValue  op2)   Creates a new   NumberBinding   that calculates the minimum of the value of a   ObservableNumberValue   and a constaNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#min()Bindingsjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#min()METHODmin  (int op1,  ObservableNumberValue  op2)   Creates a new   NumberBinding   that calculates the minimum of the value of a   ObservableNumberValue   and a constantNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#min()Bindingsjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#min()METHODmin  (long op1,  ObservableNumberValue  op2)   Creates a new   NumberBinding   that calculates the minimum of the value of a   ObservableNumberValue   and a constanNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#min()Bindingsjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#min()METHODmin  ( ObservableNumberValue  op1, double op2)   Creates a new   DoubleBinding   that calculates the minimum of the value of a   ObservableNumberValue   and a constNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#min()Bindingsjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#min()METHODmin  ( ObservableNumberValue  op1, float op2)   Creates a new   NumberBinding   that calculates the minimum of the value of a   ObservableNumberValue   and a constaNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#min()Bindingsjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#min()METHODmin  ( ObservableNumberValue  op1, int op2)   Creates a new   NumberBinding   that calculates the minimum of the value of a   ObservableNumberValue   and a constantNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#min()Bindingsjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#min()METHODmin  ( ObservableNumberValue  op1, long op2)   Creates a new   NumberBinding   that calculates the minimum of the value of a   ObservableNumberValue   and a constanNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#min()Bindingsjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#min()METHODmin  ( ObservableNumberValue  op1,  ObservableNumberValue  op2)   Creates a new   NumberBinding   that calculates the minimum of the values of two instances of   ObNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#min()Bindingsjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#min()METHODmultiply  (double op1,  ObservableNumberValue  op2)   Creates a new   DoubleBinding   that calculates the product of the value of a   ObservableNumberValue   and a constShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#multiply()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#multiply()METHODmultiply  (float op1,  ObservableNumberValue  op2)   Creates a new   NumberBinding   that calculates the product of the value of a   ObservableNumberValue   and a constaShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#multiply()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#multiply()METHODmultiply  (int op1,  ObservableNumberValue  op2)   Creates a new   NumberBinding   that calculates the product of the value of a   ObservableNumberValue   and a constantShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#multiply()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#multiply()METHODmultiply  (long op1,  ObservableNumberValue  op2)   Creates a new   NumberBinding   that calculates the product of the value of a   ObservableNumberValue   and a constanShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#multiply()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#multiply()METHODmultiply  ( ObservableNumberValue  op1, double op2)   Creates a new   DoubleBinding   that calculates the product of the value of a   ObservableNumberValue   and a constShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#multiply()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#multiply()METHODmultiply  ( ObservableNumberValue  op1, float op2)   Creates a new   NumberBinding   that calculates the product of the value of a   ObservableNumberValue   and a constaShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#multiply()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#multiply()METHODmultiply  ( ObservableNumberValue  op1, int op2)   Creates a new   NumberBinding   that calculates the product of the value of a   ObservableNumberValue   and a constantShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#multiply()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#multiply()METHODmultiply  ( ObservableNumberValue  op1, long op2)   Creates a new   NumberBinding   that calculates the product of the value of a   ObservableNumberValue   and a constanShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#multiply()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#multiply()METHODmultiply  ( ObservableNumberValue  op1,  ObservableNumberValue  op2)   Creates a new   NumberBinding   that calculates the product of the values of two instances of   ObShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#multiply()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#multiply()METHODnegate€ ( ObservableNumberValue  value)   Creates a new   NumberBinding   that calculates the negation of a   ObservableNumberValue  . Qhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#negate()Bindingsjavafx.beans.bindingQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#negate()METHODnotˆ ( ObservableBooleanValue  op)   Creates a   BooleanBinding   that calculates the inverse of the value of a   ObservableBooleanValue  . Nhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#not()Bindingsjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#not()METHODnotEqual  (double op1,  ObservableNumberValue  op2, double epsilon)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is nShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()METHODnotEqual  (float op1,  ObservableNumberValue  op2, double epsilon)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is noShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()METHODnotEqual  (int op1,  ObservableNumberValue  op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is not equal to a constShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()METHODnotEqual  (int op1,  ObservableNumberValue  op2, double epsilon)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is not Shttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()METHODnotEqual  (long op1,  ObservableNumberValue  op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is not equal to a consShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()METHODnotEqual  (long op1,  ObservableNumberValue  op2, double epsilon)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is notShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()METHODnotEqual  (java.lang.Object op1,  ObservableObjectValue <?> op2)   Creates a new   BooleanBinding   that holds  true  if the value of an   ObservableObjectValue   is notShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()METHODnotEqual  ( ObservableBooleanValue  op1,  ObservableBooleanValue  op2)   Creates a new   BooleanBinding   that holds  true  if the values of two instances of   ObservablShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()METHODnotEqual  ( ObservableNumberValue  op1, double op2, double epsilon)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is nShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()METHODnotEqual  ( ObservableNumberValue  op1, float op2, double epsilon)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is noShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()METHODnotEqual  ( ObservableNumberValue  op1, int op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is not equal to a constShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()METHODnotEqual  ( ObservableNumberValue  op1, int op2, double epsilon)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is not Shttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()METHODnotEqual  ( ObservableNumberValue  op1, long op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is not equal to a consShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()METHODnotEqual  ( ObservableNumberValue  op1, long op2, double epsilon)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableNumberValue   is notShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()METHODnotEqual  ( ObservableNumberValue  op1,  ObservableNumberValue  op2)   Creates a new   BooleanBinding   that holds  true  if the values of two instances of   ObservableNShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()METHODnotEqual  ( ObservableNumberValue  op1,  ObservableNumberValue  op2, double epsilon)   Creates a new   BooleanBinding   that holds  true  if the values of two instances Shttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()METHODnotEqual  ( ObservableObjectValue <?> op1, java.lang.Object op2)   Creates a new   BooleanBinding   that holds  true  if the value of an   ObservableObjectValue   is notShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()METHODnotEqual  ( ObservableObjectValue <?> op1,  ObservableObjectValue <?> op2)   Creates a new   BooleanBinding   that holds  true  if the values of two instances of   ObserShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()METHODnotEqual  ( ObservableStringValue  op1,  ObservableStringValue  op2)   Creates a new   BooleanBinding   that holds  true  if the values of two instances of   ObservableSShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()METHODnotEqual  ( ObservableStringValue  op1, java.lang.String op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableStringValue   is not equShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()METHODnotEqual  (java.lang.String op1,  ObservableStringValue  op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableStringValue   is not equShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqual()METHODnotEqualIgnoreCase  ( ObservableStringValue  op1,  ObservableStringValue  op2)   Creates a new   BooleanBinding   that holds  true  if the values of two instances of   ObservableS]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqualIgnoreCase()Bindingsjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqualIgnoreCase()METHODnotEqualIgnoreCase  ( ObservableStringValue  op1, java.lang.String op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableStringValue   is not equ]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqualIgnoreCase()Bindingsjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqualIgnoreCase()METHODnotEqualIgnoreCase  (java.lang.String op1,  ObservableStringValue  op2)   Creates a new   BooleanBinding   that holds  true  if the value of a   ObservableStringValue   is not equ]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqualIgnoreCase()Bindingsjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#notEqualIgnoreCase()METHODor  ( ObservableBooleanValue  op1,  ObservableBooleanValue  op2)   Creates a   BooleanBinding   that calculates the conditional-OR operation on the value of two inMhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#or()Bindingsjavafx.beans.bindingMhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#or()METHODselecto (java.lang.Object root, java.lang.String... steps)   Creates a binding used to get a member, such as  a.b.c . Qhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#select()Bindingsjavafx.beans.bindingQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#select()METHODselects ( ObservableValue <?> root, java.lang.String... steps)   Creates a binding used to get a member, such as  a.b.c . Qhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#select()Bindingsjavafx.beans.bindingQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#select()METHOD
selectBooleano (java.lang.Object root, java.lang.String... steps)   Creates a binding used to get a member, such as  a.b.c . Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#selectBoolean()Bindingsjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#selectBoolean()METHOD
selectBooleans ( ObservableValue <?> root, java.lang.String... steps)   Creates a binding used to get a member, such as  a.b.c . Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#selectBoolean()Bindingsjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#selectBoolean()METHODselectDoubleo (java.lang.Object root, java.lang.String... steps)   Creates a binding used to get a member, such as  a.b.c . Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#selectDouble()Bindingsjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#selectDouble()METHODselectDoubles ( ObservableValue <?> root, java.lang.String... steps)   Creates a binding used to get a member, such as  a.b.c . Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#selectDouble()Bindingsjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#selectDouble()METHODselectFloato (java.lang.Object root, java.lang.String... steps)   Creates a binding used to get a member, such as  a.b.c . Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#selectFloat()Bindingsjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#selectFloat()METHODselectFloats ( ObservableValue <?> root, java.lang.String... steps)   Creates a binding used to get a member, such as  a.b.c . Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#selectFloat()Bindingsjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#selectFloat()METHOD
selectIntegero (java.lang.Object root, java.lang.String... steps)   Creates a binding used to get a member, such as  a.b.c . Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#selectInteger()Bindingsjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#selectInteger()METHOD
selectIntegers ( ObservableValue <?> root, java.lang.String... steps)   Creates a binding used to get a member, such as  a.b.c . Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#selectInteger()Bindingsjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#selectInteger()METHOD
  81 selectLongo (java.lang.Object root, java.lang.String... steps)   Creates a binding used to get a member, such as  a.b.c . Uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#selectLong()Bindingsjavafx.beans.bindingUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#selectLong()METHOD
  82 selectLongs ( ObservableValue <?> root, java.lang.String... steps)   Creates a binding used to get a member, such as  a.b.c . Uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#selectLong()Bindingsjavafx.beans.bindingUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#selectLong()METHODselectStringo (java.lang.Object root, java.lang.String... steps)   Creates a binding used to get a member, such as  a.b.c . Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#selectString()Bindingsjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#selectString()METHODselectStrings ( ObservableValue <?> root, java.lang.String... steps)   Creates a binding used to get a member, such as  a.b.c . Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#selectString()Bindingsjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#selectString()METHODsizem ( ObservableArray  op)   Creates a new   IntegerBinding   that contains the size of an   ObservableArray  . Ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#size()Bindingsjavafx.beans.bindingOhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#size()METHODsizen ( ObservableList <E> op)   Creates a new   IntegerBinding   that contains the size of an   ObservableList  . Ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#size()Bindingsjavafx.beans.bindingOhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#size()METHODsizen ( ObservableMap <K,V> op)   Creates a new   IntegerBinding   that contains the size of an   ObservableMap  . Ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#size()Bindingsjavafx.beans.bindingOhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#size()METHODsizel ( ObservableSet <E> op)   Creates a new   IntegerBinding   that contains the size of an   ObservableSet  . Ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#size()Bindingsjavafx.beans.bindingOhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#size()METHOD
stringValueAt  ( ObservableList <java.lang.String> op, int index)   Creates a new   StringBinding   that contains the element of an   ObservableList   at the specified positiXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#stringValueAt()Bindingsjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#stringValueAt()METHOD
stringValueAt  ( ObservableList <java.lang.String> op,  ObservableIntegerValue  index)   Creates a new   StringBinding   that contains the element of an   ObservableList   atXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#stringValueAt()Bindingsjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#stringValueAt()METHOD
stringValueAt  ( ObservableList <java.lang.String> op,  ObservableNumberValue  index)   Creates a new   StringBinding   that contains the element of an   ObservableList   at Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#stringValueAt()Bindingsjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#stringValueAt()METHOD
stringValueAt˜ ( ObservableMap <K,java.lang.String> op, K key)   Creates a new   StringBinding   that contains the mapping of a specific key in an   ObservableMap  . Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#stringValueAt()Bindingsjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#stringValueAt()METHOD
stringValueAt  ( ObservableMap <K,java.lang.String> op,  ObservableValue <? extends K> key)   Creates a new   StringBinding   that contains the mapping of a specific key in aXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#stringValueAt()Bindingsjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#stringValueAt()METHODsubtract  (double op1,  ObservableNumberValue  op2)   Creates a new   DoubleBinding   that calculates the difference of a constant value and the value of a   ObservableNShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#subtract()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#subtract()METHODsubtract  (float op1,  ObservableNumberValue  op2)   Creates a new   NumberBinding   that calculates the difference of a constant value and the value of a   ObservableNuShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#subtract()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#subtract()METHODsubtract  (int op1,  ObservableNumberValue  op2)   Creates a new   NumberBinding   that calculates the difference of a constant value and the value of a   ObservableNumbShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#subtract()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#subtract()METHODsubtract  (long op1,  ObservableNumberValue  op2)   Creates a new   NumberBinding   that calculates the difference of a constant value and the value of a   ObservableNumShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#subtract()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#subtract()METHODsubtract  ( ObservableNumberValue  op1, double op2)   Creates a new   DoubleBinding   that calculates the difference of the value of a   ObservableNumberValue   and a coShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#subtract()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#subtract()METHODsubtract  ( ObservableNumberValue  op1, float op2)   Creates a new   NumberBinding   that calculates the difference of the value of a   ObservableNumberValue   and a conShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#subtract()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#subtract()METHODsubtract  ( ObservableNumberValue  op1, int op2)   Creates a new   NumberBinding   that calculates the difference of the value of a   ObservableNumberValue   and a constShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#subtract()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#subtract()METHODsubtract  ( ObservableNumberValue  op1, long op2)   Creates a new   NumberBinding   that calculates the difference of the value of a   ObservableNumberValue   and a consShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#subtract()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#subtract()METHODsubtract  ( ObservableNumberValue  op1,  ObservableNumberValue  op2)   Creates a new   NumberBinding   that calculates the difference of the values of two instances of  Shttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#subtract()Bindingsjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#subtract()METHODunbindBidirectional  (java.lang.Object property1, java.lang.Object property2)   Delete a bidirectional binding that was previously defined with   bindBidirectional(Property, Proper^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#unbindBidirectional()Bindingsjavafx.beans.binding^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#unbindBidirectional()METHODunbindBidirectional  ( Property <T> property1,  Property <T> property2)   Delete a bidirectional binding that was previously defined with   bindBidirectional(Property, Property)  .^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#unbindBidirectional()Bindingsjavafx.beans.binding^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#unbindBidirectional()METHOD
unbindContentL (java.lang.Object obj1, java.lang.Object obj2)   Remove a content binding. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#unbindContent()Bindingsjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#unbindContent()METHODunbindContentBidirectionalZ (java.lang.Object obj1, java.lang.Object obj2)   Remove a bidirectional content binding. ehttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#unbindContentBidirectional()Bindingsjavafx.beans.bindingehttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#unbindContentBidirectional()METHODvalueAt• ( ObservableList <E> op, int index)   Creates a new   ObjectBinding   that contains the element of an   ObservableList   at the specified position. Rhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#valueAt()Bindingsjavafx.beans.bindingRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#valueAt()METHODvalueAt  ( ObservableList <E> op,  ObservableIntegerValue  index)   Creates a new   ObjectBinding   that contains the element of an   ObservableList   at the specified Rhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#valueAt()Bindingsjavafx.beans.bindingRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#valueAt()METHODvalueAt  ( ObservableList <E> op,  ObservableNumberValue  index)   Creates a new   ObjectBinding   that contains the element of an   ObservableList   at the specified pRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#valueAt()Bindingsjavafx.beans.bindingRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#valueAt()METHODvalueAt‰ ( ObservableMap <K,V> op, K key)   Creates a new   ObjectBinding   that contains the mapping of a specific key in an   ObservableMap  . Rhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#valueAt()Bindingsjavafx.beans.bindingRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#valueAt()METHODvalueAt  ( ObservableMap <K,V> op,  ObservableValue <? extends K> key)   Creates a new   ObjectBinding   that contains the mapping of a specific key in an   ObservableMRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#valueAt()Bindingsjavafx.beans.bindingRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#valueAt()METHODwhenn ( ObservableBooleanValue  condition)   Creates a binding that calculates the result of a ternary expression. Ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#when()Bindingsjavafx.beans.bindingOhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/Bindings.html#when()CLASSBlend Example:    Blend blend = new Blend(); blend.setMode(BlendMode.COLOR_BURN); ColorInput colorInput = new ColorInput(); colorInput.setPaint(Color.STEELBLUE); colojavafx.scene.effectDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.htmlDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.htmlPROPERTYbottomInput1    The bottom input for this  Blend  operation. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#bottomInputBlendjavafx.scene.effectPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#bottomInputPROPERTYmode;    The  BlendMode  used to blend the two inputs together. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#modeBlendjavafx.scene.effectIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#modePROPERTYopacityP    The opacity value, which is modulated with the top input prior to blending. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#opacityBlendjavafx.scene.effectLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#opacityPROPERTYtopInput.    The top input for this  Blend  operation. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#topInputBlendjavafx.scene.effectMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#topInputMETHODbottomInputProperty3 ()   The bottom input for this  Blend  operation. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#bottomInputProperty()Blendjavafx.scene.effectZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#bottomInputProperty()METHODgetBottomInput2 ()   Gets the value of the property bottomInput. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#getBottomInput()Blendjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#getBottomInput()METHODgetMode+ ()   Gets the value of the property mode. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#getMode()Blendjavafx.scene.effectNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#getMode()METHOD
  83 getOpacity. ()   Gets the value of the property opacity. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#getOpacity()Blendjavafx.scene.effectQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#getOpacity()METHODgetTopInput/ ()   Gets the value of the property topInput. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#getTopInput()Blendjavafx.scene.effectRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#getTopInput()METHODmodeProperty= ()   The  BlendMode  used to blend the two inputs together. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#modeProperty()Blendjavafx.scene.effectShttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#modeProperty()METHODopacityPropertyR ()   The opacity value, which is modulated with the top input prior to blending. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#opacityProperty()Blendjavafx.scene.effectVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#opacityProperty()METHODsetBottomInput@ ( Effect  value)   Sets the value of the property bottomInput. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#setBottomInput()Blendjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#setBottomInput()METHODsetMode< ( BlendMode  value)   Sets the value of the property mode. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#setMode()Blendjavafx.scene.effectNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#setMode()METHOD
  84 setOpacity: (double value)   Sets the value of the property opacity. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#setOpacity()Blendjavafx.scene.effectQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#setOpacity()METHODsetTopInput= ( Effect  value)   Sets the value of the property topInput. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#setTopInput()Blendjavafx.scene.effectRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#setTopInput()METHODtopInputProperty0 ()   The top input for this  Blend  operation. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#topInputProperty()Blendjavafx.scene.effectWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Blend.html#topInputProperty()ENUM       BlendModežNotes:    This mode is commutative (ordering of inputs does not matter).  This mode is sometimes referred to as "linear dodge" in imaging software packages.  javafx.scene.effectHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BlendMode.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BlendMode.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BlendMode.html#valueOf()        BlendModejavafx.scene.effectRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BlendMode.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BlendMode.html#values()     BlendModejavafx.scene.effectQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BlendMode.html#values()CLASSBloom Example:    Bloom bloom = new Bloom(); bloom.setThreshold(0.1); Rectangle rect = new Rectangle(); rect.setX(10); rect.setY(10); rect.setWidth(160); rect.setHeigjavafx.scene.effectDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Bloom.htmlDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Bloom.htmlPROPERTYinput!    The input for this  Effect . Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Bloom.html#inputBloomjavafx.scene.effectJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Bloom.html#inputPROPERTY  thresholdg    The threshold value controls the minimum luminosity value of the pixels that will be made to glow. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Bloom.html#thresholdBloomjavafx.scene.effectNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Bloom.html#thresholdMETHODgetInput, ()   Gets the value of the property input. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Bloom.html#getInput()Bloomjavafx.scene.effectOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Bloom.html#getInput()METHODgetThreshold0 ()   Gets the value of the property threshold. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Bloom.html#getThreshold()Bloomjavafx.scene.effectShttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Bloom.html#getThreshold()METHOD
inputProperty# ()   The input for this  Effect . Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Bloom.html#inputProperty()Bloomjavafx.scene.effectThttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Bloom.html#inputProperty()METHODsetInput: ( Effect  value)   Sets the value of the property input. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Bloom.html#setInput()Bloomjavafx.scene.effectOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Bloom.html#setInput()METHODsetThreshold< (double value)   Sets the value of the property threshold. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Bloom.html#setThreshold()Bloomjavafx.scene.effectShttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Bloom.html#setThreshold()METHODthresholdPropertyi ()   The threshold value controls the minimum luminosity value of the pixels that will be made to glow. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Bloom.html#thresholdProperty()Bloomjavafx.scene.effectXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Bloom.html#thresholdProperty()ENUMBlurTypejavafx.scene.effectGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BlurType.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BlurType.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BlurType.html#valueOf()BlurTypejavafx.scene.effectQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BlurType.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BlurType.html#values()BlurTypejavafx.scene.effectPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BlurType.html#values()CLASSBooleanBinding  BooleanBinding  provides a simple invalidation-scheme. An extending class can register dependencies by calling   bind(Observable...)  . If One of the registerejavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.htmlNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.htmlMETHODaddListener  ( ChangeListener <? super java.lang.Boolean> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.html#addListener()BooleanBindingjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.html#addListener()BooleanBindingjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.html#addListener()METHODbindP ( Observable ... dependencies)   Start observing the dependencies for changes. Uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.html#bind()BooleanBindingjavafx.beans.bindingUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.html#bind()METHODcomputeValue4 ()   Calculates the current value of this binding. ]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.html#computeValue()BooleanBindingjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.html#computeValue()METHODdispose= ()   A default implementation of  dispose()  that is empty. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.html#dispose()BooleanBindingjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.html#dispose()METHODget0 ()   Returns the result of   computeValue()  . Thttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.html#get()BooleanBindingjavafx.beans.bindingThttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.html#get()METHODgetDependencies` ()   A default implementation of  getDependencies()  that returns an empty   ObservableList  . `http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.html#getDependencies()BooleanBindingjavafx.beans.binding`http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.html#getDependencies()METHOD
  85 invalidate! ()   Mark a binding as invalid. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.html#invalidate()BooleanBindingjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.html#invalidate()METHODisValid$ ()   Checks if a binding is valid. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.html#isValid()BooleanBindingjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.html#isValid()METHODonInvalidatingt ()   The method onInvalidating() can be overridden by extending classes to react, if this binding becomes invalid. _http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.html#onInvalidating()BooleanBindingjavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.html#onInvalidating()METHODremoveListener  ( ChangeListener <? super java.lang.Boolean> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Ob_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.html#removeListener()BooleanBindingjavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes inv_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.html#removeListener()BooleanBindingjavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.html#removeListener()METHODtoStringG ()   Returns a string representation of this  BooleanBinding  object. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.html#toString()BooleanBindingjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.html#toString()METHODunbindO ( Observable ... dependencies)   Stop observing the dependencies for changes. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.html#unbind()BooleanBindingjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanBinding.html#unbind()CLASSBooleanExpressionA concrete sub-class of  BooleanExpression  has to implement the method   ObservableBooleanValue.get()  , which provides the actual value of this expression.javafx.beans.bindingQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanExpression.htmlQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanExpression.htmlMETHODand  ( ObservableBooleanValue  other)   Creates a new  BooleanExpression  that performs the conditional AND-operation on this  BooleanExpression  and a   ObservableWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanExpression.html#and()BooleanExpressionjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanExpression.html#and()METHODasObjectX ()   Creates an   ObjectExpression   that holds the value of this  BooleanExpression . \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanExpression.html#asObject()BooleanExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanExpression.html#asObject()METHODasStringk ()   Creates a   StringBinding   that holds the value of this  BooleanExpression  turned into a  String . \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanExpression.html#asString()BooleanExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanExpression.html#asString()METHODbooleanExpressionk ( ObservableBooleanValue  value)   Returns a  BooleanExpression  that wraps a   ObservableBooleanValue  . ehttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanExpression.html#booleanExpression()BooleanExpressionjavafx.beans.bindingehttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanExpression.html#booleanExpression()METHODbooleanExpressionq ( ObservableValue <java.lang.Boolean> value)   Returns a  BooleanExpression  that wraps an   ObservableValue  . ehttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanExpression.html#booleanExpression()BooleanExpressionjavafx.beans.bindingehttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanExpression.html#booleanExpression()METHODgetValue: ()   Returns the current value of this  ObservableValue  \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanExpression.html#getValue()BooleanExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanExpression.html#getValue()METHOD     isEqualTo’ ( ObservableBooleanValue  other)   Creates a new  BooleanExpression  that holds  true  if this and another   ObservableBooleanValue   are equal. ]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanExpression.html#isEqualTo()BooleanExpressionjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanExpression.html#isEqualTo()METHODisNotEqualTo’ ( ObservableBooleanValue  other)   Creates a new  BooleanExpression  that holds  true  if this and another   ObservableBooleanValue   are equal. `http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanExpression.html#isNotEqualTo()BooleanExpressionjavafx.beans.binding`http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanExpression.html#isNotEqualTo()METHODnotb ()   Creates a new  BooleanExpression  that calculates the negation of this  BooleanExpression . Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanExpression.html#not()BooleanExpressionjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanExpression.html#not()METHODor  ( ObservableBooleanValue  other)   Creates a new  BooleanExpression  that performs the conditional OR-operation on this  BooleanExpression  and a   ObservableBVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanExpression.html#or()BooleanExpressionjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/BooleanExpression.html#or()CLASSBooleanProperty The value of a  BooleanProperty  can be get and set with   ObservableBooleanValue.get()  ,   BooleanExpression.getValue()  ,   WritableBooleanValue.set(boolean)javafx.beans.propertyPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanProperty.htmlPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanProperty.htmlMETHODasObjectT ()   Creates an   ObjectProperty   that holds the value of this  BooleanProperty . [http://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanProperty.html#asObject()BooleanPropertyjavafx.beans.property[http://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanProperty.html#asObject()METHODbindBidirectionalq ( Property <java.lang.Boolean> other)   Create a bidirectional binding between this  Property  and another one. dhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanProperty.html#bindBidirectional()BooleanPropertyjavafx.beans.propertydhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanProperty.html#bindBidirectional()METHODbooleanPropertyc ( Property <java.lang.Boolean> property)   Returns a  BooleanProperty  that wraps a   Property  . bhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanProperty.html#booleanProperty()BooleanPropertyjavafx.beans.propertybhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanProperty.html#booleanProperty()METHODsetValue0 (java.lang.Boolean v)   Set the wrapped value. [http://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanProperty.html#setValue()BooleanPropertyjavafx.beans.property[http://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanProperty.html#setValue()METHODtoStringH ()   Returns a string representation of this  BooleanProperty  object. [http://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanProperty.html#toString()BooleanPropertyjavafx.beans.property[http://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanProperty.html#toString()METHODunbindBidirectionalq ( Property <java.lang.Boolean> other)   Remove a bidirectional binding between this  Property  and another one. fhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanProperty.html#unbindBidirectional()BooleanPropertyjavafx.beans.propertyfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanProperty.html#unbindBidirectional()CLASSBooleanPropertyBase Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.propertyThttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanPropertyBase.htmlThttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanPropertyBase.htmlMETHODaddListener  ( ChangeListener <? super java.lang.Boolean> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. bhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanPropertyBase.html#addListener()BooleanPropertyBasejavafx.beans.propertybhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanPropertyBase.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. bhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanPropertyBase.html#addListener()BooleanPropertyBasejavafx.beans.propertybhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanPropertyBase.html#addListener()METHODbindu ( ObservableValue <? extends java.lang.Boolean> rawObservable)   Create a unidirection binding for this  Property . [http://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanPropertyBase.html#bind()BooleanPropertyBasejavafx.beans.property[http://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanPropertyBase.html#bind()METHODfireValueChangedEvent] ()   Sends notifications to all attached   InvalidationListeners   and   ChangeListeners  . lhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanPropertyBase.html#fireValueChangedEvent()BooleanPropertyBasejavafx.beans.propertylhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanPropertyBase.html#fireValueChangedEvent()METHODget ()   Get the wrapped value. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanPropertyBase.html#get()BooleanPropertyBasejavafx.beans.propertyZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanPropertyBase.html#get()METHODinvalidatedZ ()   The method  invalidated()  can be overridden to receive invalidation notifications. bhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanPropertyBase.html#invalidated()BooleanPropertyBasejavafx.beans.propertybhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanPropertyBase.html#invalidated()METHODisBound6 ()   Can be used to check, if a  Property  is bound. ^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanPropertyBase.html#isBound()BooleanPropertyBasejavafx.beans.property^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanPropertyBase.html#isBound()METHODremoveListener  ( ChangeListener <? super java.lang.Boolean> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Obehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanPropertyBase.html#removeListener()BooleanPropertyBasejavafx.beans.propertyehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanPropertyBase.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanPropertyBase.html#removeListener()BooleanPropertyBasejavafx.beans.propertyehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanPropertyBase.html#removeListener()METHODset- (boolean newValue)   Set the wrapped value. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanPropertyBase.html#set()BooleanPropertyBasejavafx.beans.propertyZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanPropertyBase.html#set()METHODtoStringL ()   Returns a string representation of this  BooleanPropertyBase  object. _http://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanPropertyBase.html#toString()BooleanPropertyBasejavafx.beans.property_http://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanPropertyBase.html#toString()METHODunbind= ()   Remove the unidirectional binding for this  Property . ]http://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanPropertyBase.html#unbind()BooleanPropertyBasejavafx.beans.property]http://download.java.net/jdk8/jfxdocs/javafx/beans/property/BooleanPropertyBase.html#unbind()CLASSBooleanStringConverterQ  StringConverter   implementation for  Boolean  (and boolean primitive) values. javafx.util.converterWhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/BooleanStringConverter.htmlWhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/BooleanStringConverter.htmlMETHOD
  86 fromStringk (java.lang.String value)   Converts the string provided into an object defined by the specific converter. dhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/BooleanStringConverter.html#fromString()BooleanStringConverterjavafx.util.converterdhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/BooleanStringConverter.html#fromString()METHODtoStringP (java.lang.Boolean value)   Converts the object provided into its string form. bhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/BooleanStringConverter.html#toString()BooleanStringConverterjavafx.util.converterbhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/BooleanStringConverter.html#toString()CLASSBorderhThis List is unmodifiable and immutable. It will never be null. It will never contain any null elements.javafx.scene.layoutEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Border.htmlEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Border.htmlMETHODequals (java.lang.Object o) Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Border.html#equals()Borderjavafx.scene.layoutNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Border.html#equals()METHODgetClassCssMetaData () [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Border.html#getClassCssMetaData()Borderjavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Border.html#getClassCssMetaData()METHOD  getImagesj ()   The list of BorderImages which together define the images to use instead of stroke for this Border. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Border.html#getImages()Borderjavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Border.html#getImages()METHOD       getInsets‰ ()   The insets define the distance from the edge of the Region to the inner-most edge of the border, if that distance is non-negative. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Border.html#getInsets()Borderjavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Border.html#getInsets()METHOD
  87 getOutsetsV ()   The outsets of the border define the outer-most edge of the border to be drawn. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Border.html#getOutsets()Borderjavafx.scene.layoutRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Border.html#getOutsets()METHOD
  88 getStrokesZ ()   The list of BorderStrokes which together define the stroked portion of this Border. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Border.html#getStrokes()Borderjavafx.scene.layoutRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Border.html#getStrokes()METHODhashCode () Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Border.html#hashCode()Borderjavafx.scene.layoutPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Border.html#hashCode()METHODisEmpty( ()   Gets whether the Border is empty. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Border.html#isEmpty()Borderjavafx.scene.layoutOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Border.html#isEmpty()FIELDEMPTY4    An empty Border, useful to use instead of null. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Border.html#EMPTYBorderjavafx.scene.layoutKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Border.html#EMPTYCLASSBorderImagejavafx.scene.layoutJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderImage.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderImage.htmlMETHODequals (java.lang.Object o) Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderImage.html#equals()BorderImagejavafx.scene.layoutShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderImage.html#equals()METHODgetImage ()   The image to be used. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderImage.html#getImage()BorderImagejavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderImage.html#getImage()METHOD    getInsetsu ()   The insets of the BorderImage define where the border should be positioned relative to the edge of the Region. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderImage.html#getInsets()BorderImagejavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderImage.html#getInsets()METHOD
  89 getRepeatXn ()   Indicates in what manner (if at all) the border image is to be repeated along the x-axis of the region. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderImage.html#getRepeatX()BorderImagejavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderImage.html#getRepeatX()METHOD
  90 getRepeatYn ()   Indicates in what manner (if at all) the border image is to be repeated along the y-axis of the region. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderImage.html#getRepeatY()BorderImagejavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderImage.html#getRepeatY()METHOD getSlices' ()   Defines the slices of the image. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderImage.html#getSlices()BorderImagejavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderImage.html#getSlices()METHOD   getWidths- ()   The widths of the border on each side. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderImage.html#getWidths()BorderImagejavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderImage.html#getWidths()METHODhashCode () Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderImage.html#hashCode()BorderImagejavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderImage.html#hashCode()METHODisFilledy ()   Specifies whether or not the center patch (as defined by the left, right, top, and bottom slices) should be drawn. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderImage.html#isFilled()BorderImagejavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderImage.html#isFilled()CLASS
  91 BorderPane     The top and bottom children will be resized to their preferred heights and extend the width of the border pane. The left and right children will be resized javafx.scene.layoutIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.htmlPROPERTYbottom<    The node placed on the bottom edge of this border pane. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#bottom
  92 BorderPanejavafx.scene.layoutPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#bottomPROPERTYcenter7    The node placed in the center of this border pane. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#center
  93 BorderPanejavafx.scene.layoutPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#centerPROPERTYleft:    The node placed on the left edge of this border pane. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#left
  94 BorderPanejavafx.scene.layoutNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#leftPROPERTYright;    The node placed on the right edge of this border pane. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#right
  95 BorderPanejavafx.scene.layoutOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#rightPROPERTYtop9    The node placed on the top edge of this border pane. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#top
  96 BorderPanejavafx.scene.layoutMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#topMETHODbottomProperty> ()   The node placed on the bottom edge of this border pane. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#bottomProperty()
  97 BorderPanejavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#bottomProperty()METHODcenterProperty9 ()   The node placed in the center of this border pane. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#centerProperty()
  98 BorderPanejavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#centerProperty()METHODclearConstraintsK ( Node  child)   Removes all border pane constraints from the child node. \http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#clearConstraints()
  99 BorderPanejavafx.scene.layout\http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#clearConstraints()METHODcomputeMinHeight> (double width)   Computes the minimum height of this region. \http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#computeMinHeight()
 100 BorderPanejavafx.scene.layout\http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#computeMinHeight()METHODcomputeMinWidth> (double height)   Computes the minimum width of this region. [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#computeMinWidth()
 101 BorderPanejavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#computeMinWidth()METHODcomputePrefHeight  (double width)   Computes the preferred height of this region for the given width; Region subclasses should override this method to return an appropriate value]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#computePrefHeight()
 102 BorderPanejavafx.scene.layout]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#computePrefHeight()METHODcomputePrefWidthU (double height)   Computes the preferred width of this region for the given height. \http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#computePrefWidth()
 103 BorderPanejavafx.scene.layout\http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#computePrefWidth()METHODgetAlignmentC ( Node  child)   Returns the child's alignment constraint if set. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#getAlignment()
 104 BorderPanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#getAlignment()METHOD getBottom- ()   Gets the value of the property bottom. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#getBottom()
 105 BorderPanejavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#getBottom()METHOD    getCenter- ()   Gets the value of the property center. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#getCenter()
 106 BorderPanejavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#getCenter()METHODgetContentBiasM ()   Returns the orientation of a node's resizing bias for layout purposes. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#getContentBias()
 107 BorderPanejavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#getContentBias()METHODgetLeft+ ()   Gets the value of the property left. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#getLeft()
 108 BorderPanejavafx.scene.layoutShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#getLeft()METHOD      getMargin@ ( Node  child)   Returns the child's margin constraint if set. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#getMargin()
 109 BorderPanejavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#getMargin()METHODgetRight, ()   Gets the value of the property right. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#getRight()
 110 BorderPanejavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#getRight()METHODgetTop* ()   Gets the value of the property top. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#getTop()
 111 BorderPanejavafx.scene.layoutRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#getTop()METHODlayoutChildrenN ()   Invoked during the layout pass to layout the children in this  Parent . Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#layoutChildren()
 112 BorderPanejavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#layoutChildren()METHODleftProperty< ()   The node placed on the left edge of this border pane. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#leftProperty()
 113 BorderPanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#leftProperty()METHOD
rightProperty= ()   The node placed on the right edge of this border pane. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#rightProperty()
 114 BorderPanejavafx.scene.layoutYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#rightProperty()METHODsetAlignmenta ( Node  child,  Pos  value)   Sets the alignment for the child when contained by a border pane. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#setAlignment()
 115 BorderPanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#setAlignment()METHOD setBottom9 ( Node  value)   Sets the value of the property bottom. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#setBottom()
 116 BorderPanejavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#setBottom()METHOD    setCenter9 ( Node  value)   Sets the value of the property center. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#setCenter()
 117 BorderPanejavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#setCenter()METHODsetLeft7 ( Node  value)   Sets the value of the property left. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#setLeft()
 118 BorderPanejavafx.scene.layoutShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#setLeft()METHOD      setMargina ( Node  child,  Insets  value)   Sets the margin for the child when contained by a border pane. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#setMargin()
 119 BorderPanejavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#setMargin()METHODsetRight8 ( Node  value)   Sets the value of the property right. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#setRight()
 120 BorderPanejavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#setRight()METHODsetTop6 ( Node  value)   Sets the value of the property top. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#setTop()
 121 BorderPanejavafx.scene.layoutRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#setTop()METHODtopProperty; ()   The node placed on the top edge of this border pane. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#topProperty()
 122 BorderPanejavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderPane.html#topProperty()ENUMBorderRepeatjavafx.scene.layoutKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderRepeat.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderRepeat.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderRepeat.html#valueOf()BorderRepeatjavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderRepeat.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderRepeat.html#values()BorderRepeatjavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderRepeat.html#values()CLASSBorderStrokejavafx.scene.layoutKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.htmlMETHODequals (java.lang.Object o) Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#equals()BorderStrokejavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#equals()METHODgetBottomStroke6 ()   Defines the fill of bottom side of this border. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#getBottomStroke()BorderStrokejavafx.scene.layout]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#getBottomStroke()METHODgetBottomStyle7 ()   Defines the style of bottom side of this border. \http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#getBottomStyle()BorderStrokejavafx.scene.layout\http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#getBottomStyle()METHOD     getInsets; ()   Defines the insets of each side of the BorderStroke. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#getInsets()BorderStrokejavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#getInsets()METHOD
getLeftStroke4 ()   Defines the fill of left side of this border. [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#getLeftStroke()BorderStrokejavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#getLeftStroke()METHODgetLeftStyle5 ()   Defines the style of left side of this border. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#getLeftStyle()BorderStrokejavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#getLeftStyle()METHODgetRadii> ()   Defines the radii for each corner of this BorderStroke. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#getRadii()BorderStrokejavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#getRadii()METHODgetRightStroke5 ()   Defines the fill of right side of this border. \http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#getRightStroke()BorderStrokejavafx.scene.layout\http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#getRightStroke()METHOD
getRightStyle6 ()   Defines the style of right side of this border. [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#getRightStyle()BorderStrokejavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#getRightStyle()METHODgetTopStroke3 ()   Defines the fill of top side of this border. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#getTopStroke()BorderStrokejavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#getTopStroke()METHODgetTopStyle4 ()   Defines the style of top side of this border. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#getTopStyle()BorderStrokejavafx.scene.layoutYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#getTopStyle()METHOD        getWidths> ()   Defines the thickness of each side of the BorderStroke. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#getWidths()BorderStrokejavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#getWidths()METHODhashCode () Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#hashCode()BorderStrokejavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#hashCode()METHODisStrokeUniformb ()   An uniform stroke has all (top, bottom, left, right) strokes of same color, width and style ]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#isStrokeUniform()BorderStrokejavafx.scene.layout]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#isStrokeUniform()FIELDDEFAULT_WIDTHSZ    The default Insets to be used with a BorderStroke that does not otherwise define any. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#DEFAULT_WIDTHSBorderStrokejavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#DEFAULT_WIDTHSFIELDMEDIUM2    The default insets when "medium" is specified Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#MEDIUMBorderStrokejavafx.scene.layoutRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#MEDIUMFIELDTHICK1    The default insets when "thick" is specified Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#THICKBorderStrokejavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#THICKFIELDTHIN1    The default insets when "thin" is specified. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#THINBorderStrokejavafx.scene.layoutPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStroke.html#THINCLASSBorderStrokeStylejavafx.scene.layoutPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStrokeStyle.htmlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStrokeStyle.htmlMETHODequals (java.lang.Object o) Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStrokeStyle.html#equals()BorderStrokeStylejavafx.scene.layoutYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStrokeStyle.html#equals()METHODgetDashArrayG ()   Defines the array representing the lengths of the dash segments. _http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStrokeStyle.html#getDashArray()BorderStrokeStylejavafx.scene.layout_http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStrokeStyle.html#getDashArray()METHOD
getDashOffsetk ()   Defines a distance specified in user coordinates that represents an offset into the dashing pattern. `http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStrokeStyle.html#getDashOffset()BorderStrokeStylejavafx.scene.layout`http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStrokeStyle.html#getDashOffset()METHOD
 123 getLineCap  ()   The end cap style of this  Shape  as one of the following values that define possible end cap styles:  StrokeLineCap.BUTT ,  StrokeLineCap.ROUND , and  St]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStrokeStyle.html#getLineCap()BorderStrokeStylejavafx.scene.layout]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStrokeStyle.html#getLineCap()METHODgetLineJoin? ()   Defines the decoration applied where path segments meet. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStrokeStyle.html#getLineJoin()BorderStrokeStylejavafx.scene.layout^http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStrokeStyle.html#getLineJoin()METHOD
getMiterLimitH ()   Defines the limit for the  StrokeLineJoin.MITER  line join style. `http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStrokeStyle.html#getMiterLimit()BorderStrokeStylejavafx.scene.layout`http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStrokeStyle.html#getMiterLimit()METHODgetTypeu ()   Defines the direction (inside, outside, or both) that the strokeWidth is applied to the boundary of the shape. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStrokeStyle.html#getType()BorderStrokeStylejavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStrokeStyle.html#getType()METHODhashCode () [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStrokeStyle.html#hashCode()BorderStrokeStylejavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStrokeStyle.html#hashCode()METHODtoString () [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStrokeStyle.html#toString()BorderStrokeStylejavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStrokeStyle.html#toString()FIELDDASHED8    A predefined dashed pattern to be used for stroking Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStrokeStyle.html#DASHEDBorderStrokeStylejavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStrokeStyle.html#DASHEDFIELDDOTTED8    A predefined dotted pattern to be used for stroking Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStrokeStyle.html#DOTTEDBorderStrokeStylejavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStrokeStyle.html#DOTTEDFIELDNONE.    Indicates that no stroke should be drawn. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStrokeStyle.html#NONEBorderStrokeStylejavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStrokeStyle.html#NONEFIELDSOLID4    A predefined solid line to be used for stroking Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStrokeStyle.html#SOLIDBorderStrokeStylejavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderStrokeStyle.html#SOLIDCLASSBorderWidthsjavafx.scene.layoutKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.htmlMETHODequals (java.lang.Object o) Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.html#equals()BorderWidthsjavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.html#equals()METHOD        getBottom{ ()   The non-negative value (with the exception of   AUTO  ) indicating the border thickness on the bottom of the border. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.html#getBottom()BorderWidthsjavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.html#getBottom()METHODgetLefty ()   The non-negative value (with the exception of   AUTO  ) indicating the border thickness on the left of the border. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.html#getLeft()BorderWidthsjavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.html#getLeft()METHODgetRightz ()   The non-negative value (with the exception of   AUTO  ) indicating the border thickness on the right of the border. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.html#getRight()BorderWidthsjavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.html#getRight()METHODgetTopv ()   A non-negative value (with the exception of   AUTO  ) indicating the border thickness on the top of the border. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.html#getTop()BorderWidthsjavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.html#getTop()METHODhashCode () Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.html#hashCode()BorderWidthsjavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.html#hashCode()METHODisBottomAsPercentage† ()   Specifies whether the   bottom   property should be interpreted as a percentage ( true ) of the region height or not ( false ). bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.html#isBottomAsPercentage()BorderWidthsjavafx.scene.layoutbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.html#isBottomAsPercentage()METHODisLeftAsPercentageƒ ()   Specifies whether the   left   property should be interpreted as a percentage ( true ) of the region width or not ( false ). `http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.html#isLeftAsPercentage()BorderWidthsjavafx.scene.layout`http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.html#isLeftAsPercentage()METHODisRightAsPercentage„ ()   Specifies whether the   right   property should be interpreted as a percentage ( true ) of the region width or not ( false ). ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.html#isRightAsPercentage()BorderWidthsjavafx.scene.layoutahttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.html#isRightAsPercentage()METHODisTopAsPercentageƒ ()   Specifies whether the   top   property should be interpreted as a percentage ( true ) of the region height or not ( false ). _http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.html#isTopAsPercentage()BorderWidthsjavafx.scene.layout_http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.html#isTopAsPercentage()FIELDAUTO†    When used by a BorderStroke, the value of AUTO is interpreted as the value of   BorderStroke.MEDIUM   for the corresponding side. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.html#AUTOBorderWidthsjavafx.scene.layoutPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.html#AUTOFIELDDEFAULTS    The default BorderWidths that is used by a BorderImage when null is specified. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.html#DEFAULTBorderWidthsjavafx.scene.layoutShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.html#DEFAULTFIELDEMPTYO    An empty set of widths, such that all values are 0 and are literal values. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.html#EMPTYBorderWidthsjavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.html#EMPTYFIELDFULL4    A set of widths representing 100% on each side. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.html#FULLBorderWidthsjavafx.scene.layoutPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/BorderWidths.html#FULLCLASSBoundingBoxjavafx.geometryFhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.htmlFhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.htmlMETHODcontainsd ( Bounds  b)   Tests if the interior of this  Bounds  entirely contains the specified Bounds,  b . Qhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.html#contains()BoundingBoxjavafx.geometryQhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.html#contains()METHODcontainsi (double x, double y)   Tests if the specified  (x, y)  coordinates are inside the boundary of  Bounds . Qhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.html#contains()BoundingBoxjavafx.geometryQhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.html#contains()METHODcontainsv (double x, double y, double z)   Tests if the specified  (x, y, z)  coordinates are inside the boundary of  Bounds . Qhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.html#contains()BoundingBoxjavafx.geometryQhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.html#contains()METHODcontains… (double x, double y, double w, double h)   Tests if the interior of this  Bounds  entirely contains the specified rectangular area. Qhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.html#contains()BoundingBoxjavafx.geometryQhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.html#contains()METHODcontains™ (double x, double y, double z, double w, double h, double d)   Tests if the interior of this  Bounds  entirely contains the specified rectangular area. Qhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.html#contains()BoundingBoxjavafx.geometryQhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.html#contains()METHODcontainsR ( Point2D  p)   Tests if the specified point is inside the boundary of  Bounds . Qhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.html#contains()BoundingBoxjavafx.geometryQhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.html#contains()METHODcontainsR ( Point3D  p)   Tests if the specified point is inside the boundary of  Bounds . Qhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.html#contains()BoundingBoxjavafx.geometryQhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.html#contains()METHODequalsV (java.lang.Object obj)   Indicates whether some other object is "equal to" this one. Ohttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.html#equals()BoundingBoxjavafx.geometryOhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.html#equals()METHODhashCode0 ()   Returns a hash code value for the object. Qhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.html#hashCode()BoundingBoxjavafx.geometryQhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.html#hashCode()METHOD
 124 intersectsk ( Bounds  b)   Tests if the interior of this  Bounds  intersects the interior of a specified Bounds,  b . Shttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.html#intersects()BoundingBoxjavafx.geometryShttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.html#intersects()METHOD
 125 intersectsΠ(double x, double y, double w, double h)   Tests if the interior of this  Bounds  intersects the interior of a specified rectangular area. Shttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.html#intersects()BoundingBoxjavafx.geometryShttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.html#intersects()METHOD
 126 intersects  (double x, double y, double z, double w, double h, double d)   Tests if the interior of this  Bounds  intersects the interior of a specified rectangular area. Shttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.html#intersects()BoundingBoxjavafx.geometryShttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.html#intersects()METHODisEmptyh ()   Indicates whether any of the dimensions(width, height or depth) of this bounds is less than zero. Phttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.html#isEmpty()BoundingBoxjavafx.geometryPhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.html#isEmpty()METHODtoString= ()   Returns a string representation of this  BoundingBox . Qhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.html#toString()BoundingBoxjavafx.geometryQhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/BoundingBox.html#toString()CLASSBoundsjavafx.geometryAhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.htmlAhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.htmlMETHODcontainsd ( Bounds  b)   Tests if the interior of this  Bounds  entirely contains the specified Bounds,  b . Lhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#contains()Boundsjavafx.geometryLhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#contains()METHODcontainsi (double x, double y)   Tests if the specified  (x, y)  coordinates are inside the boundary of  Bounds . Lhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#contains()Boundsjavafx.geometryLhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#contains()METHODcontainsv (double x, double y, double z)   Tests if the specified  (x, y, z)  coordinates are inside the boundary of  Bounds . Lhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#contains()Boundsjavafx.geometryLhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#contains()METHODcontains… (double x, double y, double w, double h)   Tests if the interior of this  Bounds  entirely contains the specified rectangular area. Lhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#contains()Boundsjavafx.geometryLhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#contains()METHODcontains™ (double x, double y, double z, double w, double h, double d)   Tests if the interior of this  Bounds  entirely contains the specified rectangular area. Lhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#contains()Boundsjavafx.geometryLhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#contains()METHODcontainsR ( Point2D  p)   Tests if the specified point is inside the boundary of  Bounds . Lhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#contains()Boundsjavafx.geometryLhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#contains()METHODcontainsR ( Point3D  p)   Tests if the specified point is inside the boundary of  Bounds . Lhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#contains()Boundsjavafx.geometryLhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#contains()METHODgetDepth" ()   The depth of this  Bounds . Lhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#getDepth()Boundsjavafx.geometryLhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#getDepth()METHOD  getHeight# ()   The height of this  Bounds . Mhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#getHeight()Boundsjavafx.geometryMhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#getHeight()METHODgetMaxXC ()   The x coordinate of the lower-right corner of this  Bounds . Khttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#getMaxX()Boundsjavafx.geometryKhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#getMaxX()METHODgetMaxYC ()   The y coordinate of the lower-right corner of this  Bounds . Khttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#getMaxY()Boundsjavafx.geometryKhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#getMaxY()METHODgetMaxZ1 ()   The maximum z coordinate of this  Bounds . Khttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#getMaxZ()Boundsjavafx.geometryKhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#getMaxZ()METHODgetMinXB ()   The x coordinate of the upper-left corner of this  Bounds . Khttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#getMinX()Boundsjavafx.geometryKhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#getMinX()METHODgetMinYB ()   The y coordinate of the upper-left corner of this  Bounds . Khttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#getMinY()Boundsjavafx.geometryKhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#getMinY()METHODgetMinZ1 ()   The minimum z coordinate of this  Bounds . Khttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#getMinZ()Boundsjavafx.geometryKhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#getMinZ()METHODgetWidth" ()   The width of this  Bounds . Lhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#getWidth()Boundsjavafx.geometryLhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#getWidth()METHOD
 127 intersectsk ( Bounds  b)   Tests if the interior of this  Bounds  intersects the interior of a specified Bounds,  b . Nhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#intersects()Boundsjavafx.geometryNhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#intersects()METHOD
 128 intersectsΠ(double x, double y, double w, double h)   Tests if the interior of this  Bounds  intersects the interior of a specified rectangular area. Nhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#intersects()Boundsjavafx.geometryNhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#intersects()METHOD
 129 intersects  (double x, double y, double z, double w, double h, double d)   Tests if the interior of this  Bounds  intersects the interior of a specified rectangular area. Nhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#intersects()Boundsjavafx.geometryNhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#intersects()METHODisEmptyh ()   Indicates whether any of the dimensions(width, height or depth) of this bounds is less than zero. Khttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#isEmpty()Boundsjavafx.geometryKhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Bounds.html#isEmpty()CLASSBoxjavafx.scene.shapeAhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Box.htmlAhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Box.htmlPROPERTYdepth5    Defines the depth or the Z dimension of the Box. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Box.html#depthBoxjavafx.scene.shapeGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Box.html#depthPROPERTYheight6    Defines the height or the Y dimension of the Box. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Box.html#heightBoxjavafx.scene.shapeHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Box.html#heightPROPERTYwidth5    Defines the width or the X dimension of the Box. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Box.html#widthBoxjavafx.scene.shapeGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Box.html#widthMETHOD
depthProperty7 ()   Defines the depth or the Z dimension of the Box. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Box.html#depthProperty()Boxjavafx.scene.shapeQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Box.html#depthProperty()METHODgetDepth, ()   Gets the value of the property depth. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Box.html#getDepth()Boxjavafx.scene.shapeLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Box.html#getDepth()METHOD   getHeight- ()   Gets the value of the property height. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Box.html#getHeight()Boxjavafx.scene.shapeMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Box.html#getHeight()METHODgetWidth, ()   Gets the value of the property width. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Box.html#getWidth()Boxjavafx.scene.shapeLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Box.html#getWidth()METHODheightProperty8 ()   Defines the height or the Y dimension of the Box. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Box.html#heightProperty()Boxjavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Box.html#heightProperty()METHODsetDepth8 (double value)   Sets the value of the property depth. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Box.html#setDepth()Boxjavafx.scene.shapeLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Box.html#setDepth()METHOD   setHeight9 (double value)   Sets the value of the property height. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Box.html#setHeight()Boxjavafx.scene.shapeMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Box.html#setHeight()METHODsetWidth8 (double value)   Sets the value of the property width. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Box.html#setWidth()Boxjavafx.scene.shapeLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Box.html#setWidth()METHOD
widthProperty7 ()   Defines the width or the X dimension of the Box. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Box.html#widthProperty()Boxjavafx.scene.shapeQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Box.html#widthProperty()FIELDDEFAULT_SIZE>    Creates a new instance of  Box  of dimension 2 by 2 by 2. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Box.html#DEFAULT_SIZEBoxjavafx.scene.shapeNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Box.html#DEFAULT_SIZECLASSBoxBlur Example:    BoxBlur boxBlur = new BoxBlur(); boxBlur.setWidth(10); boxBlur.setHeight(3); boxBlur.setIterations(3); Text text = new Text(); text.setText("Blurry javafx.scene.effectFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.htmlFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.htmlPROPERTYheight/    The vertical dimension of the blur effect. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#heightBoxBlurjavafx.scene.effectMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#heightPROPERTYinput!    The input for this  Effect . Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#inputBoxBlurjavafx.scene.effectLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#inputPROPERTY
 130 iterations]    The number of times to iterate the blur effect to improve its "quality" or "smoothness". Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#iterationsBoxBlurjavafx.scene.effectQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#iterationsPROPERTYwidth1    The horizontal dimension of the blur effect. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#widthBoxBlurjavafx.scene.effectLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#widthMETHOD      getHeight- ()   Gets the value of the property height. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#getHeight()BoxBlurjavafx.scene.effectRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#getHeight()METHODgetInput, ()   Gets the value of the property input. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#getInput()BoxBlurjavafx.scene.effectQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#getInput()METHOD
getIterations1 ()   Gets the value of the property iterations. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#getIterations()BoxBlurjavafx.scene.effectVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#getIterations()METHODgetWidth, ()   Gets the value of the property width. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#getWidth()BoxBlurjavafx.scene.effectQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#getWidth()METHODheightProperty1 ()   The vertical dimension of the blur effect. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#heightProperty()BoxBlurjavafx.scene.effectWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#heightProperty()METHOD
inputProperty# ()   The input for this  Effect . Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#inputProperty()BoxBlurjavafx.scene.effectVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#inputProperty()METHODiterationsProperty_ ()   The number of times to iterate the blur effect to improve its "quality" or "smoothness". [http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#iterationsProperty()BoxBlurjavafx.scene.effect[http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#iterationsProperty()METHOD   setHeight9 (double value)   Sets the value of the property height. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#setHeight()BoxBlurjavafx.scene.effectRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#setHeight()METHODsetInput: ( Effect  value)   Sets the value of the property input. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#setInput()BoxBlurjavafx.scene.effectQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#setInput()METHOD
setIterations: (int value)   Sets the value of the property iterations. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#setIterations()BoxBlurjavafx.scene.effectVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#setIterations()METHODsetWidth8 (double value)   Sets the value of the property width. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#setWidth()BoxBlurjavafx.scene.effectQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#setWidth()METHOD
widthProperty3 ()   The horizontal dimension of the blur effect. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#widthProperty()BoxBlurjavafx.scene.effectVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/BoxBlur.html#widthProperty()CLASSBubbleChartjavafx.scene.chartIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BubbleChart.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BubbleChart.htmlMETHOD
dataItemAdded‡ ( XYChart.Series < X , Y > series, int itemIndex,  XYChart.Data < X , Y > item)   Called when a data item has been added to a series. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BubbleChart.html#dataItemAdded()BubbleChartjavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BubbleChart.html#dataItemAdded()METHODdataItemChangedx ( XYChart.Data < X , Y > item)   Called when a data item has changed, ie its xValue, yValue or extraValue has changed. [http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BubbleChart.html#dataItemChanged()BubbleChartjavafx.scene.chart[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BubbleChart.html#dataItemChanged()METHODdataItemRemoved  ( XYChart.Data < X , Y > item,  XYChart.Series < X , Y > series)   Called when a data item has been removed from data model but it is still visible on the char[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BubbleChart.html#dataItemRemoved()BubbleChartjavafx.scene.chart[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BubbleChart.html#dataItemRemoved()METHODlayoutPlotChildren5 ()   Called to update and layout the plot children. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BubbleChart.html#layoutPlotChildren()BubbleChartjavafx.scene.chart^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BubbleChart.html#layoutPlotChildren()METHODseriesAddedi ( XYChart.Series < X , Y > series, int seriesIndex)   A series has been added to the charts data model. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BubbleChart.html#seriesAdded()BubbleChartjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BubbleChart.html#seriesAdded()METHOD
seriesRemovedz ( XYChart.Series < X , Y > series)   A series has been removed from the data model but it is still visible on the chart. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BubbleChart.html#seriesRemoved()BubbleChartjavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BubbleChart.html#seriesRemoved()METHODupdateAxisRangeS ()   This is called when the range has been invalidated and we need to update it. [http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BubbleChart.html#updateAxisRange()BubbleChartjavafx.scene.chart[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BubbleChart.html#updateAxisRange()METHODupdateLegend^ ()   This is called whenever a series is added or removed and the legend needs to be updated Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BubbleChart.html#updateLegend()BubbleChartjavafx.scene.chartXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/BubbleChart.html#updateLegend()CLASSBuilderjavafx.util>http://download.java.net/jdk8/jfxdocs/javafx/util/Builder.html>http://download.java.net/jdk8/jfxdocs/javafx/util/Builder.htmlMETHODbuild% ()   Builds and returns the object. Fhttp://download.java.net/jdk8/jfxdocs/javafx/util/Builder.html#build()Builderjavafx.utilFhttp://download.java.net/jdk8/jfxdocs/javafx/util/Builder.html#build()CLASSBuilderFactoryjavafx.utilEhttp://download.java.net/jdk8/jfxdocs/javafx/util/BuilderFactory.htmlEhttp://download.java.net/jdk8/jfxdocs/javafx/util/BuilderFactory.htmlMETHOD
 131 getBuilderf (java.lang.Class<?> type)   Returns a builder suitable for constructing instances of the given type. Rhttp://download.java.net/jdk8/jfxdocs/javafx/util/BuilderFactory.html#getBuilder()BuilderFactoryjavafx.utilRhttp://download.java.net/jdk8/jfxdocs/javafx/util/BuilderFactory.html#getBuilder()CLASSButton A simple button control. The button control can contain text and/or a graphic. A button control has three different modes      Normal: A normal push button.    javafx.scene.controlFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Button.htmlFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Button.htmlPROPERTYcancelButtont    A Cancel Button is the button that receives a keyboard VK_ESC press, if no other node in the scene consumes it. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Button.html#cancelButtonButtonjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Button.html#cancelButtonPROPERTY
defaultButtonw    A default Button is the button that receives a keyboard VK_ENTER press, if no other node in the scene consumes it. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Button.html#defaultButtonButtonjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Button.html#defaultButtonMETHODcancelButtonPropertyv ()   A Cancel Button is the button that receives a keyboard VK_ESC press, if no other node in the scene consumes it. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Button.html#cancelButtonProperty()Buttonjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Button.html#cancelButtonProperty()METHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Button.html#createDefaultSkin()Buttonjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Button.html#createDefaultSkin()METHODdefaultButtonPropertyy ()   A default Button is the button that receives a keyboard VK_ENTER press, if no other node in the scene consumes it. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Button.html#defaultButtonProperty()Buttonjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Button.html#defaultButtonProperty()METHODfire^ ()   Invoked when a user gesture indicates that an event for this  ButtonBase  should occur. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Button.html#fire()Buttonjavafx.scene.controlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Button.html#fire()METHODisCancelButton3 ()   Gets the value of the property cancelButton. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Button.html#isCancelButton()Buttonjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Button.html#isCancelButton()METHODisDefaultButton4 ()   Gets the value of the property defaultButton. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Button.html#isDefaultButton()Buttonjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Button.html#isDefaultButton()METHODsetCancelButton@ (boolean value)   Sets the value of the property cancelButton. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Button.html#setCancelButton()Buttonjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Button.html#setCancelButton()METHODsetDefaultButtonA (boolean value)   Sets the value of the property defaultButton. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Button.html#setDefaultButton()Buttonjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Button.html#setDefaultButton()CLASS
 132 ButtonBaseQIf invoked, this method will be executed regardless of the status of   arm()  .  javafx.scene.controlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ButtonBase.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ButtonBase.htmlPROPERTYarmedw    Indicates that the button has been "armed" such that a mouse release will cause the button's action to be invoked. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ButtonBase.html#armed
 133 ButtonBasejavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ButtonBase.html#armedPROPERTYonActionH    The button's action, which is invoked whenever the button is fired. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ButtonBase.html#onAction
 134 ButtonBasejavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ButtonBase.html#onActionMETHODarm ()   Arms the button. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ButtonBase.html#arm()
 135 ButtonBasejavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ButtonBase.html#arm()METHOD
armedPropertyy ()   Indicates that the button has been "armed" such that a mouse release will cause the button's action to be invoked. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ButtonBase.html#armedProperty()
 136 ButtonBasejavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ButtonBase.html#armedProperty()METHODdisarm ()   Disarms the button. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ButtonBase.html#disarm()
 137 ButtonBasejavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ButtonBase.html#disarm()METHODfire^ ()   Invoked when a user gesture indicates that an event for this  ButtonBase  should occur. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ButtonBase.html#fire()
 138 ButtonBasejavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ButtonBase.html#fire()METHODgetOnAction/ ()   Gets the value of the property onAction. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ButtonBase.html#getOnAction()
 139 ButtonBasejavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ButtonBase.html#getOnAction()METHODisArmed, ()   Gets the value of the property armed. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ButtonBase.html#isArmed()
 140 ButtonBasejavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ButtonBase.html#isArmed()METHODonActionPropertyJ ()   The button's action, which is invoked whenever the button is fired. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ButtonBase.html#onActionProperty()
 141 ButtonBasejavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ButtonBase.html#onActionProperty()METHODsetOnActionR ( EventHandler < ActionEvent > value)   Sets the value of the property onAction. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ButtonBase.html#setOnAction()
 142 ButtonBasejavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ButtonBase.html#setOnAction()CLASSByteStringConverterK  StringConverter   implementation for  Byte  (and byte primitive) values. javafx.util.converterThttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/ByteStringConverter.htmlThttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/ByteStringConverter.htmlMETHOD
 143 fromStringk (java.lang.String value)   Converts the string provided into an object defined by the specific converter. ahttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/ByteStringConverter.html#fromString()ByteStringConverterjavafx.util.converterahttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/ByteStringConverter.html#fromString()METHODtoStringM (java.lang.Byte value)   Converts the object provided into its string form. _http://download.java.net/jdk8/jfxdocs/javafx/util/converter/ByteStringConverter.html#toString()ByteStringConverterjavafx.util.converter_http://download.java.net/jdk8/jfxdocs/javafx/util/converter/ByteStringConverter.html#toString()ENUM   CacheHint The trade-off is that animations may cause subtle variations in the way that a node would be rendered, and so a node with a cacheHint of QUALITY may be requiredjavafx.sceneAhttp://download.java.net/jdk8/jfxdocs/javafx/scene/CacheHint.htmlAhttp://download.java.net/jdk8/jfxdocs/javafx/scene/CacheHint.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/CacheHint.html#valueOf()  CacheHintjavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/CacheHint.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/CacheHint.html#values()  CacheHintjavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/CacheHint.html#values()CLASSCallback Callback is defined with two generic parameters: the first parameter specifies the type of the object passed in to the  call  method, with the second parameter javafx.util?http://download.java.net/jdk8/jfxdocs/javafx/util/Callback.html?http://download.java.net/jdk8/jfxdocs/javafx/util/Callback.htmlMETHODcall ( P  param)   The  call  method is called when required, and is given a single argument of type P, with a requirement that an object of type R is returned. Fhttp://download.java.net/jdk8/jfxdocs/javafx/util/Callback.html#call()Callbackjavafx.utilFhttp://download.java.net/jdk8/jfxdocs/javafx/util/Callback.html#call()CLASSCamera The default camera is positioned in the scene such that its projection plane in the scene coordinate space is at Z = 0, and it is looking into the screen in thejavafx.scene>http://download.java.net/jdk8/jfxdocs/javafx/scene/Camera.html>http://download.java.net/jdk8/jfxdocs/javafx/scene/Camera.htmlPROPERTYfarClipp    Specifies the distance from the eye of the far clipping plane of this  Camera  in the eye coordinate space. Fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Camera.html#farClipCamerajavafx.sceneFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Camera.html#farClipPROPERTYnearClipq    Specifies the distance from the eye of the near clipping plane of this  Camera  in the eye coordinate space. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Camera.html#nearClipCamerajavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Camera.html#nearClipMETHODfarClipPropertyr ()   Specifies the distance from the eye of the far clipping plane of this  Camera  in the eye coordinate space. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Camera.html#farClipProperty()Camerajavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Camera.html#farClipProperty()METHOD
 144 getFarClip. ()   Gets the value of the property farClip. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Camera.html#getFarClip()Camerajavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Camera.html#getFarClip()METHODgetNearClip/ ()   Gets the value of the property nearClip. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Camera.html#getNearClip()Camerajavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Camera.html#getNearClip()METHODimpl_markDirty{ (com.sun.javafx.scene.DirtyBits dirtyBit)   Mark the specified bit as dirty, and add this node to the scene's dirty list. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Camera.html#impl_markDirty()Camerajavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Camera.html#impl_markDirty()METHODnearClipPropertys ()   Specifies the distance from the eye of the near clipping plane of this  Camera  in the eye coordinate space. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Camera.html#nearClipProperty()Camerajavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Camera.html#nearClipProperty()METHOD
 145 setFarClip: (double value)   Sets the value of the property farClip. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Camera.html#setFarClip()Camerajavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Camera.html#setFarClip()METHODsetNearClip; (double value)   Sets the value of the property nearClip. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Camera.html#setNearClip()Camerajavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Camera.html#setNearClip()FIELDCamera () Ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/Camera.html#CameraCamerajavafx.sceneEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Camera.html#CameraCLASSCanvas A  Canvas  node is constructed with a width and height that specifies the size of the image into which the canvas drawing commands are rendered. All drawing opejavafx.scene.canvasEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/Canvas.htmlEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/Canvas.htmlPROPERTYheight&    Defines the height of the canvas. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/Canvas.html#heightCanvasjavafx.scene.canvasLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/Canvas.html#heightPROPERTYwidth%    Defines the width of the canvas. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/Canvas.html#widthCanvasjavafx.scene.canvasKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/Canvas.html#widthMETHODgetGraphicsContext2DC ()   returns the  GraphicsContext  associated with this  Canvas . \http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/Canvas.html#getGraphicsContext2D()Canvasjavafx.scene.canvas\http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/Canvas.html#getGraphicsContext2D()METHOD  getHeight- ()   Gets the value of the property height. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/Canvas.html#getHeight()Canvasjavafx.scene.canvasQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/Canvas.html#getHeight()METHODgetWidth, ()   Gets the value of the property width. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/Canvas.html#getWidth()Canvasjavafx.scene.canvasPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/Canvas.html#getWidth()METHODheightProperty( ()   Defines the height of the canvas. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/Canvas.html#heightProperty()Canvasjavafx.scene.canvasVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/Canvas.html#heightProperty()METHOD      setHeight9 (double value)   Sets the value of the property height. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/Canvas.html#setHeight()Canvasjavafx.scene.canvasQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/Canvas.html#setHeight()METHODsetWidth8 (double value)   Sets the value of the property width. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/Canvas.html#setWidth()Canvasjavafx.scene.canvasPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/Canvas.html#setWidth()METHOD
widthProperty' ()   Defines the width of the canvas. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/Canvas.html#widthProperty()Canvasjavafx.scene.canvasUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/Canvas.html#widthProperty()CLASSCategoryAxisjavafx.scene.chartJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.htmlPROPERTYcategorySpacingF    This is the gap between one category and the next along this axis Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#categorySpacingCategoryAxisjavafx.scene.chartZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#categorySpacingPROPERTY     endMargin;    The margin between the last tick mark and the axis end Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#endMarginCategoryAxisjavafx.scene.chartThttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#endMarginPROPERTYgapStartAndEndS    If this is true then half the space between ticks is left at the start and end Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#gapStartAndEndCategoryAxisjavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#gapStartAndEndPROPERTYstartMargin>    The margin between the axis start and the first tick-mark Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#startMarginCategoryAxisjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#startMarginMETHOD    autoRangej (double length)   This calculates the categories based on the data provided to invalidateRange() method. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#autoRange()CategoryAxisjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#autoRange()METHODcalculateTickValueso (double length, java.lang.Object range)   Calculate a list of all the data values for each tick mark in range `http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#calculateTickValues()CategoryAxisjavafx.scene.chart`http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#calculateTickValues()METHODcategorySpacingPropertyH ()   This is the gap between one category and the next along this axis dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#categorySpacingProperty()CategoryAxisjavafx.scene.chartdhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#categorySpacingProperty()METHODendMarginProperty= ()   The margin between the last tick mark and the axis end ^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#endMarginProperty()CategoryAxisjavafx.scene.chart^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#endMarginProperty()METHODgapStartAndEndPropertyU ()   If this is true then half the space between ticks is left at the start and end chttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#gapStartAndEndProperty()CategoryAxisjavafx.scene.chartchttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#gapStartAndEndProperty()METHOD
getCategoriesG ()   Returns a   ObservableList   of categories plotted on this axis. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#getCategories()CategoryAxisjavafx.scene.chartZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#getCategories()METHODgetCategorySpacing6 ()   Gets the value of the property categorySpacing. _http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#getCategorySpacing()CategoryAxisjavafx.scene.chart_http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#getCategorySpacing()METHODgetClassCssMetaData () `http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#getClassCssMetaData()CategoryAxisjavafx.scene.chart`http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#getClassCssMetaData()METHODgetCssMetaData’ ()   This method should delegate to   Node.getClassCssMetaData()   so that a Node's CssMetaData can be accessed without the need for reflection. [http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#getCssMetaData()CategoryAxisjavafx.scene.chart[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#getCssMetaData()METHODgetDisplayPositionW (java.lang.String value)   Get the display position along this axis for a given value _http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#getDisplayPosition()CategoryAxisjavafx.scene.chart_http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#getDisplayPosition()METHODgetEndMargin0 ()   Gets the value of the property endMargin. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#getEndMargin()CategoryAxisjavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#getEndMargin()METHODgetRange, ()   Called to get the current axis range. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#getRange()CategoryAxisjavafx.scene.chartUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#getRange()METHODgetStartMargin2 ()   Gets the value of the property startMargin. [http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#getStartMargin()CategoryAxisjavafx.scene.chart[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#getStartMargin()METHODgetTickMarkLabel[ (java.lang.String value)   Get the string label name for a tick mark with the given value ]http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#getTickMarkLabel()CategoryAxisjavafx.scene.chart]http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#getTickMarkLabel()METHODgetValueForDisplay\ (double displayPosition)   Get the data value for the given display position on this axis. _http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#getValueForDisplay()CategoryAxisjavafx.scene.chart_http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#getValueForDisplay()METHODgetZeroPositionA ()   Get the display position of the zero line along this axis. \http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#getZeroPosition()CategoryAxisjavafx.scene.chart\http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#getZeroPosition()METHODinvalidateRangeq (java.util.List<java.lang.String> data)   Called when data has changed and the range may not be valid any more. \http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#invalidateRange()CategoryAxisjavafx.scene.chart\http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#invalidateRange()METHODisGapStartAndEnd5 ()   Gets the value of the property gapStartAndEnd. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#isGapStartAndEnd()CategoryAxisjavafx.scene.chart]http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#isGapStartAndEnd()METHOD
isValueOnAxisP (java.lang.String value)   Checks if the given value is plottable on this axis Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#isValueOnAxis()CategoryAxisjavafx.scene.chartZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#isValueOnAxis()METHODmeasureTickMarkSizem (java.lang.String value, java.lang.Object range)   Measure the size of the label for given tick mark value. `http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#measureTickMarkSize()CategoryAxisjavafx.scene.chart`http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#measureTickMarkSize()METHOD
setCategories, ( ObservableList <java.lang.String> value) Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#setCategories()CategoryAxisjavafx.scene.chartZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#setCategories()METHODsetEndMargin< (double value)   Sets the value of the property endMargin. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#setEndMargin()CategoryAxisjavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#setEndMargin()METHODsetGapStartAndEndB (boolean value)   Sets the value of the property gapStartAndEnd. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#setGapStartAndEnd()CategoryAxisjavafx.scene.chart^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#setGapStartAndEnd()METHODsetRangef (java.lang.Object range, boolean animate)   Called to set the current axis range to the given range. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#setRange()CategoryAxisjavafx.scene.chartUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#setRange()METHODsetStartMargin> (double value)   Sets the value of the property startMargin. [http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#setStartMargin()CategoryAxisjavafx.scene.chart[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#setStartMargin()METHODstartMarginProperty@ ()   The margin between the axis start and the first tick-mark `http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#startMarginProperty()CategoryAxisjavafx.scene.chart`http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#startMarginProperty()METHODtoNumericValueY (java.lang.String value)   All axis values must be representable by some numeric value. [http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#toNumericValue()CategoryAxisjavafx.scene.chart[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#toNumericValue()METHODtoRealValueO (double value)   All axis values must be representable by some numeric value. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#toRealValue()CategoryAxisjavafx.scene.chartXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/CategoryAxis.html#toRealValue()CLASSCell Every Cell is associated with a single data item (represented by the   item   property). The Cell is responsible for rendering that item and, where appropriate,javafx.scene.controlDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.htmlDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.htmlPROPERTYeditableZ    A property representing whether this cell is allowed to be put into an editing state. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#editableCelljavafx.scene.controlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#editablePROPERTYeditingO    Property representing whether this cell is currently in its editing state. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#editingCelljavafx.scene.controlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#editingPROPERTYemptyD    A property used to represent whether the cell has any contents. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#emptyCelljavafx.scene.controlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#emptyPROPERTYitem.    The data value associated with this Cell. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#itemCelljavafx.scene.controlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#itemPROPERTYselected:    Indicates whether or not this cell has been selected. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#selectedCelljavafx.scene.controlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#selectedMETHOD
 146 cancelEditv ()   Call this function to transition from an editing state into a non-editing state, without saving any user input. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#cancelEdit()Celljavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#cancelEdit()METHOD
 147 commitEdit  ( T  newValue)   Call this function when appropriate (based on the user interaction requirements of your cell editing user interface) to do two things: Fire thQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#commitEdit()Celljavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#commitEdit()METHODeditableProperty\ ()   A property representing whether this cell is allowed to be put into an editing state. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#editableProperty()Celljavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#editableProperty()METHODeditingPropertyQ ()   Property representing whether this cell is currently in its editing state. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#editingProperty()Celljavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#editingProperty()METHOD
emptyPropertyF ()   A property used to represent whether the cell has any contents. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#emptyProperty()Celljavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#emptyProperty()METHODgetItem8 ()   Returns the data value associated with this Cell. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#getItem()Celljavafx.scene.controlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#getItem()METHOD
 148 isEditableL ()   Returns whether this cell is allowed to be put into an editing state. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#isEditable()Celljavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#isEditable()METHOD     isEditingL ()   Represents whether the cell is currently in its editing state or not. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#isEditing()Celljavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#isEditing()METHODisEmptyX ()   Returns a boolean representing whether the cell is considered to be empty or not. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#isEmpty()Celljavafx.scene.controlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#isEmpty()METHOD
 149 isSelected> ()   Returns whether this cell is currently selected or not. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#isSelected()Celljavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#isSelected()METHODitemProperty0 ()   The data value associated with this Cell. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#itemProperty()Celljavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#itemProperty()METHODselectedProperty< ()   Indicates whether or not this cell has been selected. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#selectedProperty()Celljavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#selectedProperty()METHODsetEditableI (boolean value)   Allows for certain cells to not be able to be edited. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#setEditable()Celljavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#setEditable()METHODsetItemƒ ( T  value)   Sets the item to the given value - should not be called directly as the item is managed by the virtualized control. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#setItem()Celljavafx.scene.controlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#setItem()METHOD  startEditp ()   Call this function to transition from a non-editing state into an editing state, if the cell is editable. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#startEdit()Celljavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#startEdit()METHOD
 150 updateItemJ ( T  item, boolean empty)    Updates the item associated with this Cell. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#updateItem()Celljavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#updateItem()METHODupdateSelectedO (boolean selected)   Updates whether this cell is in a selected state or not. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#updateSelected()Celljavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Cell.html#updateSelected()CLASSChangeListener For an in-depth explanation of change events and how they differ from invalidation events, see the documentation of  ObservableValue .   The same instance of  Cjavafx.beans.valueLhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ChangeListener.htmlLhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ChangeListener.htmlMETHODchanged˜ ( ObservableValue <? extends  T > observable,  T  oldValue,  T  newValue)   This method needs to be provided by an implementation of  ChangeListener . Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ChangeListener.html#changed()ChangeListenerjavafx.beans.valueVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ChangeListener.html#changed()CLASSCharacterStringConverterP  StringConverter   implementation for  Character  (and char primitive) values. javafx.util.converterYhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/CharacterStringConverter.htmlYhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/CharacterStringConverter.htmlMETHOD
 151 fromStringk (java.lang.String value)   Converts the string provided into an object defined by the specific converter. fhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/CharacterStringConverter.html#fromString()CharacterStringConverterjavafx.util.converterfhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/CharacterStringConverter.html#fromString()METHODtoStringR (java.lang.Character value)   Converts the object provided into its string form. dhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/CharacterStringConverter.html#toString()CharacterStringConverterjavafx.util.converterdhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/CharacterStringConverter.html#toString()CLASSChartjavafx.scene.chartChttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.htmlChttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.htmlPROPERTYanimated1    When true any data changes will be animated. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#animatedChartjavafx.scene.chartLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#animatedPROPERTYlegend'    The node to display as the Legend. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#legendChartjavafx.scene.chartJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#legendPROPERTY
 152 legendSide?    The side of the chart where the legend should be displayed Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#legendSideChartjavafx.scene.chartNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#legendSidePROPERTY
legendVisible]    When true the chart will display a legend if the chart implementation supports a legend. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#legendVisibleChartjavafx.scene.chartQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#legendVisiblePROPERTYtitle    The chart title Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#titleChartjavafx.scene.chartIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#titlePROPERTY    titleSide7    The side of the chart where the title is displayed Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#titleSideChartjavafx.scene.chartMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#titleSideMETHODanimate ( Animation  animation)   Play the given animation on every frame of the animation the chart will be relayed out until the animation finishes. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#animate()Chartjavafx.scene.chartMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#animate()METHODanimatedProperty3 ()   When true any data changes will be animated. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#animatedProperty()Chartjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#animatedProperty()METHODcomputeMinHeights (double width)   Charts are sized outside in, user tells chart how much space it has and chart draws inside that. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#computeMinHeight()Chartjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#computeMinHeight()METHODcomputeMinWidtht (double height)   Charts are sized outside in, user tells chart how much space it has and chart draws inside that. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#computeMinWidth()Chartjavafx.scene.chartUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#computeMinWidth()METHODcomputePrefHeights (double width)   Charts are sized outside in, user tells chart how much space it has and chart draws inside that. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#computePrefHeight()Chartjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#computePrefHeight()METHODcomputePrefWidtht (double height)   Charts are sized outside in, user tells chart how much space it has and chart draws inside that. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#computePrefWidth()Chartjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#computePrefWidth()METHODgetAnimated> ()   Indicates whether data changes will be animated or not. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#getAnimated()Chartjavafx.scene.chartQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#getAnimated()METHODgetChartChildrenB ()   Modifiable and observable list of all content in the chart. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#getChartChildren()Chartjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#getChartChildren()METHODgetClassCssMetaData () Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#getClassCssMetaData()Chartjavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#getClassCssMetaData()METHODgetCssMetaData’ ()   This method should delegate to   Node.getClassCssMetaData()   so that a Node's CssMetaData can be accessed without the need for reflection. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#getCssMetaData()Chartjavafx.scene.chartThttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#getCssMetaData()METHOD getLegend- ()   Gets the value of the property legend. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#getLegend()Chartjavafx.scene.chartOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#getLegend()METHOD
getLegendSide1 ()   Gets the value of the property legendSide. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#getLegendSide()Chartjavafx.scene.chartShttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#getLegendSide()METHODgetTitle, ()   Gets the value of the property title. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#getTitle()Chartjavafx.scene.chartNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#getTitle()METHODgetTitleSide0 ()   Gets the value of the property titleSide. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#getTitleSide()Chartjavafx.scene.chartRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#getTitleSide()METHODisLegendVisible4 ()   Gets the value of the property legendVisible. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#isLegendVisible()Chartjavafx.scene.chartUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#isLegendVisible()METHODlayoutChartChildren‹ (double top, double left, double width, double height)   Called to update and layout the chart children available from getChartChildren() Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#layoutChartChildren()Chartjavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#layoutChartChildren()METHODlayoutChildrenO ()   Invoked during the layout pass to layout this chart and all its content. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#layoutChildren()Chartjavafx.scene.chartThttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#layoutChildren()METHODlegendProperty) ()   The node to display as the Legend. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#legendProperty()Chartjavafx.scene.chartThttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#legendProperty()METHODlegendSidePropertyA ()   The side of the chart where the legend should be displayed Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#legendSideProperty()Chartjavafx.scene.chartXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#legendSideProperty()METHODlegendVisibleProperty_ ()   When true the chart will display a legend if the chart implementation supports a legend. [http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#legendVisibleProperty()Chartjavafx.scene.chart[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#legendVisibleProperty()METHODrequestChartLayout\ ()   Call this when you know something has changed that needs the chart to be relayed out. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#requestChartLayout()Chartjavafx.scene.chartXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#requestChartLayout()METHODsetAnimated< (boolean value)   Sets the value of the property animated. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#setAnimated()Chartjavafx.scene.chartQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#setAnimated()METHOD      setLegend9 ( Node  value)   Sets the value of the property legend. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#setLegend()Chartjavafx.scene.chartOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#setLegend()METHOD
setLegendSide= ( Side  value)   Sets the value of the property legendSide. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#setLegendSide()Chartjavafx.scene.chartShttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#setLegendSide()METHODsetLegendVisibleA (boolean value)   Sets the value of the property legendVisible. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#setLegendVisible()Chartjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#setLegendVisible()METHODsetTitleB (java.lang.String value)   Sets the value of the property title. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#setTitle()Chartjavafx.scene.chartNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#setTitle()METHODsetTitleSide< ( Side  value)   Sets the value of the property titleSide. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#setTitleSide()Chartjavafx.scene.chartRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#setTitleSide()METHOD
shouldAnimate? ()   This is used to check if any given animation should run. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#shouldAnimate()Chartjavafx.scene.chartShttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#shouldAnimate()METHOD
titleProperty ()   The chart title Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#titleProperty()Chartjavafx.scene.chartShttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#titleProperty()METHODtitleSideProperty9 ()   The side of the chart where the title is displayed Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#titleSideProperty()Chartjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/Chart.html#titleSideProperty()CLASSCheckBox A CheckBox is unchecked if selected is false and indeterminate is false.   A CheckBox is undefined if indeterminate is true, regardless of the state of selectedjavafx.scene.controlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.htmlPROPERTYallowIndeterminate†    Determines whether the user toggling the CheckBox should cycle through all three states:  checked ,  unchecked , and  undefined . [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.html#allowIndeterminateCheckBoxjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.html#allowIndeterminatePROPERTY
indeterminateC    Determines whether the CheckBox is in the indeterminate state. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.html#indeterminateCheckBoxjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.html#indeterminatePROPERTYselected0    Indicates whether this CheckBox is checked. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.html#selectedCheckBoxjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.html#selectedMETHODallowIndeterminatePropertyˆ ()   Determines whether the user toggling the CheckBox should cycle through all three states:  checked ,  unchecked , and  undefined . ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.html#allowIndeterminateProperty()CheckBoxjavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.html#allowIndeterminateProperty()METHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.html#createDefaultSkin()CheckBoxjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.html#createDefaultSkin()METHODfire+ ()   Toggles the state of the  CheckBox . Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.html#fire()CheckBoxjavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.html#fire()METHODindeterminatePropertyE ()   Determines whether the CheckBox is in the indeterminate state. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.html#indeterminateProperty()CheckBoxjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.html#indeterminateProperty()METHODisAllowIndeterminate9 ()   Gets the value of the property allowIndeterminate. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.html#isAllowIndeterminate()CheckBoxjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.html#isAllowIndeterminate()METHODisIndeterminate4 ()   Gets the value of the property indeterminate. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.html#isIndeterminate()CheckBoxjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.html#isIndeterminate()METHOD
 153 isSelected/ ()   Gets the value of the property selected. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.html#isSelected()CheckBoxjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.html#isSelected()METHODselectedProperty2 ()   Indicates whether this CheckBox is checked. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.html#selectedProperty()CheckBoxjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.html#selectedProperty()METHODsetAllowIndeterminateF (boolean value)   Sets the value of the property allowIndeterminate. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.html#setAllowIndeterminate()CheckBoxjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.html#setAllowIndeterminate()METHODsetIndeterminateA (boolean value)   Sets the value of the property indeterminate. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.html#setIndeterminate()CheckBoxjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.html#setIndeterminate()METHODsetSelected< (boolean value)   Sets the value of the property selected. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.html#setSelected()CheckBoxjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBox.html#setSelected()CLASSCheckBoxListCell The CheckBoxListCell is rendered with a CheckBox on the left-hand side of the   ListView  , and the text related to the list item taking up all remaining horizojavafx.scene.control.cellUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxListCell.htmlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxListCell.htmlPROPERTY    converter&    The   StringConverter   property. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxListCell.html#converterCheckBoxListCelljavafx.scene.control.cell_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxListCell.html#converterPROPERTYselectedStateCallback]    Property representing the   Callback   that is bound to by the CheckBox shown on screen. khttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxListCell.html#selectedStateCallbackCheckBoxListCelljavafx.scene.control.cellkhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxListCell.html#selectedStateCallbackMETHODconverterProperty( ()   The   StringConverter   property. ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxListCell.html#converterProperty()CheckBoxListCelljavafx.scene.control.cellihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxListCell.html#converterProperty()METHODforListView ( Callback <T, ObservableValue <java.lang.Boolean>> getSelectedProperty)   Creates a cell factory for use in ListView controls. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxListCell.html#forListView()CheckBoxListCelljavafx.scene.control.cellchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxListCell.html#forListView()METHODforListView  ( Callback <T, ObservableValue <java.lang.Boolean>> getSelectedProperty,  StringConverter <T> converter)   Creates a cell factory for use in ListView controls.chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxListCell.html#forListView()CheckBoxListCelljavafx.scene.control.cellchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxListCell.html#forListView()METHODgetConverter9 ()   Returns the   StringConverter   used in this cell. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxListCell.html#getConverter()CheckBoxListCelljavafx.scene.control.celldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxListCell.html#getConverter()METHODgetSelectedStateCallbackQ ()   Returns the   Callback   that is bound to by the CheckBox shown on screen. phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxListCell.html#getSelectedStateCallback()CheckBoxListCelljavafx.scene.control.cellphttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxListCell.html#getSelectedStateCallback()METHODselectedStateCallbackProperty_ ()   Property representing the   Callback   that is bound to by the CheckBox shown on screen. uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxListCell.html#selectedStateCallbackProperty()CheckBoxListCelljavafx.scene.control.celluhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxListCell.html#selectedStateCallbackProperty()METHODsetConverterX ( StringConverter < T > value)   Sets the   StringConverter   to be used in this cell. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxListCell.html#setConverter()CheckBoxListCelljavafx.scene.control.celldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxListCell.html#setConverter()METHODsetSelectedStateCallbackˆ ( Callback < T , ObservableValue <java.lang.Boolean>> value)   Sets the   Callback   that is bound to by the CheckBox shown on screen. phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxListCell.html#setSelectedStateCallback()CheckBoxListCelljavafx.scene.control.cellphttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxListCell.html#setSelectedStateCallback()METHOD
 154 updateItemJ ( T  item, boolean empty)    Updates the item associated with this Cell. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxListCell.html#updateItem()CheckBoxListCelljavafx.scene.control.cellbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxListCell.html#updateItem()CLASSCheckBoxTableCell By default, the CheckBoxTableCell is rendered with a CheckBox centred in the TableColumn. If a label is required, it is necessary to provide a non-null StringCojavafx.scene.control.cellVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTableCell.htmlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTableCell.htmlPROPERTY     converter&    The   StringConverter   property. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTableCell.html#converterCheckBoxTableCelljavafx.scene.control.cell`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTableCell.html#converterPROPERTYselectedStateCallback]    Property representing the   Callback   that is bound to by the CheckBox shown on screen. lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTableCell.html#selectedStateCallbackCheckBoxTableCelljavafx.scene.control.celllhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTableCell.html#selectedStateCallbackMETHODconverterProperty( ()   The   StringConverter   property. jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTableCell.html#converterProperty()CheckBoxTableCelljavafx.scene.control.celljhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTableCell.html#converterProperty()METHODforTableColumnž ( Callback <java.lang.Integer, ObservableValue <java.lang.Boolean>> getSelectedProperty)   Creates a cell factory for use in a   TableColumn   cell factory. ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTableCell.html#forTableColumn()CheckBoxTableCelljavafx.scene.control.cellghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTableCell.html#forTableColumn()METHODforTableColumn  ( Callback <java.lang.Integer, ObservableValue <java.lang.Boolean>> getSelectedProperty, boolean showLabel)   Creates a cell factory for use in a   TableColumnghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTableCell.html#forTableColumn()CheckBoxTableCelljavafx.scene.control.cellghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTableCell.html#forTableColumn()METHODforTableColumn  ( Callback <java.lang.Integer, ObservableValue <java.lang.Boolean>> getSelectedProperty,  StringConverter <T> converter)   Creates a cell factory for use in a ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTableCell.html#forTableColumn()CheckBoxTableCelljavafx.scene.control.cellghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTableCell.html#forTableColumn()METHODforTableColumnq ( TableColumn <S,java.lang.Boolean> column)   Creates a cell factory for use in a   TableColumn   cell factory. ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTableCell.html#forTableColumn()CheckBoxTableCelljavafx.scene.control.cellghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTableCell.html#forTableColumn()METHODgetConverter9 ()   Returns the   StringConverter   used in this cell. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTableCell.html#getConverter()CheckBoxTableCelljavafx.scene.control.cellehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTableCell.html#getConverter()METHODgetSelectedStateCallbackQ ()   Returns the   Callback   that is bound to by the CheckBox shown on screen. qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTableCell.html#getSelectedStateCallback()CheckBoxTableCelljavafx.scene.control.cellqhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTableCell.html#getSelectedStateCallback()METHODselectedStateCallbackProperty_ ()   Property representing the   Callback   that is bound to by the CheckBox shown on screen. vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTableCell.html#selectedStateCallbackProperty()CheckBoxTableCelljavafx.scene.control.cellvhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTableCell.html#selectedStateCallbackProperty()METHODsetConverterX ( StringConverter < T > value)   Sets the   StringConverter   to be used in this cell. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTableCell.html#setConverter()CheckBoxTableCelljavafx.scene.control.cellehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTableCell.html#setConverter()METHODsetSelectedStateCallback– ( Callback <java.lang.Integer, ObservableValue <java.lang.Boolean>> value)   Sets the   Callback   that is bound to by the CheckBox shown on screen. qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTableCell.html#setSelectedStateCallback()CheckBoxTableCelljavafx.scene.control.cellqhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTableCell.html#setSelectedStateCallback()METHOD
 155 updateItemJ ( T  item, boolean empty)    Updates the item associated with this Cell. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTableCell.html#updateItem()CheckBoxTableCelljavafx.scene.control.cellchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTableCell.html#updateItem()CLASSCheckBoxTreeCell To make creating TreeViews with CheckBoxes easier, a convenience class called   CheckBoxTreeItem   is provided. It is  highly  recommended that developers use tjavafx.scene.control.cellUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeCell.htmlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeCell.htmlPROPERTY     converter&    The   StringConverter   property. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeCell.html#converterCheckBoxTreeCelljavafx.scene.control.cell_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeCell.html#converterPROPERTYselectedStateCallback]    Property representing the   Callback   that is bound to by the CheckBox shown on screen. khttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeCell.html#selectedStateCallbackCheckBoxTreeCelljavafx.scene.control.cellkhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeCell.html#selectedStateCallbackMETHODconverterProperty( ()   The   StringConverter   property. ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeCell.html#converterProperty()CheckBoxTreeCelljavafx.scene.control.cellihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeCell.html#converterProperty()METHODforTreeView  ()   Creates a cell factory for use in a TreeView control, although there is a major assumption when used in a TreeView: this cell factory assumes that the Trechttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeCell.html#forTreeView()CheckBoxTreeCelljavafx.scene.control.cellchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeCell.html#forTreeView()METHODforTreeViewŽ ( Callback < TreeItem <T>, ObservableValue <java.lang.Boolean>> getSelectedProperty)   Creates a cell factory for use in a TreeView control. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeCell.html#forTreeView()CheckBoxTreeCelljavafx.scene.control.cellchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeCell.html#forTreeView()METHODforTreeView  ( Callback < TreeItem <T>, ObservableValue <java.lang.Boolean>> getSelectedProperty,  StringConverter < TreeItem <T>> converter)   Creates a cell factory for uchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeCell.html#forTreeView()CheckBoxTreeCelljavafx.scene.control.cellchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeCell.html#forTreeView()METHODgetConverter9 ()   Returns the   StringConverter   used in this cell. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeCell.html#getConverter()CheckBoxTreeCelljavafx.scene.control.celldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeCell.html#getConverter()METHODgetSelectedStateCallbackQ ()   Returns the   Callback   that is bound to by the CheckBox shown on screen. phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeCell.html#getSelectedStateCallback()CheckBoxTreeCelljavafx.scene.control.cellphttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeCell.html#getSelectedStateCallback()METHODselectedStateCallbackProperty_ ()   Property representing the   Callback   that is bound to by the CheckBox shown on screen. uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeCell.html#selectedStateCallbackProperty()CheckBoxTreeCelljavafx.scene.control.celluhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeCell.html#selectedStateCallbackProperty()METHODsetConverterd ( StringConverter < TreeItem < T >> value)   Sets the   StringConverter   to be used in this cell. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeCell.html#setConverter()CheckBoxTreeCelljavafx.scene.control.celldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeCell.html#setConverter()METHODsetSelectedStateCallback” ( Callback < TreeItem < T >, ObservableValue <java.lang.Boolean>> value)   Sets the   Callback   that is bound to by the CheckBox shown on screen. phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeCell.html#setSelectedStateCallback()CheckBoxTreeCelljavafx.scene.control.cellphttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeCell.html#setSelectedStateCallback()METHOD
 156 updateItemJ ( T  item, boolean empty)    Updates the item associated with this Cell. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeCell.html#updateItem()CheckBoxTreeCelljavafx.scene.control.cellbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeCell.html#updateItem()CLASSCheckBoxTreeItem A CheckBoxTreeItem can be   independent   or dependent. By default, CheckBoxTreeItem instances are dependent, which means that any changes to the selection statjavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.htmlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.htmlPROPERTYindependent\    A   BooleanProperty   used to represent the independent state of this CheckBoxTreeItem. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.html#independentCheckBoxTreeItemjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.html#independentPROPERTY
indeterminate^    A   BooleanProperty   used to represent the indeterminate state of this CheckBoxTreeItem. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.html#indeterminateCheckBoxTreeItemjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.html#indeterminatePROPERTYselectedY    A   BooleanProperty   used to represent the selected state of this CheckBoxTreeItem. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.html#selectedCheckBoxTreeItemjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.html#selectedMETHODcheckBoxSelectionChangedEvent[ ()   An EventType used when the CheckBoxTreeItem selection / indeterminate state changes. phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.html#checkBoxSelectionChangedEvent()CheckBoxTreeItemjavafx.scene.controlphttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.html#checkBoxSelectionChangedEvent()METHODindependentProperty^ ()   A   BooleanProperty   used to represent the independent state of this CheckBoxTreeItem. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.html#independentProperty()CheckBoxTreeItemjavafx.scene.controlfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.html#independentProperty()METHODindeterminateProperty` ()   A   BooleanProperty   used to represent the indeterminate state of this CheckBoxTreeItem. hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.html#indeterminateProperty()CheckBoxTreeItemjavafx.scene.controlhhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.html#indeterminateProperty()METHOD
isIndependent2 ()   Gets the value of the property independent. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.html#isIndependent()CheckBoxTreeItemjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.html#isIndependent()METHODisIndeterminate@ ()   Returns the indeterminate state of this CheckBoxTreeItem. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.html#isIndeterminate()CheckBoxTreeItemjavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.html#isIndeterminate()METHOD
 157 isSelected; ()   Returns the selected state of this CheckBoxTreeItem. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.html#isSelected()CheckBoxTreeItemjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.html#isSelected()METHODselectedProperty[ ()   A   BooleanProperty   used to represent the selected state of this CheckBoxTreeItem. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.html#selectedProperty()CheckBoxTreeItemjavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.html#selectedProperty()METHODsetIndependent? (boolean value)   Sets the value of the property independent. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.html#setIndependent()CheckBoxTreeItemjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.html#setIndependent()METHODsetIndeterminateJ (boolean value)   Sets the indeterminate state of this CheckBoxTreeItem. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.html#setIndeterminate()CheckBoxTreeItemjavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.html#setIndeterminate()METHODsetSelectedE (boolean value)   Sets the selected state of this CheckBoxTreeItem. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.html#setSelected()CheckBoxTreeItemjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.html#setSelected()CLASS&CheckBoxTreeItem.TreeModificationEventjavafx.scene.controlfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.TreeModificationEvent.htmlfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.TreeModificationEvent.htmlMETHODgetTreeItemB ()   Returns the CheckBoxTreeItem that this event occurred upon. thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.TreeModificationEvent.html#getTreeItem()&CheckBoxTreeItem.TreeModificationEventjavafx.scene.controlthttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.TreeModificationEvent.html#getTreeItem()METHODwasIndeterminateChanged  ()   Indicates the the reason for this event is that the indeterminate state on the CheckBoxTreeItem changed (as opposed to it becoming selected or unselected)€http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.TreeModificationEvent.html#wasIndeterminateChanged()&CheckBoxTreeItem.TreeModificationEventjavafx.scene.control€http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.TreeModificationEvent.html#wasIndeterminateChanged()METHODwasSelectionChanged ()   Indicates the the reason for this event is that the selection on the CheckBoxTreeItem changed (as opposed to it becoming indeterminate). |http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.TreeModificationEvent.html#wasSelectionChanged()&CheckBoxTreeItem.TreeModificationEventjavafx.scene.control|http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.TreeModificationEvent.html#wasSelectionChanged()FIELDANY<    Common supertype for all tree modification event types. jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.TreeModificationEvent.html#ANY&CheckBoxTreeItem.TreeModificationEventjavafx.scene.controljhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckBoxTreeItem.TreeModificationEvent.html#ANYCLASSCheckBoxTreeTableCell By default, the CheckBoxTreeTableCell is rendered with a CheckBox centred in the TreeTableColumn. If a label is required, it is necessary to provide a non-null javafx.scene.control.cellZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeTableCell.htmlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeTableCell.htmlPROPERTY  converter&    The   StringConverter   property. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeTableCell.html#converterCheckBoxTreeTableCelljavafx.scene.control.celldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeTableCell.html#converterPROPERTYselectedStateCallback]    Property representing the   Callback   that is bound to by the CheckBox shown on screen. phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeTableCell.html#selectedStateCallbackCheckBoxTreeTableCelljavafx.scene.control.cellphttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeTableCell.html#selectedStateCallbackMETHODconverterProperty( ()   The   StringConverter   property. nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeTableCell.html#converterProperty()CheckBoxTreeTableCelljavafx.scene.control.cellnhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeTableCell.html#converterProperty()METHODforTreeTableColumn  ( Callback <java.lang.Integer, ObservableValue <java.lang.Boolean>> getSelectedProperty)   Creates a cell factory for use in a   TreeTableColumn   cell factoryohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeTableCell.html#forTreeTableColumn()CheckBoxTreeTableCelljavafx.scene.control.cellohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeTableCell.html#forTreeTableColumn()METHODforTreeTableColumn  ( Callback <java.lang.Integer, ObservableValue <java.lang.Boolean>> getSelectedProperty, boolean showLabel)   Creates a cell factory for use in a   TreeTableCoohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeTableCell.html#forTreeTableColumn()CheckBoxTreeTableCelljavafx.scene.control.cellohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeTableCell.html#forTreeTableColumn()METHODforTreeTableColumn  ( Callback <java.lang.Integer, ObservableValue <java.lang.Boolean>> getSelectedProperty,  StringConverter <T> converter)   Creates a cell factory for use in a ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeTableCell.html#forTreeTableColumn()CheckBoxTreeTableCelljavafx.scene.control.cellohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeTableCell.html#forTreeTableColumn()METHODforTreeTableColumny ( TreeTableColumn <S,java.lang.Boolean> column)   Creates a cell factory for use in a   TreeTableColumn   cell factory. ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeTableCell.html#forTreeTableColumn()CheckBoxTreeTableCelljavafx.scene.control.cellohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeTableCell.html#forTreeTableColumn()METHODgetConverter9 ()   Returns the   StringConverter   used in this cell. ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeTableCell.html#getConverter()CheckBoxTreeTableCelljavafx.scene.control.cellihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeTableCell.html#getConverter()METHODgetSelectedStateCallbackQ ()   Returns the   Callback   that is bound to by the CheckBox shown on screen. uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeTableCell.html#getSelectedStateCallback()CheckBoxTreeTableCelljavafx.scene.control.celluhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeTableCell.html#getSelectedStateCallback()METHODselectedStateCallbackProperty_ ()   Property representing the   Callback   that is bound to by the CheckBox shown on screen. zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeTableCell.html#selectedStateCallbackProperty()CheckBoxTreeTableCelljavafx.scene.control.cellzhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeTableCell.html#selectedStateCallbackProperty()METHODsetConverterX ( StringConverter < T > value)   Sets the   StringConverter   to be used in this cell. ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeTableCell.html#setConverter()CheckBoxTreeTableCelljavafx.scene.control.cellihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeTableCell.html#setConverter()METHODsetSelectedStateCallback– ( Callback <java.lang.Integer, ObservableValue <java.lang.Boolean>> value)   Sets the   Callback   that is bound to by the CheckBox shown on screen. uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeTableCell.html#setSelectedStateCallback()CheckBoxTreeTableCelljavafx.scene.control.celluhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeTableCell.html#setSelectedStateCallback()METHOD
 158 updateItemJ ( T  item, boolean empty)    Updates the item associated with this Cell. ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeTableCell.html#updateItem()CheckBoxTreeTableCelljavafx.scene.control.cellghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/CheckBoxTreeTableCell.html#updateItem()CLASS
CheckMenuItem A   MenuItem   that can be toggled between selected and unselected states. It is intended that CheckMenuItem be used in conjunction with the   Menu   or   Contejavafx.scene.controlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckMenuItem.htmlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckMenuItem.htmlPROPERTYselected8    Represents the current state of this CheckMenuItem. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckMenuItem.html#selected
CheckMenuItemjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckMenuItem.html#selectedMETHOD
 159 isSelected/ ()   Gets the value of the property selected. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckMenuItem.html#isSelected()
CheckMenuItemjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckMenuItem.html#isSelected()METHODselectedProperty: ()   Represents the current state of this CheckMenuItem. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckMenuItem.html#selectedProperty()
CheckMenuItemjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckMenuItem.html#selectedProperty()METHODsetSelected< (boolean value)   Sets the value of the property selected. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckMenuItem.html#setSelected()
CheckMenuItemjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CheckMenuItem.html#setSelected()CLASS    ChoiceBox By default, the ChoiceBox has no item selected unless otherwise specified. Although the ChoiceBox will only allow a user to select from the predefined list, it javafx.scene.controlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.htmlPROPERTY        converterH    Allows a way to specify how to represent objects in the items list. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#converter    ChoiceBoxjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#converterPROPERTYitems,    The items to display in the choice box. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#items     ChoiceBoxjavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#itemsPROPERTYselectionModel+    The selection model for the ChoiceBox. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#selectionModel        ChoiceBoxjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#selectionModelPROPERTYshowingS    Indicates whether the drop down is displaying the list of choices to the user. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#showing     ChoiceBoxjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#showingPROPERTYvalueb    The value of this ChoiceBox is defined as the selected item in the ChoiceBox selection model. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#value ChoiceBoxjavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#valueMETHODconverterPropertyJ ()   Allows a way to specify how to represent objects in the items list. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#converterProperty() ChoiceBoxjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#converterProperty()METHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#createDefaultSkin()   ChoiceBoxjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#createDefaultSkin()METHODgetConverter0 ()   Gets the value of the property converter. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#getConverter()       ChoiceBoxjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#getConverter()METHODgetItems, ()   Gets the value of the property items. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#getItems()  ChoiceBoxjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#getItems()METHODgetSelectionModel5 ()   Gets the value of the property selectionModel. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#getSelectionModel() ChoiceBoxjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#getSelectionModel()METHODgetValue, ()   Gets the value of the property value. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#getValue()     ChoiceBoxjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#getValue()METHODhide" ()   Closes the list of choices. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#hide()      ChoiceBoxjavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#hide()METHOD isShowing. ()   Gets the value of the property showing. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#isShowing()    ChoiceBoxjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#isShowing()METHOD
itemsProperty. ()   The items to display in the choice box. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#itemsProperty()       ChoiceBoxjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#itemsProperty()METHODselectionModelProperty- ()   The selection model for the ChoiceBox. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#selectionModelProperty()  ChoiceBoxjavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#selectionModelProperty()METHODsetConverterL ( StringConverter < T > value)   Sets the value of the property converter. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#setConverter()        ChoiceBoxjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#setConverter()METHODsetItemsG ( ObservableList < T > value)   Sets the value of the property items. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#setItems() ChoiceBoxjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#setItems()METHODsetSelectionModelV ( SingleSelectionModel < T > value)   Sets the value of the property selectionModel. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#setSelectionModel()  ChoiceBoxjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#setSelectionModel()METHODsetValue5 ( T  value)   Sets the value of the property value. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#setValue()    ChoiceBoxjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#setValue()METHODshow! ()   Opens the list of choices. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#show()       ChoiceBoxjavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#show()METHODshowingPropertyU ()   Indicates whether the drop down is displaying the list of choices to the user. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#showingProperty() ChoiceBoxjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#showingProperty()METHOD
valuePropertyd ()   The value of this ChoiceBox is defined as the selected item in the ChoiceBox selection model. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#valueProperty()   ChoiceBoxjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ChoiceBox.html#valueProperty()CLASSChoiceBoxListCell By default, the ChoiceBoxListCell is rendered as a   Label   when not being edited, and as a ChoiceBox when in editing mode. The ChoiceBox will, by default, strjavafx.scene.control.cellVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxListCell.htmlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxListCell.htmlPROPERTY converter&    The   StringConverter   property. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxListCell.html#converterChoiceBoxListCelljavafx.scene.control.cell`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxListCell.html#converterMETHOD
 160 cancelEditv ()   Call this function to transition from an editing state into a non-editing state, without saving any user input. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxListCell.html#cancelEdit()ChoiceBoxListCelljavafx.scene.control.cellchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxListCell.html#cancelEdit()METHODconverterProperty( ()   The   StringConverter   property. jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxListCell.html#converterProperty()ChoiceBoxListCelljavafx.scene.control.celljhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxListCell.html#converterProperty()METHODforListViewb ( ObservableList <T> items)   Creates a ChoiceBox cell factory for use in   ListView   controls. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxListCell.html#forListView()ChoiceBoxListCelljavafx.scene.control.celldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxListCell.html#forListView()METHODforListView‚ ( StringConverter <T> converter,  ObservableList <T> items)   Creates a ChoiceBox cell factory for use in   ListView   controls. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxListCell.html#forListView()ChoiceBoxListCelljavafx.scene.control.celldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxListCell.html#forListView()METHODforListViews ( StringConverter <T> converter, T... items)   Creates a ChoiceBox cell factory for use in   ListView   controls. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxListCell.html#forListView()ChoiceBoxListCelljavafx.scene.control.celldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxListCell.html#forListView()METHODforListViewS (T... items)   Creates a ChoiceBox cell factory for use in   ListView   controls. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxListCell.html#forListView()ChoiceBoxListCelljavafx.scene.control.celldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxListCell.html#forListView()METHODgetConverter9 ()   Returns the   StringConverter   used in this cell. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxListCell.html#getConverter()ChoiceBoxListCelljavafx.scene.control.cellehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxListCell.html#getConverter()METHODgetItemsM ()   Returns the items to be displayed in the ChoiceBox when it is showing. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxListCell.html#getItems()ChoiceBoxListCelljavafx.scene.control.cellahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxListCell.html#getItems()METHODsetConverterX ( StringConverter < T > value)   Sets the   StringConverter   to be used in this cell. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxListCell.html#setConverter()ChoiceBoxListCelljavafx.scene.control.cellehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxListCell.html#setConverter()METHOD startEditp ()   Call this function to transition from a non-editing state into an editing state, if the cell is editable. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxListCell.html#startEdit()ChoiceBoxListCelljavafx.scene.control.cellbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxListCell.html#startEdit()METHOD
 161 updateItemJ ( T  item, boolean empty)    Updates the item associated with this Cell. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxListCell.html#updateItem()ChoiceBoxListCelljavafx.scene.control.cellchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxListCell.html#updateItem()CLASSChoiceBoxTableCell By default, the ChoiceBoxTableCell is rendered as a   Label   when not being edited, and as a ChoiceBox when in editing mode. The ChoiceBox will, by default, stjavafx.scene.control.cellWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTableCell.htmlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTableCell.htmlPROPERTY       converter&    The   StringConverter   property. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTableCell.html#converterChoiceBoxTableCelljavafx.scene.control.cellahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTableCell.html#converterMETHOD
 162 cancelEditv ()   Call this function to transition from an editing state into a non-editing state, without saving any user input. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTableCell.html#cancelEdit()ChoiceBoxTableCelljavafx.scene.control.celldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTableCell.html#cancelEdit()METHODconverterProperty( ()   The   StringConverter   property. khttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTableCell.html#converterProperty()ChoiceBoxTableCelljavafx.scene.control.cellkhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTableCell.html#converterProperty()METHODforTableColumne ( ObservableList <T> items)   Creates a ChoiceBox cell factory for use in   TableColumn   controls. hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTableCell.html#forTableColumn()ChoiceBoxTableCelljavafx.scene.control.cellhhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTableCell.html#forTableColumn()METHODforTableColumn… ( StringConverter <T> converter,  ObservableList <T> items)   Creates a ChoiceBox cell factory for use in   TableColumn   controls. hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTableCell.html#forTableColumn()ChoiceBoxTableCelljavafx.scene.control.cellhhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTableCell.html#forTableColumn()METHODforTableColumnv ( StringConverter <T> converter, T... items)   Creates a ChoiceBox cell factory for use in   TableColumn   controls. hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTableCell.html#forTableColumn()ChoiceBoxTableCelljavafx.scene.control.cellhhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTableCell.html#forTableColumn()METHODforTableColumnV (T... items)   Creates a ChoiceBox cell factory for use in   TableColumn   controls. hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTableCell.html#forTableColumn()ChoiceBoxTableCelljavafx.scene.control.cellhhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTableCell.html#forTableColumn()METHODgetConverter9 ()   Returns the   StringConverter   used in this cell. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTableCell.html#getConverter()ChoiceBoxTableCelljavafx.scene.control.cellfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTableCell.html#getConverter()METHODgetItemsM ()   Returns the items to be displayed in the ChoiceBox when it is showing. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTableCell.html#getItems()ChoiceBoxTableCelljavafx.scene.control.cellbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTableCell.html#getItems()METHODsetConverterX ( StringConverter < T > value)   Sets the   StringConverter   to be used in this cell. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTableCell.html#setConverter()ChoiceBoxTableCelljavafx.scene.control.cellfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTableCell.html#setConverter()METHOD      startEditp ()   Call this function to transition from a non-editing state into an editing state, if the cell is editable. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTableCell.html#startEdit()ChoiceBoxTableCelljavafx.scene.control.cellchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTableCell.html#startEdit()METHOD
 163 updateItemJ ( T  item, boolean empty)    Updates the item associated with this Cell. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTableCell.html#updateItem()ChoiceBoxTableCelljavafx.scene.control.celldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTableCell.html#updateItem()CLASSChoiceBoxTreeCell By default, the ChoiceBoxTreeCell is rendered as a   Label   when not being edited, and as a ChoiceBox when in editing mode. The ChoiceBox will, by default, strjavafx.scene.control.cellVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeCell.htmlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeCell.htmlPROPERTY       converter&    The   StringConverter   property. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeCell.html#converterChoiceBoxTreeCelljavafx.scene.control.cell`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeCell.html#converterMETHOD
 164 cancelEditv ()   Call this function to transition from an editing state into a non-editing state, without saving any user input. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeCell.html#cancelEdit()ChoiceBoxTreeCelljavafx.scene.control.cellchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeCell.html#cancelEdit()METHODconverterProperty( ()   The   StringConverter   property. jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeCell.html#converterProperty()ChoiceBoxTreeCelljavafx.scene.control.celljhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeCell.html#converterProperty()METHODforTreeViewb ( ObservableList <T> items)   Creates a ChoiceBox cell factory for use in   TreeView   controls. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeCell.html#forTreeView()ChoiceBoxTreeCelljavafx.scene.control.celldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeCell.html#forTreeView()METHODforTreeView‚ ( StringConverter <T> converter,  ObservableList <T> items)   Creates a ChoiceBox cell factory for use in   TreeView   controls. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeCell.html#forTreeView()ChoiceBoxTreeCelljavafx.scene.control.celldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeCell.html#forTreeView()METHODforTreeViews ( StringConverter <T> converter, T... items)   Creates a ChoiceBox cell factory for use in   TreeView   controls. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeCell.html#forTreeView()ChoiceBoxTreeCelljavafx.scene.control.celldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeCell.html#forTreeView()METHODforTreeViewS (T... items)   Creates a ChoiceBox cell factory for use in   TreeView   controls. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeCell.html#forTreeView()ChoiceBoxTreeCelljavafx.scene.control.celldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeCell.html#forTreeView()METHODgetConverter9 ()   Returns the   StringConverter   used in this cell. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeCell.html#getConverter()ChoiceBoxTreeCelljavafx.scene.control.cellehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeCell.html#getConverter()METHODgetItemsM ()   Returns the items to be displayed in the ChoiceBox when it is showing. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeCell.html#getItems()ChoiceBoxTreeCelljavafx.scene.control.cellahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeCell.html#getItems()METHODsetConverterX ( StringConverter < T > value)   Sets the   StringConverter   to be used in this cell. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeCell.html#setConverter()ChoiceBoxTreeCelljavafx.scene.control.cellehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeCell.html#setConverter()METHOD startEditp ()   Call this function to transition from a non-editing state into an editing state, if the cell is editable. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeCell.html#startEdit()ChoiceBoxTreeCelljavafx.scene.control.cellbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeCell.html#startEdit()METHOD
 165 updateItemJ ( T  item, boolean empty)    Updates the item associated with this Cell. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeCell.html#updateItem()ChoiceBoxTreeCelljavafx.scene.control.cellchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeCell.html#updateItem()CLASSChoiceBoxTreeTableCell By default, the ChoiceBoxTreeTableCell is rendered as a   Label   when not being edited, and as a ChoiceBox when in editing mode. The ChoiceBox will, by defaultjavafx.scene.control.cell[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeTableCell.html[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeTableCell.htmlPROPERTY   converter&    The   StringConverter   property. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeTableCell.html#converterChoiceBoxTreeTableCelljavafx.scene.control.cellehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeTableCell.html#converterMETHOD
 166 cancelEditv ()   Call this function to transition from an editing state into a non-editing state, without saving any user input. hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeTableCell.html#cancelEdit()ChoiceBoxTreeTableCelljavafx.scene.control.cellhhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeTableCell.html#cancelEdit()METHODconverterProperty( ()   The   StringConverter   property. ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeTableCell.html#converterProperty()ChoiceBoxTreeTableCelljavafx.scene.control.cellohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeTableCell.html#converterProperty()METHODforTreeTableColumni ( ObservableList <T> items)   Creates a ChoiceBox cell factory for use in   TreeTableColumn   controls. phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeTableCell.html#forTreeTableColumn()ChoiceBoxTreeTableCelljavafx.scene.control.cellphttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeTableCell.html#forTreeTableColumn()METHODforTreeTableColumn‰ ( StringConverter <T> converter,  ObservableList <T> items)   Creates a ChoiceBox cell factory for use in   TreeTableColumn   controls. phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeTableCell.html#forTreeTableColumn()ChoiceBoxTreeTableCelljavafx.scene.control.cellphttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeTableCell.html#forTreeTableColumn()METHODforTreeTableColumnz ( StringConverter <T> converter, T... items)   Creates a ChoiceBox cell factory for use in   TreeTableColumn   controls. phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeTableCell.html#forTreeTableColumn()ChoiceBoxTreeTableCelljavafx.scene.control.cellphttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeTableCell.html#forTreeTableColumn()METHODforTreeTableColumnZ (T... items)   Creates a ChoiceBox cell factory for use in   TreeTableColumn   controls. phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeTableCell.html#forTreeTableColumn()ChoiceBoxTreeTableCelljavafx.scene.control.cellphttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeTableCell.html#forTreeTableColumn()METHODgetConverter9 ()   Returns the   StringConverter   used in this cell. jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeTableCell.html#getConverter()ChoiceBoxTreeTableCelljavafx.scene.control.celljhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeTableCell.html#getConverter()METHODgetItemsM ()   Returns the items to be displayed in the ChoiceBox when it is showing. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeTableCell.html#getItems()ChoiceBoxTreeTableCelljavafx.scene.control.cellfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeTableCell.html#getItems()METHODsetConverterX ( StringConverter < T > value)   Sets the   StringConverter   to be used in this cell. jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeTableCell.html#setConverter()ChoiceBoxTreeTableCelljavafx.scene.control.celljhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeTableCell.html#setConverter()METHOD  startEditp ()   Call this function to transition from a non-editing state into an editing state, if the cell is editable. ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeTableCell.html#startEdit()ChoiceBoxTreeTableCelljavafx.scene.control.cellghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeTableCell.html#startEdit()METHOD
 167 updateItemJ ( T  item, boolean empty)    Updates the item associated with this Cell. hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeTableCell.html#updateItem()ChoiceBoxTreeTableCelljavafx.scene.control.cellhhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ChoiceBoxTreeTableCell.html#updateItem()CLASSCirclejavafx.scene.shapeDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Circle.htmlDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Circle.htmlPROPERTYcenterXK    Defines the horizontal position of the center of the circle in pixels. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Circle.html#centerXCirclejavafx.scene.shapeLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Circle.html#centerXPROPERTYcenterYI    Defines the vertical position of the center of the circle in pixels. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Circle.html#centerYCirclejavafx.scene.shapeLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Circle.html#centerYPROPERTYradius0    Defines the radius of the circle in pixels. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Circle.html#radiusCirclejavafx.scene.shapeKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Circle.html#radiusMETHODcenterXPropertyM ()   Defines the horizontal position of the center of the circle in pixels. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Circle.html#centerXProperty()Circlejavafx.scene.shapeVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Circle.html#centerXProperty()METHODcenterYPropertyK ()   Defines the vertical position of the center of the circle in pixels. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Circle.html#centerYProperty()Circlejavafx.scene.shapeVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Circle.html#centerYProperty()METHOD
 168 getCenterX. ()   Gets the value of the property centerX. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Circle.html#getCenterX()Circlejavafx.scene.shapeQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Circle.html#getCenterX()METHOD
 169 getCenterY. ()   Gets the value of the property centerY. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Circle.html#getCenterY()Circlejavafx.scene.shapeQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Circle.html#getCenterY()METHOD   getRadius- ()   Gets the value of the property radius. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Circle.html#getRadius()Circlejavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Circle.html#getRadius()METHODradiusProperty2 ()   Defines the radius of the circle in pixels. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Circle.html#radiusProperty()Circlejavafx.scene.shapeUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Circle.html#radiusProperty()METHOD
 170 setCenterX: (double value)   Sets the value of the property centerX. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Circle.html#setCenterX()Circlejavafx.scene.shapeQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Circle.html#setCenterX()METHOD
 171 setCenterY: (double value)   Sets the value of the property centerY. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Circle.html#setCenterY()Circlejavafx.scene.shapeQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Circle.html#setCenterY()METHOD       setRadius9 (double value)   Sets the value of the property radius. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Circle.html#setRadius()Circlejavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Circle.html#setRadius()METHODtoString? ()   Returns a string representation of this  Circle  object. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Circle.html#toString()Circlejavafx.scene.shapeOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Circle.html#toString()CLASS     Clipboard To access the general system clipboard, use the following code:    Clipboard clipboard = Clipboard.getSystemClipboard();      There is only ever one instance ofjavafx.scene.inputGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.htmlMETHODclear3 ()   Clears the clipboard of any and all content. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#clear()      Clipboardjavafx.scene.inputOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#clear()METHOD
 172 getContentΠ( DataFormat  dataFormat)   Returns the content stored in this clipboard of the given type, or null if there is no content with this type. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#getContent()     Clipboardjavafx.scene.inputThttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#getContent()METHODgetContentTypesz ()   Gets the set of DataFormat types on this Clipboard instance which have associated data registered on the clipboard. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#getContentTypes()    Clipboardjavafx.scene.inputYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#getContentTypes()METHODgetFilesV ()   Gets the List of Files from the clipboard which had previously been registered. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#getFiles()   Clipboardjavafx.scene.inputRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#getFiles()METHODgetHtmlY ()   Gets the HTML text String from the clipboard which had previously been registered. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#getHtml()       Clipboardjavafx.scene.inputQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#getHtml()METHODgetImageN ()   Gets the Image from the clipboard which had previously been registered. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#getImage()   Clipboardjavafx.scene.inputRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#getImage()METHODgetRtfX ()   Gets the RTF text String from the clipboard which had previously been registered. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#getRtf()  Clipboardjavafx.scene.inputPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#getRtf()METHOD   getStringZ ()   Gets the plain text String from the clipboard which had previously been registered. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#getString()  Clipboardjavafx.scene.inputShttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#getString()METHODgetSystemClipboardY ()   Gets the current system clipboard, through which data can be stored and retrieved. \http://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#getSystemClipboard()        Clipboardjavafx.scene.input\http://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#getSystemClipboard()METHODgetUrlS ()   Gets the URL String from the clipboard which had previously been registered. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#getUrl()     Clipboardjavafx.scene.inputPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#getUrl()METHOD
 173 hasContentp ( DataFormat  dataFormat)   Tests whether there is any content on this clipboard of the given DataFormat type. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#hasContent()  Clipboardjavafx.scene.inputThttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#hasContent()METHODhasFiles^ ()   Gets whether an List of Files (DataFormat.FILES) has been registered on this Clipboard. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#hasFiles()        Clipboardjavafx.scene.inputRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#hasFiles()METHODhasHtml` ()   Gets whether an HTML text String (DataFormat.HTML) has been registered on this Clipboard. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#hasHtml()        Clipboardjavafx.scene.inputQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#hasHtml()METHODhasImageV ()   Gets whether an Image (DataFormat.IMAGE) has been registered on this Clipboard. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#hasImage()   Clipboardjavafx.scene.inputRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#hasImage()METHODhasRtfY ()   Gets whether an RTF String (DataFormat.RTF) has been registered on this Clipboard. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#hasRtf() Clipboardjavafx.scene.inputPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#hasRtf()METHOD   hasStringf ()   Gets whether a plain text String (DataFormat.PLAIN_TEXT) has been registered on this Clipboard. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#hasString()      Clipboardjavafx.scene.inputShttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#hasString()METHODhasUrlX ()   Gets whether a url String (DataFormat.URL) has been registered on this Clipboard. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#hasUrl() Clipboardjavafx.scene.inputPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#hasUrl()METHOD
 174 setContent[ (java.util.Map< DataFormat ,java.lang.Object> content)   Puts content onto the clipboard. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#setContent() Clipboardjavafx.scene.inputThttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Clipboard.html#setContent()CLASSClipboardContentjavafx.scene.inputNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.htmlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.htmlMETHODgetFilesX ()   Gets the List of Files from the  ClipboardContent  which had previously been put. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#getFiles()ClipboardContentjavafx.scene.inputYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#getFiles()METHODgetHtmlV ()   Gets the HTML String from the  ClipboardContent  which had previously been put. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#getHtml()ClipboardContentjavafx.scene.inputXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#getHtml()METHODgetImageP ()   Gets the Image from the  ClipboardContent  which had previously been put. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#getImage()ClipboardContentjavafx.scene.inputYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#getImage()METHODgetRtfU ()   Gets the RTF String from the  ClipboardContent  which had previously been put. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#getRtf()ClipboardContentjavafx.scene.inputWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#getRtf()METHOD   getString\ ()   Gets the plain text String from the  ClipboardContent  which had previously been put. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#getString()ClipboardContentjavafx.scene.inputZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#getString()METHODgetUrlU ()   Gets the URL String from the  ClipboardContent  which had previously been put. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#getUrl()ClipboardContentjavafx.scene.inputWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#getUrl()METHODhasFilesa ()   Gets whether a List of Files ( DataFormat.FILES ) has been put to this  ClipboardContent . Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#hasFiles()ClipboardContentjavafx.scene.inputYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#hasFiles()METHODhasHtml_ ()   Gets whether an HTML String ( DataFormat.HTML ) has been put to this  ClipboardContent . Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#hasHtml()ClipboardContentjavafx.scene.inputXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#hasHtml()METHODhasImageZ ()   Gets whether an Image ( DataFormat.IMAGE ) has been put to this  ClipboardContent . Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#hasImage()ClipboardContentjavafx.scene.inputYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#hasImage()METHODhasRtf\ ()   Gets whether a RTF String ( DataFormat.RTF ) has been put to this  ClipboardContent . Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#hasRtf()ClipboardContentjavafx.scene.inputWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#hasRtf()METHOD  hasStringj ()   Gets whether a plain text String ( DataFormat.PLAIN_TEXT ) has been put to this  ClipboardContent . Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#hasString()ClipboardContentjavafx.scene.inputZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#hasString()METHODhasUrl\ ()   Gets whether a URL String ( DataFormat.URL ) has been put to this  ClipboardContent . Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#hasUrl()ClipboardContentjavafx.scene.inputWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#hasUrl()METHODputFilesZ (java.util.List<java.io.File> files)   Puts a List of Files into the  ClipboardContent . Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#putFiles()ClipboardContentjavafx.scene.inputYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#putFiles()METHODputFilesByPathz (java.util.List<java.lang.String> filePaths)   Puts a List of Files into the  ClipboardContent , based on the file path. _http://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#putFilesByPath()ClipboardContentjavafx.scene.input_http://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#putFilesByPath()METHODputHtmlL (java.lang.String html)   Puts an HTML String into the  ClipboardContent . Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#putHtml()ClipboardContentjavafx.scene.inputXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#putHtml()METHODputImage: ( Image  i)   Puts an Image into the  ClipboardContent . Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#putImage()ClipboardContentjavafx.scene.inputYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#putImage()METHODputRtfI (java.lang.String rtf)   Puts a RTF String into the  ClipboardContent . Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#putRtf()ClipboardContentjavafx.scene.inputWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#putRtf()METHOD  putStringN (java.lang.String s)   Puts a plain text String into the  ClipboardContent . Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#putString()ClipboardContentjavafx.scene.inputZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#putString()METHODputUrlI (java.lang.String url)   Puts a URL String into the  ClipboardContent . Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#putUrl()ClipboardContentjavafx.scene.inputWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ClipboardContent.html#putUrl()CLASS      ClosePathSFor more information on path elements see the   Path   and   PathElement   classes.javafx.scene.shapeGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ClosePath.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ClosePath.htmlMETHODtoString> ()   Returns a string representation of this  ArcTo  object. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ClosePath.html#toString()  ClosePathjavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ClosePath.html#toString()ENUM   Collationjavafx.printAhttp://download.java.net/jdk8/jfxdocs/javafx/print/Collation.htmlAhttp://download.java.net/jdk8/jfxdocs/javafx/print/Collation.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Khttp://download.java.net/jdk8/jfxdocs/javafx/print/Collation.html#valueOf()   Collationjavafx.printKhttp://download.java.net/jdk8/jfxdocs/javafx/print/Collation.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Jhttp://download.java.net/jdk8/jfxdocs/javafx/print/Collation.html#values()  Collationjavafx.printJhttp://download.java.net/jdk8/jfxdocs/javafx/print/Collation.html#values()CLASSColor  Color s can be created with the constructor or with one of several utility methods. The following lines of code all create the same blue color:     Color c = Cjavafx.scene.paintChttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.htmlChttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.htmlMETHODbrighterD ()   Creates a new Color that is a brighter version of this Color. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#brighter()Colorjavafx.scene.paintNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#brighter()METHODcolorŽ (double red, double green, double blue)   Creates an opaque sRGB color with the specified red, green and blue values in the range  0.0-1.0 . Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#color()Colorjavafx.scene.paintKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#color()METHODcolor  (double red, double green, double blue, double opacity)   Creates an sRGB color with the specified red, green and blue values in the range  0.0-1.0 , and a givKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#color()Colorjavafx.scene.paintKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#color()METHODdarkerB ()   Creates a new Color that is a darker version of this Color. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#darker()Colorjavafx.scene.paintLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#darker()METHODderiveColor  (double hueShift, double saturationFactor, double brightnessFactor, double opacityFactor)   Creates a new  Color  based on this  Color  with hue, saturation, bQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#deriveColor()Colorjavafx.scene.paintQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#deriveColor()METHOD
 175 desaturateJ ()   Creates a new Color that is a less saturated version of this Color. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#desaturate()Colorjavafx.scene.paintPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#desaturate()METHODequalsV (java.lang.Object obj)   Indicates whether some other object is "equal to" this one. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#equals()Colorjavafx.scene.paintLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#equals()METHODgetBlueA ()   The blue component of the  Color , in the range  0.0-1.0 . Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#getBlue()Colorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#getBlue()METHOD
getBrightness5 ()   Gets the brightness component of this  Color . Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#getBrightness()Colorjavafx.scene.paintShttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#getBrightness()METHODgetGreenB ()   The green component of the  Color , in the range  0.0-1.0 . Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#getGreen()Colorjavafx.scene.paintNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#getGreen()METHODgetHue. ()   Gets the hue component of this  Color . Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#getHue()Colorjavafx.scene.paintLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#getHue()METHOD
 176 getOpacity: ()   The opacity of the  Color , in the range  0.0-1.0 . Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#getOpacity()Colorjavafx.scene.paintPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#getOpacity()METHODgetRed@ ()   The red component of the  Color , in the range  0.0-1.0 . Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#getRed()Colorjavafx.scene.paintLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#getRed()METHOD
getSaturation5 ()   Gets the saturation component of this  Color . Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#getSaturation()Colorjavafx.scene.paintShttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#getSaturation()METHODgray/ (double gray)   Creates an opaque grey color. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#gray()Colorjavafx.scene.paintJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#gray()METHODgray7 (double gray, double opacity)   Creates a grey color. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#gray()Colorjavafx.scene.paintJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#gray()METHODgrayRgb> (int gray)   This is a shortcut for  rgb(gray, gray, gray) . Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#grayRgb()Colorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#grayRgb()METHODgrayRgbW (int gray, double opacity)   This is a shortcut for  rgb(gray, gray, gray, opacity) . Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#grayRgb()Colorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#grayRgb()METHOD  grayscaleF ()   Creates a new Color that is grayscale equivalent of this Color. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#grayscale()Colorjavafx.scene.paintOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#grayscale()METHODhashCode3 ()   Returns a hash code for this  Color  object. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#hashCode()Colorjavafx.scene.paintNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#hashCode()METHODhsb† (double hue, double saturation, double brightness)   Creates an opaque  Color  based on the specified values in the HSB color model. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#hsb()Colorjavafx.scene.paintIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#hsb()METHODhsb  (double hue, double saturation, double brightness, double opacity)   Creates a  Color  based on the specified values in the HSB color model, and a given opacitIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#hsb()Colorjavafx.scene.paintIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#hsb()METHODinterpolate~ ( Color  endValue, double t)   The function calculates an interpolated value along the fraction  t  between  0.0  and  1.0 . Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#interpolate()Colorjavafx.scene.paintQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#interpolate()METHODinvert; ()   Creates a new Color that is inversion of this Color. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#invert()Colorjavafx.scene.paintLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#invert()METHODisOpaque4 ()   Gets whether this Paint is completely opaque. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#isOpaque()Colorjavafx.scene.paintNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#isOpaque()METHODrgbs (int red, int green, int blue)   Creates an opaque sRGB color with the specified RGB values in the range  0-255 . Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#rgb()Colorjavafx.scene.paintIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#rgb()METHODrgb‘ (int red, int green, int blue, double opacity)   Creates an sRGB color with the specified RGB values in the range  0-255 , and a given opacity. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#rgb()Colorjavafx.scene.paintIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#rgb()METHODsaturateJ ()   Creates a new Color that is a more saturated version of this Color. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#saturate()Colorjavafx.scene.paintNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#saturate()METHODtoString7 ()   Returns a string representation of this  Color . Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#toString()Colorjavafx.scene.paintNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#toString()METHODvalueOfP (java.lang.String value)   Creates a color value from a string representation. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#valueOf()Colorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#valueOf()METHODwebg (java.lang.String colorString)   Creates an RGB color specified with an HTML or CSS attribute string. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#web()Colorjavafx.scene.paintIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#web()METHODwebw (java.lang.String colorString, double opacity)   Creates an RGB color specified with an HTML or CSS attribute string. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#web()Colorjavafx.scene.paintIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#web()FIELD     ALICEBLUE:    The color alice blue with an RGB value of #F0F8FF     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#ALICEBLUEColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#ALICEBLUEFIELDANTIQUEWHITE=    The color antique white with an RGB value of #FAEBD7     Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#ANTIQUEWHITEColorjavafx.scene.paintPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#ANTIQUEWHITEFIELDAQUA4    The color aqua with an RGB value of #00FFFF     Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#AQUAColorjavafx.scene.paintHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#AQUAFIELD
 177 AQUAMARINE:    The color aquamarine with an RGB value of #7FFFD4     Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#AQUAMARINEColorjavafx.scene.paintNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#AQUAMARINEFIELDAZURE5    The color azure with an RGB value of #F0FFFF     Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#AZUREColorjavafx.scene.paintIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#AZUREFIELDBEIGE5    The color beige with an RGB value of #F5F5DC     Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#BEIGEColorjavafx.scene.paintIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#BEIGEFIELDBISQUE6    The color bisque with an RGB value of #FFE4C4     Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#BISQUEColorjavafx.scene.paintJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#BISQUEFIELDBLACK5    The color black with an RGB value of #000000     Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#BLACKColorjavafx.scene.paintIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#BLACKFIELDBLANCHEDALMOND?    The color blanched almond with an RGB value of #FFEBCD     Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#BLANCHEDALMONDColorjavafx.scene.paintRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#BLANCHEDALMONDFIELDBLUE4    The color blue with an RGB value of #0000FF     Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#BLUEColorjavafx.scene.paintHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#BLUEFIELD
 178 BLUEVIOLET;    The color blue violet with an RGB value of #8A2BE2     Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#BLUEVIOLETColorjavafx.scene.paintNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#BLUEVIOLETFIELDBROWN5    The color brown with an RGB value of #A52A2A     Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#BROWNColorjavafx.scene.paintIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#BROWNFIELD        BURLYWOOD:    The color burly wood with an RGB value of #DEB887     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#BURLYWOODColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#BURLYWOODFIELD  CADETBLUE:    The color cadet blue with an RGB value of #5F9EA0     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#CADETBLUEColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#CADETBLUEFIELD
 179 CHARTREUSE:    The color chartreuse with an RGB value of #7FFF00     Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#CHARTREUSEColorjavafx.scene.paintNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#CHARTREUSEFIELD       CHOCOLATE9    The color chocolate with an RGB value of #D2691E     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#CHOCOLATEColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#CHOCOLATEFIELDCORAL5    The color coral with an RGB value of #FF7F50     Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#CORALColorjavafx.scene.paintIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#CORALFIELDCORNFLOWERBLUE?    The color cornflower blue with an RGB value of #6495ED     Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#CORNFLOWERBLUEColorjavafx.scene.paintRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#CORNFLOWERBLUEFIELDCORNSILK8    The color cornsilk with an RGB value of #FFF8DC     Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#CORNSILKColorjavafx.scene.paintLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#CORNSILKFIELDCRIMSON7    The color crimson with an RGB value of #DC143C     Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#CRIMSONColorjavafx.scene.paintKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#CRIMSONFIELDCYAN4    The color cyan with an RGB value of #00FFFF     Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#CYANColorjavafx.scene.paintHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#CYANFIELDDARKBLUE9    The color dark blue with an RGB value of #00008B     Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKBLUEColorjavafx.scene.paintLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKBLUEFIELDDARKCYAN9    The color dark cyan with an RGB value of #008B8B     Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKCYANColorjavafx.scene.paintLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKCYANFIELD
DARKGOLDENROD>    The color dark goldenrod with an RGB value of #B8860B     Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKGOLDENRODColorjavafx.scene.paintQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKGOLDENRODFIELDDARKGRAY9    The color dark gray with an RGB value of #A9A9A9     Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKGRAYColorjavafx.scene.paintLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKGRAYFIELD     DARKGREEN:    The color dark green with an RGB value of #006400     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKGREENColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKGREENFIELDDARKGREY9    The color dark grey with an RGB value of #A9A9A9     Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKGREYColorjavafx.scene.paintLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKGREYFIELD DARKKHAKI:    The color dark khaki with an RGB value of #BDB76B     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKKHAKIColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKKHAKIFIELDDARKMAGENTA<    The color dark magenta with an RGB value of #8B008B     Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKMAGENTAColorjavafx.scene.paintOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKMAGENTAFIELDDARKOLIVEGREEN@    The color dark olive green with an RGB value of #556B2F     Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKOLIVEGREENColorjavafx.scene.paintRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKOLIVEGREENFIELD
 180 DARKORANGE;    The color dark orange with an RGB value of #FF8C00     Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKORANGEColorjavafx.scene.paintNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKORANGEFIELD
 181 DARKORCHID;    The color dark orchid with an RGB value of #9932CC     Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKORCHIDColorjavafx.scene.paintNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKORCHIDFIELDDARKRED8    The color dark red with an RGB value of #8B0000     Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKREDColorjavafx.scene.paintKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKREDFIELD
 182 DARKSALMON;    The color dark salmon with an RGB value of #E9967A     Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKSALMONColorjavafx.scene.paintNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKSALMONFIELDDARKSEAGREEN>    The color dark sea green with an RGB value of #8FBC8F     Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKSEAGREENColorjavafx.scene.paintPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKSEAGREENFIELD
DARKSLATEBLUE?    The color dark slate blue with an RGB value of #483D8B     Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKSLATEBLUEColorjavafx.scene.paintQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKSLATEBLUEFIELD
DARKSLATEGRAY?    The color dark slate gray with an RGB value of #2F4F4F     Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKSLATEGRAYColorjavafx.scene.paintQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKSLATEGRAYFIELD
DARKSLATEGREY?    The color dark slate grey with an RGB value of #2F4F4F     Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKSLATEGREYColorjavafx.scene.paintQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKSLATEGREYFIELD
DARKTURQUOISE>    The color dark turquoise with an RGB value of #00CED1     Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKTURQUOISEColorjavafx.scene.paintQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKTURQUOISEFIELD
 183 DARKVIOLET;    The color dark violet with an RGB value of #9400D3     Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKVIOLETColorjavafx.scene.paintNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DARKVIOLETFIELDDEEPPINK9    The color deep pink with an RGB value of #FF1493     Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DEEPPINKColorjavafx.scene.paintLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DEEPPINKFIELDDEEPSKYBLUE=    The color deep sky blue with an RGB value of #00BFFF     Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DEEPSKYBLUEColorjavafx.scene.paintOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DEEPSKYBLUEFIELDDIMGRAY8    The color dim gray with an RGB value of #696969     Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DIMGRAYColorjavafx.scene.paintKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DIMGRAYFIELDDIMGREY8    The color dim grey with an RGB value of #696969     Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DIMGREYColorjavafx.scene.paintKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DIMGREYFIELD
 184 DODGERBLUE;    The color dodger blue with an RGB value of #1E90FF     Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DODGERBLUEColorjavafx.scene.paintNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#DODGERBLUEFIELD      FIREBRICK9    The color firebrick with an RGB value of #B22222     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#FIREBRICKColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#FIREBRICKFIELDFLORALWHITE<    The color floral white with an RGB value of #FFFAF0     Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#FLORALWHITEColorjavafx.scene.paintOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#FLORALWHITEFIELDFORESTGREEN<    The color forest green with an RGB value of #228B22     Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#FORESTGREENColorjavafx.scene.paintOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#FORESTGREENFIELDFUCHSIA7    The color fuchsia with an RGB value of #FF00FF     Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#FUCHSIAColorjavafx.scene.paintKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#FUCHSIAFIELD GAINSBORO9    The color gainsboro with an RGB value of #DCDCDC     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#GAINSBOROColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#GAINSBOROFIELD
 185 GHOSTWHITE;    The color ghost white with an RGB value of #F8F8FF     Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#GHOSTWHITEColorjavafx.scene.paintNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#GHOSTWHITEFIELDGOLD4    The color gold with an RGB value of #FFD700     Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#GOLDColorjavafx.scene.paintHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#GOLDFIELD    GOLDENROD9    The color goldenrod with an RGB value of #DAA520     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#GOLDENRODColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#GOLDENRODFIELDGRAY4    The color gray with an RGB value of #808080     Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#GRAYColorjavafx.scene.paintHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#GRAYFIELDGREEN5    The color green with an RGB value of #008000     Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#GREENColorjavafx.scene.paintIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#GREENFIELDGREENYELLOW<    The color green yellow with an RGB value of #ADFF2F     Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#GREENYELLOWColorjavafx.scene.paintOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#GREENYELLOWFIELDGREY4    The color grey with an RGB value of #808080     Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#GREYColorjavafx.scene.paintHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#GREYFIELDHONEYDEW8    The color honeydew with an RGB value of #F0FFF0     Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#HONEYDEWColorjavafx.scene.paintLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#HONEYDEWFIELDHOTPINK8    The color hot pink with an RGB value of #FF69B4     Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#HOTPINKColorjavafx.scene.paintKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#HOTPINKFIELD        INDIANRED:    The color indian red with an RGB value of #CD5C5C     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#INDIANREDColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#INDIANREDFIELDINDIGO6    The color indigo with an RGB value of #4B0082     Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#INDIGOColorjavafx.scene.paintJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#INDIGOFIELDIVORY5    The color ivory with an RGB value of #FFFFF0     Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#IVORYColorjavafx.scene.paintIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#IVORYFIELDKHAKI5    The color khaki with an RGB value of #F0E68C     Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#KHAKIColorjavafx.scene.paintIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#KHAKIFIELDLAVENDER8    The color lavender with an RGB value of #E6E6FA     Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LAVENDERColorjavafx.scene.paintLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LAVENDERFIELD
LAVENDERBLUSH>    The color lavender blush with an RGB value of #FFF0F5     Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LAVENDERBLUSHColorjavafx.scene.paintQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LAVENDERBLUSHFIELD  LAWNGREEN:    The color lawn green with an RGB value of #7CFC00     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LAWNGREENColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LAWNGREENFIELDLEMONCHIFFON=    The color lemon chiffon with an RGB value of #FFFACD     Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LEMONCHIFFONColorjavafx.scene.paintPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LEMONCHIFFONFIELD       LIGHTBLUE:    The color light blue with an RGB value of #ADD8E6     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTBLUEColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTBLUEFIELD
 186 LIGHTCORAL;    The color light coral with an RGB value of #F08080     Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTCORALColorjavafx.scene.paintNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTCORALFIELD      LIGHTCYAN:    The color light cyan with an RGB value of #E0FFFF     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTCYANColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTCYANFIELDLIGHTGOLDENRODYELLOWF    The color light goldenrod yellow with an RGB value of #FAFAD2     Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTGOLDENRODYELLOWColorjavafx.scene.paintXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTGOLDENRODYELLOWFIELD      LIGHTGRAY:    The color light gray with an RGB value of #D3D3D3     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTGRAYColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTGRAYFIELD
 187 LIGHTGREEN;    The color light green with an RGB value of #90EE90     Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTGREENColorjavafx.scene.paintNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTGREENFIELD      LIGHTGREY:    The color light grey with an RGB value of #D3D3D3     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTGREYColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTGREYFIELD  LIGHTPINK:    The color light pink with an RGB value of #FFB6C1     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTPINKColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTPINKFIELDLIGHTSALMON<    The color light salmon with an RGB value of #FFA07A     Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTSALMONColorjavafx.scene.paintOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTSALMONFIELD
LIGHTSEAGREEN?    The color light sea green with an RGB value of #20B2AA     Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTSEAGREENColorjavafx.scene.paintQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTSEAGREENFIELDLIGHTSKYBLUE>    The color light sky blue with an RGB value of #87CEFA     Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTSKYBLUEColorjavafx.scene.paintPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTSKYBLUEFIELDLIGHTSLATEGRAY@    The color light slate gray with an RGB value of #778899     Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTSLATEGRAYColorjavafx.scene.paintRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTSLATEGRAYFIELDLIGHTSLATEGREY@    The color light slate grey with an RGB value of #778899     Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTSLATEGREYColorjavafx.scene.paintRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTSLATEGREYFIELDLIGHTSTEELBLUE@    The color light steel blue with an RGB value of #B0C4DE     Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTSTEELBLUEColorjavafx.scene.paintRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTSTEELBLUEFIELDLIGHTYELLOW<    The color light yellow with an RGB value of #FFFFE0     Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTYELLOWColorjavafx.scene.paintOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIGHTYELLOWFIELDLIME4    The color lime with an RGB value of #00FF00     Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIMEColorjavafx.scene.paintHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIMEFIELD LIMEGREEN:    The color lime green with an RGB value of #32CD32     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIMEGREENColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LIMEGREENFIELDLINEN5    The color linen with an RGB value of #FAF0E6     Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LINENColorjavafx.scene.paintIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#LINENFIELDMAGENTA7    The color magenta with an RGB value of #FF00FF     Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MAGENTAColorjavafx.scene.paintKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MAGENTAFIELDMAROON6    The color maroon with an RGB value of #800000     Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MAROONColorjavafx.scene.paintJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MAROONFIELDMEDIUMAQUAMARINEA    The color medium aquamarine with an RGB value of #66CDAA     Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MEDIUMAQUAMARINEColorjavafx.scene.paintThttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MEDIUMAQUAMARINEFIELD
 188 MEDIUMBLUE;    The color medium blue with an RGB value of #0000CD     Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MEDIUMBLUEColorjavafx.scene.paintNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MEDIUMBLUEFIELDMEDIUMORCHID=    The color medium orchid with an RGB value of #BA55D3     Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MEDIUMORCHIDColorjavafx.scene.paintPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MEDIUMORCHIDFIELDMEDIUMPURPLE=    The color medium purple with an RGB value of #9370DB     Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MEDIUMPURPLEColorjavafx.scene.paintPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MEDIUMPURPLEFIELDMEDIUMSEAGREEN@    The color medium sea green with an RGB value of #3CB371     Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MEDIUMSEAGREENColorjavafx.scene.paintRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MEDIUMSEAGREENFIELDMEDIUMSLATEBLUEA    The color medium slate blue with an RGB value of #7B68EE     Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MEDIUMSLATEBLUEColorjavafx.scene.paintShttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MEDIUMSLATEBLUEFIELDMEDIUMSPRINGGREENC    The color medium spring green with an RGB value of #00FA9A     Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MEDIUMSPRINGGREENColorjavafx.scene.paintUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MEDIUMSPRINGGREENFIELDMEDIUMTURQUOISE@    The color medium turquoise with an RGB value of #48D1CC     Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MEDIUMTURQUOISEColorjavafx.scene.paintShttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MEDIUMTURQUOISEFIELDMEDIUMVIOLETREDA    The color medium violet red with an RGB value of #C71585     Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MEDIUMVIOLETREDColorjavafx.scene.paintShttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MEDIUMVIOLETREDFIELDMIDNIGHTBLUE=    The color midnight blue with an RGB value of #191970     Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MIDNIGHTBLUEColorjavafx.scene.paintPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MIDNIGHTBLUEFIELD  MINTCREAM:    The color mint cream with an RGB value of #F5FFFA     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MINTCREAMColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MINTCREAMFIELD  MISTYROSE:    The color misty rose with an RGB value of #FFE4E1     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MISTYROSEColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MISTYROSEFIELDMOCCASIN8    The color moccasin with an RGB value of #FFE4B5     Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MOCCASINColorjavafx.scene.paintLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#MOCCASINFIELDNAVAJOWHITE<    The color navajo white with an RGB value of #FFDEAD     Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#NAVAJOWHITEColorjavafx.scene.paintOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#NAVAJOWHITEFIELDNAVY4    The color navy with an RGB value of #000080     Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#NAVYColorjavafx.scene.paintHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#NAVYFIELDOLDLACE8    The color old lace with an RGB value of #FDF5E6     Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#OLDLACEColorjavafx.scene.paintKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#OLDLACEFIELDOLIVE5    The color olive with an RGB value of #808000     Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#OLIVEColorjavafx.scene.paintIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#OLIVEFIELD OLIVEDRAB:    The color olive drab with an RGB value of #6B8E23     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#OLIVEDRABColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#OLIVEDRABFIELDORANGE6    The color orange with an RGB value of #FFA500     Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#ORANGEColorjavafx.scene.paintJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#ORANGEFIELD        ORANGERED:    The color orange red with an RGB value of #FF4500     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#ORANGEREDColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#ORANGEREDFIELDORCHID6    The color orchid with an RGB value of #DA70D6     Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#ORCHIDColorjavafx.scene.paintJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#ORCHIDFIELD
PALEGOLDENROD>    The color pale goldenrod with an RGB value of #EEE8AA     Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#PALEGOLDENRODColorjavafx.scene.paintQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#PALEGOLDENRODFIELD      PALEGREEN:    The color pale green with an RGB value of #98FB98     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#PALEGREENColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#PALEGREENFIELD
PALETURQUOISE>    The color pale turquoise with an RGB value of #AFEEEE     Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#PALETURQUOISEColorjavafx.scene.paintQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#PALETURQUOISEFIELD
PALEVIOLETRED?    The color pale violet red with an RGB value of #DB7093     Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#PALEVIOLETREDColorjavafx.scene.paintQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#PALEVIOLETREDFIELD
 189 PAPAYAWHIP;    The color papaya whip with an RGB value of #FFEFD5     Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#PAPAYAWHIPColorjavafx.scene.paintNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#PAPAYAWHIPFIELD      PEACHPUFF:    The color peach puff with an RGB value of #FFDAB9     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#PEACHPUFFColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#PEACHPUFFFIELDPERU4    The color peru with an RGB value of #CD853F     Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#PERUColorjavafx.scene.paintHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#PERUFIELDPINK4    The color pink with an RGB value of #FFC0CB     Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#PINKColorjavafx.scene.paintHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#PINKFIELDPLUM4    The color plum with an RGB value of #DDA0DD     Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#PLUMColorjavafx.scene.paintHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#PLUMFIELD
 190 POWDERBLUE;    The color powder blue with an RGB value of #B0E0E6     Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#POWDERBLUEColorjavafx.scene.paintNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#POWDERBLUEFIELDPURPLE6    The color purple with an RGB value of #800080     Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#PURPLEColorjavafx.scene.paintJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#PURPLEFIELDRED3    The color red with an RGB value of #FF0000     Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#REDColorjavafx.scene.paintGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#REDFIELD      ROSYBROWN:    The color rosy brown with an RGB value of #BC8F8F     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#ROSYBROWNColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#ROSYBROWNFIELD  ROYALBLUE:    The color royal blue with an RGB value of #4169E1     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#ROYALBLUEColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#ROYALBLUEFIELDSADDLEBROWN<    The color saddle brown with an RGB value of #8B4513     Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#SADDLEBROWNColorjavafx.scene.paintOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#SADDLEBROWNFIELDSALMON6    The color salmon with an RGB value of #FA8072     Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#SALMONColorjavafx.scene.paintJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#SALMONFIELD
 191 SANDYBROWN;    The color sandy brown with an RGB value of #F4A460     Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#SANDYBROWNColorjavafx.scene.paintNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#SANDYBROWNFIELDSEAGREEN9    The color sea green with an RGB value of #2E8B57     Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#SEAGREENColorjavafx.scene.paintLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#SEAGREENFIELDSEASHELL9    The color sea shell with an RGB value of #FFF5EE     Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#SEASHELLColorjavafx.scene.paintLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#SEASHELLFIELDSIENNA6    The color sienna with an RGB value of #A0522D     Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#SIENNAColorjavafx.scene.paintJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#SIENNAFIELDSILVER6    The color silver with an RGB value of #C0C0C0     Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#SILVERColorjavafx.scene.paintJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#SILVERFIELDSKYBLUE8    The color sky blue with an RGB value of #87CEEB     Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#SKYBLUEColorjavafx.scene.paintKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#SKYBLUEFIELD SLATEBLUE:    The color slate blue with an RGB value of #6A5ACD     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#SLATEBLUEColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#SLATEBLUEFIELD  SLATEGRAY:    The color slate gray with an RGB value of #708090     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#SLATEGRAYColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#SLATEGRAYFIELD  SLATEGREY:    The color slate grey with an RGB value of #708090     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#SLATEGREYColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#SLATEGREYFIELDSNOW4    The color snow with an RGB value of #FFFAFA     Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#SNOWColorjavafx.scene.paintHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#SNOWFIELDSPRINGGREEN<    The color spring green with an RGB value of #00FF7F     Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#SPRINGGREENColorjavafx.scene.paintOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#SPRINGGREENFIELD      STEELBLUE:    The color steel blue with an RGB value of #4682B4     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#STEELBLUEColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#STEELBLUEFIELDTAN3    The color tan with an RGB value of #D2B48C     Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#TANColorjavafx.scene.paintGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#TANFIELDTEAL4    The color teal with an RGB value of #008080     Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#TEALColorjavafx.scene.paintHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#TEALFIELDTHISTLE7    The color thistle with an RGB value of #D8BFD8     Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#THISTLEColorjavafx.scene.paintKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#THISTLEFIELDTOMATO6    The color tomato with an RGB value of #FF6347     Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#TOMATOColorjavafx.scene.paintJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#TOMATOFIELDTRANSPARENT?    A fully transparent color with an ARGB value of #00000000. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#TRANSPARENTColorjavafx.scene.paintOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#TRANSPARENTFIELD        TURQUOISE9    The color turquoise with an RGB value of #40E0D0     Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#TURQUOISEColorjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#TURQUOISEFIELDVIOLET6    The color violet with an RGB value of #EE82EE     Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#VIOLETColorjavafx.scene.paintJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#VIOLETFIELDWHEAT5    The color wheat with an RGB value of #F5DEB3     Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#WHEATColorjavafx.scene.paintIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#WHEATFIELDWHITE5    The color white with an RGB value of #FFFFFF     Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#WHITEColorjavafx.scene.paintIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#WHITEFIELD
 192 WHITESMOKE;    The color white smoke with an RGB value of #F5F5F5     Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#WHITESMOKEColorjavafx.scene.paintNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#WHITESMOKEFIELDYELLOW6    The color yellow with an RGB value of #FFFF00     Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#YELLOWColorjavafx.scene.paintJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#YELLOWFIELDYELLOWGREEN<    The color yellow green with an RGB value of #9ACD32     Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#YELLOWGREENColorjavafx.scene.paintOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Color.html#YELLOWGREENCLASSColorAdjust Example:    ColorAdjust colorAdjust = new ColorAdjust(); colorAdjust.setContrast(0.1); colorAdjust.setHue(-0.05); colorAdjust.setBrightness(0.1); colorAdjust.sejavafx.scene.effectJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.htmlPROPERTY
 193 brightness%    The brightness adjustment value. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#brightnessColorAdjustjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#brightnessPROPERTYcontrast#    The contrast adjustment value. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#contrastColorAdjustjavafx.scene.effectShttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#contrastPROPERTYhue    The hue adjustment value. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#hueColorAdjustjavafx.scene.effectNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#huePROPERTYinput!    The input for this  Effect . Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#inputColorAdjustjavafx.scene.effectPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#inputPROPERTY
 194 saturation%    The saturation adjustment value. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#saturationColorAdjustjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#saturationMETHODbrightnessProperty' ()   The brightness adjustment value. _http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#brightnessProperty()ColorAdjustjavafx.scene.effect_http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#brightnessProperty()METHODcontrastProperty% ()   The contrast adjustment value. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#contrastProperty()ColorAdjustjavafx.scene.effect]http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#contrastProperty()METHOD
getBrightness1 ()   Gets the value of the property brightness. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#getBrightness()ColorAdjustjavafx.scene.effectZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#getBrightness()METHODgetContrast/ ()   Gets the value of the property contrast. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#getContrast()ColorAdjustjavafx.scene.effectXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#getContrast()METHODgetHue* ()   Gets the value of the property hue. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#getHue()ColorAdjustjavafx.scene.effectShttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#getHue()METHODgetInput, ()   Gets the value of the property input. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#getInput()ColorAdjustjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#getInput()METHOD
getSaturation1 ()   Gets the value of the property saturation. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#getSaturation()ColorAdjustjavafx.scene.effectZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#getSaturation()METHODhueProperty  ()   The hue adjustment value. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#hueProperty()ColorAdjustjavafx.scene.effectXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#hueProperty()METHOD
inputProperty# ()   The input for this  Effect . Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#inputProperty()ColorAdjustjavafx.scene.effectZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#inputProperty()METHODsaturationProperty' ()   The saturation adjustment value. _http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#saturationProperty()ColorAdjustjavafx.scene.effect_http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#saturationProperty()METHOD
setBrightness= (double value)   Sets the value of the property brightness. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#setBrightness()ColorAdjustjavafx.scene.effectZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#setBrightness()METHODsetContrast; (double value)   Sets the value of the property contrast. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#setContrast()ColorAdjustjavafx.scene.effectXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#setContrast()METHODsetHue6 (double value)   Sets the value of the property hue. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#setHue()ColorAdjustjavafx.scene.effectShttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#setHue()METHODsetInput: ( Effect  value)   Sets the value of the property input. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#setInput()ColorAdjustjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#setInput()METHOD
setSaturation= (double value)   Sets the value of the property saturation. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#setSaturation()ColorAdjustjavafx.scene.effectZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorAdjust.html#setSaturation()CLASS
 195 ColorInputjavafx.scene.effectIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.htmlPROPERTYheighto    Sets the height of the region to be flooded, relative to the local coordinate space of the content  Node . Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#height
 196 ColorInputjavafx.scene.effectPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#heightPROPERTYpaint*    The  Paint  used to flood the region. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#paint
 197 ColorInputjavafx.scene.effectOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#paintPROPERTYwidthn    Sets the width of the region to be flooded, relative to the local coordinate space of the content  Node . Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#width
 198 ColorInputjavafx.scene.effectOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#widthPROPERTYxs    Sets the x location of the region to be flooded, relative to the local coordinate space of the content  Node . Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#x
 199 ColorInputjavafx.scene.effectKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#xPROPERTYys    Sets the y location of the region to be flooded, relative to the local coordinate space of the content  Node . Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#y
 200 ColorInputjavafx.scene.effectKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#yMETHOD      getHeight- ()   Gets the value of the property height. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#getHeight()
 201 ColorInputjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#getHeight()METHODgetPaint, ()   Gets the value of the property paint. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#getPaint()
 202 ColorInputjavafx.scene.effectThttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#getPaint()METHODgetWidth, ()   Gets the value of the property width. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#getWidth()
 203 ColorInputjavafx.scene.effectThttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#getWidth()METHODgetX( ()   Gets the value of the property x. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#getX()
 204 ColorInputjavafx.scene.effectPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#getX()METHODgetY( ()   Gets the value of the property y. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#getY()
 205 ColorInputjavafx.scene.effectPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#getY()METHODheightPropertyq ()   Sets the height of the region to be flooded, relative to the local coordinate space of the content  Node . Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#heightProperty()
 206 ColorInputjavafx.scene.effectZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#heightProperty()METHOD
paintProperty, ()   The  Paint  used to flood the region. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#paintProperty()
 207 ColorInputjavafx.scene.effectYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#paintProperty()METHOD        setHeight9 (double value)   Sets the value of the property height. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#setHeight()
 208 ColorInputjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#setHeight()METHODsetPaint9 ( Paint  value)   Sets the value of the property paint. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#setPaint()
 209 ColorInputjavafx.scene.effectThttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#setPaint()METHODsetWidth8 (double value)   Sets the value of the property width. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#setWidth()
 210 ColorInputjavafx.scene.effectThttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#setWidth()METHODsetX4 (double value)   Sets the value of the property x. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#setX()
 211 ColorInputjavafx.scene.effectPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#setX()METHODsetY4 (double value)   Sets the value of the property y. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#setY()
 212 ColorInputjavafx.scene.effectPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#setY()METHOD
widthPropertyp ()   Sets the width of the region to be flooded, relative to the local coordinate space of the content  Node . Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#widthProperty()
 213 ColorInputjavafx.scene.effectYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#widthProperty()METHOD        xPropertyu ()   Sets the x location of the region to be flooded, relative to the local coordinate space of the content  Node . Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#xProperty()
 214 ColorInputjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#xProperty()METHOD    yPropertyu ()   Sets the y location of the region to be flooded, relative to the local coordinate space of the content  Node . Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#yProperty()
 215 ColorInputjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ColorInput.html#yProperty()CLASSColorPicker ColorPicker control allows the user to select a color from either a standard palette of colors with a simple one click selection OR define their own custom colojavafx.scene.controlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ColorPicker.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ColorPicker.htmlPROPERTYSTYLE_CLASS_BUTTONP    The style class to specify a Button like appearance of ColorPicker control. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ColorPicker.html#STYLE_CLASS_BUTTONColorPickerjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ColorPicker.html#STYLE_CLASS_BUTTONPROPERTYSTYLE_CLASS_SPLIT_BUTTONY    The style class to specify a SplitMenuButton like appearance of ColorPicker control. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ColorPicker.html#STYLE_CLASS_SPLIT_BUTTONColorPickerjavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ColorPicker.html#STYLE_CLASS_SPLIT_BUTTONMETHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ColorPicker.html#createDefaultSkin()ColorPickerjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ColorPicker.html#createDefaultSkin()METHODgetCustomColorsM ()   Gets the list of custom colors added to the Color Palette by the user. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ColorPicker.html#getCustomColors()ColorPickerjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ColorPicker.html#getCustomColors()FIELDSTYLE_CLASS_BUTTONP    The style class to specify a Button like appearance of ColorPicker control. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ColorPicker.html#STYLE_CLASS_BUTTONColorPickerjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ColorPicker.html#STYLE_CLASS_BUTTONFIELDSTYLE_CLASS_SPLIT_BUTTONY    The style class to specify a SplitMenuButton like appearance of ColorPicker control. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ColorPicker.html#STYLE_CLASS_SPLIT_BUTTONColorPickerjavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ColorPicker.html#STYLE_CLASS_SPLIT_BUTTONCLASSColumnConstraints For example, to create a GridPane with 5 columns 100 pixels wide:    GridPane gridpane = new GridPane(); for (int i = 0; i    Or, to create a GridPane where coljavafx.scene.layoutPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.htmlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.htmlPROPERTY    fillWidth/    The horizontal fill policy for the column. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#fillWidthColumnConstraintsjavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#fillWidthPROPERTY
 216 halignment-    The horizontal alignment for the column. [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#halignmentColumnConstraintsjavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#halignmentPROPERTYhgrow1    The horizontal grow priority for the column. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#hgrowColumnConstraintsjavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#hgrowPROPERTYmaxWidth&    The maximum width for the column. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#maxWidthColumnConstraintsjavafx.scene.layoutYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#maxWidthPROPERTYminWidth&    The minimum width for the column. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#minWidthColumnConstraintsjavafx.scene.layoutYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#minWidthPROPERTYpercentWidth(    The width percentage of the column. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#percentWidthColumnConstraintsjavafx.scene.layout]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#percentWidthPROPERTY        prefWidth(    The preferred width for the column. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#prefWidthColumnConstraintsjavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#prefWidthMETHODfillWidthProperty1 ()   The horizontal fill policy for the column. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#fillWidthProperty()ColumnConstraintsjavafx.scene.layoutdhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#fillWidthProperty()METHOD
getHalignment1 ()   Gets the value of the property halignment. `http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#getHalignment()ColumnConstraintsjavafx.scene.layout`http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#getHalignment()METHODgetHgrow, ()   Gets the value of the property hgrow. [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#getHgrow()ColumnConstraintsjavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#getHgrow()METHODgetMaxWidth/ ()   Gets the value of the property maxWidth. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#getMaxWidth()ColumnConstraintsjavafx.scene.layout^http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#getMaxWidth()METHODgetMinWidth/ ()   Gets the value of the property minWidth. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#getMinWidth()ColumnConstraintsjavafx.scene.layout^http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#getMinWidth()METHODgetPercentWidth3 ()   Gets the value of the property percentWidth. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#getPercentWidth()ColumnConstraintsjavafx.scene.layoutbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#getPercentWidth()METHODgetPrefWidth0 ()   Gets the value of the property prefWidth. _http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#getPrefWidth()ColumnConstraintsjavafx.scene.layout_http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#getPrefWidth()METHODhalignmentProperty/ ()   The horizontal alignment for the column. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#halignmentProperty()ColumnConstraintsjavafx.scene.layoutehttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#halignmentProperty()METHOD
hgrowProperty3 ()   The horizontal grow priority for the column. `http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#hgrowProperty()ColumnConstraintsjavafx.scene.layout`http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#hgrowProperty()METHODisFillWidth0 ()   Gets the value of the property fillWidth. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#isFillWidth()ColumnConstraintsjavafx.scene.layout^http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#isFillWidth()METHODmaxWidthProperty( ()   The maximum width for the column. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#maxWidthProperty()ColumnConstraintsjavafx.scene.layoutchttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#maxWidthProperty()METHODminWidthProperty( ()   The minimum width for the column. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#minWidthProperty()ColumnConstraintsjavafx.scene.layoutchttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#minWidthProperty()METHODpercentWidthProperty* ()   The width percentage of the column. ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#percentWidthProperty()ColumnConstraintsjavafx.scene.layoutghttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#percentWidthProperty()METHODprefWidthProperty* ()   The preferred width for the column. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#prefWidthProperty()ColumnConstraintsjavafx.scene.layoutdhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#prefWidthProperty()METHODsetFillWidth= (boolean value)   Sets the value of the property fillWidth. _http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#setFillWidth()ColumnConstraintsjavafx.scene.layout_http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#setFillWidth()METHOD
setHalignment= ( HPos  value)   Sets the value of the property halignment. `http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#setHalignment()ColumnConstraintsjavafx.scene.layout`http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#setHalignment()METHODsetHgrow< ( Priority  value)   Sets the value of the property hgrow. [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#setHgrow()ColumnConstraintsjavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#setHgrow()METHODsetMaxWidth; (double value)   Sets the value of the property maxWidth. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#setMaxWidth()ColumnConstraintsjavafx.scene.layout^http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#setMaxWidth()METHODsetMinWidth; (double value)   Sets the value of the property minWidth. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#setMinWidth()ColumnConstraintsjavafx.scene.layout^http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#setMinWidth()METHODsetPercentWidth? (double value)   Sets the value of the property percentWidth. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#setPercentWidth()ColumnConstraintsjavafx.scene.layoutbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#setPercentWidth()METHODsetPrefWidth< (double value)   Sets the value of the property prefWidth. _http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#setPrefWidth()ColumnConstraintsjavafx.scene.layout_http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#setPrefWidth()METHODtoStringJ ()   Returns a string representation of this  ColumnConstraints  object. [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#toString()ColumnConstraintsjavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ColumnConstraints.html#toString()CLASSComboBox On top of ComboBoxBase, the ComboBox class introduces additional API. Most importantly, it adds an   items   property that works in much the same way as the Lisjavafx.scene.controlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.htmlPROPERTY
 217 buttonCellS    The button cell is used to render what is shown in the ComboBox 'button' area. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#buttonCellComboBoxjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#buttonCellPROPERTYcellFactoryq    Providing a custom cell factory allows for complete customization of the rendering of items in the ComboBox. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#cellFactoryComboBoxjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#cellFactoryPROPERTY      converterŸ    Converts the user-typed input (when the ComboBox is   editable  ) to an object of type T, such that the input may be retrieved via the   value   property. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#converterComboBoxjavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#converterPROPERTYeditor!    The editor for the ComboBox. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#editorComboBoxjavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#editorPROPERTYitems9    The list of items to show within the ComboBox popup. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#itemsComboBoxjavafx.scene.controlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#itemsPROPERTYplaceholderM    This Node is shown to the user when the ComboBox has no content to show. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#placeholderComboBoxjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#placeholderPROPERTYselectionModel*    The selection model for the ComboBox. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#selectionModelComboBoxjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#selectionModelPROPERTYvisibleRowCountW    The maximum number of rows to be visible in the ComboBox popup when it is showing. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#visibleRowCountComboBoxjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#visibleRowCountMETHODbuttonCellPropertyU ()   The button cell is used to render what is shown in the ComboBox 'button' area. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#buttonCellProperty()ComboBoxjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#buttonCellProperty()METHODcellFactoryPropertys ()   Providing a custom cell factory allows for complete customization of the rendering of items in the ComboBox. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#cellFactoryProperty()ComboBoxjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#cellFactoryProperty()METHODconverterProperty  ()   Converts the user-typed input (when the ComboBox is   editable  ) to an object of type T, such that the input may be retrieved via the   value   property.\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#converterProperty()ComboBoxjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#converterProperty()METHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#createDefaultSkin()ComboBoxjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#createDefaultSkin()METHODeditorProperty# ()   The editor for the ComboBox. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#editorProperty()ComboBoxjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#editorProperty()METHOD
getButtonCell1 ()   Gets the value of the property buttonCell. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#getButtonCell()ComboBoxjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#getButtonCell()METHODgetCellFactory2 ()   Gets the value of the property cellFactory. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#getCellFactory()ComboBoxjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#getCellFactory()METHODgetConverter0 ()   Gets the value of the property converter. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#getConverter()ComboBoxjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#getConverter()METHOD        getEditor- ()   Gets the value of the property editor. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#getEditor()ComboBoxjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#getEditor()METHODgetItems, ()   Gets the value of the property items. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#getItems()ComboBoxjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#getItems()METHODgetPlaceholder2 ()   Gets the value of the property placeholder. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#getPlaceholder()ComboBoxjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#getPlaceholder()METHODgetSelectionModel5 ()   Gets the value of the property selectionModel. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#getSelectionModel()ComboBoxjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#getSelectionModel()METHODgetVisibleRowCount6 ()   Gets the value of the property visibleRowCount. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#getVisibleRowCount()ComboBoxjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#getVisibleRowCount()METHOD
itemsProperty; ()   The list of items to show within the ComboBox popup. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#itemsProperty()ComboBoxjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#itemsProperty()METHODplaceholderPropertyO ()   This Node is shown to the user when the ComboBox has no content to show. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#placeholderProperty()ComboBoxjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#placeholderProperty()METHODselectionModelProperty, ()   The selection model for the ComboBox. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#selectionModelProperty()ComboBoxjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#selectionModelProperty()METHOD
setButtonCellF ( ListCell < T > value)   Sets the value of the property buttonCell. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#setButtonCell()ComboBoxjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#setButtonCell()METHODsetCellFactoryc ( Callback < ListView < T >, ListCell < T >> value)   Sets the value of the property cellFactory. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#setCellFactory()ComboBoxjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#setCellFactory()METHODsetConverterL ( StringConverter < T > value)   Sets the value of the property converter. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#setConverter()ComboBoxjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#setConverter()METHODsetItemsG ( ObservableList < T > value)   Sets the value of the property items. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#setItems()ComboBoxjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#setItems()METHODsetPlaceholder> ( Node  value)   Sets the value of the property placeholder. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#setPlaceholder()ComboBoxjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#setPlaceholder()METHODsetSelectionModelV ( SingleSelectionModel < T > value)   Sets the value of the property selectionModel. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#setSelectionModel()ComboBoxjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#setSelectionModel()METHODsetVisibleRowCount? (int value)   Sets the value of the property visibleRowCount. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#setVisibleRowCount()ComboBoxjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#setVisibleRowCount()METHODvisibleRowCountPropertyY ()   The maximum number of rows to be visible in the ComboBox popup when it is showing. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#visibleRowCountProperty()ComboBoxjavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBox.html#visibleRowCountProperty()CLASSComboBoxBase A ComboBox has a   value   property that represents the current user input. This may be based on a selection from a drop-down list, or it may be from user inputjavafx.scene.controlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.htmlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.htmlPROPERTYarmed„    Indicates that the ComboBox has been "armed" such that a mouse release will cause the ComboBox   show()   method to be invoked. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#armedComboBoxBasejavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#armedPROPERTYeditable:    Specifies whether the ComboBox allows for user input. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#editableComboBoxBasejavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#editablePROPERTYonAction_    The ComboBox action, which is invoked whenever the ComboBox   value   property is changed. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#onActionComboBoxBasejavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#onActionPROPERTYonHiddenJ    Called just after the   ComboBoxBase   popup/display has been hidden. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#onHiddenComboBoxBasejavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#onHiddenPROPERTYonHidingF    Called just prior to the   ComboBox   popup/display being hidden. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#onHidingComboBoxBasejavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#onHidingPROPERTY   onShowingG    Called just prior to the  ComboBoxBase  popup/display being shown. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#onShowingComboBoxBasejavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#onShowingPROPERTYonShownC    Called just after the   ComboBoxBase   popup/display is shown. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#onShownComboBoxBasejavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#onShownPROPERTY
 218 promptTextU    The  ComboBox  prompt text to display, or  null  if no prompt text is displayed. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#promptTextComboBoxBasejavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#promptTextPROPERTYshowing˜    Represents the current state of the ComboBox popup, and whether it is currently visible on screen (although it may be hidden behind other windows). Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#showingComboBoxBasejavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#showingPROPERTYvalue     The value of this ComboBox is defined as the selected item if the input is not editable, or if it is editable, the most recent user action: either the valueRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#valueComboBoxBasejavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#valueMETHODarm ()   Arms the ComboBox. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#arm()ComboBoxBasejavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#arm()METHOD
armedProperty† ()   Indicates that the ComboBox has been "armed" such that a mouse release will cause the ComboBox   show()   method to be invoked. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#armedProperty()ComboBoxBasejavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#armedProperty()METHODdisarm ()   Disarms the ComboBox. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#disarm()ComboBoxBasejavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#disarm()METHODeditableProperty< ()   Specifies whether the ComboBox allows for user input. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#editableProperty()ComboBoxBasejavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#editableProperty()METHODgetOnAction/ ()   Gets the value of the property onAction. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#getOnAction()ComboBoxBasejavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#getOnAction()METHODgetOnHidden/ ()   Gets the value of the property onHidden. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#getOnHidden()ComboBoxBasejavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#getOnHidden()METHODgetOnHiding/ ()   Gets the value of the property onHiding. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#getOnHiding()ComboBoxBasejavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#getOnHiding()METHODgetOnShowing0 ()   Gets the value of the property onShowing. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#getOnShowing()ComboBoxBasejavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#getOnShowing()METHOD
 219 getOnShown. ()   Gets the value of the property onShown. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#getOnShown()ComboBoxBasejavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#getOnShown()METHOD
getPromptText1 ()   Gets the value of the property promptText. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#getPromptText()ComboBoxBasejavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#getPromptText()METHODgetValue, ()   Gets the value of the property value. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#getValue()ComboBoxBasejavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#getValue()METHODhideK ()   Closes the popup / dialog that was shown when   show()   was called. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#hide()ComboBoxBasejavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#hide()METHODisArmed, ()   Gets the value of the property armed. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#isArmed()ComboBoxBasejavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#isArmed()METHOD
 220 isEditable/ ()   Gets the value of the property editable. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#isEditable()ComboBoxBasejavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#isEditable()METHOD  isShowing. ()   Gets the value of the property showing. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#isShowing()ComboBoxBasejavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#isShowing()METHODonActionPropertya ()   The ComboBox action, which is invoked whenever the ComboBox   value   property is changed. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#onActionProperty()ComboBoxBasejavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#onActionProperty()METHODonHiddenPropertyL ()   Called just after the   ComboBoxBase   popup/display has been hidden. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#onHiddenProperty()ComboBoxBasejavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#onHiddenProperty()METHODonHidingPropertyH ()   Called just prior to the   ComboBox   popup/display being hidden. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#onHidingProperty()ComboBoxBasejavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#onHidingProperty()METHODonShowingPropertyI ()   Called just prior to the  ComboBoxBase  popup/display being shown. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#onShowingProperty()ComboBoxBasejavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#onShowingProperty()METHODonShownPropertyE ()   Called just after the   ComboBoxBase   popup/display is shown. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#onShownProperty()ComboBoxBasejavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#onShownProperty()METHODpromptTextPropertyW ()   The  ComboBox  prompt text to display, or  null  if no prompt text is displayed. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#promptTextProperty()ComboBoxBasejavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#promptTextProperty()METHODsetEditable< (boolean value)   Sets the value of the property editable. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#setEditable()ComboBoxBasejavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#setEditable()METHODsetOnActionR ( EventHandler < ActionEvent > value)   Sets the value of the property onAction. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#setOnAction()ComboBoxBasejavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#setOnAction()METHODsetOnHiddenL ( EventHandler < Event > value)   Sets the value of the property onHidden. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#setOnHidden()ComboBoxBasejavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#setOnHidden()METHODsetOnHidingL ( EventHandler < Event > value)   Sets the value of the property onHiding. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#setOnHiding()ComboBoxBasejavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#setOnHiding()METHODsetOnShowingM ( EventHandler < Event > value)   Sets the value of the property onShowing. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#setOnShowing()ComboBoxBasejavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#setOnShowing()METHOD
 221 setOnShownK ( EventHandler < Event > value)   Sets the value of the property onShown. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#setOnShown()ComboBoxBasejavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#setOnShown()METHOD
setPromptTextG (java.lang.String value)   Sets the value of the property promptText. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#setPromptText()ComboBoxBasejavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#setPromptText()METHODsetValue5 ( T  value)   Sets the value of the property value. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#setValue()ComboBoxBasejavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#setValue()METHODshowQ ()   Requests that the ComboBox display the popup aspect of the user interface. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#show()ComboBoxBasejavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#show()METHODshowingPropertyš ()   Represents the current state of the ComboBox popup, and whether it is currently visible on screen (although it may be hidden behind other windows). ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#showingProperty()ComboBoxBasejavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#showingProperty()METHOD
valueProperty  ()   The value of this ComboBox is defined as the selected item if the input is not editable, or if it is editable, the most recent user action: either the val\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#valueProperty()ComboBoxBasejavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#valueProperty()FIELD ON_HIDDEN<    Called when the ComboBox popup/display has been hidden. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#ON_HIDDENComboBoxBasejavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#ON_HIDDENFIELD  ON_HIDING=    Called when the ComboBox popup/display  will  be hidden. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#ON_HIDINGComboBoxBasejavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#ON_HIDINGFIELD
 222 ON_SHOWING    Called prior to the ComboBox showing its popup/display after the user has clicked or otherwise interacted with the ComboBox. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#ON_SHOWINGComboBoxBasejavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#ON_SHOWINGFIELDON_SHOWN;    Called after the ComboBox has shown its popup/display. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#ON_SHOWNComboBoxBasejavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ComboBoxBase.html#ON_SHOWNCLASSComboBoxListCell By default, the ComboBoxListCell is rendered as a   Label   when not being edited, and as a ComboBox when in editing mode. The ComboBox will, by default, stretcjavafx.scene.control.cellUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.htmlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.htmlPROPERTYcomboBoxEditable^    A property representing whether the ComboBox, when shown to the user, is editable or not. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#comboBoxEditableComboBoxListCelljavafx.scene.control.cellfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#comboBoxEditablePROPERTY  converter&    The   StringConverter   property. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#converterComboBoxListCelljavafx.scene.control.cell_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#converterMETHOD
 223 cancelEditv ()   Call this function to transition from an editing state into a non-editing state, without saving any user input. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#cancelEdit()ComboBoxListCelljavafx.scene.control.cellbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#cancelEdit()METHODcomboBoxEditableProperty` ()   A property representing whether the ComboBox, when shown to the user, is editable or not. phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#comboBoxEditableProperty()ComboBoxListCelljavafx.scene.control.cellphttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#comboBoxEditableProperty()METHODconverterProperty( ()   The   StringConverter   property. ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#converterProperty()ComboBoxListCelljavafx.scene.control.cellihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#converterProperty()METHODforListViewa ( ObservableList <T> items)   Creates a ComboBox cell factory for use in   ListView   controls. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#forListView()ComboBoxListCelljavafx.scene.control.cellchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#forListView()METHODforListView ( StringConverter <T> converter,  ObservableList <T> items)   Creates a ComboBox cell factory for use in   ListView   controls. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#forListView()ComboBoxListCelljavafx.scene.control.cellchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#forListView()METHODforListViewr ( StringConverter <T> converter, T... items)   Creates a ComboBox cell factory for use in   ListView   controls. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#forListView()ComboBoxListCelljavafx.scene.control.cellchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#forListView()METHODforListViewR (T... items)   Creates a ComboBox cell factory for use in   ListView   controls. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#forListView()ComboBoxListCelljavafx.scene.control.cellchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#forListView()METHODgetConverter9 ()   Returns the   StringConverter   used in this cell. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#getConverter()ComboBoxListCelljavafx.scene.control.celldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#getConverter()METHODgetItemsM ()   Returns the items to be displayed in the ChoiceBox when it is showing. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#getItems()ComboBoxListCelljavafx.scene.control.cell`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#getItems()METHODisComboBoxEditable0 ()   Returns true if the ComboBox is editable. jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#isComboBoxEditable()ComboBoxListCelljavafx.scene.control.celljhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#isComboBoxEditable()METHODsetComboBoxEditable… (boolean value)   Configures the ComboBox to be editable (to allow user input outside of the options provide in the dropdown list). khttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#setComboBoxEditable()ComboBoxListCelljavafx.scene.control.cellkhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#setComboBoxEditable()METHODsetConverterX ( StringConverter < T > value)   Sets the   StringConverter   to be used in this cell. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#setConverter()ComboBoxListCelljavafx.scene.control.celldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#setConverter()METHOD    startEditp ()   Call this function to transition from a non-editing state into an editing state, if the cell is editable. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#startEdit()ComboBoxListCelljavafx.scene.control.cellahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#startEdit()METHOD
 224 updateItemJ ( T  item, boolean empty)    Updates the item associated with this Cell. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#updateItem()ComboBoxListCelljavafx.scene.control.cellbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxListCell.html#updateItem()CLASSComboBoxTableCell By default, the ComboBoxTableCell is rendered as a   Label   when not being edited, and as a ComboBox when in editing mode. The ComboBox will, by default, stretjavafx.scene.control.cellVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.htmlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.htmlPROPERTYcomboBoxEditable^    A property representing whether the ComboBox, when shown to the user, is editable or not. ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#comboBoxEditableComboBoxTableCelljavafx.scene.control.cellghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#comboBoxEditablePROPERTY   converter&    The   StringConverter   property. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#converterComboBoxTableCelljavafx.scene.control.cell`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#converterMETHOD
 225 cancelEditv ()   Call this function to transition from an editing state into a non-editing state, without saving any user input. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#cancelEdit()ComboBoxTableCelljavafx.scene.control.cellchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#cancelEdit()METHODcomboBoxEditableProperty` ()   A property representing whether the ComboBox, when shown to the user, is editable or not. qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#comboBoxEditableProperty()ComboBoxTableCelljavafx.scene.control.cellqhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#comboBoxEditableProperty()METHODconverterProperty( ()   The   StringConverter   property. jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#converterProperty()ComboBoxTableCelljavafx.scene.control.celljhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#converterProperty()METHODforTableColumnd ( ObservableList <T> items)   Creates a ComboBox cell factory for use in   TableColumn   controls. ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#forTableColumn()ComboBoxTableCelljavafx.scene.control.cellghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#forTableColumn()METHODforTableColumn„ ( StringConverter <T> converter,  ObservableList <T> items)   Creates a ComboBox cell factory for use in   TableColumn   controls. ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#forTableColumn()ComboBoxTableCelljavafx.scene.control.cellghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#forTableColumn()METHODforTableColumnu ( StringConverter <T> converter, T... items)   Creates a ComboBox cell factory for use in   TableColumn   controls. ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#forTableColumn()ComboBoxTableCelljavafx.scene.control.cellghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#forTableColumn()METHODforTableColumnU (T... items)   Creates a ComboBox cell factory for use in   TableColumn   controls. ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#forTableColumn()ComboBoxTableCelljavafx.scene.control.cellghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#forTableColumn()METHODgetConverter9 ()   Returns the   StringConverter   used in this cell. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#getConverter()ComboBoxTableCelljavafx.scene.control.cellehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#getConverter()METHODgetItemsM ()   Returns the items to be displayed in the ChoiceBox when it is showing. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#getItems()ComboBoxTableCelljavafx.scene.control.cellahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#getItems()METHODisComboBoxEditable0 ()   Returns true if the ComboBox is editable. khttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#isComboBoxEditable()ComboBoxTableCelljavafx.scene.control.cellkhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#isComboBoxEditable()METHODsetComboBoxEditable… (boolean value)   Configures the ComboBox to be editable (to allow user input outside of the options provide in the dropdown list). lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#setComboBoxEditable()ComboBoxTableCelljavafx.scene.control.celllhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#setComboBoxEditable()METHODsetConverterX ( StringConverter < T > value)   Sets the   StringConverter   to be used in this cell. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#setConverter()ComboBoxTableCelljavafx.scene.control.cellehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#setConverter()METHOD        startEditp ()   Call this function to transition from a non-editing state into an editing state, if the cell is editable. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#startEdit()ComboBoxTableCelljavafx.scene.control.cellbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#startEdit()METHOD
 226 updateItemJ ( T  item, boolean empty)    Updates the item associated with this Cell. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#updateItem()ComboBoxTableCelljavafx.scene.control.cellchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTableCell.html#updateItem()CLASSComboBoxTreeCell By default, the ComboBoxTreeCell is rendered as a   Label   when not being edited, and as a ComboBox when in editing mode. The ComboBox will, by default, stretcjavafx.scene.control.cellUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.htmlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.htmlPROPERTYcomboBoxEditable^    A property representing whether the ComboBox, when shown to the user, is editable or not. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#comboBoxEditableComboBoxTreeCelljavafx.scene.control.cellfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#comboBoxEditablePROPERTY      converter&    The   StringConverter   property. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#converterComboBoxTreeCelljavafx.scene.control.cell_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#converterMETHOD
 227 cancelEditv ()   Call this function to transition from an editing state into a non-editing state, without saving any user input. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#cancelEdit()ComboBoxTreeCelljavafx.scene.control.cellbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#cancelEdit()METHODcomboBoxEditableProperty` ()   A property representing whether the ComboBox, when shown to the user, is editable or not. phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#comboBoxEditableProperty()ComboBoxTreeCelljavafx.scene.control.cellphttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#comboBoxEditableProperty()METHODconverterProperty( ()   The   StringConverter   property. ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#converterProperty()ComboBoxTreeCelljavafx.scene.control.cellihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#converterProperty()METHODforTreeViewa ( ObservableList <T> items)   Creates a ComboBox cell factory for use in   TreeView   controls. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#forTreeView()ComboBoxTreeCelljavafx.scene.control.cellchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#forTreeView()METHODforTreeView ( StringConverter <T> converter,  ObservableList <T> items)   Creates a ComboBox cell factory for use in   TreeView   controls. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#forTreeView()ComboBoxTreeCelljavafx.scene.control.cellchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#forTreeView()METHODforTreeViewr ( StringConverter <T> converter, T... items)   Creates a ComboBox cell factory for use in   TreeView   controls. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#forTreeView()ComboBoxTreeCelljavafx.scene.control.cellchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#forTreeView()METHODforTreeViewR (T... items)   Creates a ComboBox cell factory for use in   TreeView   controls. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#forTreeView()ComboBoxTreeCelljavafx.scene.control.cellchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#forTreeView()METHODgetConverter9 ()   Returns the   StringConverter   used in this cell. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#getConverter()ComboBoxTreeCelljavafx.scene.control.celldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#getConverter()METHODgetItemsM ()   Returns the items to be displayed in the ChoiceBox when it is showing. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#getItems()ComboBoxTreeCelljavafx.scene.control.cell`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#getItems()METHODisComboBoxEditable0 ()   Returns true if the ComboBox is editable. jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#isComboBoxEditable()ComboBoxTreeCelljavafx.scene.control.celljhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#isComboBoxEditable()METHODsetComboBoxEditable… (boolean value)   Configures the ComboBox to be editable (to allow user input outside of the options provide in the dropdown list). khttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#setComboBoxEditable()ComboBoxTreeCelljavafx.scene.control.cellkhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#setComboBoxEditable()METHODsetConverterX ( StringConverter < T > value)   Sets the   StringConverter   to be used in this cell. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#setConverter()ComboBoxTreeCelljavafx.scene.control.celldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#setConverter()METHOD    startEditp ()   Call this function to transition from a non-editing state into an editing state, if the cell is editable. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#startEdit()ComboBoxTreeCelljavafx.scene.control.cellahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#startEdit()METHOD
 228 updateItemJ ( T  item, boolean empty)    Updates the item associated with this Cell. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#updateItem()ComboBoxTreeCelljavafx.scene.control.cellbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeCell.html#updateItem()CLASSComboBoxTreeTableCell By default, the ComboBoxTreeTableCell is rendered as a   Label   when not being edited, and as a ComboBox when in editing mode. The ComboBox will, by default, sjavafx.scene.control.cellZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.htmlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.htmlPROPERTYcomboBoxEditable^    A property representing whether the ComboBox, when shown to the user, is editable or not. khttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#comboBoxEditableComboBoxTreeTableCelljavafx.scene.control.cellkhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#comboBoxEditablePROPERTY   converter&    The   StringConverter   property. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#converterComboBoxTreeTableCelljavafx.scene.control.celldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#converterMETHOD
 229 cancelEditv ()   Call this function to transition from an editing state into a non-editing state, without saving any user input. ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#cancelEdit()ComboBoxTreeTableCelljavafx.scene.control.cellghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#cancelEdit()METHODcomboBoxEditableProperty` ()   A property representing whether the ComboBox, when shown to the user, is editable or not. uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#comboBoxEditableProperty()ComboBoxTreeTableCelljavafx.scene.control.celluhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#comboBoxEditableProperty()METHODconverterProperty( ()   The   StringConverter   property. nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#converterProperty()ComboBoxTreeTableCelljavafx.scene.control.cellnhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#converterProperty()METHODforTreeTableColumnh ( ObservableList <T> items)   Creates a ComboBox cell factory for use in   TreeTableColumn   controls. ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#forTreeTableColumn()ComboBoxTreeTableCelljavafx.scene.control.cellohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#forTreeTableColumn()METHODforTreeTableColumnˆ ( StringConverter <T> converter,  ObservableList <T> items)   Creates a ComboBox cell factory for use in   TreeTableColumn   controls. ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#forTreeTableColumn()ComboBoxTreeTableCelljavafx.scene.control.cellohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#forTreeTableColumn()METHODforTreeTableColumny ( StringConverter <T> converter, T... items)   Creates a ComboBox cell factory for use in   TreeTableColumn   controls. ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#forTreeTableColumn()ComboBoxTreeTableCelljavafx.scene.control.cellohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#forTreeTableColumn()METHODforTreeTableColumnY (T... items)   Creates a ComboBox cell factory for use in   TreeTableColumn   controls. ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#forTreeTableColumn()ComboBoxTreeTableCelljavafx.scene.control.cellohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#forTreeTableColumn()METHODgetConverter9 ()   Returns the   StringConverter   used in this cell. ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#getConverter()ComboBoxTreeTableCelljavafx.scene.control.cellihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#getConverter()METHODgetItemsM ()   Returns the items to be displayed in the ChoiceBox when it is showing. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#getItems()ComboBoxTreeTableCelljavafx.scene.control.cellehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#getItems()METHODisComboBoxEditable0 ()   Returns true if the ComboBox is editable. ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#isComboBoxEditable()ComboBoxTreeTableCelljavafx.scene.control.cellohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#isComboBoxEditable()METHODsetComboBoxEditable… (boolean value)   Configures the ComboBox to be editable (to allow user input outside of the options provide in the dropdown list). phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#setComboBoxEditable()ComboBoxTreeTableCelljavafx.scene.control.cellphttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#setComboBoxEditable()METHODsetConverterX ( StringConverter < T > value)   Sets the   StringConverter   to be used in this cell. ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#setConverter()ComboBoxTreeTableCelljavafx.scene.control.cellihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#setConverter()METHOD        startEditp ()   Call this function to transition from a non-editing state into an editing state, if the cell is editable. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#startEdit()ComboBoxTreeTableCelljavafx.scene.control.cellfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#startEdit()METHOD
 230 updateItemJ ( T  item, boolean empty)    Updates the item associated with this Cell. ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#updateItem()ComboBoxTreeTableCelljavafx.scene.control.cellghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ComboBoxTreeTableCell.html#updateItem()ENUMConditionalFeature NOTE: Currently, this support is available on all platforms except Linux systems without the XComposite extension. The XShape extension is used in that case, sojavafx.applicationPhttp://download.java.net/jdk8/jfxdocs/javafx/application/ConditionalFeature.htmlPhttp://download.java.net/jdk8/jfxdocs/javafx/application/ConditionalFeature.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Zhttp://download.java.net/jdk8/jfxdocs/javafx/application/ConditionalFeature.html#valueOf()ConditionalFeaturejavafx.applicationZhttp://download.java.net/jdk8/jfxdocs/javafx/application/ConditionalFeature.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Yhttp://download.java.net/jdk8/jfxdocs/javafx/application/ConditionalFeature.html#values()ConditionalFeaturejavafx.applicationYhttp://download.java.net/jdk8/jfxdocs/javafx/application/ConditionalFeature.html#values()CLASSConstraintsBasejavafx.scene.layoutNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ConstraintsBase.htmlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ConstraintsBase.htmlMETHOD
requestLayoutS ()   Calls requestLayout on layout parent associated with this constraint object. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ConstraintsBase.html#requestLayout()ConstraintsBasejavafx.scene.layout^http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ConstraintsBase.html#requestLayout()FIELDCONSTRAIN_TO_PREFQ    If set as max value indicates that the pref value should be used as the max. `http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ConstraintsBase.html#CONSTRAIN_TO_PREFConstraintsBasejavafx.scene.layout`http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/ConstraintsBase.html#CONSTRAIN_TO_PREFENUMContentDisplay2The position to place the content within a Label. javafx.scene.controlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ContentDisplay.htmlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ContentDisplay.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ContentDisplay.html#valueOf()ContentDisplayjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ContentDisplay.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ContentDisplay.html#values()ContentDisplayjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ContentDisplay.html#values()CLASSContextMenu A popup control containing an ObservableList of menu items. The   items   ObservableList allows for any   MenuItem   type to be inserted, including its subclassjavafx.scene.controlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ContextMenu.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ContextMenu.htmlPROPERTYonActionj    Callback function to be informed when an item contained within this  ContextMenu  has been activated. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ContextMenu.html#onActionContextMenujavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ContextMenu.html#onActionMETHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ContextMenu.html#createDefaultSkin()ContextMenujavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ContextMenu.html#createDefaultSkin()METHODgetItems* ()   The menu items on the context menu. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ContextMenu.html#getItems()ContextMenujavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ContextMenu.html#getItems()METHODgetOnAction/ ()   Gets the value of the property onAction. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ContextMenu.html#getOnAction()ContextMenujavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ContextMenu.html#getOnAction()METHODhideˆ ()   Hides this  ContextMenu  and any visible submenus, assuming that when this function is called that the  ContextMenu  was showing. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ContextMenu.html#hide()ContextMenujavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ContextMenu.html#hide()METHODonActionPropertyl ()   Callback function to be informed when an item contained within this  ContextMenu  has been activated. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ContextMenu.html#onActionProperty()ContextMenujavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ContextMenu.html#onActionProperty()METHODsetOnActionR ( EventHandler < ActionEvent > value)   Sets the value of the property onAction. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ContextMenu.html#setOnAction()ContextMenujavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ContextMenu.html#setOnAction()METHODshowp ( Node  anchor, double screenX, double screenY)   Shows the  ContextMenu  at the specified screen coordinates. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ContextMenu.html#show()ContextMenujavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ContextMenu.html#show()METHODshow  ( Node  anchor,  Side  side, double dx, double dy)   Shows the  ContextMenu  relative to the given anchor node, on the side specified by the  hpos  and  vpos  Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ContextMenu.html#show()ContextMenujavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ContextMenu.html#show()CLASSContextMenuEvent The event coordinates contain default position for the context menu. For mouse-triggered events it is the position of the mouse cursor, for keyboard-triggered ejavafx.scene.inputNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.htmlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.htmlMETHODcopyForŽ (java.lang.Object newSource,  EventTarget  newTarget)   Creates and returns a copy of this event with the specified event source and target. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.html#copyFor()ContextMenuEventjavafx.scene.inputXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.html#copyFor()METHODgetEventType) ()   Gets the event type of this event. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.html#getEventType()ContextMenuEventjavafx.scene.input]http://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.html#getEventType()METHOD
getPickResult* ()   Returns information about the pick. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.html#getPickResult()ContextMenuEventjavafx.scene.input^http://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.html#getPickResult()METHOD   getSceneX‚ ()   Returns horizontal position of the event relative to the origin of the  Scene  that contains the ContextMenuEvent's source. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.html#getSceneX()ContextMenuEventjavafx.scene.inputZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.html#getSceneX()METHOD   getSceneY€ ()   Returns vertical position of the event relative to the origin of the  Scene  that contains the ContextMenuEvent's source. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.html#getSceneY()ContextMenuEventjavafx.scene.inputZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.html#getSceneY()METHOD
 231 getScreenX9 ()   Returns absolute horizontal position of the event. [http://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.html#getScreenX()ContextMenuEventjavafx.scene.input[http://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.html#getScreenX()METHOD
 232 getScreenY7 ()   Returns absolute vertical position of the event. [http://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.html#getScreenY()ContextMenuEventjavafx.scene.input[http://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.html#getScreenY()METHODgetX` ()   Horizontal position of the event relative to the origin of the ContextMenuEvent's source. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.html#getX()ContextMenuEventjavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.html#getX()METHODgetY^ ()   Vertical position of the event relative to the origin of the ContextMenuEvent's source. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.html#getY()ContextMenuEventjavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.html#getY()METHODgetZU ()   Depth position of the event relative to the origin of the MouseEvent's source. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.html#getZ()ContextMenuEventjavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.html#getZ()METHODisKeyboardTriggerB ()   Determines whether this event originated from the keyboard. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.html#isKeyboardTrigger()ContextMenuEventjavafx.scene.inputbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.html#isKeyboardTrigger()METHODtoStringI ()   Returns a string representation of this  ContextMenuEvent  object. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.html#toString()ContextMenuEventjavafx.scene.inputYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.html#toString()FIELDANY7    Common supertype for all context menu event types. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.html#ANYContextMenuEventjavafx.scene.inputRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.html#ANYFIELDCONTEXT_MENU_REQUESTED8    This event occurs when a context menu is requested. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.html#CONTEXT_MENU_REQUESTEDContextMenuEventjavafx.scene.inputehttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ContextMenuEvent.html#CONTEXT_MENU_REQUESTEDCLASSControl Additionally, controls support explicit skinning to make it easy to leverage the functionality of a control while customizing its appearance.   See specific Conjavafx.scene.controlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.htmlPROPERTYcontextMenu.    The ContextMenu to show for this control. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#contextMenuControljavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#contextMenuPROPERTYskin6    Skin is responsible for rendering this  Control . Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#skinControljavafx.scene.controlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#skinPROPERTYtooltip"    The ToolTip for this control. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#tooltipControljavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#tooltipMETHODcomputeMaxHeighte (double width)   Computes the maximum allowable height of the Control, based on the provided width. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#computeMaxHeight()Controljavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#computeMaxHeight()METHODcomputeMaxWidthf (double height)   Computes the maximum allowable width of the Control, based on the provided height. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#computeMaxWidth()Controljavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#computeMaxWidth()METHODcomputeMinHeighte (double width)   Computes the minimum allowable height of the Control, based on the provided width. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#computeMinHeight()Controljavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#computeMinHeight()METHODcomputeMinWidthf (double height)   Computes the minimum allowable width of the Control, based on the provided height. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#computeMinWidth()Controljavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#computeMinWidth()METHODcomputePrefHeight  (double width)   Computes the preferred height of this region for the given width; Region subclasses should override this method to return an appropriate value[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#computePrefHeight()Controljavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#computePrefHeight()METHODcomputePrefWidthU (double height)   Computes the preferred width of this region for the given height. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#computePrefWidth()Controljavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#computePrefWidth()METHODcontextMenuProperty0 ()   The ContextMenu to show for this control. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#contextMenuProperty()Controljavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#contextMenuProperty()METHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#createDefaultSkin()Controljavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#createDefaultSkin()METHODgetBaselineOffsetG ()   Calculates the baseline offset based on the first managed child. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#getBaselineOffset()Controljavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#getBaselineOffset()METHODgetClassCssMetaData () ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#getClassCssMetaData()Controljavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#getClassCssMetaData()METHODgetContextMenu2 ()   Gets the value of the property contextMenu. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#getContextMenu()Controljavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#getContextMenu()METHODgetControlCssMetaData () _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#getControlCssMetaData()Controljavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#getControlCssMetaData()METHODgetCssMetaData  ()   This method returns a  List  containing all   CssMetaData   for both this Control (returned from   getControlCssMetaData()   and its   Skin  , assuming thXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#getCssMetaData()Controljavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#getCssMetaData()METHODgetSkin+ ()   Gets the value of the property skin. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#getSkin()Controljavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#getSkin()METHOD
 233 getTooltip. ()   Gets the value of the property tooltip. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#getTooltip()Controljavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#getTooltip()METHODgetUserAgentStylesheet@ ()   Implementors may specify their own user-agent stylesheet. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#getUserAgentStylesheet()Controljavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#getUserAgentStylesheet()METHODisResizable7 ()   Returns  true  since all Controls are resizable. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#isResizable()Controljavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#isResizable()METHODlayoutChildrenN ()   Invoked during the layout pass to layout the children in this  Parent . Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#layoutChildren()Controljavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#layoutChildren()METHODsetContextMenuE ( ContextMenu  value)   Sets the value of the property contextMenu. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#setContextMenu()Controljavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#setContextMenu()METHODsetSkin: ( Skin <?> value)   Sets the value of the property skin. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#setSkin()Controljavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#setSkin()METHOD
 234 setTooltip= ( Tooltip  value)   Sets the value of the property tooltip. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#setTooltip()Controljavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#setTooltip()METHODskinProperty8 ()   Skin is responsible for rendering this  Control . Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#skinProperty()Controljavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#skinProperty()METHODtooltipProperty$ ()   The ToolTip for this control. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#tooltipProperty()Controljavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#tooltipProperty()FIELDControl ()   Create a new Control. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#ControlControljavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Control.html#ControlCLASSCornerRadiijavafx.scene.layoutJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.htmlMETHODequals (java.lang.Object o) Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#equals()CornerRadiijavafx.scene.layoutShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#equals()METHODgetBottomLeftHorizontalRadiusD ()   The length of the horizontal radii of the bottom-left corner. jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#getBottomLeftHorizontalRadius()CornerRadiijavafx.scene.layoutjhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#getBottomLeftHorizontalRadius()METHODgetBottomLeftVerticalRadiusB ()   The length of the vertical radii of the bottom-left corner. hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#getBottomLeftVerticalRadius()CornerRadiijavafx.scene.layouthhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#getBottomLeftVerticalRadius()METHODgetBottomRightHorizontalRadiusE ()   The length of the horizontal radii of the bottom-right corner. khttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#getBottomRightHorizontalRadius()CornerRadiijavafx.scene.layoutkhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#getBottomRightHorizontalRadius()METHODgetBottomRightVerticalRadiusC ()   The length of the vertical radii of the bottom-right corner. ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#getBottomRightVerticalRadius()CornerRadiijavafx.scene.layoutihttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#getBottomRightVerticalRadius()METHODgetTopLeftHorizontalRadiusA ()   The length of the horizontal radii of the top-left corner. ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#getTopLeftHorizontalRadius()CornerRadiijavafx.scene.layoutghttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#getTopLeftHorizontalRadius()METHODgetTopLeftVerticalRadius? ()   The length of the vertical radii of the top-left corner. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#getTopLeftVerticalRadius()CornerRadiijavafx.scene.layoutehttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#getTopLeftVerticalRadius()METHODgetTopRightHorizontalRadiusB ()   The length of the horizontal radii of the top-right corner. hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#getTopRightHorizontalRadius()CornerRadiijavafx.scene.layouthhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#getTopRightHorizontalRadius()METHODgetTopRightVerticalRadius@ ()   The length of the vertical radii of the top-right corner. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#getTopRightVerticalRadius()CornerRadiijavafx.scene.layoutfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#getTopRightVerticalRadius()METHODhashCode () Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#hashCode()CornerRadiijavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#hashCode()METHOD(isBottomLeftHorizontalRadiusAsPercentage` ()   indicates whether  bottomLeftHorizontalRadius  is interpreted as a value or a percentage. uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#isBottomLeftHorizontalRadiusAsPercentage()CornerRadiijavafx.scene.layoutuhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#isBottomLeftHorizontalRadiusAsPercentage()METHOD&isBottomLeftVerticalRadiusAsPercentage^ ()   indicates whether  bottomLeftVerticalRadius  is interpreted as a value or a percentage. shttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#isBottomLeftVerticalRadiusAsPercentage()CornerRadiijavafx.scene.layoutshttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#isBottomLeftVerticalRadiusAsPercentage()METHOD)isBottomRightHorizontalRadiusAsPercentagea ()   indicates whether  bottomRightHorizontalRadius  is interpreted as a value or a percentage. vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#isBottomRightHorizontalRadiusAsPercentage()CornerRadiijavafx.scene.layoutvhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#isBottomRightHorizontalRadiusAsPercentage()METHOD'isBottomRightVerticalRadiusAsPercentage_ ()   indicates whether  bottomRightVerticalRadius  is interpreted as a value or a percentage. thttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#isBottomRightVerticalRadiusAsPercentage()CornerRadiijavafx.scene.layoutthttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#isBottomRightVerticalRadiusAsPercentage()METHOD%isTopLeftHorizontalRadiusAsPercentage] ()   indicates whether  topLeftHorizontalRadius  is interpreted as a value or a percentage. rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#isTopLeftHorizontalRadiusAsPercentage()CornerRadiijavafx.scene.layoutrhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#isTopLeftHorizontalRadiusAsPercentage()METHOD#isTopLeftVerticalRadiusAsPercentage[ ()   indicates whether  topLeftVerticalRadius  is interpreted as a value or a percentage. phttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#isTopLeftVerticalRadiusAsPercentage()CornerRadiijavafx.scene.layoutphttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#isTopLeftVerticalRadiusAsPercentage()METHOD&isTopRightHorizontalRadiusAsPercentage^ ()   indicates whether  topRightHorizontalRadius  is interpreted as a value or a percentage. shttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#isTopRightHorizontalRadiusAsPercentage()CornerRadiijavafx.scene.layoutshttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#isTopRightHorizontalRadiusAsPercentage()METHOD$isTopRightVerticalRadiusAsPercentage\ ()   indicates whether  topRightVerticalRadius  is interpreted as a value or a percentage. qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#isTopRightVerticalRadiusAsPercentage()CornerRadiijavafx.scene.layoutqhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#isTopRightVerticalRadiusAsPercentage()METHOD     isUniformw ()   Indicates whether each corner radius is exactly the same, and each are either uniformly percentage-based or not. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#isUniform()CornerRadiijavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#isUniform()METHODtoString () Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#toString()CornerRadiijavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#toString()FIELDEMPTYG    A CornerRadii which is entirely empty, indicating squared corners. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#EMPTYCornerRadiijavafx.scene.layoutPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadii.html#EMPTYCLASSCornerRadiiConverterjavafx.scene.layoutShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadiiConverter.htmlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadiiConverter.htmlMETHODconvert  ( ParsedValue < ParsedValue < ParsedValue <?,com.sun.javafx.css.Size>[][], CornerRadii >[], CornerRadii []> value,  Font  font)   Convert from the parsed CSS v]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadiiConverter.html#convert()CornerRadiiConverterjavafx.scene.layout]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadiiConverter.html#convert()METHODgetInstance () ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadiiConverter.html#getInstance()CornerRadiiConverterjavafx.scene.layoutahttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/CornerRadiiConverter.html#getInstance()CLASSCssMetaData CssMetaData is the bridge between a value that can be represented syntactically in a .css file, and a   StyleableProperty  . There is a one-to-one correspondenc
 235 javafx.cssAhttp://download.java.net/jdk8/jfxdocs/javafx/css/CssMetaData.htmlAhttp://download.java.net/jdk8/jfxdocs/javafx/css/CssMetaData.htmlMETHODequalsu (java.lang.Object obj)   Two CssMetaData objects are considered to be equal if their   property   values are equal. Jhttp://download.java.net/jdk8/jfxdocs/javafx/css/CssMetaData.html#equals()CssMetaData
 236 javafx.cssJhttp://download.java.net/jdk8/jfxdocs/javafx/css/CssMetaData.html#equals()METHODgetConverter () Phttp://download.java.net/jdk8/jfxdocs/javafx/css/CssMetaData.html#getConverter()CssMetaData
 237 javafx.cssPhttp://download.java.net/jdk8/jfxdocs/javafx/css/CssMetaData.html#getConverter()METHODgetInitialValuey ( S  styleable)   The initial value of a CssMetaData corresponds to the default value of the StyleableProperty in code. Shttp://download.java.net/jdk8/jfxdocs/javafx/css/CssMetaData.html#getInitialValue()CssMetaData
 238 javafx.cssShttp://download.java.net/jdk8/jfxdocs/javafx/css/CssMetaData.html#getInitialValue()METHODgetProperty () Ohttp://download.java.net/jdk8/jfxdocs/javafx/css/CssMetaData.html#getProperty()CssMetaData
 239 javafx.cssOhttp://download.java.net/jdk8/jfxdocs/javafx/css/CssMetaData.html#getProperty()METHODgetStyleablePropertyV ( S  styleable)   Return the corresponding   StyleableProperty   for the given Node. Xhttp://download.java.net/jdk8/jfxdocs/javafx/css/CssMetaData.html#getStyleableProperty()CssMetaData
 240 javafx.cssXhttp://download.java.net/jdk8/jfxdocs/javafx/css/CssMetaData.html#getStyleableProperty()METHODgetSubPropertiesX ()   The sub-properties refers to the constituent properties of this property, if any. Thttp://download.java.net/jdk8/jfxdocs/javafx/css/CssMetaData.html#getSubProperties()CssMetaData
 241 javafx.cssThttp://download.java.net/jdk8/jfxdocs/javafx/css/CssMetaData.html#getSubProperties()METHODhashCode () Lhttp://download.java.net/jdk8/jfxdocs/javafx/css/CssMetaData.html#hashCode()CssMetaData
 242 javafx.cssLhttp://download.java.net/jdk8/jfxdocs/javafx/css/CssMetaData.html#hashCode()METHOD
 243 isInheritsg ()   If true, the value of this property is the same as the parent's computed value of this property. Nhttp://download.java.net/jdk8/jfxdocs/javafx/css/CssMetaData.html#isInherits()CssMetaData
 244 javafx.cssNhttp://download.java.net/jdk8/jfxdocs/javafx/css/CssMetaData.html#isInherits()METHOD
 245 isSettable] ( S  styleable)   Check to see if the corresponding property on the given Node is settable. Nhttp://download.java.net/jdk8/jfxdocs/javafx/css/CssMetaData.html#isSettable()CssMetaData
 246 javafx.cssNhttp://download.java.net/jdk8/jfxdocs/javafx/css/CssMetaData.html#isSettable()METHODset  ( S  styleable,  V  value,  StyleOrigin  origin)    Deprecated.    This method is no longer called from CSS code. Use   StyleableProperty.applyStyle(javafx.cssGhttp://download.java.net/jdk8/jfxdocs/javafx/css/CssMetaData.html#set()CssMetaData
 247 javafx.cssGhttp://download.java.net/jdk8/jfxdocs/javafx/css/CssMetaData.html#set()METHODtoString () Lhttp://download.java.net/jdk8/jfxdocs/javafx/css/CssMetaData.html#toString()CssMetaData
 248 javafx.cssLhttp://download.java.net/jdk8/jfxdocs/javafx/css/CssMetaData.html#toString()CLASS
 249 CubicCurve The  CubiCurve  class defines a cubic B&eacute;zier parametric curve segment in (x,y) coordinate space. Drawing a curve that intersects both the specified coordjavafx.scene.shapeHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.htmlPROPERTY       controlX1T    Defines the X coordinate of the first control point of the cubic curve segment. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#controlX1
 250 CubicCurvejavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#controlX1PROPERTY        controlX2U    Defines the X coordinate of the second control point of the cubic curve segment. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#controlX2
 251 CubicCurvejavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#controlX2PROPERTY        controlY1T    Defines the Y coordinate of the first control point of the cubic curve segment. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#controlY1
 252 CubicCurvejavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#controlY1PROPERTY        controlY2U    Defines the Y coordinate of the second control point of the cubic curve segment. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#controlY2
 253 CubicCurvejavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#controlY2PROPERTYendXJ    Defines the X coordinate of the end point of the cubic curve segment. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#endX
 254 CubicCurvejavafx.scene.shapeMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#endXPROPERTYendYJ    Defines the Y coordinate of the end point of the cubic curve segment. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#endY
 255 CubicCurvejavafx.scene.shapeMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#endYPROPERTYstartXL    Defines the X coordinate of the start point of the cubic curve segment. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#startX
 256 CubicCurvejavafx.scene.shapeOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#startXPROPERTYstartYL    Defines the Y coordinate of the start point of the cubic curve segment. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#startY
 257 CubicCurvejavafx.scene.shapeOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#startYMETHODcontrolX1PropertyV ()   Defines the X coordinate of the first control point of the cubic curve segment. \http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#controlX1Property()
 258 CubicCurvejavafx.scene.shape\http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#controlX1Property()METHODcontrolX2PropertyW ()   Defines the X coordinate of the second control point of the cubic curve segment. \http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#controlX2Property()
 259 CubicCurvejavafx.scene.shape\http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#controlX2Property()METHODcontrolY1PropertyV ()   Defines the Y coordinate of the first control point of the cubic curve segment. \http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#controlY1Property()
 260 CubicCurvejavafx.scene.shape\http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#controlY1Property()METHODcontrolY2PropertyW ()   Defines the Y coordinate of the second control point of the cubic curve segment. \http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#controlY2Property()
 261 CubicCurvejavafx.scene.shape\http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#controlY2Property()METHODendXPropertyL ()   Defines the X coordinate of the end point of the cubic curve segment. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#endXProperty()
 262 CubicCurvejavafx.scene.shapeWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#endXProperty()METHODendYPropertyL ()   Defines the Y coordinate of the end point of the cubic curve segment. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#endYProperty()
 263 CubicCurvejavafx.scene.shapeWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#endYProperty()METHODgetControlX10 ()   Gets the value of the property controlX1. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#getControlX1()
 264 CubicCurvejavafx.scene.shapeWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#getControlX1()METHODgetControlX20 ()   Gets the value of the property controlX2. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#getControlX2()
 265 CubicCurvejavafx.scene.shapeWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#getControlX2()METHODgetControlY10 ()   Gets the value of the property controlY1. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#getControlY1()
 266 CubicCurvejavafx.scene.shapeWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#getControlY1()METHODgetControlY20 ()   Gets the value of the property controlY2. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#getControlY2()
 267 CubicCurvejavafx.scene.shapeWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#getControlY2()METHODgetEndX+ ()   Gets the value of the property endX. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#getEndX()
 268 CubicCurvejavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#getEndX()METHODgetEndY+ ()   Gets the value of the property endY. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#getEndY()
 269 CubicCurvejavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#getEndY()METHOD        getStartX- ()   Gets the value of the property startX. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#getStartX()
 270 CubicCurvejavafx.scene.shapeThttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#getStartX()METHOD      getStartY- ()   Gets the value of the property startY. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#getStartY()
 271 CubicCurvejavafx.scene.shapeThttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#getStartY()METHODsetControlX1< (double value)   Sets the value of the property controlX1. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#setControlX1()
 272 CubicCurvejavafx.scene.shapeWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#setControlX1()METHODsetControlX2< (double value)   Sets the value of the property controlX2. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#setControlX2()
 273 CubicCurvejavafx.scene.shapeWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#setControlX2()METHODsetControlY1< (double value)   Sets the value of the property controlY1. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#setControlY1()
 274 CubicCurvejavafx.scene.shapeWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#setControlY1()METHODsetControlY2< (double value)   Sets the value of the property controlY2. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#setControlY2()
 275 CubicCurvejavafx.scene.shapeWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#setControlY2()METHODsetEndX7 (double value)   Sets the value of the property endX. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#setEndX()
 276 CubicCurvejavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#setEndX()METHODsetEndY7 (double value)   Sets the value of the property endY. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#setEndY()
 277 CubicCurvejavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#setEndY()METHOD        setStartX9 (double value)   Sets the value of the property startX. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#setStartX()
 278 CubicCurvejavafx.scene.shapeThttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#setStartX()METHOD      setStartY9 (double value)   Sets the value of the property startY. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#setStartY()
 279 CubicCurvejavafx.scene.shapeThttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#setStartY()METHODstartXPropertyN ()   Defines the X coordinate of the start point of the cubic curve segment. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#startXProperty()
 280 CubicCurvejavafx.scene.shapeYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#startXProperty()METHODstartYPropertyN ()   Defines the Y coordinate of the start point of the cubic curve segment. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#startYProperty()
 281 CubicCurvejavafx.scene.shapeYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#startYProperty()METHODtoStringC ()   Returns a string representation of this  CubicCurve  object. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#toString()
 282 CubicCurvejavafx.scene.shapeShttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurve.html#toString()CLASSCubicCurveTo For more information on path elements see the   Path   and   PathElement   classes.  Example:   import javafx.scene.shape.*; Path path = new Path(); MoveTo movejavafx.scene.shapeJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.htmlPROPERTY    controlX1G    Defines the X coordinate of the first B&eacute;zier control point. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#controlX1CubicCurveTojavafx.scene.shapeThttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#controlX1PROPERTY   controlX2H    Defines the X coordinate of the second B&eacute;zier control point. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#controlX2CubicCurveTojavafx.scene.shapeThttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#controlX2PROPERTY  controlY1G    Defines the Y coordinate of the first B&eacute;zier control point. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#controlY1CubicCurveTojavafx.scene.shapeThttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#controlY1PROPERTY   controlY2H    Defines the Y coordinate of the second B&eacute;zier control point. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#controlY2CubicCurveTojavafx.scene.shapeThttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#controlY2PROPERTYx5    Defines the X coordinate of the final end point. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#xCubicCurveTojavafx.scene.shapeLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#xPROPERTYy5    Defines the Y coordinate of the final end point. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#yCubicCurveTojavafx.scene.shapeLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#yMETHODcontrolX1PropertyI ()   Defines the X coordinate of the first B&eacute;zier control point. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#controlX1Property()CubicCurveTojavafx.scene.shape^http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#controlX1Property()METHODcontrolX2PropertyJ ()   Defines the X coordinate of the second B&eacute;zier control point. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#controlX2Property()CubicCurveTojavafx.scene.shape^http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#controlX2Property()METHODcontrolY1PropertyI ()   Defines the Y coordinate of the first B&eacute;zier control point. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#controlY1Property()CubicCurveTojavafx.scene.shape^http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#controlY1Property()METHODcontrolY2PropertyJ ()   Defines the Y coordinate of the second B&eacute;zier control point. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#controlY2Property()CubicCurveTojavafx.scene.shape^http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#controlY2Property()METHODgetControlX10 ()   Gets the value of the property controlX1. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#getControlX1()CubicCurveTojavafx.scene.shapeYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#getControlX1()METHODgetControlX20 ()   Gets the value of the property controlX2. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#getControlX2()CubicCurveTojavafx.scene.shapeYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#getControlX2()METHODgetControlY10 ()   Gets the value of the property controlY1. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#getControlY1()CubicCurveTojavafx.scene.shapeYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#getControlY1()METHODgetControlY20 ()   Gets the value of the property controlY2. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#getControlY2()CubicCurveTojavafx.scene.shapeYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#getControlY2()METHODgetX( ()   Gets the value of the property x. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#getX()CubicCurveTojavafx.scene.shapeQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#getX()METHODgetY( ()   Gets the value of the property y. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#getY()CubicCurveTojavafx.scene.shapeQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#getY()METHODsetControlX1< (double value)   Sets the value of the property controlX1. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#setControlX1()CubicCurveTojavafx.scene.shapeYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#setControlX1()METHODsetControlX2< (double value)   Sets the value of the property controlX2. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#setControlX2()CubicCurveTojavafx.scene.shapeYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#setControlX2()METHODsetControlY1< (double value)   Sets the value of the property controlY1. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#setControlY1()CubicCurveTojavafx.scene.shapeYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#setControlY1()METHODsetControlY2< (double value)   Sets the value of the property controlY2. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#setControlY2()CubicCurveTojavafx.scene.shapeYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#setControlY2()METHODsetX4 (double value)   Sets the value of the property x. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#setX()CubicCurveTojavafx.scene.shapeQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#setX()METHODsetY4 (double value)   Sets the value of the property y. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#setY()CubicCurveTojavafx.scene.shapeQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#setY()METHODtoStringE ()   Returns a string representation of this  CubicCurveTo  object. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#toString()CubicCurveTojavafx.scene.shapeUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#toString()METHOD     xProperty7 ()   Defines the X coordinate of the final end point. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#xProperty()CubicCurveTojavafx.scene.shapeVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#xProperty()METHOD   yProperty7 ()   Defines the Y coordinate of the final end point. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#yProperty()CubicCurveTojavafx.scene.shapeVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CubicCurveTo.html#yProperty()ENUMCullFacejavafx.scene.shapeFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CullFace.htmlFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CullFace.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CullFace.html#valueOf()CullFacejavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CullFace.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CullFace.html#values()CullFacejavafx.scene.shapeOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/CullFace.html#values()CLASSCurrencyStringConverterP  StringConverter   implementation for  Number  values that represent currency. javafx.util.converterXhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/CurrencyStringConverter.htmlXhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/CurrencyStringConverter.htmlMETHODgetNumberFormatf ()   Return a  NumberFormat  instance to use for formatting and parsing in this   StringConverter  . jhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/CurrencyStringConverter.html#getNumberFormat()CurrencyStringConverterjavafx.util.converterjhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/CurrencyStringConverter.html#getNumberFormat()CLASSCursorjavafx.scene>http://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html>http://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.htmlMETHODcursorP (java.lang.String identifier)   Returns a cursor for the specified identifier. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#cursor()Cursorjavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#cursor()METHODtoString6 ()   Returns a string representation for the cursor. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#toString()Cursorjavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#toString()FIELDCLOSED_HAND`    A cursor with a hand that is closed, often used when "grabbing", for example, when panning. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#CLOSED_HANDCursorjavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#CLOSED_HANDFIELD     CROSSHAIR    The crosshair cursor type. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#CROSSHAIRCursorjavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#CROSSHAIRFIELDDEFAULT@    The default cursor type (gets set if no cursor is defined). Fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#DEFAULTCursorjavafx.sceneFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#DEFAULTFIELD    DISAPPEAR    The disappear cursor type. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#DISAPPEARCursorjavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#DISAPPEARFIELDE_RESIZE!    The east-resize cursor type. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#E_RESIZECursorjavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#E_RESIZEFIELDH_RESIZE     The horizontal cursor type. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#H_RESIZECursorjavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#H_RESIZEFIELDHAND    The hand cursor type, resembling a pointing hand, often used to indicate that something can be clicked, such as a hyperlink. Chttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#HANDCursorjavafx.sceneChttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#HANDFIELDMOVE    The move cursor type. Chttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#MOVECursorjavafx.sceneChttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#MOVEFIELDN_RESIZE"    The north-resize cursor type. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#N_RESIZECursorjavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#N_RESIZEFIELD    NE_RESIZE'    The north-east-resize cursor type. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#NE_RESIZECursorjavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#NE_RESIZEFIELDNONE    The none cursor type. Chttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#NONECursorjavafx.sceneChttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#NONEFIELD   NW_RESIZE'    The north-west-resize cursor type. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#NW_RESIZECursorjavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#NW_RESIZEFIELD    OPEN_HAND'    A cursor with a hand which is open Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#OPEN_HANDCursorjavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#OPEN_HANDFIELDS_RESIZE"    The south-resize cursor type. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#S_RESIZECursorjavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#S_RESIZEFIELD SE_RESIZE'    The south-east-resize cursor type. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#SE_RESIZECursorjavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#SE_RESIZEFIELD    SW_RESIZE'    The south-west-resize cursor type. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#SW_RESIZECursorjavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#SW_RESIZEFIELDTEXT    The text cursor type. Chttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#TEXTCursorjavafx.sceneChttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#TEXTFIELDV_RESIZE    The vertical cursor type. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#V_RESIZECursorjavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#V_RESIZEFIELDW_RESIZE!    The west-resize cursor type. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#W_RESIZECursorjavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#W_RESIZEFIELDWAIT    The wait cursor type. Chttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#WAITCursorjavafx.sceneChttp://download.java.net/jdk8/jfxdocs/javafx/scene/Cursor.html#WAITCLASSCustomMenuItem A   MenuItem   that allows for arbitrary nodes to be embedded within it, by assigning a   Node   to the   content   property. CustomMenuItem attempts to make arjavafx.scene.controlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CustomMenuItem.htmlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CustomMenuItem.htmlPROPERTYcontent4    The node to display within this CustomMenuItem. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CustomMenuItem.html#contentCustomMenuItemjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CustomMenuItem.html#contentPROPERTYhideOnClickf    If true, this menu item, and all visible menus, will be hidden when this menu item is clicked on. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CustomMenuItem.html#hideOnClickCustomMenuItemjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CustomMenuItem.html#hideOnClickMETHODcontentProperty6 ()   The node to display within this CustomMenuItem. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CustomMenuItem.html#contentProperty()CustomMenuItemjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CustomMenuItem.html#contentProperty()METHOD
 283 getContent. ()   Gets the value of the property content. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CustomMenuItem.html#getContent()CustomMenuItemjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CustomMenuItem.html#getContent()METHODhideOnClickPropertyh ()   If true, this menu item, and all visible menus, will be hidden when this menu item is clicked on. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CustomMenuItem.html#hideOnClickProperty()CustomMenuItemjavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/CustomMenuItem.html#hideOnClickProperty()METHOD
isHideOnClick2 ()   Gets the value of the property hideOnClick. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CustomMenuItem.html#isHideOnClick()CustomMenuItemjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CustomMenuItem.html#isHideOnClick()METHOD
 284 setContent: ( Node  value)   Sets the value of the property content. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CustomMenuItem.html#setContent()CustomMenuItemjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CustomMenuItem.html#setContent()METHODsetHideOnClick? (boolean value)   Sets the value of the property hideOnClick. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CustomMenuItem.html#setHideOnClick()CustomMenuItemjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/CustomMenuItem.html#setHideOnClick()ENUMCycleMethodjavafx.scene.paintIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/CycleMethod.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/CycleMethod.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/CycleMethod.html#valueOf()CycleMethodjavafx.scene.paintShttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/CycleMethod.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/CycleMethod.html#values()CycleMethodjavafx.scene.paintRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/CycleMethod.html#values()CLASSCylinderjavafx.scene.shapeFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Cylinder.htmlFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Cylinder.htmlPROPERTYheight;    Defines the height or the Y dimension of the Cylinder. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Cylinder.html#heightCylinderjavafx.scene.shapeMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Cylinder.html#heightPROPERTYradius7    Defines the radius in the Z plane of the Cylinder. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Cylinder.html#radiusCylinderjavafx.scene.shapeMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Cylinder.html#radiusMETHODgetDivisionsG ()   Retrieves the divisions attribute use to generate this cylinder. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Cylinder.html#getDivisions()Cylinderjavafx.scene.shapeUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Cylinder.html#getDivisions()METHOD    getHeight- ()   Gets the value of the property height. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Cylinder.html#getHeight()Cylinderjavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Cylinder.html#getHeight()METHOD   getRadius- ()   Gets the value of the property radius. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Cylinder.html#getRadius()Cylinderjavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Cylinder.html#getRadius()METHODheightProperty= ()   Defines the height or the Y dimension of the Cylinder. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Cylinder.html#heightProperty()Cylinderjavafx.scene.shapeWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Cylinder.html#heightProperty()METHODradiusProperty9 ()   Defines the radius in the Z plane of the Cylinder. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Cylinder.html#radiusProperty()Cylinderjavafx.scene.shapeWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Cylinder.html#radiusProperty()METHOD     setHeight9 (double value)   Sets the value of the property height. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Cylinder.html#setHeight()Cylinderjavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Cylinder.html#setHeight()METHOD       setRadius9 (double value)   Sets the value of the property radius. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Cylinder.html#setRadius()Cylinderjavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Cylinder.html#setRadius()CLASS
 285 DataFormat Note that the ids may be subject to platform restrictions in some cases. For instance, Swing requires a mime type so if an  id  is not of the "type/subtype" forjavafx.scene.inputHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DataFormat.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DataFormat.htmlMETHODequalsV (java.lang.Object obj)   Indicates whether some other object is "equal to" this one. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DataFormat.html#equals()
 286 DataFormatjavafx.scene.inputQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DataFormat.html#equals()METHODgetIdentifiersD ()   Gets the unmodifiable set of identifiers for this DataFormat. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DataFormat.html#getIdentifiers()
 287 DataFormatjavafx.scene.inputYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DataFormat.html#getIdentifiers()METHODhashCode8 ()   Returns a hash code for this  DataFormat  object. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DataFormat.html#hashCode()
 288 DataFormatjavafx.scene.inputShttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DataFormat.html#hashCode()METHODlookupMimeType† (java.lang.String mimeType)   Looks for the DataFormat which has been previously created with the given mime type as one of its ids. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DataFormat.html#lookupMimeType()
 289 DataFormatjavafx.scene.inputYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DataFormat.html#lookupMimeType()METHODtoStringC ()   Returns a string representation of this  DataFormat  object. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DataFormat.html#toString()
 290 DataFormatjavafx.scene.inputShttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DataFormat.html#toString()FIELDFILES     Represents a List of Files. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DataFormat.html#FILES
 291 DataFormatjavafx.scene.inputNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DataFormat.html#FILESFIELDHTML)    Represents an HTML formatted string. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DataFormat.html#HTML
 292 DataFormatjavafx.scene.inputMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DataFormat.html#HTMLFIELDIMAGEˆ    A special platform specific image type, such as is commonly used on the clipboard and interoperates widely with other applications. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DataFormat.html#IMAGE
 293 DataFormatjavafx.scene.inputNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DataFormat.html#IMAGEFIELD
 294 PLAIN_TEXT$    Represents a plain text string. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DataFormat.html#PLAIN_TEXT
 295 DataFormatjavafx.scene.inputShttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DataFormat.html#PLAIN_TEXTFIELDRTF'    Represents an RTF formatted string Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DataFormat.html#RTF
 296 DataFormatjavafx.scene.inputLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DataFormat.html#RTFFIELDURL*    Represents a URL, encoded as a String Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DataFormat.html#URL
 297 DataFormatjavafx.scene.inputLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DataFormat.html#URLCLASSDateCell Updates the item associated with this Cell. This method should   only  be called by Skin implementations of ListView, TableView, TreeView, or other controls usijavafx.scene.controlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DateCell.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DateCell.htmlMETHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/DateCell.html#createDefaultSkin()DateCelljavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/DateCell.html#createDefaultSkin()METHOD
 298 updateItemZ (java.time.LocalDate item, boolean empty)    Updates the item associated with this Cell. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DateCell.html#updateItem()DateCelljavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DateCell.html#updateItem()CLASS
 299 DatePicker The   value   property represents the currently selected  LocalDate . An initial date can be set via the   constructor   or by calling  setValue() . The defaultjavafx.scene.controlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.htmlPROPERTY
 300 chronologyd    The calendar system used for parsing, displaying, and choosing dates in the DatePicker control. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#chronology
 301 DatePickerjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#chronologyPROPERTY   converterK    Converts the input text to an object of type LocalDate and vice versa. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#converter
 302 DatePickerjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#converterPROPERTYdayCellFactorye    A custom cell factory can be provided to customize individual day cells in the DatePicker popup. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#dayCellFactory
 303 DatePickerjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#dayCellFactoryPROPERTYeditor#    The editor for the DatePicker. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#editor
 304 DatePickerjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#editorPROPERTYshowWeekNumbersO    Whether the DatePicker popup should display a column showing week numbers. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#showWeekNumbers
 305 DatePickerjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#showWeekNumbersMETHODchronologyPropertyf ()   The calendar system used for parsing, displaying, and choosing dates in the DatePicker control. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#chronologyProperty()
 306 DatePickerjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#chronologyProperty()METHODconverterPropertyM ()   Converts the input text to an object of type LocalDate and vice versa. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#converterProperty()
 307 DatePickerjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#converterProperty()METHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#createDefaultSkin()
 308 DatePickerjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#createDefaultSkin()METHODdayCellFactoryPropertyg ()   A custom cell factory can be provided to customize individual day cells in the DatePicker popup. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#dayCellFactoryProperty()
 309 DatePickerjavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#dayCellFactoryProperty()METHODeditorProperty% ()   The editor for the DatePicker. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#editorProperty()
 310 DatePickerjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#editorProperty()METHOD
getChronology1 ()   Gets the value of the property chronology. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#getChronology()
 311 DatePickerjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#getChronology()METHODgetClassCssMetaData () `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#getClassCssMetaData()
 312 DatePickerjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#getClassCssMetaData()METHODgetControlCssMetaData () bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#getControlCssMetaData()
 313 DatePickerjavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#getControlCssMetaData()METHODgetConverter0 ()   Gets the value of the property converter. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#getConverter()
 314 DatePickerjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#getConverter()METHODgetDayCellFactory5 ()   Gets the value of the property dayCellFactory. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#getDayCellFactory()
 315 DatePickerjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#getDayCellFactory()METHOD  getEditor- ()   Gets the value of the property editor. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#getEditor()
 316 DatePickerjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#getEditor()METHODisShowWeekNumbers6 ()   Gets the value of the property showWeekNumbers. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#isShowWeekNumbers()
 317 DatePickerjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#isShowWeekNumbers()METHOD
setChronologyR (java.time.chrono.Chronology value)   Sets the value of the property chronology. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#setChronology()
 318 DatePickerjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#setChronology()METHODsetConverter\ ( StringConverter <java.time.LocalDate> value)   Sets the value of the property converter. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#setConverter()
 319 DatePickerjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#setConverter()METHODsetDayCellFactory^ ( Callback < DatePicker , DateCell > value)   Sets the value of the property dayCellFactory. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#setDayCellFactory()
 320 DatePickerjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#setDayCellFactory()METHODsetShowWeekNumbersC (boolean value)   Sets the value of the property showWeekNumbers. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#setShowWeekNumbers()
 321 DatePickerjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#setShowWeekNumbers()METHODshowWeekNumbersPropertyQ ()   Whether the DatePicker popup should display a column showing week numbers. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#showWeekNumbersProperty()
 322 DatePickerjavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/DatePicker.html#showWeekNumbersProperty()CLASSDateStringConverter6  StringConverter   implementation for  Date  values. javafx.util.converterThttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/DateStringConverter.htmlThttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/DateStringConverter.htmlMETHOD
getDateFormatd ()   Return a  DateFormat  instance to use for formatting and parsing in this   StringConverter  . dhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/DateStringConverter.html#getDateFormat()DateStringConverterjavafx.util.converterdhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/DateStringConverter.html#getDateFormat()CLASSDateTimeStringConverterU  StringConverter   implementation for  Date  values that represent a date and time. javafx.util.converterXhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/DateTimeStringConverter.htmlXhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/DateTimeStringConverter.htmlMETHOD
 323 fromStringk (java.lang.String value)   Converts the string provided into an object defined by the specific converter. ehttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/DateTimeStringConverter.html#fromString()DateTimeStringConverterjavafx.util.converterehttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/DateTimeStringConverter.html#fromString()METHOD
getDateFormatd ()   Return a  DateFormat  instance to use for formatting and parsing in this   StringConverter  . hhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/DateTimeStringConverter.html#getDateFormat()DateTimeStringConverterjavafx.util.converterhhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/DateTimeStringConverter.html#getDateFormat()METHODtoStringM (java.util.Date value)   Converts the object provided into its string form. chttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/DateTimeStringConverter.html#toString()DateTimeStringConverterjavafx.util.converterchttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/DateTimeStringConverter.html#toString()FIELD
 324 dateFormat  chttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/DateTimeStringConverter.html#dateFormatDateTimeStringConverterjavafx.util.converterchttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/DateTimeStringConverter.html#dateFormatFIELDlocale  _http://download.java.net/jdk8/jfxdocs/javafx/util/converter/DateTimeStringConverter.html#localeDateTimeStringConverterjavafx.util.converter_http://download.java.net/jdk8/jfxdocs/javafx/util/converter/DateTimeStringConverter.html#localeFIELDpattern  `http://download.java.net/jdk8/jfxdocs/javafx/util/converter/DateTimeStringConverter.html#patternDateTimeStringConverterjavafx.util.converter`http://download.java.net/jdk8/jfxdocs/javafx/util/converter/DateTimeStringConverter.html#patternCLASSDefaultStringConverter8  StringConverter   implementation for  String  values. javafx.util.converterWhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/DefaultStringConverter.htmlWhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/DefaultStringConverter.htmlMETHOD
 325 fromStringk (java.lang.String value)   Converts the string provided into an object defined by the specific converter. dhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/DefaultStringConverter.html#fromString()DefaultStringConverterjavafx.util.converterdhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/DefaultStringConverter.html#fromString()METHODtoStringO (java.lang.String value)   Converts the object provided into its string form. bhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/DefaultStringConverter.html#toString()DefaultStringConverterjavafx.util.converterbhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/DefaultStringConverter.html#toString()ENUM       DepthTestjavafx.sceneAhttp://download.java.net/jdk8/jfxdocs/javafx/scene/DepthTest.htmlAhttp://download.java.net/jdk8/jfxdocs/javafx/scene/DepthTest.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/DepthTest.html#valueOf()   DepthTestjavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/DepthTest.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/DepthTest.html#values()  DepthTestjavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/DepthTest.html#values()CLASSDimension2Djavafx.geometryFhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Dimension2D.htmlFhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Dimension2D.htmlMETHODequalsV (java.lang.Object obj)   Indicates whether some other object is "equal to" this one. Ohttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Dimension2D.html#equals()Dimension2Djavafx.geometryOhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Dimension2D.html#equals()METHOD getHeight# ()   The height of the dimension. Rhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Dimension2D.html#getHeight()Dimension2Djavafx.geometryRhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Dimension2D.html#getHeight()METHODgetWidth" ()   The width of the dimension. Qhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Dimension2D.html#getWidth()Dimension2Djavafx.geometryQhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Dimension2D.html#getWidth()METHODhashCode< ()   Returns a hash code value for the Dimension2D object. Qhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Dimension2D.html#hashCode()Dimension2Djavafx.geometryQhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Dimension2D.html#hashCode()METHODtoString= ()   Returns a string representation of this  Dimension2D . Qhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Dimension2D.html#toString()Dimension2Djavafx.geometryQhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Dimension2D.html#toString()CLASSDirectoryChooserjavafx.stageHhttp://download.java.net/jdk8/jfxdocs/javafx/stage/DirectoryChooser.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/stage/DirectoryChooser.htmlPROPERTYinitialDirectory4    The initial directory for the displayed dialog. Yhttp://download.java.net/jdk8/jfxdocs/javafx/stage/DirectoryChooser.html#initialDirectoryDirectoryChooserjavafx.stageYhttp://download.java.net/jdk8/jfxdocs/javafx/stage/DirectoryChooser.html#initialDirectoryPROPERTYtitle'    The title of the displayed dialog. Nhttp://download.java.net/jdk8/jfxdocs/javafx/stage/DirectoryChooser.html#titleDirectoryChooserjavafx.stageNhttp://download.java.net/jdk8/jfxdocs/javafx/stage/DirectoryChooser.html#titleMETHODgetInitialDirectory7 ()   Gets the value of the property initialDirectory. ^http://download.java.net/jdk8/jfxdocs/javafx/stage/DirectoryChooser.html#getInitialDirectory()DirectoryChooserjavafx.stage^http://download.java.net/jdk8/jfxdocs/javafx/stage/DirectoryChooser.html#getInitialDirectory()METHODgetTitle, ()   Gets the value of the property title. Shttp://download.java.net/jdk8/jfxdocs/javafx/stage/DirectoryChooser.html#getTitle()DirectoryChooserjavafx.stageShttp://download.java.net/jdk8/jfxdocs/javafx/stage/DirectoryChooser.html#getTitle()METHODinitialDirectoryProperty6 ()   The initial directory for the displayed dialog. chttp://download.java.net/jdk8/jfxdocs/javafx/stage/DirectoryChooser.html#initialDirectoryProperty()DirectoryChooserjavafx.stagechttp://download.java.net/jdk8/jfxdocs/javafx/stage/DirectoryChooser.html#initialDirectoryProperty()METHODsetInitialDirectoryI (java.io.File value)   Sets the value of the property initialDirectory. ^http://download.java.net/jdk8/jfxdocs/javafx/stage/DirectoryChooser.html#setInitialDirectory()DirectoryChooserjavafx.stage^http://download.java.net/jdk8/jfxdocs/javafx/stage/DirectoryChooser.html#setInitialDirectory()METHODsetTitleB (java.lang.String value)   Sets the value of the property title. Shttp://download.java.net/jdk8/jfxdocs/javafx/stage/DirectoryChooser.html#setTitle()DirectoryChooserjavafx.stageShttp://download.java.net/jdk8/jfxdocs/javafx/stage/DirectoryChooser.html#setTitle()METHOD
 326 showDialogB ( Window  ownerWindow)   Shows a new directory selection dialog. Uhttp://download.java.net/jdk8/jfxdocs/javafx/stage/DirectoryChooser.html#showDialog()DirectoryChooserjavafx.stageUhttp://download.java.net/jdk8/jfxdocs/javafx/stage/DirectoryChooser.html#showDialog()METHOD
titleProperty) ()   The title of the displayed dialog. Xhttp://download.java.net/jdk8/jfxdocs/javafx/stage/DirectoryChooser.html#titleProperty()DirectoryChooserjavafx.stageXhttp://download.java.net/jdk8/jfxdocs/javafx/stage/DirectoryChooser.html#titleProperty()CLASSDisplacementMap  Note  that the mapping is the offset from a destination pixel to the source pixel location from which it is sampled which means that filling the map with all vjavafx.scene.effectNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.htmlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.htmlPROPERTYinput!    The input for this  Effect . Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#inputDisplacementMapjavafx.scene.effectThttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#inputPROPERTYmapData$    The map data for this  Effect . Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#mapDataDisplacementMapjavafx.scene.effectVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#mapDataPROPERTYoffsetXn    The offset by which all x coordinate offset values in the  FloatMap  are displaced after they are scaled. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#offsetXDisplacementMapjavafx.scene.effectVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#offsetXPROPERTYoffsetYn    The offset by which all y coordinate offset values in the  FloatMap  are displaced after they are scaled. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#offsetYDisplacementMapjavafx.scene.effectVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#offsetYPROPERTYscaleX_    The scale factor by which all x coordinate offset values in the  FloatMap  are multiplied. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#scaleXDisplacementMapjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#scaleXPROPERTYscaleY_    The scale factor by which all y coordinate offset values in the  FloatMap  are multiplied. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#scaleYDisplacementMapjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#scaleYPROPERTYwrapY    Defines whether values taken from outside the edges of the map "wrap around" or not. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#wrapDisplacementMapjavafx.scene.effectShttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#wrapMETHODgetInput, ()   Gets the value of the property input. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#getInput()DisplacementMapjavafx.scene.effectYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#getInput()METHOD
 327 getMapData. ()   Gets the value of the property mapData. [http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#getMapData()DisplacementMapjavafx.scene.effect[http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#getMapData()METHOD
 328 getOffsetX. ()   Gets the value of the property offsetX. [http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#getOffsetX()DisplacementMapjavafx.scene.effect[http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#getOffsetX()METHOD
 329 getOffsetY. ()   Gets the value of the property offsetY. [http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#getOffsetY()DisplacementMapjavafx.scene.effect[http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#getOffsetY()METHOD     getScaleX- ()   Gets the value of the property scaleX. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#getScaleX()DisplacementMapjavafx.scene.effectZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#getScaleX()METHOD getScaleY- ()   Gets the value of the property scaleY. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#getScaleY()DisplacementMapjavafx.scene.effectZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#getScaleY()METHOD
inputProperty# ()   The input for this  Effect . ^http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#inputProperty()DisplacementMapjavafx.scene.effect^http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#inputProperty()METHODisWrap+ ()   Gets the value of the property wrap. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#isWrap()DisplacementMapjavafx.scene.effectWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#isWrap()METHODmapDataProperty& ()   The map data for this  Effect . `http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#mapDataProperty()DisplacementMapjavafx.scene.effect`http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#mapDataProperty()METHODoffsetXPropertyp ()   The offset by which all x coordinate offset values in the  FloatMap  are displaced after they are scaled. `http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#offsetXProperty()DisplacementMapjavafx.scene.effect`http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#offsetXProperty()METHODoffsetYPropertyp ()   The offset by which all y coordinate offset values in the  FloatMap  are displaced after they are scaled. `http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#offsetYProperty()DisplacementMapjavafx.scene.effect`http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#offsetYProperty()METHODscaleXPropertya ()   The scale factor by which all x coordinate offset values in the  FloatMap  are multiplied. _http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#scaleXProperty()DisplacementMapjavafx.scene.effect_http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#scaleXProperty()METHODscaleYPropertya ()   The scale factor by which all y coordinate offset values in the  FloatMap  are multiplied. _http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#scaleYProperty()DisplacementMapjavafx.scene.effect_http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#scaleYProperty()METHODsetInput: ( Effect  value)   Sets the value of the property input. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#setInput()DisplacementMapjavafx.scene.effectYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#setInput()METHOD
 330 setMapData> ( FloatMap  value)   Sets the value of the property mapData. [http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#setMapData()DisplacementMapjavafx.scene.effect[http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#setMapData()METHOD
 331 setOffsetX: (double value)   Sets the value of the property offsetX. [http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#setOffsetX()DisplacementMapjavafx.scene.effect[http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#setOffsetX()METHOD
 332 setOffsetY: (double value)   Sets the value of the property offsetY. [http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#setOffsetY()DisplacementMapjavafx.scene.effect[http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#setOffsetY()METHOD setScaleX9 (double value)   Sets the value of the property scaleX. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#setScaleX()DisplacementMapjavafx.scene.effectZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#setScaleX()METHOD     setScaleY9 (double value)   Sets the value of the property scaleY. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#setScaleY()DisplacementMapjavafx.scene.effectZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#setScaleY()METHODsetWrap8 (boolean value)   Sets the value of the property wrap. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#setWrap()DisplacementMapjavafx.scene.effectXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#setWrap()METHODwrapProperty[ ()   Defines whether values taken from outside the edges of the map "wrap around" or not. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#wrapProperty()DisplacementMapjavafx.scene.effect]http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DisplacementMap.html#wrapProperty()CLASS
DoubleBinding  DoubleBinding  provides a simple invalidation-scheme. An extending class can register dependencies by calling   bind(Observable...)  . If One of the registeredjavafx.beans.bindingMhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.htmlMhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.htmlMETHODaddListenerŸ ( ChangeListener <? super java.lang.Number> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.html#addListener()
DoubleBindingjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.html#addListener()
DoubleBindingjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.html#addListener()METHODbindP ( Observable ... dependencies)   Start observing the dependencies for changes. Thttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.html#bind()
DoubleBindingjavafx.beans.bindingThttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.html#bind()METHODcomputeValue4 ()   Calculates the current value of this binding. \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.html#computeValue()
DoubleBindingjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.html#computeValue()METHODdispose= ()   A default implementation of  dispose()  that is empty. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.html#dispose()
DoubleBindingjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.html#dispose()METHODget0 ()   Returns the result of   computeValue()  . Shttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.html#get()
DoubleBindingjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.html#get()METHODgetDependencies` ()   A default implementation of  getDependencies()  that returns an empty   ObservableList  . _http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.html#getDependencies()
DoubleBindingjavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.html#getDependencies()METHOD
 333 invalidate! ()   Mark a binding as invalid. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.html#invalidate()
DoubleBindingjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.html#invalidate()METHODisValid$ ()   Checks if a binding is valid. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.html#isValid()
DoubleBindingjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.html#isValid()METHODonInvalidatingt ()   The method onInvalidating() can be overridden by extending classes to react, if this binding becomes invalid. ^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.html#onInvalidating()
DoubleBindingjavafx.beans.binding^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.html#onInvalidating()METHODremoveListener  ( ChangeListener <? super java.lang.Number> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Obs^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.html#removeListener()
DoubleBindingjavafx.beans.binding^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes inv^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.html#removeListener()
DoubleBindingjavafx.beans.binding^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.html#removeListener()METHODtoStringF ()   Returns a string representation of this  DoubleBinding  object. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.html#toString()
DoubleBindingjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.html#toString()METHODunbindO ( Observable ... dependencies)   Stop observing the dependencies for changes. Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.html#unbind()
DoubleBindingjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleBinding.html#unbind()CLASSDoubleExpression›A concrete sub-class of  DoubleExpression  has to implement the method   ObservableDoubleValue.get()  , which provides the actual value of this expression.javafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.htmlPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.htmlMETHODadd{ (double other)   Creates a new   NumberBinding   that calculates the sum of this  NumberExpression  and a constant value. Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#add()DoubleExpressionjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#add()METHODaddz (float other)   Creates a new   NumberBinding   that calculates the sum of this  NumberExpression  and a constant value. Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#add()DoubleExpressionjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#add()METHODaddx (int other)   Creates a new   NumberBinding   that calculates the sum of this  NumberExpression  and a constant value. Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#add()DoubleExpressionjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#add()METHODaddy (long other)   Creates a new   NumberBinding   that calculates the sum of this  NumberExpression  and a constant value. Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#add()DoubleExpressionjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#add()METHODadd ( ObservableNumberValue  other)   Creates a new   NumberBinding   that calculates the sum of this  NumberExpression  and another   ObservableNumberValue  . Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#add()DoubleExpressionjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#add()METHODasObjectW ()   Creates an   ObjectExpression   that holds the value of this  DoubleExpression . [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#asObject()DoubleExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#asObject()METHODdivide€ (double other)   Creates a new   NumberBinding   that calculates the division of this  NumberExpression  and a constant value. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#divide()DoubleExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#divide()METHODdivide (float other)   Creates a new   NumberBinding   that calculates the division of this  NumberExpression  and a constant value. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#divide()DoubleExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#divide()METHODdivide} (int other)   Creates a new   NumberBinding   that calculates the division of this  NumberExpression  and a constant value. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#divide()DoubleExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#divide()METHODdivide~ (long other)   Creates a new   NumberBinding   that calculates the division of this  NumberExpression  and a constant value. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#divide()DoubleExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#divide()METHODdivide  ( ObservableNumberValue  other)   Creates a new   NumberBinding   that calculates the division of this  NumberExpression  and another   ObservableNumberValue  Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#divide()DoubleExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#divide()METHODdoubleExpressionh ( ObservableDoubleValue  value)   Returns a  DoubleExpression  that wraps a   ObservableDoubleValue  . chttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#doubleExpression()DoubleExpressionjavafx.beans.bindingchttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#doubleExpression()METHODdoubleExpression` ( ObservableValue <T> value)   Returns a  DoubleExpression  that wraps an   ObservableValue  . chttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#doubleExpression()DoubleExpressionjavafx.beans.bindingchttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#doubleExpression()METHODdoubleValueG ()   Returns the value of this  ObservableNumberValue  as a  double . ^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#doubleValue()DoubleExpressionjavafx.beans.binding^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#doubleValue()METHOD
 334 floatValueF ()   Returns the value of this  ObservableNumberValue  as a  float . ]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#floatValue()DoubleExpressionjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#floatValue()METHODgetValue: ()   Returns the current value of this  ObservableValue  [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#getValue()DoubleExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#getValue()METHODintValueF ()   Returns the value of this  ObservableNumberValue  as an  int  . [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#intValue()DoubleExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#intValue()METHOD       longValueF ()   Returns the value of this  ObservableNumberValue  as a  long  . \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#longValue()DoubleExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#longValue()METHODmultiply (double other)   Creates a new   NumberBinding   that calculates the product of this  NumberExpression  and a constant value. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#multiply()DoubleExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#multiply()METHODmultiply~ (float other)   Creates a new   NumberBinding   that calculates the product of this  NumberExpression  and a constant value. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#multiply()DoubleExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#multiply()METHODmultiply| (int other)   Creates a new   NumberBinding   that calculates the product of this  NumberExpression  and a constant value. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#multiply()DoubleExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#multiply()METHODmultiply} (long other)   Creates a new   NumberBinding   that calculates the product of this  NumberExpression  and a constant value. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#multiply()DoubleExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#multiply()METHODmultiply  ( ObservableNumberValue  other)   Creates a new   NumberBinding   that calculates the product of this  NumberExpression  and another   ObservableNumberValue  .[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#multiply()DoubleExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#multiply()METHODnegateZ ()   Creates a new   NumberBinding   that calculates the negation of  NumberExpression . Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#negate()DoubleExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#negate()METHODsubtract‚ (double other)   Creates a new   NumberBinding   that calculates the difference of this  NumberExpression  and a constant value. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#subtract()DoubleExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#subtract()METHODsubtract (float other)   Creates a new   NumberBinding   that calculates the difference of this  NumberExpression  and a constant value. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#subtract()DoubleExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#subtract()METHODsubtract (int other)   Creates a new   NumberBinding   that calculates the difference of this  NumberExpression  and a constant value. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#subtract()DoubleExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#subtract()METHODsubtract€ (long other)   Creates a new   NumberBinding   that calculates the difference of this  NumberExpression  and a constant value. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#subtract()DoubleExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#subtract()METHODsubtract  ( ObservableNumberValue  other)   Creates a new   NumberBinding   that calculates the difference of this  NumberExpression  and another   ObservableNumberValue[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#subtract()DoubleExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/DoubleExpression.html#subtract()CLASSDoubleProperty The value of a  DoubleProperty  can be get and set with   ObservableDoubleValue.get()  ,   DoubleExpression.getValue()  ,   WritableDoubleValue.set(double)  , ajavafx.beans.propertyOhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoubleProperty.htmlOhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoubleProperty.htmlMETHODasObjectY ()   Creates an   ObjectProperty   that bidirectionally bound to this  DoubleProperty . Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoubleProperty.html#asObject()DoublePropertyjavafx.beans.propertyZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoubleProperty.html#asObject()METHODbindBidirectionalp ( Property <java.lang.Number> other)   Create a bidirectional binding between this  Property  and another one. chttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoubleProperty.html#bindBidirectional()DoublePropertyjavafx.beans.propertychttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoubleProperty.html#bindBidirectional()METHODdoubleProperty„ ( Property <java.lang.Double> property)   Returns a  DoubleProperty  that wraps a   Property   and is bidirectionally bound to it. `http://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoubleProperty.html#doubleProperty()DoublePropertyjavafx.beans.property`http://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoubleProperty.html#doubleProperty()METHODsetValue/ (java.lang.Number v)   Set the wrapped value. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoubleProperty.html#setValue()DoublePropertyjavafx.beans.propertyZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoubleProperty.html#setValue()METHODtoStringG ()   Returns a string representation of this  DoubleProperty  object. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoubleProperty.html#toString()DoublePropertyjavafx.beans.propertyZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoubleProperty.html#toString()METHODunbindBidirectionalp ( Property <java.lang.Number> other)   Remove a bidirectional binding between this  Property  and another one. ehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoubleProperty.html#unbindBidirectional()DoublePropertyjavafx.beans.propertyehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoubleProperty.html#unbindBidirectional()CLASSDoublePropertyBase Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.propertyShttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoublePropertyBase.htmlShttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoublePropertyBase.htmlMETHODaddListenerŸ ( ChangeListener <? super java.lang.Number> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. ahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoublePropertyBase.html#addListener()DoublePropertyBasejavafx.beans.propertyahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoublePropertyBase.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. ahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoublePropertyBase.html#addListener()DoublePropertyBasejavafx.beans.propertyahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoublePropertyBase.html#addListener()METHODbindt ( ObservableValue <? extends java.lang.Number> rawObservable)   Create a unidirection binding for this  Property . Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoublePropertyBase.html#bind()DoublePropertyBasejavafx.beans.propertyZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoublePropertyBase.html#bind()METHODfireValueChangedEvent] ()   Sends notifications to all attached   InvalidationListeners   and   ChangeListeners  . khttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoublePropertyBase.html#fireValueChangedEvent()DoublePropertyBasejavafx.beans.propertykhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoublePropertyBase.html#fireValueChangedEvent()METHODget ()   Get the wrapped value. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoublePropertyBase.html#get()DoublePropertyBasejavafx.beans.propertyYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoublePropertyBase.html#get()METHODinvalidatedZ ()   The method  invalidated()  can be overridden to receive invalidation notifications. ahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoublePropertyBase.html#invalidated()DoublePropertyBasejavafx.beans.propertyahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoublePropertyBase.html#invalidated()METHODisBound6 ()   Can be used to check, if a  Property  is bound. ]http://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoublePropertyBase.html#isBound()DoublePropertyBasejavafx.beans.property]http://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoublePropertyBase.html#isBound()METHODremoveListener  ( ChangeListener <? super java.lang.Number> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Obsdhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoublePropertyBase.html#removeListener()DoublePropertyBasejavafx.beans.propertydhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoublePropertyBase.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invdhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoublePropertyBase.html#removeListener()DoublePropertyBasejavafx.beans.propertydhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoublePropertyBase.html#removeListener()METHODset, (double newValue)   Set the wrapped value. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoublePropertyBase.html#set()DoublePropertyBasejavafx.beans.propertyYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoublePropertyBase.html#set()METHODtoStringK ()   Returns a string representation of this  DoublePropertyBase  object. ^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoublePropertyBase.html#toString()DoublePropertyBasejavafx.beans.property^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoublePropertyBase.html#toString()METHODunbind= ()   Remove the unidirectional binding for this  Property . \http://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoublePropertyBase.html#unbind()DoublePropertyBasejavafx.beans.property\http://download.java.net/jdk8/jfxdocs/javafx/beans/property/DoublePropertyBase.html#unbind()CLASSDoubleStringConverterO  StringConverter   implementation for  Double  (and double primitive) values. javafx.util.converterVhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/DoubleStringConverter.htmlVhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/DoubleStringConverter.htmlMETHOD
 335 fromStringk (java.lang.String value)   Converts the string provided into an object defined by the specific converter. chttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/DoubleStringConverter.html#fromString()DoubleStringConverterjavafx.util.converterchttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/DoubleStringConverter.html#fromString()METHODtoStringO (java.lang.Double value)   Converts the object provided into its string form. ahttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/DoubleStringConverter.html#toString()DoubleStringConverterjavafx.util.converterahttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/DoubleStringConverter.html#toString()CLASS    Dragboardjavafx.scene.inputGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Dragboard.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Dragboard.htmlMETHODgetDragView* ()   Gets the image used as a drag view. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Dragboard.html#getDragView()    Dragboardjavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Dragboard.html#getDragView()METHODgetDragViewOffsetX@ ()   Gets the x position of the cursor of the drag view image. \http://download.java.net/jdk8/jfxdocs/javafx/scene/input/Dragboard.html#getDragViewOffsetX()       Dragboardjavafx.scene.input\http://download.java.net/jdk8/jfxdocs/javafx/scene/input/Dragboard.html#getDragViewOffsetX()METHODgetDragViewOffsetY@ ()   Gets the y position of the cursor of the drag view image. \http://download.java.net/jdk8/jfxdocs/javafx/scene/input/Dragboard.html#getDragViewOffsetY()        Dragboardjavafx.scene.input\http://download.java.net/jdk8/jfxdocs/javafx/scene/input/Dragboard.html#getDragViewOffsetY()METHODgetTransferModesM ()   Gets set of transport modes supported by source of this drag opeation. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Dragboard.html#getTransferModes()       Dragboardjavafx.scene.inputZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Dragboard.html#getTransferModes()METHODsetDragViewg ( Image  image)   Sets the visual representation of data being transfered in a drag and drop gesture. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Dragboard.html#setDragView() Dragboardjavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Dragboard.html#setDragView()METHODsetDragView‡ ( Image  image, double offsetX, double offsetY)   Sets the visual representation of data being transfered in a drag and drop gesture. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Dragboard.html#setDragView()     Dragboardjavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Dragboard.html#setDragView()METHODsetDragViewOffsetXN (double offsetX)   Sets the x position of the cursor of the drag view image. \http://download.java.net/jdk8/jfxdocs/javafx/scene/input/Dragboard.html#setDragViewOffsetX() Dragboardjavafx.scene.input\http://download.java.net/jdk8/jfxdocs/javafx/scene/input/Dragboard.html#setDragViewOffsetX()METHODsetDragViewOffsetYN (double offsetY)   Sets the y position of the cursor of the drag view image. \http://download.java.net/jdk8/jfxdocs/javafx/scene/input/Dragboard.html#setDragViewOffsetY()  Dragboardjavafx.scene.input\http://download.java.net/jdk8/jfxdocs/javafx/scene/input/Dragboard.html#setDragViewOffsetY()CLASS        DragEvent Drag and drop gesture can be started by calling  startDragAndDrop()  (on a node or scene) inside of a   DRAG_DETECTED   event handler. The data to be transferedjavafx.scene.inputGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.htmlMETHODacceptTransferModesr ( TransferMode ... transferModes)   Accepts this  DragEvent , choosing the transfer mode for the drop operation. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#acceptTransferModes()   DragEventjavafx.scene.input]http://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#acceptTransferModes()METHODcopyForŽ (java.lang.Object newSource,  EventTarget  newTarget)   Creates and returns a copy of this event with the specified event source and target. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#copyFor()      DragEventjavafx.scene.inputQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#copyFor()METHODcopyForœ (java.lang.Object source,  EventTarget  target,  EventType < DragEvent > type)   Creates a copy of the given drag event with the given fields substituted. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#copyFor()      DragEventjavafx.scene.inputQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#copyFor()METHODcopyFor  (java.lang.Object source,  EventTarget  target, java.lang.Object gestureSource, java.lang.Object gestureTarget,  EventType < DragEvent > eventType)   Creates aQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#copyFor()  DragEventjavafx.scene.inputQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#copyFor()METHODgetAcceptedTransferMode7 ()   Gets transfer mode accepted by potential target. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getAcceptedTransferMode()  DragEventjavafx.scene.inputahttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getAcceptedTransferMode()METHODgetAcceptingObject) ()   The object that accepted the drag. \http://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getAcceptingObject()  DragEventjavafx.scene.input\http://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getAcceptingObject()METHODgetDragboard6 ()   A dragboard that is available to transfer data. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getDragboard()      DragEventjavafx.scene.inputVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getDragboard()METHODgetEventType) ()   Gets the event type of this event. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getEventType() DragEventjavafx.scene.inputVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getEventType()METHODgetGestureSource6 ()   The source object of the drag and drop gesture. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getGestureSource()    DragEventjavafx.scene.inputZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getGestureSource()METHODgetGestureTarget6 ()   The target object of the drag and drop gesture. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getGestureTarget()        DragEventjavafx.scene.inputZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getGestureTarget()METHOD
getPickResult* ()   Returns information about the pick. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getPickResult()  DragEventjavafx.scene.inputWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getPickResult()METHOD    getSceneX{ ()   Returns horizontal position of the event relative to the origin of the  Scene  that contains the DragEvent's source. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getSceneX() DragEventjavafx.scene.inputShttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getSceneX()METHOD        getSceneYy ()   Returns vertical position of the event relative to the origin of the  Scene  that contains the DragEvent's source. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getSceneY()   DragEventjavafx.scene.inputShttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getSceneY()METHOD
 336 getScreenX9 ()   Returns absolute horizontal position of the event. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getScreenX() DragEventjavafx.scene.inputThttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getScreenX()METHOD
 337 getScreenY7 ()   Returns absolute vertical position of the event. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getScreenY()   DragEventjavafx.scene.inputThttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getScreenY()METHODgetTransferMode ()   Data transfer mode. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getTransferMode()    DragEventjavafx.scene.inputYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getTransferMode()METHODgetXY ()   Horizontal position of the event relative to the origin of the DragEvent's source. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getX()      DragEventjavafx.scene.inputNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getX()METHODgetYW ()   Vertical position of the event relative to the origin of the DragEvent's source. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getY()   DragEventjavafx.scene.inputNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getY()METHODgetZU ()   Depth position of the event relative to the origin of the MouseEvent's source. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getZ()     DragEventjavafx.scene.inputNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#getZ()METHOD
 338 isAccepted1 ()   Indicates if this event has been accepted. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#isAccepted() DragEventjavafx.scene.inputThttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#isAccepted()METHODisDropCompletedF ()   Whether  setDropCompleted(true)  has been called on this event. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#isDropCompleted()        DragEventjavafx.scene.inputYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#isDropCompleted()METHODsetDropCompleted“ (boolean isTransferDone)   Indicates that transfer handling of this  DragEvent  was completed successfully during a  DRAG_DROPPED  event handler. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#setDropCompleted()   DragEventjavafx.scene.inputZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#setDropCompleted()FIELDANY/    Common supertype for all drag event types. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#ANY    DragEventjavafx.scene.inputKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#ANYFIELD DRAG_DONEh    This event occurs on drag-and-drop gesture source after its data has been dropped on a drop target. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#DRAG_DONE      DragEventjavafx.scene.inputQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#DRAG_DONEFIELDDRAG_DROPPEDg    This event occurs when the mouse button is released during drag and drop gesture on a drop target. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#DRAG_DROPPED   DragEventjavafx.scene.inputThttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#DRAG_DROPPEDFIELDDRAG_ENTERED7    This event occurs when drag gesture enters a node. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#DRAG_ENTERED        DragEventjavafx.scene.inputThttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#DRAG_ENTEREDFIELDDRAG_ENTERED_TARGET7    This event occurs when drag gesture enters a node. [http://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#DRAG_ENTERED_TARGET  DragEventjavafx.scene.input[http://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#DRAG_ENTERED_TARGETFIELDDRAG_EXITED6    This event occurs when drag gesture exits a node. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#DRAG_EXITED    DragEventjavafx.scene.inputShttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#DRAG_EXITEDFIELDDRAG_EXITED_TARGET6    This event occurs when drag gesture exits a node. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#DRAG_EXITED_TARGET      DragEventjavafx.scene.inputZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#DRAG_EXITED_TARGETFIELD  DRAG_OVERE    This event occurs when drag gesture progresses within this node. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#DRAG_OVER DragEventjavafx.scene.inputQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/DragEvent.html#DRAG_OVERENUMDrawModejavafx.scene.shapeFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/DrawMode.htmlFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/DrawMode.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/DrawMode.html#valueOf()DrawModejavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/DrawMode.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/DrawMode.html#values()DrawModejavafx.scene.shapeOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/DrawMode.html#values()CLASS
 339 DropShadow Example:    DropShadow dropShadow = new DropShadow(); dropShadow.setRadius(5.0); dropShadow.setOffsetX(3.0); dropShadow.setOffsetY(3.0); dropShadow.setColor(Coljavafx.scene.effectIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.htmlPROPERTYblurType+    The algorithm used to blur the shadow. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#blurType
 340 DropShadowjavafx.scene.effectRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#blurTypePROPERTYcolor    The shadow  Color . Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#color
 341 DropShadowjavafx.scene.effectOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#colorPROPERTYheight1    The vertical size of the shadow blur kernel. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#height
 342 DropShadowjavafx.scene.effectPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#heightPROPERTYinput!    The input for this  Effect . Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#input
 343 DropShadowjavafx.scene.effectOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#inputPROPERTYoffsetX5    The shadow offset in the x direction, in pixels. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#offsetX
 344 DropShadowjavafx.scene.effectQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#offsetXPROPERTYoffsetY5    The shadow offset in the y direction, in pixels. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#offsetY
 345 DropShadowjavafx.scene.effectQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#offsetYPROPERTYradius*    The radius of the shadow blur kernel. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#radius
 346 DropShadowjavafx.scene.effectPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#radiusPROPERTYspread    The spread of the shadow. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#spread
 347 DropShadowjavafx.scene.effectPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#spreadPROPERTYwidth3    The horizontal size of the shadow blur kernel. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#width
 348 DropShadowjavafx.scene.effectOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#widthMETHODblurTypeProperty- ()   The algorithm used to blur the shadow. \http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#blurTypeProperty()
 349 DropShadowjavafx.scene.effect\http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#blurTypeProperty()METHOD
colorProperty ()   The shadow  Color . Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#colorProperty()
 350 DropShadowjavafx.scene.effectYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#colorProperty()METHODgetBlurType/ ()   Gets the value of the property blurType. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#getBlurType()
 351 DropShadowjavafx.scene.effectWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#getBlurType()METHODgetColor, ()   Gets the value of the property color. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#getColor()
 352 DropShadowjavafx.scene.effectThttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#getColor()METHOD     getHeight- ()   Gets the value of the property height. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#getHeight()
 353 DropShadowjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#getHeight()METHODgetInput, ()   Gets the value of the property input. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#getInput()
 354 DropShadowjavafx.scene.effectThttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#getInput()METHOD
 355 getOffsetX. ()   Gets the value of the property offsetX. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#getOffsetX()
 356 DropShadowjavafx.scene.effectVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#getOffsetX()METHOD
 357 getOffsetY. ()   Gets the value of the property offsetY. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#getOffsetY()
 358 DropShadowjavafx.scene.effectVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#getOffsetY()METHOD   getRadius- ()   Gets the value of the property radius. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#getRadius()
 359 DropShadowjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#getRadius()METHOD    getSpread- ()   Gets the value of the property spread. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#getSpread()
 360 DropShadowjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#getSpread()METHODgetWidth, ()   Gets the value of the property width. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#getWidth()
 361 DropShadowjavafx.scene.effectThttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#getWidth()METHODheightProperty3 ()   The vertical size of the shadow blur kernel. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#heightProperty()
 362 DropShadowjavafx.scene.effectZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#heightProperty()METHOD
inputProperty# ()   The input for this  Effect . Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#inputProperty()
 363 DropShadowjavafx.scene.effectYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#inputProperty()METHODoffsetXProperty7 ()   The shadow offset in the x direction, in pixels. [http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#offsetXProperty()
 364 DropShadowjavafx.scene.effect[http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#offsetXProperty()METHODoffsetYProperty7 ()   The shadow offset in the y direction, in pixels. [http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#offsetYProperty()
 365 DropShadowjavafx.scene.effect[http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#offsetYProperty()METHODradiusProperty, ()   The radius of the shadow blur kernel. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#radiusProperty()
 366 DropShadowjavafx.scene.effectZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#radiusProperty()METHODsetBlurType? ( BlurType  value)   Sets the value of the property blurType. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#setBlurType()
 367 DropShadowjavafx.scene.effectWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#setBlurType()METHODsetColor9 ( Color  value)   Sets the value of the property color. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#setColor()
 368 DropShadowjavafx.scene.effectThttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#setColor()METHOD     setHeight9 (double value)   Sets the value of the property height. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#setHeight()
 369 DropShadowjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#setHeight()METHODsetInput: ( Effect  value)   Sets the value of the property input. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#setInput()
 370 DropShadowjavafx.scene.effectThttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#setInput()METHOD
 371 setOffsetX: (double value)   Sets the value of the property offsetX. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#setOffsetX()
 372 DropShadowjavafx.scene.effectVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#setOffsetX()METHOD
 373 setOffsetY: (double value)   Sets the value of the property offsetY. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#setOffsetY()
 374 DropShadowjavafx.scene.effectVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#setOffsetY()METHOD   setRadius9 (double value)   Sets the value of the property radius. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#setRadius()
 375 DropShadowjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#setRadius()METHOD    setSpread9 (double value)   Sets the value of the property spread. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#setSpread()
 376 DropShadowjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#setSpread()METHODsetWidth8 (double value)   Sets the value of the property width. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#setWidth()
 377 DropShadowjavafx.scene.effectThttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#setWidth()METHODspreadProperty  ()   The spread of the shadow. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#spreadProperty()
 378 DropShadowjavafx.scene.effectZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#spreadProperty()METHOD
widthProperty5 ()   The horizontal size of the shadow blur kernel. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#widthProperty()
 379 DropShadowjavafx.scene.effectYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/DropShadow.html#widthProperty()CLASSDuration A class that defines a duration of time. Duration instances are immutable, and are therefore replaced rather than modified, similar to  BigDecimal . Duration's javafx.util?http://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html?http://download.java.net/jdk8/jfxdocs/javafx/util/Duration.htmlMETHODaddi ( Duration  other)   Add this instance and another Duration instance to return a new Duration instance. Ehttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#add()Durationjavafx.utilEhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#add()METHOD     compareToZ ( Duration  d)   Compares durations represented by this object and the specified object. Khttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#compareTo()Durationjavafx.utilKhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#compareTo()METHODdivideR (double n)   Divide this instance by a number to return a new Duration instance. Hhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#divide()Durationjavafx.utilHhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#divide()METHODdivide“ ( Duration  other)    Deprecated.    This method produces surprising results by not taking units into account. Use   divide(double)   instead.    Hhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#divide()Durationjavafx.utilHhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#divide()METHODequalsV (java.lang.Object obj)   Indicates whether some other object is "equal to" this one. Hhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#equals()Durationjavafx.utilHhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#equals()METHODgreaterThan` ( Duration  other)   Returns true if the specified duration is greater than (>) this instance. Mhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#greaterThan()Durationjavafx.utilMhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#greaterThan()METHODgreaterThanOrEqualTom ( Duration  other)   Returns true if the specified duration is greater than or equal to (>=) this instance. Vhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#greaterThanOrEqualTo()Durationjavafx.utilVhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#greaterThanOrEqualTo()METHODhashCode6 ()   Returns a hash code for this  Duration  object. Jhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#hashCode()Durationjavafx.utilJhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#hashCode()METHODhoursj (double h)   Factory method that returns a Duration instance representing the specified number of hours. Ghttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#hours()Durationjavafx.utilGhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#hours()METHODisIndefinite9 ()   Gets whether this Duration instance is Indefinite. Nhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#isIndefinite()Durationjavafx.utilNhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#isIndefinite()METHOD       isUnknown6 ()   Gets whether this Duration instance is Unknown. Khttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#isUnknown()Durationjavafx.utilKhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#isUnknown()METHODlessThan] ( Duration  other)   Returns true if the specified duration is less than (<) this instance. Jhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#lessThan()Durationjavafx.utilJhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#lessThan()METHODlessThanOrEqualToj ( Duration  other)   Returns true if the specified duration is less than or equal to (<=) this instance. Shttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#lessThanOrEqualTo()Durationjavafx.utilShttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#lessThanOrEqualTo()METHODmillisg (double ms)   Factory method that returns a Duration instance for a specified number of milliseconds. Hhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#millis()Durationjavafx.utilHhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#millis()METHODminutesl (double m)   Factory method that returns a Duration instance representing the specified number of minutes. Ihttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#minutes()Durationjavafx.utilIhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#minutes()METHODmultiplyb (double n)   Multiply this instance with a number representing millis and return a new Duration. Jhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#multiply()Durationjavafx.utilJhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#multiply()METHODmultiply• ( Duration  other)    Deprecated.    This method produces surprising results by not taking units into account. Use   multiply(double)   instead.    Jhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#multiply()Durationjavafx.utilJhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#multiply()METHODnegatee ()   Return a new Duration instance which has a negative number of milliseconds from this instance. Hhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#negate()Durationjavafx.utilHhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#negate()METHODsecondsl (double s)   Factory method that returns a Duration instance representing the specified number of seconds. Ihttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#seconds()Durationjavafx.utilIhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#seconds()METHODsubtractm ( Duration  other)   Subtract other Duration instance from this instance to return a new Duration instance. Jhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#subtract()Durationjavafx.utilJhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#subtract()METHODtoHoursŠ ()   Returns the number of hours in this period or Double.POSITIVE_INFINITY if the period is INDEFINITE or NaN if the period is UNKNOWN. Ihttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#toHours()Durationjavafx.utilIhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#toHours()METHODtoMillis‘ ()   Returns the number of milliseconds in this period or Double.POSITIVE_INFINITY if the period is INDEFINITE or NaN if the period is UNKNOWN. Jhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#toMillis()Durationjavafx.utilJhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#toMillis()METHOD     toMinutesŒ ()   Returns the number of minutes in this period or Double.POSITIVE_INFINITY if the period is INDEFINITE or NaN if the period is UNKNOWN. Khttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#toMinutes()Durationjavafx.utilKhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#toMinutes()METHOD        toSecondsŒ ()   Returns the number of seconds in this period or Double.POSITIVE_INFINITY if the period is INDEFINITE or NaN if the period is UNKNOWN. Khttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#toSeconds()Durationjavafx.utilKhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#toSeconds()METHODtoStringA ()   Returns a string representation of this  Duration  object. Jhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#toString()Durationjavafx.utilJhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#toString()METHODvalueOfk (java.lang.String time)   Factory method that returns a Duration instance for a specified amount of time. Ihttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#valueOf()Durationjavafx.utilIhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#valueOf()FIELD
 380 INDEFINITE    An Infinite Duration. Jhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#INDEFINITEDurationjavafx.utilJhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#INDEFINITEFIELDONE!    A Duration of 1 millisecond. Chttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#ONEDurationjavafx.utilChttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#ONEFIELDUNKNOWN/    A Duration of some unknown amount of time. Ghttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#UNKNOWNDurationjavafx.utilGhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#UNKNOWNFIELDZERO    A Duration of 0 (no time). Dhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#ZERODurationjavafx.utilDhttp://download.java.net/jdk8/jfxdocs/javafx/util/Duration.html#ZEROCLASSEffect\Note: this is a conditional feature. See   ConditionalFeature.EFFECT   for more information.javafx.scene.effectEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Effect.htmlEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Effect.htmlCLASSEllipsejavafx.scene.shapeEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.htmlEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.htmlPROPERTYcenterXL    Defines the horizontal position of the center of the ellipse in pixels. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#centerXEllipsejavafx.scene.shapeMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#centerXPROPERTYcenterYJ    Defines the vertical position of the center of the ellipse in pixels. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#centerYEllipsejavafx.scene.shapeMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#centerYPROPERTYradiusX0    Defines the width of the ellipse in pixels. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#radiusXEllipsejavafx.scene.shapeMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#radiusXPROPERTYradiusY1    Defines the height of the ellipse in pixels. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#radiusYEllipsejavafx.scene.shapeMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#radiusYMETHODcenterXPropertyN ()   Defines the horizontal position of the center of the ellipse in pixels. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#centerXProperty()Ellipsejavafx.scene.shapeWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#centerXProperty()METHODcenterYPropertyL ()   Defines the vertical position of the center of the ellipse in pixels. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#centerYProperty()Ellipsejavafx.scene.shapeWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#centerYProperty()METHOD
 381 getCenterX. ()   Gets the value of the property centerX. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#getCenterX()Ellipsejavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#getCenterX()METHOD
 382 getCenterY. ()   Gets the value of the property centerY. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#getCenterY()Ellipsejavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#getCenterY()METHOD
 383 getRadiusX. ()   Gets the value of the property radiusX. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#getRadiusX()Ellipsejavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#getRadiusX()METHOD
 384 getRadiusY. ()   Gets the value of the property radiusY. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#getRadiusY()Ellipsejavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#getRadiusY()METHODradiusXProperty2 ()   Defines the width of the ellipse in pixels. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#radiusXProperty()Ellipsejavafx.scene.shapeWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#radiusXProperty()METHODradiusYProperty3 ()   Defines the height of the ellipse in pixels. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#radiusYProperty()Ellipsejavafx.scene.shapeWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#radiusYProperty()METHOD
 385 setCenterX: (double value)   Sets the value of the property centerX. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#setCenterX()Ellipsejavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#setCenterX()METHOD
 386 setCenterY: (double value)   Sets the value of the property centerY. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#setCenterY()Ellipsejavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#setCenterY()METHOD
 387 setRadiusX: (double value)   Sets the value of the property radiusX. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#setRadiusX()Ellipsejavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#setRadiusX()METHOD
 388 setRadiusY: (double value)   Sets the value of the property radiusY. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#setRadiusY()Ellipsejavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#setRadiusY()METHODtoString@ ()   Returns a string representation of this  Ellipse  object. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#toString()Ellipsejavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Ellipse.html#toString()CLASS
EqualizerBandjavafx.scene.mediaKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.htmlPROPERTY    bandwidth$    Bandwidth of the band in Hertz. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.html#bandwidth
EqualizerBandjavafx.scene.mediaUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.html#bandwidthPROPERTYcenterFrequency+    Center frequency of the band in Hertz. [http://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.html#centerFrequency
EqualizerBandjavafx.scene.media[http://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.html#centerFrequencyPROPERTYgain<    The gain to be applied to the frequencies of this band. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.html#gain
EqualizerBandjavafx.scene.mediaPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.html#gainMETHODbandwidthProperty& ()   Bandwidth of the band in Hertz. _http://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.html#bandwidthProperty()
EqualizerBandjavafx.scene.media_http://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.html#bandwidthProperty()METHODcenterFrequencyProperty- ()   Center frequency of the band in Hertz. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.html#centerFrequencyProperty()
EqualizerBandjavafx.scene.mediaehttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.html#centerFrequencyProperty()METHODgainProperty> ()   The gain to be applied to the frequencies of this band. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.html#gainProperty()
EqualizerBandjavafx.scene.mediaZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.html#gainProperty()METHODgetBandwidth* ()   Retrieve the bandwidth of the band. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.html#getBandwidth()
EqualizerBandjavafx.scene.mediaZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.html#getBandwidth()METHODgetCenterFrequency1 ()   Retrieve the center frequency of the band. `http://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.html#getCenterFrequency()
EqualizerBandjavafx.scene.media`http://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.html#getCenterFrequency()METHODgetGain3 ()   Retrieve the gain to be applied to the band. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.html#getGain()
EqualizerBandjavafx.scene.mediaUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.html#getGain()METHODsetBandwidth: (double value)   Set the bandwidth of the band in Hertz. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.html#setBandwidth()
EqualizerBandjavafx.scene.mediaZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.html#setBandwidth()METHODsetCenterFrequencyA (double value)   Set the center frequency on the band in Hertz. `http://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.html#setCenterFrequency()
EqualizerBandjavafx.scene.media`http://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.html#setCenterFrequency()METHODsetGain2 (double value)   Set the gain of the band in dB. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.html#setGain()
EqualizerBandjavafx.scene.mediaUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.html#setGain()FIELDMAX_GAIN!    Maximum possible gain value. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.html#MAX_GAIN
EqualizerBandjavafx.scene.mediaThttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.html#MAX_GAINFIELDMIN_GAIN!    Minimum possible gain value. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.html#MIN_GAIN
EqualizerBandjavafx.scene.mediaThttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/EqualizerBand.html#MIN_GAINCLASSEventjavafx.event=http://download.java.net/jdk8/jfxdocs/javafx/event/Event.html=http://download.java.net/jdk8/jfxdocs/javafx/event/Event.htmlMETHODclone2 ()   Creates and returns a copy of this  Event . Ehttp://download.java.net/jdk8/jfxdocs/javafx/event/Event.html#clone()Eventjavafx.eventEhttp://download.java.net/jdk8/jfxdocs/javafx/event/Event.html#clone()METHODconsume& ()   Marks this  Event  as consumed. Ghttp://download.java.net/jdk8/jfxdocs/javafx/event/Event.html#consume()Eventjavafx.eventGhttp://download.java.net/jdk8/jfxdocs/javafx/event/Event.html#consume()METHODcopyForŽ (java.lang.Object newSource,  EventTarget  newTarget)   Creates and returns a copy of this event with the specified event source and target. Ghttp://download.java.net/jdk8/jfxdocs/javafx/event/Event.html#copyFor()Eventjavafx.eventGhttp://download.java.net/jdk8/jfxdocs/javafx/event/Event.html#copyFor()METHOD  fireEventI ( EventTarget  eventTarget,  Event  event)   Fires the specified event. Ihttp://download.java.net/jdk8/jfxdocs/javafx/event/Event.html#fireEvent()Eventjavafx.eventIhttp://download.java.net/jdk8/jfxdocs/javafx/event/Event.html#fireEvent()METHODgetEventType) ()   Gets the event type of this event. Lhttp://download.java.net/jdk8/jfxdocs/javafx/event/Event.html#getEventType()Eventjavafx.eventLhttp://download.java.net/jdk8/jfxdocs/javafx/event/Event.html#getEventType()METHOD      getTarget. ()   Returns the event target of this event. Ihttp://download.java.net/jdk8/jfxdocs/javafx/event/Event.html#getTarget()Eventjavafx.eventIhttp://download.java.net/jdk8/jfxdocs/javafx/event/Event.html#getTarget()METHOD
 389 isConsumedQ ()   Indicates whether this  Event  has been consumed by any filter or handler. Jhttp://download.java.net/jdk8/jfxdocs/javafx/event/Event.html#isConsumed()Eventjavafx.eventJhttp://download.java.net/jdk8/jfxdocs/javafx/event/Event.html#isConsumed()FIELDANY*    Common supertype for all event types. Ahttp://download.java.net/jdk8/jfxdocs/javafx/event/Event.html#ANYEventjavafx.eventAhttp://download.java.net/jdk8/jfxdocs/javafx/event/Event.html#ANYFIELDconsumedC    Whether this event has been consumed by any filter or handler. Fhttp://download.java.net/jdk8/jfxdocs/javafx/event/Event.html#consumedEventjavafx.eventFhttp://download.java.net/jdk8/jfxdocs/javafx/event/Event.html#consumedFIELD  eventType    Type of the event. Ghttp://download.java.net/jdk8/jfxdocs/javafx/event/Event.html#eventTypeEventjavafx.eventGhttp://download.java.net/jdk8/jfxdocs/javafx/event/Event.html#eventTypeFIELDNULL_SOURCE_TARGETD    The constant which represents an unknown event source / target. Phttp://download.java.net/jdk8/jfxdocs/javafx/event/Event.html#NULL_SOURCE_TARGETEventjavafx.eventPhttp://download.java.net/jdk8/jfxdocs/javafx/event/Event.html#NULL_SOURCE_TARGETFIELDtargetX    Event target that defines the path through which the event will travel when posted. Dhttp://download.java.net/jdk8/jfxdocs/javafx/event/Event.html#targetEventjavafx.eventDhttp://download.java.net/jdk8/jfxdocs/javafx/event/Event.html#targetCLASSEventDispatchChain The caller shouldn't assume that this  EventDispatchChain  remains unchanged nor that the returned value will reference a different chain after the call. All thjavafx.eventJhttp://download.java.net/jdk8/jfxdocs/javafx/event/EventDispatchChain.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/event/EventDispatchChain.htmlMETHODappend^ ( EventDispatcher  eventDispatcher)   Appends the specified  EventDispatcher  to this chain. Shttp://download.java.net/jdk8/jfxdocs/javafx/event/EventDispatchChain.html#append()EventDispatchChainjavafx.eventShttp://download.java.net/jdk8/jfxdocs/javafx/event/EventDispatchChain.html#append()METHOD
dispatchEventU ( Event  event)   Dispatches the specified event through this  EventDispatchChain . Zhttp://download.java.net/jdk8/jfxdocs/javafx/event/EventDispatchChain.html#dispatchEvent()EventDispatchChainjavafx.eventZhttp://download.java.net/jdk8/jfxdocs/javafx/event/EventDispatchChain.html#dispatchEvent()METHODprepend_ ( EventDispatcher  eventDispatcher)   Prepends the specified  EventDispatcher  to this chain. Thttp://download.java.net/jdk8/jfxdocs/javafx/event/EventDispatchChain.html#prepend()EventDispatchChainjavafx.eventThttp://download.java.net/jdk8/jfxdocs/javafx/event/EventDispatchChain.html#prepend()CLASSEventDispatcher The system defines two successive phases of event delivery. The first phase is called capturing phase and happens when when an event travels from the first elemjavafx.eventGhttp://download.java.net/jdk8/jfxdocs/javafx/event/EventDispatcher.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/event/EventDispatcher.htmlMETHOD
dispatchEventh ( Event  event,  EventDispatchChain  tail)   Dispatches the specified event by this  EventDispatcher . Whttp://download.java.net/jdk8/jfxdocs/javafx/event/EventDispatcher.html#dispatchEvent()EventDispatcherjavafx.eventWhttp://download.java.net/jdk8/jfxdocs/javafx/event/EventDispatcher.html#dispatchEvent()CLASSEventHandlerjavafx.eventDhttp://download.java.net/jdk8/jfxdocs/javafx/event/EventHandler.htmlDhttp://download.java.net/jdk8/jfxdocs/javafx/event/EventHandler.htmlMETHODhandleg ( T  event)   Invoked when a specific event of the type for which this handler is registered happens. Mhttp://download.java.net/jdk8/jfxdocs/javafx/event/EventHandler.html#handle()EventHandlerjavafx.eventMhttp://download.java.net/jdk8/jfxdocs/javafx/event/EventHandler.html#handle()CLASSEventTarget In the case the event target is part of some hierarchy, the chain for it is usually built from event dispatchers collected from the root of the hierarchy to thejavafx.eventChttp://download.java.net/jdk8/jfxdocs/javafx/event/EventTarget.htmlChttp://download.java.net/jdk8/jfxdocs/javafx/event/EventTarget.htmlMETHODbuildEventDispatchChainR ( EventDispatchChain  tail)   Construct an event dispatch chain for this target. ]http://download.java.net/jdk8/jfxdocs/javafx/event/EventTarget.html#buildEventDispatchChain()EventTargetjavafx.event]http://download.java.net/jdk8/jfxdocs/javafx/event/EventTarget.html#buildEventDispatchChain()CLASS EventType Event types form a hierarchy with the   ROOT   (equals to   Event.ANY  ) as its root. This is useful in event filter / handler registration where a single eventjavafx.eventAhttp://download.java.net/jdk8/jfxdocs/javafx/event/EventType.htmlAhttp://download.java.net/jdk8/jfxdocs/javafx/event/EventType.htmlMETHODgetName( ()   Gets the name of this event type. Khttp://download.java.net/jdk8/jfxdocs/javafx/event/EventType.html#getName()     EventTypejavafx.eventKhttp://download.java.net/jdk8/jfxdocs/javafx/event/EventType.html#getName()METHODgetSuperType. ()   Gets the super type of this event type. Phttp://download.java.net/jdk8/jfxdocs/javafx/event/EventType.html#getSuperType()   EventTypejavafx.eventPhttp://download.java.net/jdk8/jfxdocs/javafx/event/EventType.html#getSuperType()METHODtoStringB ()   Returns a string representation of this  EventType  object. Lhttp://download.java.net/jdk8/jfxdocs/javafx/event/EventType.html#toString()    EventTypejavafx.eventLhttp://download.java.net/jdk8/jfxdocs/javafx/event/EventType.html#toString()FIELDROOT    The root event type. Fhttp://download.java.net/jdk8/jfxdocs/javafx/event/EventType.html#ROOT  EventTypejavafx.eventFhttp://download.java.net/jdk8/jfxdocs/javafx/event/EventType.html#ROOTCLASSFadeTransition It starts from the  fromValue  if provided else uses the  node 's  opacity  value.   It stops at the  toValue  value if provided else it will use start value pljavafx.animationJhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.htmlPROPERTYbyValue\    Specifies the incremented stop opacity value, from the start, of this  FadeTransition . Rhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#byValueFadeTransitionjavafx.animationRhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#byValuePROPERTYduration+    The duration of this  FadeTransition . Shttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#durationFadeTransitionjavafx.animationShttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#durationPROPERTY      fromValueA    Specifies the start opacity value for this  FadeTransition . Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#fromValueFadeTransitionjavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#fromValuePROPERTYnode*    The target node of this  Transition . Ohttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#nodeFadeTransitionjavafx.animationOhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#nodePROPERTYtoValue@    Specifies the stop opacity value for this  FadeTransition . Rhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#toValueFadeTransitionjavafx.animationRhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#toValueMETHODbyValueProperty^ ()   Specifies the incremented stop opacity value, from the start, of this  FadeTransition . \http://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#byValueProperty()FadeTransitionjavafx.animation\http://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#byValueProperty()METHODdurationProperty- ()   The duration of this  FadeTransition . ]http://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#durationProperty()FadeTransitionjavafx.animation]http://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#durationProperty()METHODfromValuePropertyC ()   Specifies the start opacity value for this  FadeTransition . ^http://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#fromValueProperty()FadeTransitionjavafx.animation^http://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#fromValueProperty()METHOD
 390 getByValue. ()   Gets the value of the property byValue. Whttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#getByValue()FadeTransitionjavafx.animationWhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#getByValue()METHODgetDuration/ ()   Gets the value of the property duration. Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#getDuration()FadeTransitionjavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#getDuration()METHODgetFromValue0 ()   Gets the value of the property fromValue. Yhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#getFromValue()FadeTransitionjavafx.animationYhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#getFromValue()METHODgetNode+ ()   Gets the value of the property node. Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#getNode()FadeTransitionjavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#getNode()METHOD
 391 getToValue. ()   Gets the value of the property toValue. Whttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#getToValue()FadeTransitionjavafx.animationWhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#getToValue()METHODinterpolatec (double frac)   The method  interpolate()  has to be provided by implementations of  Transition . Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#interpolate()FadeTransitionjavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#interpolate()METHODnodeProperty, ()   The target node of this  Transition . Yhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#nodeProperty()FadeTransitionjavafx.animationYhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#nodeProperty()METHOD
 392 setByValue: (double value)   Sets the value of the property byValue. Whttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#setByValue()FadeTransitionjavafx.animationWhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#setByValue()METHODsetDuration? ( Duration  value)   Sets the value of the property duration. Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#setDuration()FadeTransitionjavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#setDuration()METHODsetFromValue< (double value)   Sets the value of the property fromValue. Yhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#setFromValue()FadeTransitionjavafx.animationYhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#setFromValue()METHODsetNode7 ( Node  value)   Sets the value of the property node. Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#setNode()FadeTransitionjavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#setNode()METHOD
 393 setToValue: (double value)   Sets the value of the property toValue. Whttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#setToValue()FadeTransitionjavafx.animationWhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#setToValue()METHODtoValuePropertyB ()   Specifies the stop opacity value for this  FadeTransition . \http://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#toValueProperty()FadeTransitionjavafx.animation\http://download.java.net/jdk8/jfxdocs/javafx/animation/FadeTransition.html#toValueProperty()CLASSFileChooser On some platforms where file access may be restricted or not part of the user model (for example, on some mobile or embedded devices), opening a file dialog mayjavafx.stageChttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.htmlChttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.htmlPROPERTYinitialDirectory9    The initial directory for the displayed file dialog. Thttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#initialDirectoryFileChooserjavafx.stageThttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#initialDirectoryPROPERTYinitialFileName4    The initial file name for the displayed dialog. Shttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#initialFileNameFileChooserjavafx.stageShttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#initialFileNamePROPERTYselectedExtensionFilter     This property is used to pre-select the extension filter for the next displayed dialog and to read the user-selected extension filter from the dismissed dia[http://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#selectedExtensionFilterFileChooserjavafx.stage[http://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#selectedExtensionFilterPROPERTYtitle,    The title of the displayed file dialog. Ihttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#titleFileChooserjavafx.stageIhttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#titleMETHODgetExtensionFiltersD ()   Gets the extension filters used in the displayed file dialog. Yhttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#getExtensionFilters()FileChooserjavafx.stageYhttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#getExtensionFilters()METHODgetInitialDirectory7 ()   Gets the value of the property initialDirectory. Yhttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#getInitialDirectory()FileChooserjavafx.stageYhttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#getInitialDirectory()METHODgetInitialFileName6 ()   Gets the value of the property initialFileName. Xhttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#getInitialFileName()FileChooserjavafx.stageXhttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#getInitialFileName()METHODgetSelectedExtensionFilter> ()   Gets the value of the property selectedExtensionFilter. `http://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#getSelectedExtensionFilter()FileChooserjavafx.stage`http://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#getSelectedExtensionFilter()METHODgetTitle, ()   Gets the value of the property title. Nhttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#getTitle()FileChooserjavafx.stageNhttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#getTitle()METHODinitialDirectoryProperty; ()   The initial directory for the displayed file dialog. ^http://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#initialDirectoryProperty()FileChooserjavafx.stage^http://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#initialDirectoryProperty()METHODinitialFileNameProperty6 ()   The initial file name for the displayed dialog. ]http://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#initialFileNameProperty()FileChooserjavafx.stage]http://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#initialFileNameProperty()METHODselectedExtensionFilterProperty  ()   This property is used to pre-select the extension filter for the next displayed dialog and to read the user-selected extension filter from the dismissed dehttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#selectedExtensionFilterProperty()FileChooserjavafx.stageehttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#selectedExtensionFilterProperty()METHODsetInitialDirectoryI (java.io.File value)   Sets the value of the property initialDirectory. Yhttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#setInitialDirectory()FileChooserjavafx.stageYhttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#setInitialDirectory()METHODsetInitialFileNameL (java.lang.String value)   Sets the value of the property initialFileName. Xhttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#setInitialFileName()FileChooserjavafx.stageXhttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#setInitialFileName()METHODsetSelectedExtensionFilterb ( FileChooser.ExtensionFilter  filter)   Sets the value of the property selectedExtensionFilter. `http://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#setSelectedExtensionFilter()FileChooserjavafx.stage`http://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#setSelectedExtensionFilter()METHODsetTitleB (java.lang.String value)   Sets the value of the property title. Nhttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#setTitle()FileChooserjavafx.stageNhttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#setTitle()METHODshowOpenDialog8 ( Window  ownerWindow)   Shows a new file open dialog. Thttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#showOpenDialog()FileChooserjavafx.stageThttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#showOpenDialog()METHODshowOpenMultipleDialog` ( Window  ownerWindow)   Shows a new file open dialog in which multiple files can be selected. \http://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#showOpenMultipleDialog()FileChooserjavafx.stage\http://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#showOpenMultipleDialog()METHODshowSaveDialog8 ( Window  ownerWindow)   Shows a new file save dialog. Thttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#showSaveDialog()FileChooserjavafx.stageThttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#showSaveDialog()METHOD
titleProperty. ()   The title of the displayed file dialog. Shttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#titleProperty()FileChooserjavafx.stageShttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html#titleProperty()CLASSFileChooser.ExtensionFilterFFile name extension should be specified in the  *.<extension>  format.javafx.stageShttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.ExtensionFilter.htmlShttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.ExtensionFilter.htmlMETHODgetDescription7 ()   Gets the description for this  ExtensionFilter . dhttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.ExtensionFilter.html#getDescription()FileChooser.ExtensionFilterjavafx.stagedhttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.ExtensionFilter.html#getDescription()METHOD
getExtensions@ ()   Gets the file name extensions for this  ExtensionFilter . chttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.ExtensionFilter.html#getExtensions()FileChooser.ExtensionFilterjavafx.stagechttp://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.ExtensionFilter.html#getExtensions()ENUMFillRule   javafx.scene.shapeFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/FillRule.htmlFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/FillRule.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/FillRule.html#valueOf()FillRulejavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/FillRule.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/FillRule.html#values()FillRulejavafx.scene.shapeOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/FillRule.html#values()CLASSFillTransition It starts from the  fromValue  if provided else uses the  shape  's  fill  value. (The  stroke  value has to be a   Color   in this case).   It stops at the  tojavafx.animationJhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.htmlPROPERTYduration+    The duration of this  FillTransition . Shttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#durationFillTransitionjavafx.animationShttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#durationPROPERTY      fromValue?    Specifies the start color value for this  FillTransition . Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#fromValueFillTransitionjavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#fromValuePROPERTYshape/    The target shape of this  FillTransition . Phttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#shapeFillTransitionjavafx.animationPhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#shapePROPERTYtoValue>    Specifies the stop color value for this  FillTransition . Rhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#toValueFillTransitionjavafx.animationRhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#toValueMETHODdurationProperty- ()   The duration of this  FillTransition . ]http://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#durationProperty()FillTransitionjavafx.animation]http://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#durationProperty()METHODfromValuePropertyA ()   Specifies the start color value for this  FillTransition . ^http://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#fromValueProperty()FillTransitionjavafx.animation^http://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#fromValueProperty()METHODgetDuration/ ()   Gets the value of the property duration. Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#getDuration()FillTransitionjavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#getDuration()METHODgetFromValue0 ()   Gets the value of the property fromValue. Yhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#getFromValue()FillTransitionjavafx.animationYhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#getFromValue()METHODgetShape, ()   Gets the value of the property shape. Uhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#getShape()FillTransitionjavafx.animationUhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#getShape()METHOD
 394 getToValue. ()   Gets the value of the property toValue. Whttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#getToValue()FillTransitionjavafx.animationWhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#getToValue()METHODinterpolatec (double frac)   The method  interpolate()  has to be provided by implementations of  Transition . Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#interpolate()FillTransitionjavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#interpolate()METHODsetDuration? ( Duration  value)   Sets the value of the property duration. Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#setDuration()FillTransitionjavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#setDuration()METHODsetFromValue= ( Color  value)   Sets the value of the property fromValue. Yhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#setFromValue()FillTransitionjavafx.animationYhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#setFromValue()METHODsetShape9 ( Shape  value)   Sets the value of the property shape. Uhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#setShape()FillTransitionjavafx.animationUhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#setShape()METHOD
 395 setToValue; ( Color  value)   Sets the value of the property toValue. Whttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#setToValue()FillTransitionjavafx.animationWhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#setToValue()METHOD
shapeProperty1 ()   The target shape of this  FillTransition . Zhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#shapeProperty()FillTransitionjavafx.animationZhttp://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#shapeProperty()METHODtoValueProperty@ ()   Specifies the stop color value for this  FillTransition . \http://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#toValueProperty()FillTransitionjavafx.animation\http://download.java.net/jdk8/jfxdocs/javafx/animation/FillTransition.html#toValueProperty()CLASSFilteredListZThis constructor might be useful if you want to bind   predicateProperty()   of this list.!javafx.collections.transformationYhttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/FilteredList.htmlYhttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/FilteredList.htmlPROPERTY      predicateR    The predicate that will match the elements that will be in this FilteredList. chttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/FilteredList.html#predicateFilteredList!javafx.collections.transformationchttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/FilteredList.html#predicateMETHODgetK (int index)   Returns the element at the specified position in this list. _http://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/FilteredList.html#get()FilteredList!javafx.collections.transformation_http://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/FilteredList.html#get()METHODgetPredicate0 ()   Gets the value of the property predicate. hhttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/FilteredList.html#getPredicate()FilteredList!javafx.collections.transformationhhttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/FilteredList.html#getPredicate()METHODgetSourceIndex\ (int index)   Maps the index of this list's element to an index in the direct source list. jhttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/FilteredList.html#getSourceIndex()FilteredList!javafx.collections.transformationjhttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/FilteredList.html#getSourceIndex()METHODpredicatePropertyT ()   The predicate that will match the elements that will be in this FilteredList. mhttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/FilteredList.html#predicateProperty()FilteredList!javafx.collections.transformationmhttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/FilteredList.html#predicateProperty()METHODsetPredicatec (java.util.function.Predicate<? super  E > predicate)   Sets the value of the property predicate. hhttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/FilteredList.html#setPredicate()FilteredList!javafx.collections.transformationhhttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/FilteredList.html#setPredicate()METHODsize3 ()   Returns the number of elements in this list. `http://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/FilteredList.html#size()FilteredList!javafx.collections.transformation`http://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/FilteredList.html#size()METHOD
sourceChangede ( ListChangeListener.Change <? extends  E > c)   Called when a change from the source is triggered. ihttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/FilteredList.html#sourceChanged()FilteredList!javafx.collections.transformationihttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/FilteredList.html#sourceChanged()CLASSFloatBinding  FloatBinding  provides a simple invalidation-scheme. An extending class can register dependencies by calling   bind(Observable...)  . If One of the registered javafx.beans.bindingLhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.htmlLhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.htmlMETHODaddListenerŸ ( ChangeListener <? super java.lang.Number> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.html#addListener()FloatBindingjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.html#addListener()FloatBindingjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.html#addListener()METHODbindP ( Observable ... dependencies)   Start observing the dependencies for changes. Shttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.html#bind()FloatBindingjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.html#bind()METHODcomputeValue4 ()   Calculates the current value of this binding. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.html#computeValue()FloatBindingjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.html#computeValue()METHODdispose= ()   A default implementation of  dispose()  that is empty. Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.html#dispose()FloatBindingjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.html#dispose()METHODget0 ()   Returns the result of   computeValue()  . Rhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.html#get()FloatBindingjavafx.beans.bindingRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.html#get()METHODgetDependencies` ()   A default implementation of  getDependencies()  that returns an empty   ObservableList  . ^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.html#getDependencies()FloatBindingjavafx.beans.binding^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.html#getDependencies()METHOD
 396 invalidate! ()   Mark a binding as invalid. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.html#invalidate()FloatBindingjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.html#invalidate()METHODisValid$ ()   Checks if a binding is valid. Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.html#isValid()FloatBindingjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.html#isValid()METHODonInvalidatingt ()   The method onInvalidating() can be overridden by extending classes to react, if this binding becomes invalid. ]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.html#onInvalidating()FloatBindingjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.html#onInvalidating()METHODremoveListener  ( ChangeListener <? super java.lang.Number> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Obs]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.html#removeListener()FloatBindingjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes inv]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.html#removeListener()FloatBindingjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.html#removeListener()METHODtoStringE ()   Returns a string representation of this  FloatBinding  object. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.html#toString()FloatBindingjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.html#toString()METHODunbindO ( Observable ... dependencies)   Stop observing the dependencies for changes. Uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.html#unbind()FloatBindingjavafx.beans.bindingUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatBinding.html#unbind()CLASSFloatExpression™A concrete sub-class of  FloatExpression  has to implement the method   ObservableFloatValue.get()  , which provides the actual value of this expression.javafx.beans.bindingOhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.htmlOhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.htmlMETHODadd{ (double other)   Creates a new   NumberBinding   that calculates the sum of this  NumberExpression  and a constant value. Uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#add()FloatExpressionjavafx.beans.bindingUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#add()METHODaddz (float other)   Creates a new   NumberBinding   that calculates the sum of this  NumberExpression  and a constant value. Uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#add()FloatExpressionjavafx.beans.bindingUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#add()METHODaddx (int other)   Creates a new   NumberBinding   that calculates the sum of this  NumberExpression  and a constant value. Uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#add()FloatExpressionjavafx.beans.bindingUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#add()METHODaddy (long other)   Creates a new   NumberBinding   that calculates the sum of this  NumberExpression  and a constant value. Uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#add()FloatExpressionjavafx.beans.bindingUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#add()METHODasObjectV ()   Creates an   ObjectExpression   that holds the value of this  FloatExpression . Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#asObject()FloatExpressionjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#asObject()METHODdivide€ (double other)   Creates a new   NumberBinding   that calculates the division of this  NumberExpression  and a constant value. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#divide()FloatExpressionjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#divide()METHODdivide (float other)   Creates a new   NumberBinding   that calculates the division of this  NumberExpression  and a constant value. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#divide()FloatExpressionjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#divide()METHODdivide} (int other)   Creates a new   NumberBinding   that calculates the division of this  NumberExpression  and a constant value. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#divide()FloatExpressionjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#divide()METHODdivide~ (long other)   Creates a new   NumberBinding   that calculates the division of this  NumberExpression  and a constant value. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#divide()FloatExpressionjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#divide()METHODdoubleValueG ()   Returns the value of this  ObservableNumberValue  as a  double . ]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#doubleValue()FloatExpressionjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#doubleValue()METHODfloatExpressione ( ObservableFloatValue  value)   Returns a  FloatExpression  that wraps a   ObservableFloatValue  . ahttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#floatExpression()FloatExpressionjavafx.beans.bindingahttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#floatExpression()METHODfloatExpression_ ( ObservableValue <T> value)   Returns a  FloatExpression  that wraps an   ObservableValue  . ahttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#floatExpression()FloatExpressionjavafx.beans.bindingahttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#floatExpression()METHOD
 397 floatValueF ()   Returns the value of this  ObservableNumberValue  as a  float . \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#floatValue()FloatExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#floatValue()METHODgetValue: ()   Returns the current value of this  ObservableValue  Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#getValue()FloatExpressionjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#getValue()METHODintValueF ()   Returns the value of this  ObservableNumberValue  as an  int  . Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#intValue()FloatExpressionjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#intValue()METHOD        longValueF ()   Returns the value of this  ObservableNumberValue  as a  long  . [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#longValue()FloatExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#longValue()METHODmultiply (double other)   Creates a new   NumberBinding   that calculates the product of this  NumberExpression  and a constant value. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#multiply()FloatExpressionjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#multiply()METHODmultiply~ (float other)   Creates a new   NumberBinding   that calculates the product of this  NumberExpression  and a constant value. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#multiply()FloatExpressionjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#multiply()METHODmultiply| (int other)   Creates a new   NumberBinding   that calculates the product of this  NumberExpression  and a constant value. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#multiply()FloatExpressionjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#multiply()METHODmultiply} (long other)   Creates a new   NumberBinding   that calculates the product of this  NumberExpression  and a constant value. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#multiply()FloatExpressionjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#multiply()METHODnegateZ ()   Creates a new   NumberBinding   that calculates the negation of  NumberExpression . Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#negate()FloatExpressionjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#negate()METHODsubtract‚ (double other)   Creates a new   NumberBinding   that calculates the difference of this  NumberExpression  and a constant value. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#subtract()FloatExpressionjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#subtract()METHODsubtract (float other)   Creates a new   NumberBinding   that calculates the difference of this  NumberExpression  and a constant value. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#subtract()FloatExpressionjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#subtract()METHODsubtract (int other)   Creates a new   NumberBinding   that calculates the difference of this  NumberExpression  and a constant value. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#subtract()FloatExpressionjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#subtract()METHODsubtract€ (long other)   Creates a new   NumberBinding   that calculates the difference of this  NumberExpression  and a constant value. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#subtract()FloatExpressionjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/FloatExpression.html#subtract()CLASSFloatMapjavafx.scene.effectGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/FloatMap.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/FloatMap.htmlPROPERTYheight&    The height of the map, in pixels. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/FloatMap.html#heightFloatMapjavafx.scene.effectNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/FloatMap.html#heightPROPERTYwidth%    The width of the map, in pixels. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/FloatMap.html#widthFloatMapjavafx.scene.effectMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/FloatMap.html#widthMETHOD  getHeight- ()   Gets the value of the property height. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/FloatMap.html#getHeight()FloatMapjavafx.scene.effectShttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/FloatMap.html#getHeight()METHODgetWidth, ()   Gets the value of the property width. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/FloatMap.html#getWidth()FloatMapjavafx.scene.effectRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/FloatMap.html#getWidth()METHODheightProperty( ()   The height of the map, in pixels. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/FloatMap.html#heightProperty()FloatMapjavafx.scene.effectXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/FloatMap.html#heightProperty()METHOD  setHeight6 (int value)   Sets the value of the property height. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/FloatMap.html#setHeight()FloatMapjavafx.scene.effectShttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/FloatMap.html#setHeight()METHOD       setSamplef (int x, int y, int band, float s)   Sets the sample for a specific band at the given (x,y) location. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/FloatMap.html#setSample()FloatMapjavafx.scene.effectShttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/FloatMap.html#setSample()METHOD
 398 setSamples\ (int x, int y, float s0)   Sets the sample for the first band at the given (x,y) location. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/FloatMap.html#setSamples()FloatMapjavafx.scene.effectThttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/FloatMap.html#setSamples()METHOD
 399 setSamplesk (int x, int y, float s0, float s1)   Sets the sample for the first two bands at the given (x,y) location. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/FloatMap.html#setSamples()FloatMapjavafx.scene.effectThttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/FloatMap.html#setSamples()METHOD
 400 setSamplesw (int x, int y, float s0, float s1, float s2)   Sets the sample for the first three bands at the given (x,y) location. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/FloatMap.html#setSamples()FloatMapjavafx.scene.effectThttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/FloatMap.html#setSamples()METHOD
 401 setSamples‚ (int x, int y, float s0, float s1, float s2, float s3)   Sets the sample for each of the four bands at the given (x,y) location. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/FloatMap.html#setSamples()FloatMapjavafx.scene.effectThttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/FloatMap.html#setSamples()METHODsetWidth5 (int value)   Sets the value of the property width. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/FloatMap.html#setWidth()FloatMapjavafx.scene.effectRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/FloatMap.html#setWidth()METHOD
widthProperty' ()   The width of the map, in pixels. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/FloatMap.html#widthProperty()FloatMapjavafx.scene.effectWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/FloatMap.html#widthProperty()CLASS
FloatProperty The value of a  FloatProperty  can be get and set with   ObservableFloatValue.get()  ,   FloatExpression.getValue()  ,   WritableFloatValue.set(float)  , and   javafx.beans.propertyNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatProperty.htmlNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatProperty.htmlMETHODasObjectX ()   Creates an   ObjectProperty   that bidirectionally bound to this  FloatProperty . Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatProperty.html#asObject()
FloatPropertyjavafx.beans.propertyYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatProperty.html#asObject()METHODbindBidirectionalp ( Property <java.lang.Number> other)   Create a bidirectional binding between this  Property  and another one. bhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatProperty.html#bindBidirectional()
FloatPropertyjavafx.beans.propertybhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatProperty.html#bindBidirectional()METHOD
floatProperty‚ ( Property <java.lang.Float> property)   Returns a  FloatProperty  that wraps a   Property   and is bidirectionally bound to it. ^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatProperty.html#floatProperty()
FloatPropertyjavafx.beans.property^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatProperty.html#floatProperty()METHODsetValue/ (java.lang.Number v)   Set the wrapped value. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatProperty.html#setValue()
FloatPropertyjavafx.beans.propertyYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatProperty.html#setValue()METHODtoStringF ()   Returns a string representation of this  FloatProperty  object. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatProperty.html#toString()
FloatPropertyjavafx.beans.propertyYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatProperty.html#toString()METHODunbindBidirectionalp ( Property <java.lang.Number> other)   Remove a bidirectional binding between this  Property  and another one. dhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatProperty.html#unbindBidirectional()
FloatPropertyjavafx.beans.propertydhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatProperty.html#unbindBidirectional()CLASSFloatPropertyBase Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.propertyRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatPropertyBase.htmlRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatPropertyBase.htmlMETHODaddListenerŸ ( ChangeListener <? super java.lang.Number> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. `http://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatPropertyBase.html#addListener()FloatPropertyBasejavafx.beans.property`http://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatPropertyBase.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. `http://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatPropertyBase.html#addListener()FloatPropertyBasejavafx.beans.property`http://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatPropertyBase.html#addListener()METHODbindt ( ObservableValue <? extends java.lang.Number> rawObservable)   Create a unidirection binding for this  Property . Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatPropertyBase.html#bind()FloatPropertyBasejavafx.beans.propertyYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatPropertyBase.html#bind()METHODfireValueChangedEvent] ()   Sends notifications to all attached   InvalidationListeners   and   ChangeListeners  . jhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatPropertyBase.html#fireValueChangedEvent()FloatPropertyBasejavafx.beans.propertyjhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatPropertyBase.html#fireValueChangedEvent()METHODget ()   Get the wrapped value. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatPropertyBase.html#get()FloatPropertyBasejavafx.beans.propertyXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatPropertyBase.html#get()METHODinvalidatedZ ()   The method  invalidated()  can be overridden to receive invalidation notifications. `http://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatPropertyBase.html#invalidated()FloatPropertyBasejavafx.beans.property`http://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatPropertyBase.html#invalidated()METHODisBound6 ()   Can be used to check, if a  Property  is bound. \http://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatPropertyBase.html#isBound()FloatPropertyBasejavafx.beans.property\http://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatPropertyBase.html#isBound()METHODremoveListener  ( ChangeListener <? super java.lang.Number> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Obschttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatPropertyBase.html#removeListener()FloatPropertyBasejavafx.beans.propertychttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatPropertyBase.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invchttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatPropertyBase.html#removeListener()FloatPropertyBasejavafx.beans.propertychttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatPropertyBase.html#removeListener()METHODset+ (float newValue)   Set the wrapped value. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatPropertyBase.html#set()FloatPropertyBasejavafx.beans.propertyXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatPropertyBase.html#set()METHODtoStringJ ()   Returns a string representation of this  FloatPropertyBase  object. ]http://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatPropertyBase.html#toString()FloatPropertyBasejavafx.beans.property]http://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatPropertyBase.html#toString()METHODunbind= ()   Remove the unidirectional binding for this  Property . [http://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatPropertyBase.html#unbind()FloatPropertyBasejavafx.beans.property[http://download.java.net/jdk8/jfxdocs/javafx/beans/property/FloatPropertyBase.html#unbind()CLASSFloatStringConverterM  StringConverter   implementation for  Float  (and float primitive) values. javafx.util.converterUhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/FloatStringConverter.htmlUhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/FloatStringConverter.htmlMETHOD
 402 fromStringk (java.lang.String value)   Converts the string provided into an object defined by the specific converter. bhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/FloatStringConverter.html#fromString()FloatStringConverterjavafx.util.converterbhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/FloatStringConverter.html#fromString()METHODtoStringN (java.lang.Float value)   Converts the object provided into its string form. `http://download.java.net/jdk8/jfxdocs/javafx/util/converter/FloatStringConverter.html#toString()FloatStringConverterjavafx.util.converter`http://download.java.net/jdk8/jfxdocs/javafx/util/converter/FloatStringConverter.html#toString()CLASSFlowPane A horizontal flowpane (the default) will layout nodes in rows, wrapping at the flowpane's width. A vertical flowpane lays out nodes in columns, wrapping at the javafx.scene.layoutGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.htmlPROPERTY  alignmentQ    The overall alignment of the flowpane's content within its width and height. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#alignmentFlowPanejavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#alignmentPROPERTYcolumnHalignmentQ    The horizontal alignment of nodes within each column of a vertical flowpane. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#columnHalignmentFlowPanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#columnHalignmentPROPERTYhgapƒ    The amount of horizontal space between each node in a horizontal flowpane or the space between columns in a vertical flowpane. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#hgapFlowPanejavafx.scene.layoutLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#hgapPROPERTYorientation&    The orientation of this flowpane. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#orientationFlowPanejavafx.scene.layoutShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#orientationPROPERTYprefWrapLength•    The preferred width where content should wrap in a horizontal flowpane or the preferred height where content should wrap in a vertical flowpane. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#prefWrapLengthFlowPanejavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#prefWrapLengthPROPERTY
rowValignmentN    The vertical alignment of nodes within each row of a horizontal flowpane. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#rowValignmentFlowPanejavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#rowValignmentPROPERTYvgap~    The amount of vertical space between each node in a vertical flowpane or the space between rows in a horizontal flowpane. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#vgapFlowPanejavafx.scene.layoutLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#vgapMETHODalignmentPropertyS ()   The overall alignment of the flowpane's content within its width and height. [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#alignmentProperty()FlowPanejavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#alignmentProperty()METHODclearConstraintsH ( Node  child)   Removes all flowpane constraints from the child node. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#clearConstraints()FlowPanejavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#clearConstraints()METHODcolumnHalignmentPropertyS ()   The horizontal alignment of nodes within each column of a vertical flowpane. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#columnHalignmentProperty()FlowPanejavafx.scene.layoutbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#columnHalignmentProperty()METHODcomputeMinHeight> (double width)   Computes the minimum height of this region. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#computeMinHeight()FlowPanejavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#computeMinHeight()METHODcomputeMinWidth> (double height)   Computes the minimum width of this region. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#computeMinWidth()FlowPanejavafx.scene.layoutYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#computeMinWidth()METHODcomputePrefHeight  (double forWidth)   Computes the preferred height of this region for the given width; Region subclasses should override this method to return an appropriate va[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#computePrefHeight()FlowPanejavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#computePrefHeight()METHODcomputePrefWidthX (double forHeight)   Computes the preferred width of this region for the given height. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#computePrefWidth()FlowPanejavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#computePrefWidth()METHODgetAlignment0 ()   Gets the value of the property alignment. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#getAlignment()FlowPanejavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#getAlignment()METHODgetClassCssMetaData () ]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#getClassCssMetaData()FlowPanejavafx.scene.layout]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#getClassCssMetaData()METHODgetColumnHalignment7 ()   Gets the value of the property columnHalignment. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#getColumnHalignment()FlowPanejavafx.scene.layout]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#getColumnHalignment()METHODgetContentBiasM ()   Returns the orientation of a node's resizing bias for layout purposes. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#getContentBias()FlowPanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#getContentBias()METHODgetCssMetaData’ ()   This method should delegate to   Node.getClassCssMetaData()   so that a Node's CssMetaData can be accessed without the need for reflection. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#getCssMetaData()FlowPanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#getCssMetaData()METHODgetHgap+ ()   Gets the value of the property hgap. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#getHgap()FlowPanejavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#getHgap()METHOD getMargin@ ( Node  child)   Returns the child's margin constraint if set. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#getMargin()FlowPanejavafx.scene.layoutShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#getMargin()METHODgetOrientation2 ()   Gets the value of the property orientation. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#getOrientation()FlowPanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#getOrientation()METHODgetPrefWrapLength5 ()   Gets the value of the property prefWrapLength. [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#getPrefWrapLength()FlowPanejavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#getPrefWrapLength()METHODgetRowValignment4 ()   Gets the value of the property rowValignment. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#getRowValignment()FlowPanejavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#getRowValignment()METHODgetVgap+ ()   Gets the value of the property vgap. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#getVgap()FlowPanejavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#getVgap()METHODhgapProperty… ()   The amount of horizontal space between each node in a horizontal flowpane or the space between columns in a vertical flowpane. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#hgapProperty()FlowPanejavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#hgapProperty()METHODlayoutChildrenN ()   Invoked during the layout pass to layout the children in this  Parent . Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#layoutChildren()FlowPanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#layoutChildren()METHODorientationProperty( ()   The orientation of this flowpane. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#orientationProperty()FlowPanejavafx.scene.layout]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#orientationProperty()METHODprefWrapLengthProperty— ()   The preferred width where content should wrap in a horizontal flowpane or the preferred height where content should wrap in a vertical flowpane. `http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#prefWrapLengthProperty()FlowPanejavafx.scene.layout`http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#prefWrapLengthProperty()METHOD
requestLayoutP ()   Requests a layout pass to be performed before the next scene is rendered. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#requestLayout()FlowPanejavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#requestLayout()METHODrowValignmentPropertyP ()   The vertical alignment of nodes within each row of a horizontal flowpane. _http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#rowValignmentProperty()FlowPanejavafx.scene.layout_http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#rowValignmentProperty()METHODsetAlignment; ( Pos  value)   Sets the value of the property alignment. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#setAlignment()FlowPanejavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#setAlignment()METHODsetColumnHalignmentC ( HPos  value)   Sets the value of the property columnHalignment. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#setColumnHalignment()FlowPanejavafx.scene.layout]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#setColumnHalignment()METHODsetHgap7 (double value)   Sets the value of the property hgap. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#setHgap()FlowPanejavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#setHgap()METHOD      setMargin^ ( Node  child,  Insets  value)   Sets the margin for the child when contained by a flowpane. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#setMargin()FlowPanejavafx.scene.layoutShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#setMargin()METHODsetOrientationE ( Orientation  value)   Sets the value of the property orientation. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#setOrientation()FlowPanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#setOrientation()METHODsetPrefWrapLengthA (double value)   Sets the value of the property prefWrapLength. [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#setPrefWrapLength()FlowPanejavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#setPrefWrapLength()METHODsetRowValignment@ ( VPos  value)   Sets the value of the property rowValignment. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#setRowValignment()FlowPanejavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#setRowValignment()METHODsetVgap7 (double value)   Sets the value of the property vgap. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#setVgap()FlowPanejavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#setVgap()METHODvgapProperty€ ()   The amount of vertical space between each node in a vertical flowpane or the space between rows in a horizontal flowpane. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#vgapProperty()FlowPanejavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/FlowPane.html#vgapProperty()CLASS
 403 FocusModel Convenience method to inform if the given index is currently focused in this SelectionModel. Is functionally equivalent to calling   getFocusedIndex() == index javafx.scene.controlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/FocusModel.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/FocusModel.htmlPROPERTYfocusedIndexI    The index of the current item in the FocusModel which has the focus. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/FocusModel.html#focusedIndex
 404 FocusModeljavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/FocusModel.html#focusedIndexPROPERTYfocusedItem<    The current item in the FocusModel which has the focus. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/FocusModel.html#focusedItem
 405 FocusModeljavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/FocusModel.html#focusedItemMETHODfocusH (int index)   Causes the item at the given index to receive the focus. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/FocusModel.html#focus()
 406 FocusModeljavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/FocusModel.html#focus()METHODfocusedIndexPropertyK ()   The index of the current item in the FocusModel which has the focus. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/FocusModel.html#focusedIndexProperty()
 407 FocusModeljavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/FocusModel.html#focusedIndexProperty()METHODfocusedItemProperty> ()   The current item in the FocusModel which has the focus. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/FocusModel.html#focusedItemProperty()
 408 FocusModeljavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/FocusModel.html#focusedItemProperty()METHOD        focusNextL ()   Attempts to give focus to the row after to the currently focused row. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/FocusModel.html#focusNext()
 409 FocusModeljavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/FocusModel.html#focusNext()METHOD
focusPreviousO ()   Attempts to give focus to the row previous to the currently focused row. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/FocusModel.html#focusPrevious()
 410 FocusModeljavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/FocusModel.html#focusPrevious()METHODgetFocusedIndex3 ()   Gets the value of the property focusedIndex. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/FocusModel.html#getFocusedIndex()
 411 FocusModeljavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/FocusModel.html#getFocusedIndex()METHODgetFocusedItem2 ()   Gets the value of the property focusedItem. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/FocusModel.html#getFocusedItem()
 412 FocusModeljavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/FocusModel.html#getFocusedItem()METHODgetItemCountP ()   Returns the number of items in the data model that underpins the control. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/FocusModel.html#getItemCount()
 413 FocusModeljavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/FocusModel.html#getItemCount()METHODgetModelItem4 (int index)   Returns the item at the given index. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/FocusModel.html#getModelItem()
 414 FocusModeljavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/FocusModel.html#getModelItem()METHOD       isFocusedl (int index)   Convenience method to inform if the given index is currently focused in this SelectionModel. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/FocusModel.html#isFocused()
 415 FocusModeljavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/FocusModel.html#isFocused()CLASSFont The  Font  class represents fonts, which are used to render text on screen.   The size of a  Font  is described as being specified in points which are a real wojavafx.scene.textAhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.htmlAhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.htmlMETHODequalsV (java.lang.Object obj)   Indicates whether some other object is "equal to" this one. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#equals()Fontjavafx.scene.textJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#equals()METHODfontm (double size)   Searches for an appropriate font based on the default font family name and given font size. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#font()Fontjavafx.scene.textHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#font()METHODfonty (java.lang.String family)   Searches for an appropriate font based on the given font family name and default font size. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#font()Fontjavafx.scene.textHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#font()METHODfonts (java.lang.String family, double size)   Searches for an appropriate font based on the font family name and size. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#font()Fontjavafx.scene.textHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#font()METHODfont“ (java.lang.String family,  FontPosture  posture, double size)   Searches for an appropriate font based on the font family name and posture style. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#font()Fontjavafx.scene.textHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#font()METHODfont (java.lang.String family,  FontWeight  weight, double size)   Searches for an appropriate font based on the font family name and weight style. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#font()Fontjavafx.scene.textHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#font()METHODfont  (java.lang.String family,  FontWeight  weight,  FontPosture  posture, double size)   Searches for an appropriate font based on the font family name and weight Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#font()Fontjavafx.scene.textHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#font()METHOD
 416 getDefault  ()   Gets the default font which will be from the family "System", and typically the style "Regular", and be of a size consistent with the user's desktop envirNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#getDefault()Fontjavafx.scene.textNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#getDefault()METHODgetFamilieso ()   Gets all the font families installed on the user's system, including any application fonts or SDK fonts. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#getFamilies()Fontjavafx.scene.textOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#getFamilies()METHOD        getFamily' ()   Returns the family of this font. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#getFamily()Fontjavafx.scene.textMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#getFamily()METHODgetFontNamesy ()   Gets the names of all fonts that are installed on the users system, including any application fonts and SDK fonts. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#getFontNames()Fontjavafx.scene.textPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#getFontNames()METHODgetFontNames  (java.lang.String family)   Gets the names of all fonts in the specified font family that are installed on the users system, including any application fonts anPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#getFontNames()Fontjavafx.scene.textPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#getFontNames()METHODgetName ()   The full font name. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#getName()Fontjavafx.scene.textKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#getName()METHODgetSize$ ()   The point size for this font. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#getSize()Fontjavafx.scene.textKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#getSize()METHODgetStyleM ()   The font specified string describing the style within the font family. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#getStyle()Fontjavafx.scene.textLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#getStyle()METHODhashCode2 ()   Returns a hash code for this  Font  object. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#hashCode()Fontjavafx.scene.textLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#hashCode()METHODloadFont` (java.io.InputStream in, double size)   Loads a font resource from the specified input stream. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#loadFont()Fontjavafx.scene.textLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#loadFont()METHODloadFontX (java.lang.String urlStr, double size)   Loads a font resource from the specified URL. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#loadFont()Fontjavafx.scene.textLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#loadFont()METHODtoString@ ()   Converts this  Font  object to a  String  representation. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#toString()Fontjavafx.scene.textLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Font.html#toString()CLASSFontCssMetaData
 417 javafx.cssEhttp://download.java.net/jdk8/jfxdocs/javafx/css/FontCssMetaData.htmlEhttp://download.java.net/jdk8/jfxdocs/javafx/css/FontCssMetaData.htmlENUMFontPosturejavafx.scene.textHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/FontPosture.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/FontPosture.htmlMETHOD
 418 findByName> (java.lang.String name)   Returns  FontPosture  by its name. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/FontPosture.html#findByName()FontPosturejavafx.scene.textUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/FontPosture.html#findByName()METHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/FontPosture.html#valueOf()FontPosturejavafx.scene.textRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/FontPosture.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/FontPosture.html#values()FontPosturejavafx.scene.textQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/FontPosture.html#values()ENUMFontSmoothingType A request for LCD text is a 'hint', since the implementation may need to ignore it under conditions such as compositing modes which do not support it. It followjavafx.scene.textNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/FontSmoothingType.htmlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/FontSmoothingType.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/FontSmoothingType.html#valueOf()FontSmoothingTypejavafx.scene.textXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/FontSmoothingType.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/FontSmoothingType.html#values()FontSmoothingTypejavafx.scene.textWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/FontSmoothingType.html#values()ENUM
 419 FontWeightjavafx.scene.textGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/FontWeight.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/FontWeight.htmlMETHOD
 420 findByName= (java.lang.String name)   Returns  FontWeight  by its name. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/FontWeight.html#findByName()
 421 FontWeightjavafx.scene.textThttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/FontWeight.html#findByName()METHODfindByWeight| (int weight)   Returns the closest @code FontWeight} for a weight value as defined by the CSS and OpenType specifications. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/FontWeight.html#findByWeight()
 422 FontWeightjavafx.scene.textVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/FontWeight.html#findByWeight()METHOD     getWeightb ()   Return the visual weight (degree of blackness or thickness) specified by this  FontWeight . Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/FontWeight.html#getWeight()
 423 FontWeightjavafx.scene.textShttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/FontWeight.html#getWeight()METHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/FontWeight.html#valueOf()
 424 FontWeightjavafx.scene.textQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/FontWeight.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/FontWeight.html#values()
 425 FontWeightjavafx.scene.textPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/FontWeight.html#values()CLASSFormatStringConverterE  StringConverter   implementation that can use a  Format  instance. javafx.util.converterVhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/FormatStringConverter.htmlVhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/FormatStringConverter.htmlMETHOD
 426 fromStringk (java.lang.String value)   Converts the string provided into an object defined by the specific converter. chttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/FormatStringConverter.html#fromString()FormatStringConverterjavafx.util.converterchttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/FormatStringConverter.html#fromString()METHOD        getFormat` ()   Return a  Format  instance to use for formatting and parsing in this   StringConverter  . bhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/FormatStringConverter.html#getFormat()FormatStringConverterjavafx.util.converterbhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/FormatStringConverter.html#getFormat()METHODtoStringB ( T  value)   Converts the object provided into its string form. ahttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/FormatStringConverter.html#toString()FormatStringConverterjavafx.util.converterahttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/FormatStringConverter.html#toString()CLASSFXCanvas Here is a typical pattern how  FXCanvas  can used:   public class Test { private static Scene createScene() { Group group = new Group(); Scene scene = new Scenejavafx.embed.swtDhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swt/FXCanvas.htmlDhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swt/FXCanvas.htmlMETHODcomputeSize) (int wHint, int hHint, boolean changed) Rhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swt/FXCanvas.html#computeSize()FXCanvasjavafx.embed.swtRhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swt/FXCanvas.html#computeSize()METHODgetScene< ()   Returns the JavaFX scene attached to this  FXCanvas . Ohttp://download.java.net/jdk8/jfxdocs/javafx/embed/swt/FXCanvas.html#getScene()FXCanvasjavafx.embed.swtOhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swt/FXCanvas.html#getScene()METHODsetSceneO ( Scene  newScene)   Attaches a  Scene  object to display in this  FXCanvas . Ohttp://download.java.net/jdk8/jfxdocs/javafx/embed/swt/FXCanvas.html#setScene()FXCanvasjavafx.embed.swtOhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swt/FXCanvas.html#setScene()CLASS
FXCollectionsjavafx.collectionsKhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.htmlMETHODcheckedObservableList‚ ( ObservableList <E> list, java.lang.Class<E> type)   Creates and returns a typesafe wrapper on top of provided observable list. chttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#checkedObservableList()
FXCollectionsjavafx.collectionschttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#checkedObservableList()METHODcheckedObservableMap  ( ObservableMap <K,V> map, java.lang.Class<K> keyType, java.lang.Class<V> valueType)   Creates and returns a typesafe wrapper on top of provided observable mapbhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#checkedObservableMap()
FXCollectionsjavafx.collectionsbhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#checkedObservableMap()METHODcheckedObservableSet ( ObservableSet <E> set, java.lang.Class<E> type)   Creates and returns a typesafe wrapper on top of provided observable set. bhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#checkedObservableSet()
FXCollectionsjavafx.collectionsbhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#checkedObservableSet()METHODconcatO ( ObservableList <E>... lists)   Concatenates more observable lists into one. Thttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#concat()
FXCollectionsjavafx.collectionsThttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#concat()METHODcopyi ( ObservableList <? super T> dest, java.util.List<? extends T> src)   Copies elements from src to dest. Rhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#copy()
FXCollectionsjavafx.collectionsRhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#copy()METHODemptyObservableList6 ()   Creates and empty unmodifiable observable list. ahttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#emptyObservableList()
FXCollectionsjavafx.collectionsahttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#emptyObservableList()METHODemptyObservableMap5 ()   Creates and empty unmodifiable observable map. `http://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#emptyObservableMap()
FXCollectionsjavafx.collections`http://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#emptyObservableMap()METHODemptyObservableSet5 ()   Creates and empty unmodifiable observable set. `http://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#emptyObservableSet()
FXCollectionsjavafx.collections`http://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#emptyObservableSet()METHODfillO ( ObservableList <? super T> list, T obj)   Fills the provided list with obj. Rhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#fill()
FXCollectionsjavafx.collectionsRhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#fill()METHODobservableArrayListJ ()   Creates a new empty observable list that is backed by an arraylist. ahttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableArrayList()
FXCollectionsjavafx.collectionsahttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableArrayList()METHODobservableArrayListh ( Callback <E, Observable []> extractor)   Creates a new empty observable list backed by an arraylist. ahttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableArrayList()
FXCollectionsjavafx.collectionsahttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableArrayList()METHODobservableArrayList} (java.util.Collection<? extends E> col)   Creates a new observable array list and adds a content of collection  col  to it. ahttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableArrayList()
FXCollectionsjavafx.collectionsahttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableArrayList()METHODobservableArrayListN (E... items)   Creates a new observable array list with  items  added to it. ahttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableArrayList()
FXCollectionsjavafx.collectionsahttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableArrayList()METHODobservableFloatArray2 ()   Creates a new empty observable float array. bhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableFloatArray()
FXCollectionsjavafx.collectionsbhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableFloatArray()METHODobservableFloatArrayS (float... values)   Creates a new observable float array with  values  set to it. bhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableFloatArray()
FXCollectionsjavafx.collectionsbhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableFloatArray()METHODobservableFloatArrayo ( ObservableFloatArray  array)   Creates a new observable float array with copy of elements in given  array . bhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableFloatArray()
FXCollectionsjavafx.collectionsbhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableFloatArray()METHODobservableHashMapF ()   Creates a new empty observable map that is backed by a HashMap. _http://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableHashMap()
FXCollectionsjavafx.collections_http://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableHashMap()METHODobservableIntegerArray4 ()   Creates a new empty observable integer array. dhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableIntegerArray()
FXCollectionsjavafx.collectionsdhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableIntegerArray()METHODobservableIntegerArrayS (int... values)   Creates a new observable integer array with  values  set to it. dhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableIntegerArray()
FXCollectionsjavafx.collectionsdhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableIntegerArray()METHODobservableIntegerArrays ( ObservableIntegerArray  array)   Creates a new observable integer array with copy of elements in given  array . dhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableIntegerArray()
FXCollectionsjavafx.collectionsdhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableIntegerArray()METHODobservableList_ (java.util.List<E> list)   Constructs an ObservableList that is backed by the specified list. \http://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableList()
FXCollectionsjavafx.collections\http://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableList()METHODobservableList‡ (java.util.List<E> list,  Callback <E, Observable []> extractor)   Constructs an ObservableList that is backed by the specified list. \http://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableList()
FXCollectionsjavafx.collections\http://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableList()METHOD
observableMap] (java.util.Map<K,V> map)   Constructs an ObservableMap that is backed by the specified map. [http://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableMap()
FXCollectionsjavafx.collections[http://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableMap()METHOD
observableSetY (E... elements)   Constructs an ObservableSet that contains all the specified elements. [http://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableSet()
FXCollectionsjavafx.collections[http://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableSet()METHOD
observableSet[ (java.util.Set<E> set)   Constructs an ObservableSet that is backed by the specified set. [http://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableSet()
FXCollectionsjavafx.collections[http://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#observableSet()METHOD
 427 replaceAllo ( ObservableList <T> list, T oldVal, T newVal)   Replace all oldVal elements in the list with newVal element. Xhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#replaceAll()
FXCollectionsjavafx.collectionsXhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#replaceAll()METHODreversek ( ObservableList  list)   Reverse the order in the list Fires only  one  change notification on the list. Uhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#reverse()
FXCollectionsjavafx.collectionsUhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#reverse()METHODrotateG ( ObservableList  list, int distance)   Rotates the list by distance. Thttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#rotate()
FXCollectionsjavafx.collectionsThttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#rotate()METHODshuffleL ( ObservableList <?> list)   Shuffles all elements in the observable list. Uhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#shuffle()
FXCollectionsjavafx.collectionsUhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#shuffle()METHODshuffle_ ( ObservableList  list, java.util.Random rnd)   Shuffles all elements in the observable list. Uhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#shuffle()
FXCollectionsjavafx.collectionsUhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#shuffle()METHODsingletonObservableListF (E e)   Creates an unmodifiable observable list with single element. ehttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#singletonObservableList()
FXCollectionsjavafx.collectionsehttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#singletonObservableList()METHODsortB ( ObservableList <T> list)   Sorts the provided observable list. Rhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#sort()
FXCollectionsjavafx.collectionsRhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#sort()METHODsort| ( ObservableList <T> list, java.util.Comparator<? super T> c)   Sorts the provided observable list using the c comparator. Rhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#sort()
FXCollectionsjavafx.collectionsRhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#sort()METHODsynchronizedObservableListm ( ObservableList <E> list)   Creates and returns a synchronized wrapper on top of provided observable list. hhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#synchronizedObservableList()
FXCollectionsjavafx.collectionshhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#synchronizedObservableList()METHODsynchronizedObservableMapl ( ObservableMap <K,V> map)   Creates and returns a synchronized wrapper on top of provided observable map. ghttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#synchronizedObservableMap()
FXCollectionsjavafx.collectionsghttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#synchronizedObservableMap()METHODsynchronizedObservableSetj ( ObservableSet <E> set)   Creates and returns a synchronized wrapper on top of provided observable set. ghttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#synchronizedObservableSet()
FXCollectionsjavafx.collectionsghttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#synchronizedObservableSet()METHODunmodifiableObservableListp ( ObservableList <E> list)   Creates and returns unmodifiable wrapper list on top of provided observable list. hhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#unmodifiableObservableList()
FXCollectionsjavafx.collectionshhttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#unmodifiableObservableList()METHODunmodifiableObservableMap_ ( ObservableMap <K,V> map)   Constructs a read-only interface to the specified ObservableMap. ghttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#unmodifiableObservableMap()
FXCollectionsjavafx.collectionsghttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#unmodifiableObservableMap()METHODunmodifiableObservableSeth ( ObservableSet <E> set)   Creates and returns unmodifiable wrapper on top of provided observable set. ghttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#unmodifiableObservableSet()
FXCollectionsjavafx.collectionsghttp://download.java.net/jdk8/jfxdocs/javafx/collections/FXCollections.html#unmodifiableObservableSet()CLASS
 428 FXMLLoader When the "template" flag is set to  false  (the default), this method will clear the imports before loading the document's content. When "template" is  true , tjavafx.fxmlAhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.htmlAhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.htmlMETHODequals (java.lang.Object obj) Jhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#equals()
 429 FXMLLoaderjavafx.fxmlJhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#equals()METHODgetBuilderFactory7 ()   Returns the builder factory used by this loader. Uhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#getBuilderFactory()
 430 FXMLLoaderjavafx.fxmlUhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#getBuilderFactory()METHOD
 431 getCharset5 ()   Returns the character set used by this loader. Nhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#getCharset()
 432 FXMLLoaderjavafx.fxmlNhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#getCharset()METHODgetClassLoader7 ()   Returns the classloader used by this serializer. Rhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#getClassLoader()
 433 FXMLLoaderjavafx.fxmlRhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#getClassLoader()METHOD
getController> ()   Returns the controller associated with the root object. Qhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#getController()
 434 FXMLLoaderjavafx.fxmlQhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#getController()METHODgetControllerFactory> ()   Returns the controller factory used by this serializer. Xhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#getControllerFactory()
 435 FXMLLoaderjavafx.fxmlXhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#getControllerFactory()METHODgetDefaultClassLoader( ()   Returns the default class loader. Yhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#getDefaultClassLoader()
 436 FXMLLoaderjavafx.fxmlYhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#getDefaultClassLoader()METHODgetLocationK ()   Returns the location used to resolve relative path attribute values. Ohttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#getLocation()
 437 FXMLLoaderjavafx.fxmlOhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#getLocation()METHODgetNamespace1 ()   Returns the namespace used by this loader. Phttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#getNamespace()
 438 FXMLLoaderjavafx.fxmlPhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#getNamespace()METHODgetResourcesK ()   Returns the resources used to resolve resource key attribute values. Phttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#getResources()
 439 FXMLLoaderjavafx.fxmlPhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#getResources()METHODgetRoot0 ()   Returns the root of the object hierarchy. Khttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#getRoot()
 440 FXMLLoaderjavafx.fxmlKhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#getRoot()METHODload6 ()   Loads an object hierarchy from a FXML document. Hhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#load()
 441 FXMLLoaderjavafx.fxmlHhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#load()METHODloadU (java.io.InputStream inputStream)   Loads an object hierarchy from a FXML document. Hhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#load()
 442 FXMLLoaderjavafx.fxmlHhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#load()METHODloadK (java.net.URL location)   Loads an object hierarchy from a FXML document. Hhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#load()
 443 FXMLLoaderjavafx.fxmlHhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#load()METHODloado (java.net.URL location, java.util.ResourceBundle resources)   Loads an object hierarchy from a FXML document. Hhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#load()
 444 FXMLLoaderjavafx.fxmlHhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#load()METHODload (java.net.URL location, java.util.ResourceBundle resources,  BuilderFactory  builderFactory)   Loads an object hierarchy from a FXML document. Hhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#load()
 445 FXMLLoaderjavafx.fxmlHhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#load()METHODload  (java.net.URL location, java.util.ResourceBundle resources,  BuilderFactory  builderFactory,  Callback <java.lang.Class<?>,java.lang.Object> controllerFactory)Hhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#load()
 446 FXMLLoaderjavafx.fxmlHhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#load()METHODload  (java.net.URL location, java.util.ResourceBundle resources,  BuilderFactory  builderFactory,  Callback <java.lang.Class<?>,java.lang.Object> controllerFactory,Hhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#load()
 447 FXMLLoaderjavafx.fxmlHhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#load()METHODloadTypem (java.lang.String className)    Deprecated.    This method now delegates to   getDefaultClassLoader()  .    Lhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#loadType()
 448 FXMLLoaderjavafx.fxmlLhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#loadType()METHODloadType‹ (java.lang.String packageName, java.lang.String className)    Deprecated.    This method now delegates to   getDefaultClassLoader()  .    Lhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#loadType()
 449 FXMLLoaderjavafx.fxmlLhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#loadType()METHODsetBuilderFactoryS ( BuilderFactory  builderFactory)   Sets the builder factory used by this loader. Uhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#setBuilderFactory()
 450 FXMLLoaderjavafx.fxmlUhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#setBuilderFactory()METHOD
 451 setCharsetL (java.nio.charset.Charset charset)   Sets the charset used by this loader. Nhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#setCharset()
 452 FXMLLoaderjavafx.fxmlNhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#setCharset()METHODsetClassLoadert (java.lang.ClassLoader classLoader)   Sets the classloader used by this serializer and clears any existing imports Rhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#setClassLoader()
 453 FXMLLoaderjavafx.fxmlRhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#setClassLoader()METHOD
setControllerV (java.lang.Object controller)   Sets the controller associated with the root object. Qhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#setController()
 454 FXMLLoaderjavafx.fxmlQhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#setController()METHODsetControllerFactory| ( Callback <java.lang.Class<?>,java.lang.Object> controllerFactory)   Sets the controller factory used by this serializer. Xhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#setControllerFactory()
 455 FXMLLoaderjavafx.fxmlXhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#setControllerFactory()METHODsetDefaultClassLoaderM (java.lang.ClassLoader defaultClassLoader)   Sets the default class loader. Yhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#setDefaultClassLoader()
 456 FXMLLoaderjavafx.fxmlYhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#setDefaultClassLoader()METHODsetLocation] (java.net.URL location)   Sets the location used to resolve relative path attribute values. Ohttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#setLocation()
 457 FXMLLoaderjavafx.fxmlOhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#setLocation()METHODsetResourcesj (java.util.ResourceBundle resources)   Sets the resources used to resolve resource key attribute values. Phttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#setResources()
 458 FXMLLoaderjavafx.fxmlPhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#setResources()METHODsetRootB (java.lang.Object root)   Sets the root of the object hierarchy. Khttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#setRoot()
 459 FXMLLoaderjavafx.fxmlKhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#setRoot()FIELDARRAY_COMPONENT_DELIMITER#    Delimiter for arrays as values [http://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#ARRAY_COMPONENT_DELIMITER
 460 FXMLLoaderjavafx.fxml[http://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#ARRAY_COMPONENT_DELIMITERFIELDBI_DIRECTIONAL_BINDING_PREFIX;    Prefix for bidirectional-binding expression resolution _http://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#BI_DIRECTIONAL_BINDING_PREFIX
 461 FXMLLoaderjavafx.fxml_http://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#BI_DIRECTIONAL_BINDING_PREFIXFIELDBI_DIRECTIONAL_BINDING_SUFFIX;    Suffix for bidirectional-binding expression resolution _http://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#BI_DIRECTIONAL_BINDING_SUFFIX
 462 FXMLLoaderjavafx.fxml_http://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#BI_DIRECTIONAL_BINDING_SUFFIXFIELDBINDING_EXPRESSION_PREFIX-    Prefix for binding expression resolution [http://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#BINDING_EXPRESSION_PREFIX
 463 FXMLLoaderjavafx.fxml[http://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#BINDING_EXPRESSION_PREFIXFIELDBINDING_EXPRESSION_SUFFIX-    Suffix for binding expression resolution [http://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#BINDING_EXPRESSION_SUFFIX
 464 FXMLLoaderjavafx.fxml[http://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#BINDING_EXPRESSION_SUFFIXFIELDCHANGE_EVENT_HANDLER_SUFFIX5    Suffix for property change/invalidation handlers ]http://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#CHANGE_EVENT_HANDLER_SUFFIX
 465 FXMLLoaderjavafx.fxml]http://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#CHANGE_EVENT_HANDLER_SUFFIXFIELDCONTROLLER_KEYWORD*    A key for controller in namespace map Thttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#CONTROLLER_KEYWORD
 466 FXMLLoaderjavafx.fxmlThttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#CONTROLLER_KEYWORDFIELDCONTROLLER_METHOD_PREFIX,    Prefix for controller method resolution Zhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#CONTROLLER_METHOD_PREFIX
 467 FXMLLoaderjavafx.fxmlZhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#CONTROLLER_METHOD_PREFIXFIELDCONTROLLER_SUFFIX5    A suffix for controllers of included fxml files. Shttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#CONTROLLER_SUFFIX
 468 FXMLLoaderjavafx.fxmlShttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#CONTROLLER_SUFFIXFIELDCOPY_SOURCE_ATTRIBUTE!    <fx:copy> 'source' attribute Whttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#COPY_SOURCE_ATTRIBUTE
 469 FXMLLoaderjavafx.fxmlWhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#COPY_SOURCE_ATTRIBUTEFIELDCOPY_TAG    The tag name of <fx:copy> Jhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#COPY_TAG
 470 FXMLLoaderjavafx.fxmlJhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#COPY_TAGFIELDDEFAULT_CHARSET_NAMEJ    The character set used when character set is not explicitly specified Vhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#DEFAULT_CHARSET_NAME
 471 FXMLLoaderjavafx.fxmlVhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#DEFAULT_CHARSET_NAMEFIELD
 472 DEFINE_TAG     The tag name of <fx:define> Lhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#DEFINE_TAG
 473 FXMLLoaderjavafx.fxmlLhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#DEFINE_TAGFIELD
ESCAPE_PREFIXK    Escape prefix for escaping special characters inside attribute values. Ohttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#ESCAPE_PREFIX
 474 FXMLLoaderjavafx.fxmlOhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#ESCAPE_PREFIXFIELDEVENT_HANDLER_PREFIX+    The prefix of event handler attributes Vhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#EVENT_HANDLER_PREFIX
 475 FXMLLoaderjavafx.fxmlVhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#EVENT_HANDLER_PREFIXFIELD    EVENT_KEY:    The name of the Event object in event handler scripts Khttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#EVENT_KEY
 476 FXMLLoaderjavafx.fxmlKhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#EVENT_KEYFIELDEXPRESSION_PREFIX0    Prefix for (variable) expression resolution Shttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#EXPRESSION_PREFIX
 477 FXMLLoaderjavafx.fxmlShttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#EXPRESSION_PREFIXFIELDFX_CONSTANT_ATTRIBUTE"    The tag name of 'fx:constant' Whttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#FX_CONSTANT_ATTRIBUTE
 478 FXMLLoaderjavafx.fxmlWhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#FX_CONSTANT_ATTRIBUTEFIELDFX_CONTROLLER_ATTRIBUTE2    The name of fx:controller attribute of a root Yhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#FX_CONTROLLER_ATTRIBUTE
 479 FXMLLoaderjavafx.fxmlYhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#FX_CONTROLLER_ATTRIBUTEFIELDFX_FACTORY_ATTRIBUTE'    The name of 'fx:factory' attribute Vhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#FX_FACTORY_ATTRIBUTE
 480 FXMLLoaderjavafx.fxmlVhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#FX_FACTORY_ATTRIBUTEFIELDFX_ID_ATTRIBUTE     The name of fx:id attribute Qhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#FX_ID_ATTRIBUTE
 481 FXMLLoaderjavafx.fxmlQhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#FX_ID_ATTRIBUTEFIELDFX_NAMESPACE_PREFIX    Prefix of 'fx' namespace Uhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#FX_NAMESPACE_PREFIX
 482 FXMLLoaderjavafx.fxmlUhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#FX_NAMESPACE_PREFIXFIELDFX_NAMESPACE_VERSION.    Contains the current fx namepsace version Vhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#FX_NAMESPACE_VERSION
 483 FXMLLoaderjavafx.fxmlVhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#FX_NAMESPACE_VERSIONFIELDFX_VALUE_ATTRIBUTE#    The name of fx:value attribute Thttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#FX_VALUE_ATTRIBUTE
 484 FXMLLoaderjavafx.fxmlThttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#FX_VALUE_ATTRIBUTEFIELDIMPORT_PROCESSING_INSTRUCTION2    The tag name of import processing instruction _http://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#IMPORT_PROCESSING_INSTRUCTION
 485 FXMLLoaderjavafx.fxml_http://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#IMPORT_PROCESSING_INSTRUCTIONFIELDINCLUDE_CHARSET_ATTRIBUTE%    <fx:include> 'charset' attribute [http://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#INCLUDE_CHARSET_ATTRIBUTE
 486 FXMLLoaderjavafx.fxml[http://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#INCLUDE_CHARSET_ATTRIBUTEFIELDINCLUDE_RESOURCES_ATTRIBUTE'    <fx:include> 'resources' attribute ]http://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#INCLUDE_RESOURCES_ATTRIBUTE
 487 FXMLLoaderjavafx.fxml]http://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#INCLUDE_RESOURCES_ATTRIBUTEFIELDINCLUDE_SOURCE_ATTRIBUTE$    <fx:include> 'source' attribute Zhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#INCLUDE_SOURCE_ATTRIBUTE
 488 FXMLLoaderjavafx.fxmlZhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#INCLUDE_SOURCE_ATTRIBUTEFIELDINCLUDE_TAG!    The tag name of <fx:include> Mhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#INCLUDE_TAG
 489 FXMLLoaderjavafx.fxmlMhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#INCLUDE_TAGFIELDINITIALIZE_METHOD_NAME"    The name of initialize method Xhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#INITIALIZE_METHOD_NAME
 490 FXMLLoaderjavafx.fxmlXhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#INITIALIZE_METHOD_NAMEFIELDJAVAFX_VERSION(    Contains the current javafx version Phttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#JAVAFX_VERSION
 491 FXMLLoaderjavafx.fxmlPhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#JAVAFX_VERSIONFIELDLANGUAGE_PROCESSING_INSTRUCTION4    The tag name of language processing instruction ahttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#LANGUAGE_PROCESSING_INSTRUCTION
 492 FXMLLoaderjavafx.fxmlahttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#LANGUAGE_PROCESSING_INSTRUCTIONFIELDLOCATION_KEY,    A key for location URL in namespace map Nhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#LOCATION_KEY
 493 FXMLLoaderjavafx.fxmlNhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#LOCATION_KEYFIELDNULL_KEYWORD!    Value that represents 'null' Nhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#NULL_KEYWORD
 494 FXMLLoaderjavafx.fxmlNhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#NULL_KEYWORDFIELDREFERENCE_SOURCE_ATTRIBUTE*    &ltfx:reference&gt 'source' attribute \http://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#REFERENCE_SOURCE_ATTRIBUTE
 495 FXMLLoaderjavafx.fxml\http://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#REFERENCE_SOURCE_ATTRIBUTEFIELD
REFERENCE_TAG#    The tag name of <fx:reference> Ohttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#REFERENCE_TAG
 496 FXMLLoaderjavafx.fxmlOhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#REFERENCE_TAGFIELDRELATIVE_PATH_PREFIX+    Prefix for relative location resultion Vhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#RELATIVE_PATH_PREFIX
 497 FXMLLoaderjavafx.fxmlVhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#RELATIVE_PATH_PREFIXFIELDRESOURCE_KEY_PREFIX#    Prefix for resource resolution Uhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#RESOURCE_KEY_PREFIX
 498 FXMLLoaderjavafx.fxmlUhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#RESOURCE_KEY_PREFIXFIELD
RESOURCES_KEY.    A key for ResourceBundle in namespace map Ohttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#RESOURCES_KEY
 499 FXMLLoaderjavafx.fxmlOhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#RESOURCES_KEYFIELDROOT_TAG    The tag name of <fx:root> Jhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#ROOT_TAG
 500 FXMLLoaderjavafx.fxmlJhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#ROOT_TAGFIELDROOT_TYPE_ATTRIBUTE    <fx:root> 'type' attribute Uhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#ROOT_TYPE_ATTRIBUTE
 501 FXMLLoaderjavafx.fxmlUhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#ROOT_TYPE_ATTRIBUTEFIELDSCRIPT_CHARSET_ATTRIBUTE$    <fx:script> 'charset' attribute Zhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#SCRIPT_CHARSET_ATTRIBUTE
 502 FXMLLoaderjavafx.fxmlZhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#SCRIPT_CHARSET_ATTRIBUTEFIELDSCRIPT_SOURCE_ATTRIBUTE#    <fx:script> 'source' attribute Yhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#SCRIPT_SOURCE_ATTRIBUTE
 503 FXMLLoaderjavafx.fxmlYhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#SCRIPT_SOURCE_ATTRIBUTEFIELD
 504 SCRIPT_TAG     The tag name of <fx:script> Lhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#SCRIPT_TAG
 505 FXMLLoaderjavafx.fxmlLhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/FXMLLoader.html#SCRIPT_TAGCLASSGaussianBlur Example:    Text text = new Text(); text.setText("Blurry Text!"); text.setFill(Color.web("0x3b596d")); text.setFont(Font.font(null, FontWeight.BOLD, 50)); text.javafx.scene.effectKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/GaussianBlur.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/GaussianBlur.htmlPROPERTYinput!    The input for this  Effect . Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/GaussianBlur.html#inputGaussianBlurjavafx.scene.effectQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/GaussianBlur.html#inputPROPERTYradius#    The radius of the blur kernel. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/GaussianBlur.html#radiusGaussianBlurjavafx.scene.effectRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/GaussianBlur.html#radiusMETHODgetInput, ()   Gets the value of the property input. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/GaussianBlur.html#getInput()GaussianBlurjavafx.scene.effectVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/GaussianBlur.html#getInput()METHOD   getRadius- ()   Gets the value of the property radius. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/GaussianBlur.html#getRadius()GaussianBlurjavafx.scene.effectWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/GaussianBlur.html#getRadius()METHOD
inputProperty# ()   The input for this  Effect . [http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/GaussianBlur.html#inputProperty()GaussianBlurjavafx.scene.effect[http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/GaussianBlur.html#inputProperty()METHODradiusProperty% ()   The radius of the blur kernel. \http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/GaussianBlur.html#radiusProperty()GaussianBlurjavafx.scene.effect\http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/GaussianBlur.html#radiusProperty()METHODsetInput: ( Effect  value)   Sets the value of the property input. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/GaussianBlur.html#setInput()GaussianBlurjavafx.scene.effectVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/GaussianBlur.html#setInput()METHOD    setRadius9 (double value)   Sets the value of the property radius. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/GaussianBlur.html#setRadius()GaussianBlurjavafx.scene.effectWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/GaussianBlur.html#setRadius()CLASSGestureEvent Delivery of gestures is dependent on the capabilities of the underlying platform and connected input devices. For instance on a PC with mouse and keyboard therejavafx.scene.inputJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.htmlMETHODcopyForŽ (java.lang.Object newSource,  EventTarget  newTarget)   Creates and returns a copy of this event with the specified event source and target. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#copyFor()GestureEventjavafx.scene.inputThttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#copyFor()METHODgetEventType) ()   Gets the event type of this event. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#getEventType()GestureEventjavafx.scene.inputYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#getEventType()METHOD
getPickResult* ()   Returns information about the pick. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#getPickResult()GestureEventjavafx.scene.inputZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#getPickResult()METHOD     getSceneXx ()   Gets the horizontal position of the event relative to the origin of the  Scene  that contains the event's source. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#getSceneX()GestureEventjavafx.scene.inputVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#getSceneX()METHOD  getSceneYv ()   Gets the vertical position of the event relative to the origin of the  Scene  that contains the event's source. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#getSceneY()GestureEventjavafx.scene.inputVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#getSceneY()METHOD
 506 getScreenX: ()   Gets the absolute horizontal position of the event. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#getScreenX()GestureEventjavafx.scene.inputWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#getScreenX()METHOD
 507 getScreenY8 ()   Gets the absolute vertical position of the event. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#getScreenY()GestureEventjavafx.scene.inputWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#getScreenY()METHODgetX^ ()   Gets the horizontal position of the event relative to the origin of the event's source. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#getX()GestureEventjavafx.scene.inputQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#getX()METHODgetY\ ()   Gets the vertical position of the event relative to the origin of the event's source. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#getY()GestureEventjavafx.scene.inputQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#getY()METHODgetZU ()   Depth position of the event relative to the origin of the MouseEvent's source. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#getZ()GestureEventjavafx.scene.inputQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#getZ()METHOD        isAltDownG ()   Indicates whether or not the Alt modifier is down on this event. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#isAltDown()GestureEventjavafx.scene.inputVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#isAltDown()METHOD
isControlDownK ()   Indicates whether or not the Control modifier is down on this event. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#isControlDown()GestureEventjavafx.scene.inputZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#isControlDown()METHODisDirectU ()   Indicates whether this gesture is caused by a direct or indirect input device. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#isDirect()GestureEventjavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#isDirect()METHOD      isInertiaT ()   Indicates if this event represents an inertia of an already finished gesture. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#isInertia()GestureEventjavafx.scene.inputVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#isInertia()METHOD
 508 isMetaDownH ()   Indicates whether or not the Meta modifier is down on this event. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#isMetaDown()GestureEventjavafx.scene.inputWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#isMetaDown()METHODisShiftDownI ()   Indicates whether or not the Shift modifier is down on this event. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#isShiftDown()GestureEventjavafx.scene.inputXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#isShiftDown()METHODisShortcutDowna ()   Indicates whether or not the host platform common shortcut modifier is down on this event. [http://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#isShortcutDown()GestureEventjavafx.scene.input[http://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#isShortcutDown()METHODtoStringE ()   Returns a string representation of this  GestureEvent  object. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#toString()GestureEventjavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#toString()FIELDANY'    Common supertype for all gestures. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#ANYGestureEventjavafx.scene.inputNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/GestureEvent.html#ANYCLASSGlow Example:    Image image = new Image("boat.jpg"); ImageView imageView = new ImageView(image); imageView.setFitWidth(200); imageView.setPreserveRatio(true); imagejavafx.scene.effectChttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Glow.htmlChttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Glow.htmlPROPERTYinput!    The input for this  Effect . Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Glow.html#inputGlowjavafx.scene.effectIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Glow.html#inputPROPERTYlevelF    The level value, which controls the intensity of the glow effect. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Glow.html#levelGlowjavafx.scene.effectIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Glow.html#levelMETHODgetInput, ()   Gets the value of the property input. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Glow.html#getInput()Glowjavafx.scene.effectNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Glow.html#getInput()METHODgetLevel, ()   Gets the value of the property level. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Glow.html#getLevel()Glowjavafx.scene.effectNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Glow.html#getLevel()METHOD
inputProperty# ()   The input for this  Effect . Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Glow.html#inputProperty()Glowjavafx.scene.effectShttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Glow.html#inputProperty()METHOD
levelPropertyH ()   The level value, which controls the intensity of the glow effect. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Glow.html#levelProperty()Glowjavafx.scene.effectShttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Glow.html#levelProperty()METHODsetInput: ( Effect  value)   Sets the value of the property input. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Glow.html#setInput()Glowjavafx.scene.effectNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Glow.html#setInput()METHODsetLevel8 (double value)   Sets the value of the property level. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Glow.html#setLevel()Glowjavafx.scene.effectNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Glow.html#setLevel()CLASSGraphicsContext Each call pushes the necessary parameters onto the buffer where it is executed on the image of the  Canvas  node.   A  Canvas  only contains one  GraphicsContexjavafx.scene.canvasNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.htmlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.htmlMETHOD
appendSVGPathN (java.lang.String svgpath)   Appends an SVG Path string to the current path. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#appendSVGPath()GraphicsContextjavafx.scene.canvas^http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#appendSVGPath()METHODapplyEffect? ( Effect  e)   Applies the given effect to the entire canvas. \http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#applyEffect()GraphicsContextjavafx.scene.canvas\http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#applyEffect()METHODarc  (double centerX, double centerY, double radiusX, double radiusY, double startAngle, double length)   Adds path elements to the current path to make an arc thatThttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#arc()GraphicsContextjavafx.scene.canvasThttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#arc()METHODarcToq (double x1, double y1, double x2, double y2, double radius)   Adds segments to the current path to make an arc. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#arcTo()GraphicsContextjavafx.scene.canvasVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#arcTo()METHOD        beginPath ()   Starts a Path Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#beginPath()GraphicsContextjavafx.scene.canvasZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#beginPath()METHOD
bezierCurveToŠ (double xc1, double yc1, double xc2, double yc2, double x1, double y1)   Adds segments to the current path to make a cubic bezier curve. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#bezierCurveTo()GraphicsContextjavafx.scene.canvas^http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#bezierCurveTo()METHOD        clearRectk (double x, double y, double w, double h)   Clears a portion of the canvas with a transparent color value. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#clearRect()GraphicsContextjavafx.scene.canvasZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#clearRect()METHODclip# ()   Clips using the current path Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#clip()GraphicsContextjavafx.scene.canvasUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#clip()METHOD    closePath ()   Closes the path. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#closePath()GraphicsContextjavafx.scene.canvasZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#closePath()METHOD       drawImage~ ( Image  img, double x, double y)   Draws an image at the given x, y position using the width and height of the given image. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#drawImage()GraphicsContextjavafx.scene.canvasZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#drawImage()METHOD        drawImage| ( Image  img, double x, double y, double w, double h)   Draws an image into the given destination rectangle of the canvas. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#drawImage()GraphicsContextjavafx.scene.canvasZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#drawImage()METHOD  drawImage  ( Image  img, double sx, double sy, double sw, double sh, double dx, double dy, double dw, double dh)   Draws the current source rectangle of the given image tZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#drawImage()GraphicsContextjavafx.scene.canvasZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#drawImage()METHODfill2 ()   Fills the path with the current fill paint. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#fill()GraphicsContextjavafx.scene.canvasUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#fill()METHODfillArc (double x, double y, double w, double h, double startAngle, double arcExtent,  ArcType  closure)   Fills an arc using the current fill paint. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#fillArc()GraphicsContextjavafx.scene.canvasXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#fillArc()METHODfillOvalX (double x, double y, double w, double h)   Fills an oval using the current fill paint. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#fillOval()GraphicsContextjavafx.scene.canvasYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#fillOval()METHODfillPolygon (double[] xPoints, double[] yPoints, int nPoints)   Fills a polygon with the given points using the currently set fill paint. \http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#fillPolygon()GraphicsContextjavafx.scene.canvas\http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#fillPolygon()METHODfillRect\ (double x, double y, double w, double h)   Fills a rectangle using the current fill paint. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#fillRect()GraphicsContextjavafx.scene.canvasYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#fillRect()METHOD
fillRoundRect‡ (double x, double y, double w, double h, double arcWidth, double arcHeight)   Fills a rounded rectangle using the current fill paint. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#fillRoundRect()GraphicsContextjavafx.scene.canvas^http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#fillRoundRect()METHODfillText˜ (java.lang.String text, double x, double y)   Fills the given string of text at position x, y (0,0 at top left) with the current fill paint attribute. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#fillText()GraphicsContextjavafx.scene.canvasYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#fillText()METHODfillTextw (java.lang.String text, double x, double y, double maxWidth)   Fills text and includes a maximum width of the string. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#fillText()GraphicsContextjavafx.scene.canvasYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#fillText()METHOD       getCanvasP ()   Gets the  Canvas  that the  GraphicsContext  is issuing draw commands to. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getCanvas()GraphicsContextjavafx.scene.canvasZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getCanvas()METHOD      getEffectR ( Effect  e)   Gets a copy of the effect to be applied after the next draw call. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getEffect()GraphicsContextjavafx.scene.canvasZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getEffect()METHODgetFill' ()   Gets the current fill attribute. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getFill()GraphicsContextjavafx.scene.canvasXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getFill()METHODgetFillRuleN ()   Get the filling rule constant for determining the interior of the path. \http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getFillRule()GraphicsContextjavafx.scene.canvas\http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getFillRule()METHODgetFont ()   Gets the current Font. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getFont()GraphicsContextjavafx.scene.canvasXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getFont()METHODgetGlobalAlpha% ()   Gets the current global alpha. _http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getGlobalAlpha()GraphicsContextjavafx.scene.canvas_http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getGlobalAlpha()METHODgetGlobalBlendMode" ()   Gets the global blend mode. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getGlobalBlendMode()GraphicsContextjavafx.scene.canvaschttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getGlobalBlendMode()METHOD
 509 getLineCap( ()   Gets the current stroke line cap. [http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getLineCap()GraphicsContextjavafx.scene.canvas[http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getLineCap()METHODgetLineJoin) ()   Gets the current stroke line join. \http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getLineJoin()GraphicsContextjavafx.scene.canvas\http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getLineJoin()METHODgetLineWidth# ()   Gets the current line width. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getLineWidth()GraphicsContextjavafx.scene.canvas]http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getLineWidth()METHOD
getMiterLimit$ ()   Gets the current miter limit. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getMiterLimit()GraphicsContextjavafx.scene.canvas^http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getMiterLimit()METHODgetPixelWriter‡ ()   Returns a   PixelWriter   object that can be used to modify the pixels of the   Canvas   associated with this  GraphicsContext . _http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getPixelWriter()GraphicsContextjavafx.scene.canvas_http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getPixelWriter()METHOD     getStroke ()   Gets the current stroke. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getStroke()GraphicsContextjavafx.scene.canvasZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getStroke()METHODgetTextAlign( ()   Gets the current  TextAlignment . ]http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getTextAlign()GraphicsContextjavafx.scene.canvas]http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getTextAlign()METHODgetTextBaseline& ()   Gets the current Text Baseline. `http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getTextBaseline()GraphicsContextjavafx.scene.canvas`http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getTextBaseline()METHODgetTransform/ ()   Returns a copy of the current transform. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getTransform()GraphicsContextjavafx.scene.canvas]http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getTransform()METHODgetTransform= ( Affine  xform)   Returns a copy of the current transform. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getTransform()GraphicsContextjavafx.scene.canvas]http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#getTransform()METHOD
isPointInPathT (double x, double y)   Returns true if the the given x,y point is inside the path. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#isPointInPath()GraphicsContextjavafx.scene.canvas^http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#isPointInPath()METHODlineToh (double x1, double y1)   Adds segments to the current path to make a line at the given x,y coordinate. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#lineTo()GraphicsContextjavafx.scene.canvasWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#lineTo()METHODmoveTob (double x0, double y0)   Issues a move command for the current path to the given x,y coordinate. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#moveTo()GraphicsContextjavafx.scene.canvasWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#moveTo()METHODquadraticCurveTom (double xc, double yc, double x1, double y1)   Adds segments to the current path to make a quadratic curve. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#quadraticCurveTo()GraphicsContextjavafx.scene.canvasahttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#quadraticCurveTo()METHODrecth (double x, double y, double w, double h)   Adds path elements to the current path to make a rectangle. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#rect()GraphicsContextjavafx.scene.canvasUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#rect()METHODrestoreŽ ()   Pops the state off of the stack, setting the following attributes to their value at the time when that state was pushed onto the stack. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#restore()GraphicsContextjavafx.scene.canvasXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#restore()METHODrotate> (double degrees)   Rotates the current transform in degrees. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#rotate()GraphicsContextjavafx.scene.canvasWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#rotate()METHODsave3 ()   Saves the following attributes onto a stack. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#save()GraphicsContextjavafx.scene.canvasUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#save()METHODscale> (double x, double y)   Scales the current transform by x, y. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#scale()GraphicsContextjavafx.scene.canvasVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#scale()METHOD        setEffectd ( Effect  e)   Sets the effect to be applied after the next draw call, or null to disable effects. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setEffect()GraphicsContextjavafx.scene.canvasZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setEffect()METHODsetFill0 ( Paint  p)   Sets the current fill attribute. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setFill()GraphicsContextjavafx.scene.canvasXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setFill()METHODsetFillRulea ( FillRule  fillRule)   Set the filling rule constant for determining the interior of the path. \http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setFillRule()GraphicsContextjavafx.scene.canvas\http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setFillRule()METHODsetFont% ( Font  f)   Sets the current Font. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setFont()GraphicsContextjavafx.scene.canvasXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setFont()METHODsetGlobalAlpha> (double alpha)   Sets the global alpha of the current state. _http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setGlobalAlpha()GraphicsContextjavafx.scene.canvas_http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setGlobalAlpha()METHODsetGlobalBlendMode0 ( BlendMode  op)   Sets the global blend mode. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setGlobalBlendMode()GraphicsContextjavafx.scene.canvaschttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setGlobalBlendMode()METHOD
 510 setLineCap; ( StrokeLineCap  cap)   Sets the current stroke line cap. [http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setLineCap()GraphicsContextjavafx.scene.canvas[http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setLineCap()METHODsetLineJoin> ( StrokeLineJoin  join)   Sets the current stroke line join. \http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setLineJoin()GraphicsContextjavafx.scene.canvas\http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setLineJoin()METHODsetLineWidth, (double lw)   Sets the current line width. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setLineWidth()GraphicsContextjavafx.scene.canvas]http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setLineWidth()METHOD
setMiterLimit- (double ml)   Sets the current miter limit. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setMiterLimit()GraphicsContextjavafx.scene.canvas^http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setMiterLimit()METHOD  setStroke( ( Paint  p)   Sets the current stroke. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setStroke()GraphicsContextjavafx.scene.canvasZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setStroke()METHODsetTextAlign_ ( TextAlignment  align)   Defines horizontal text alignment, relative to the text  x  origin. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setTextAlign()GraphicsContextjavafx.scene.canvas]http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setTextAlign()METHODsetTextBaseline5 ( VPos  baseline)   Sets the current Text Baseline. `http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setTextBaseline()GraphicsContextjavafx.scene.canvas`http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setTextBaseline()METHODsetTransform0 ( Affine  xform)   Sets the current transform. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setTransform()GraphicsContextjavafx.scene.canvas]http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setTransform()METHODsetTransformh (double mxx, double myx, double mxy, double myy, double mxt, double myt)   Sets the current transform. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setTransform()GraphicsContextjavafx.scene.canvas]http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#setTransform()METHODstroke6 ()   Strokes the path with the current stroke paint. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#stroke()GraphicsContextjavafx.scene.canvasWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#stroke()METHOD strokeArc“ (double x, double y, double w, double h, double startAngle, double arcExtent,  ArcType  closure)   Strokes an Arc using the current stroke paint. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#strokeArc()GraphicsContextjavafx.scene.canvasZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#strokeArc()METHOD
 511 strokeLine_ (double x1, double y1, double x2, double y2)   Strokes a line using the current stroke paint. [http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#strokeLine()GraphicsContextjavafx.scene.canvas[http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#strokeLine()METHOD
 512 strokeOval` (double x, double y, double w, double h)   Strokes a rectangle using the current stroke paint. [http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#strokeOval()GraphicsContextjavafx.scene.canvas[http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#strokeOval()METHOD
strokePolygonƒ (double[] xPoints, double[] yPoints, int nPoints)   Strokes a polygon with the given points using the currently set stroke paint. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#strokePolygon()GraphicsContextjavafx.scene.canvas^http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#strokePolygon()METHODstrokePolylineŒ (double[] xPoints, double[] yPoints, int nPoints)   Draws a polyline with the given points using the currently set stroke paint attribute. _http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#strokePolyline()GraphicsContextjavafx.scene.canvas_http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#strokePolyline()METHOD
 513 strokeRect` (double x, double y, double w, double h)   Strokes a rectangle using the current stroke paint. [http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#strokeRect()GraphicsContextjavafx.scene.canvas[http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#strokeRect()METHODstrokeRoundRect‹ (double x, double y, double w, double h, double arcWidth, double arcHeight)   Strokes a rounded rectangle using the current stroke paint. `http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#strokeRoundRect()GraphicsContextjavafx.scene.canvas`http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#strokeRoundRect()METHOD
 514 strokeTextš (java.lang.String text, double x, double y)   draws the given string of text at position x, y (0,0 at top left) with the current stroke paint attribute. [http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#strokeText()GraphicsContextjavafx.scene.canvas[http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#strokeText()METHOD
 515 strokeText‰ (java.lang.String text, double x, double y, double maxWidth)   Draws text with stroke paint and includes a maximum width of the string. [http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#strokeText()GraphicsContextjavafx.scene.canvas[http://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#strokeText()METHOD transformG ( Affine  xform)   Concatenates the input with the current transform. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#transform()GraphicsContextjavafx.scene.canvasZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#transform()METHOD       transform (double mxx, double myx, double mxy, double myy, double mxt, double myt)   Concatenates the input with the current transform. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#transform()GraphicsContextjavafx.scene.canvasZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#transform()METHOD       translateB (double x, double y)   Translates the current transform by x, y. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#translate()GraphicsContextjavafx.scene.canvasZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/canvas/GraphicsContext.html#translate()CLASSGridPane A child may be placed anywhere within the grid and may span multiple rows/columns. Children may freely overlap within rows/columns and their stacking order willjavafx.scene.layoutGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.htmlPROPERTY    alignmentI    The alignment of of the grid within the gridpane's width and height. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#alignmentGridPanejavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#alignmentPROPERTYgridLinesVisiblek    For debug purposes only: controls whether lines are displayed to show the gridpane's rows and columns. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#gridLinesVisibleGridPanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#gridLinesVisiblePROPERTYhgap6    The width of the horizontal gaps between columns. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#hgapGridPanejavafx.scene.layoutLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#hgapPROPERTYvgap2    The height of the vertical gaps between rows. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#vgapGridPanejavafx.scene.layoutLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#vgapMETHODaddt ( Node  child, int columnIndex, int rowIndex)   Adds a child to the gridpane at the specified column,row position. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#add()GridPanejavafx.scene.layoutMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#add()METHODadd˜ ( Node  child, int columnIndex, int rowIndex, int colspan, int rowspan)   Adds a child to the gridpane at the specified column,row position and spans. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#add()GridPanejavafx.scene.layoutMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#add()METHOD     addColumnŒ (int columnIndex,  Node ... children)   Convenience method for placing the specified nodes sequentially in a given column of the gridpane. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#addColumn()GridPanejavafx.scene.layoutShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#addColumn()METHODaddRow† (int rowIndex,  Node ... children)   Convenience method for placing the specified nodes sequentially in a given row of the gridpane. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#addRow()GridPanejavafx.scene.layoutPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#addRow()METHODalignmentPropertyK ()   The alignment of of the grid within the gridpane's width and height. [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#alignmentProperty()GridPanejavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#alignmentProperty()METHODclearConstraintsH ( Node  child)   Removes all gridpane constraints from the child node. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#clearConstraints()GridPanejavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#clearConstraints()METHODcomputeMinHeight> (double width)   Computes the minimum height of this region. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#computeMinHeight()GridPanejavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#computeMinHeight()METHODcomputeMinWidth> (double height)   Computes the minimum width of this region. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#computeMinWidth()GridPanejavafx.scene.layoutYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#computeMinWidth()METHODcomputePrefHeight  (double width)   Computes the preferred height of this region for the given width; Region subclasses should override this method to return an appropriate value[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#computePrefHeight()GridPanejavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#computePrefHeight()METHODcomputePrefWidthU (double height)   Computes the preferred width of this region for the given height. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#computePrefWidth()GridPanejavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#computePrefWidth()METHODgetAlignment0 ()   Gets the value of the property alignment. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getAlignment()GridPanejavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getAlignment()METHODgetClassCssMetaData () ]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getClassCssMetaData()GridPanejavafx.scene.layout]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getClassCssMetaData()METHODgetColumnConstraints* ()   Returns list of column constraints. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getColumnConstraints()GridPanejavafx.scene.layout^http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getColumnConstraints()METHODgetColumnIndexF ( Node  child)   Returns the child's column index constraint if set. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getColumnIndex()GridPanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getColumnIndex()METHOD
getColumnSpanE ( Node  child)   Returns the child's column-span constraint if set. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getColumnSpan()GridPanejavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getColumnSpan()METHODgetContentBiasM ()   Returns the orientation of a node's resizing bias for layout purposes. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getContentBias()GridPanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getContentBias()METHODgetCssMetaData’ ()   This method should delegate to   Node.getClassCssMetaData()   so that a Node's CssMetaData can be accessed without the need for reflection. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getCssMetaData()GridPanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getCssMetaData()METHOD
getHalignmentD ( Node  child)   Returns the child's halignment constraint if set. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getHalignment()GridPanejavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getHalignment()METHODgetHgap+ ()   Gets the value of the property hgap. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getHgap()GridPanejavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getHgap()METHODgetHgrow? ( Node  child)   Returns the child's hgrow constraint if set. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getHgrow()GridPanejavafx.scene.layoutRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getHgrow()METHOD getMargin@ ( Node  child)   Returns the child's margin constraint if set. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getMargin()GridPanejavafx.scene.layoutShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getMargin()METHODgetRowConstraints' ()   Returns list of row constraints. [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getRowConstraints()GridPanejavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getRowConstraints()METHODgetRowIndexC ( Node  child)   Returns the child's row index constraint if set. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getRowIndex()GridPanejavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getRowIndex()METHOD
 516 getRowSpanB ( Node  child)   Returns the child's row-span constraint if set. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getRowSpan()GridPanejavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getRowSpan()METHOD
getValignmentD ( Node  child)   Returns the child's valignment constraint if set. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getValignment()GridPanejavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getValignment()METHODgetVgap+ ()   Gets the value of the property vgap. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getVgap()GridPanejavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getVgap()METHODgetVgrow? ( Node  child)   Returns the child's vgrow constraint if set. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getVgrow()GridPanejavafx.scene.layoutRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#getVgrow()METHODgridLinesVisiblePropertym ()   For debug purposes only: controls whether lines are displayed to show the gridpane's rows and columns. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#gridLinesVisibleProperty()GridPanejavafx.scene.layoutbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#gridLinesVisibleProperty()METHODhgapProperty8 ()   The width of the horizontal gaps between columns. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#hgapProperty()GridPanejavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#hgapProperty()METHODisFillHeightB ( Node  child)   Returns the child's vertical fill policy if set Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#isFillHeight()GridPanejavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#isFillHeight()METHODisFillWidthD ( Node  child)   Returns the child's horizontal fill policy if set Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#isFillWidth()GridPanejavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#isFillWidth()METHODisGridLinesVisible7 ()   Gets the value of the property gridLinesVisible. \http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#isGridLinesVisible()GridPanejavafx.scene.layout\http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#isGridLinesVisible()METHODlayoutChildrenN ()   Invoked during the layout pass to layout the children in this  Parent . Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#layoutChildren()GridPanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#layoutChildren()METHOD
requestLayoutP ()   Requests a layout pass to be performed before the next scene is rendered. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#requestLayout()GridPanejavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#requestLayout()METHODsetAlignment; ( Pos  value)   Sets the value of the property alignment. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setAlignment()GridPanejavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setAlignment()METHODsetColumnIndex  ( Node  child, java.lang.Integer value)   Sets the column index for the child when contained by a gridpane so that it will be positioned starting in that columXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setColumnIndex()GridPanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setColumnIndex()METHOD
setColumnSpan  ( Node  child, java.lang.Integer value)   Sets the column span for the child when contained by a gridpane so that it will span that number of columns horizontaWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setColumnSpan()GridPanejavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setColumnSpan()METHODsetConstraintsy ( Node  child, int columnIndex, int rowIndex)   Sets the column,row indeces for the child when contained in a gridpane. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setConstraints()GridPanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setConstraints()METHODsetConstraints  ( Node  child, int columnIndex, int rowIndex, int columnspan, int rowspan)   Sets the column, row, column-span, and row-span value for the child when containedXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setConstraints()GridPanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setConstraints()METHODsetConstraints  ( Node  child, int columnIndex, int rowIndex, int columnspan, int rowspan,  HPos  halignment,  VPos  valignment)   Sets the grid position, spans, and alignmentXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setConstraints()GridPanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setConstraints()METHODsetConstraints  ( Node  child, int columnIndex, int rowIndex, int columnspan, int rowspan,  HPos  halignment,  VPos  valignment,  Priority  hgrow,  Priority  vgrow)   Sets theXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setConstraints()GridPanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setConstraints()METHODsetConstraints  ( Node  child, int columnIndex, int rowIndex, int columnspan, int rowspan,  HPos  halignment,  VPos  valignment,  Priority  hgrow,  Priority  vgrow,  Insets  mXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setConstraints()GridPanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setConstraints()METHOD
setFillHeightu ( Node  child, java.lang.Boolean value)   Sets the vertical fill policy for the child when contained by a gridpane. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setFillHeight()GridPanejavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setFillHeight()METHODsetFillWidthw ( Node  child, java.lang.Boolean value)   Sets the horizontal fill policy for the child when contained by a gridpane. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setFillWidth()GridPanejavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setFillWidth()METHODsetGridLinesVisibleD (boolean value)   Sets the value of the property gridLinesVisible. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setGridLinesVisible()GridPanejavafx.scene.layout]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setGridLinesVisible()METHOD
setHalignmentj ( Node  child,  HPos  value)   Sets the horizontal alignment for the child when contained by a gridpane. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setHalignment()GridPanejavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setHalignment()METHODsetHgap7 (double value)   Sets the value of the property hgap. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setHgap()GridPanejavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setHgap()METHODsetHgrowr ( Node  child,  Priority  value)   Sets the horizontal grow priority for the child when contained by a gridpane. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setHgrow()GridPanejavafx.scene.layoutRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setHgrow()METHOD      setMargin^ ( Node  child,  Insets  value)   Sets the margin for the child when contained by a gridpane. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setMargin()GridPanejavafx.scene.layoutShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setMargin()METHODsetRowIndex  ( Node  child, java.lang.Integer value)   Sets the row index for the child when contained by a gridpane so that it will be positioned starting in that row of tUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setRowIndex()GridPanejavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setRowIndex()METHOD
 517 setRowSpan ( Node  child, java.lang.Integer value)   Sets the row span for the child when contained by a gridpane so that it will span that number of rows vertically. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setRowSpan()GridPanejavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setRowSpan()METHOD
setValignmenth ( Node  child,  VPos  value)   Sets the vertical alignment for the child when contained by a gridpane. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setValignment()GridPanejavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setValignment()METHODsetVgap7 (double value)   Sets the value of the property vgap. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setVgap()GridPanejavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setVgap()METHODsetVgrowp ( Node  child,  Priority  value)   Sets the vertical grow priority for the child when contained by a gridpane. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setVgrow()GridPanejavafx.scene.layoutRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#setVgrow()METHODtoStringA ()   Returns a string representation of this  GridPane  object. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#toString()GridPanejavafx.scene.layoutRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#toString()METHODvgapProperty4 ()   The height of the vertical gaps between rows. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#vgapProperty()GridPanejavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#vgapProperty()FIELD        REMAININGˆ    Sentinel value which may be set on a child's row/column span constraint to indicate that it should span the remaining rows/columns. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#REMAININGGridPanejavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/GridPane.html#REMAININGCLASSGroup A  Group  will take on the collective bounds of its children and is not directly resizable.   Any transform, effect, or state applied to a  Group  will be applijavafx.scene=http://download.java.net/jdk8/jfxdocs/javafx/scene/Group.html=http://download.java.net/jdk8/jfxdocs/javafx/scene/Group.htmlPROPERTYautoSizeChildren“    Controls whether or not this  Group  will automatically resize any managed resizable children to their preferred sizes during the layout pass. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Group.html#autoSizeChildrenGroupjavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Group.html#autoSizeChildrenMETHODautoSizeChildrenProperty• ()   Controls whether or not this  Group  will automatically resize any managed resizable children to their preferred sizes during the layout pass. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Group.html#autoSizeChildrenProperty()Groupjavafx.sceneXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Group.html#autoSizeChildrenProperty()METHODgetChildren1 ()   Gets the list of children of this  Group . Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Group.html#getChildren()Groupjavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Group.html#getChildren()METHODimpl_computeLayoutBoundsF ()   Returns geometric bounds, but may be over-ridden by a subclass. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Group.html#impl_computeLayoutBounds()Groupjavafx.sceneXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Group.html#impl_computeLayoutBounds()METHODisAutoSizeChildren7 ()   Gets the value of the property autoSizeChildren. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Group.html#isAutoSizeChildren()Groupjavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Group.html#isAutoSizeChildren()METHODlayoutChildrenx ()   Group implements layoutChildren such that each child is resized to its preferred size, if the child is resizable. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Group.html#layoutChildren()Groupjavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Group.html#layoutChildren()METHOD minHeightT (double width)   Returns the node's minimum height for use in layout calculations. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Group.html#minHeight()Groupjavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Group.html#minHeight()METHODminWidthT (double height)   Returns the node's minimum width for use in layout calculations. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Group.html#minWidth()Groupjavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Group.html#minWidth()METHOD
 518 prefHeight  (double width)   Group defines the preferred height as simply being the height of its layout bounds, which in turn is simply the sum of the positions & heightsJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Group.html#prefHeight()Groupjavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Group.html#prefHeight()METHOD prefWidth  (double height)   Group defines the preferred width as simply being the width of its layout bounds, which in turn is simply the sum of the positions & widths oIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Group.html#prefWidth()Groupjavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Group.html#prefWidth()METHODsetAutoSizeChildrenD (boolean value)   Sets the value of the property autoSizeChildren. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/Group.html#setAutoSizeChildren()Groupjavafx.sceneShttp://download.java.net/jdk8/jfxdocs/javafx/scene/Group.html#setAutoSizeChildren()CLASSHBox HBox example:    HBox hbox = new HBox(8); // spacing = 8 hbox.getChildren().addAll(new Label("Name:), new TextBox());    HBox will resize children (if resizablejavafx.scene.layoutChttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.htmlChttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.htmlPROPERTY    alignmentJ    The overall alignment of children within the hbox's width and height. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#alignmentHBoxjavafx.scene.layoutMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#alignmentPROPERTY
 519 fillHeight     Whether or not resizable children will be resized to fill the full height of the hbox or be kept to their preferred height and aligned according to the  aliNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#fillHeightHBoxjavafx.scene.layoutNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#fillHeightPROPERTYspacingC    The amount of horizontal space between each child in the hbox. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#spacingHBoxjavafx.scene.layoutKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#spacingMETHODalignmentPropertyL ()   The overall alignment of children within the hbox's width and height. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#alignmentProperty()HBoxjavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#alignmentProperty()METHODclearConstraintsD ( Node  child)   Removes all hbox constraints from the child node. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#clearConstraints()HBoxjavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#clearConstraints()METHODcomputeMinHeight> (double width)   Computes the minimum height of this region. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#computeMinHeight()HBoxjavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#computeMinHeight()METHODcomputeMinWidth> (double height)   Computes the minimum width of this region. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#computeMinWidth()HBoxjavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#computeMinWidth()METHODcomputePrefHeight  (double width)   Computes the preferred height of this region for the given width; Region subclasses should override this method to return an appropriate valueWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#computePrefHeight()HBoxjavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#computePrefHeight()METHODcomputePrefWidthU (double height)   Computes the preferred width of this region for the given height. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#computePrefWidth()HBoxjavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#computePrefWidth()METHODfillHeightProperty  ()   Whether or not resizable children will be resized to fill the full height of the hbox or be kept to their preferred height and aligned according to the  aXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#fillHeightProperty()HBoxjavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#fillHeightProperty()METHODgetAlignment0 ()   Gets the value of the property alignment. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#getAlignment()HBoxjavafx.scene.layoutRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#getAlignment()METHODgetBaselineOffsetG ()   Calculates the baseline offset based on the first managed child. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#getBaselineOffset()HBoxjavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#getBaselineOffset()METHODgetClassCssMetaData () Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#getClassCssMetaData()HBoxjavafx.scene.layoutYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#getClassCssMetaData()METHODgetContentBiasM ()   Returns the orientation of a node's resizing bias for layout purposes. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#getContentBias()HBoxjavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#getContentBias()METHODgetCssMetaData’ ()   This method should delegate to   Node.getClassCssMetaData()   so that a Node's CssMetaData can be accessed without the need for reflection. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#getCssMetaData()HBoxjavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#getCssMetaData()METHODgetHgrow? ( Node  child)   Returns the child's hgrow constraint if set. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#getHgrow()HBoxjavafx.scene.layoutNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#getHgrow()METHOD   getMargin@ ( Node  child)   Returns the child's margin constraint if set. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#getMargin()HBoxjavafx.scene.layoutOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#getMargin()METHOD
 520 getSpacing. ()   Gets the value of the property spacing. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#getSpacing()HBoxjavafx.scene.layoutPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#getSpacing()METHODisFillHeight1 ()   Gets the value of the property fillHeight. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#isFillHeight()HBoxjavafx.scene.layoutRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#isFillHeight()METHODlayoutChildrenN ()   Invoked during the layout pass to layout the children in this  Parent . Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#layoutChildren()HBoxjavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#layoutChildren()METHOD
requestLayoutP ()   Requests a layout pass to be performed before the next scene is rendered. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#requestLayout()HBoxjavafx.scene.layoutShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#requestLayout()METHODsetAlignment; ( Pos  value)   Sets the value of the property alignment. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#setAlignment()HBoxjavafx.scene.layoutRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#setAlignment()METHOD
setFillHeight> (boolean value)   Sets the value of the property fillHeight. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#setFillHeight()HBoxjavafx.scene.layoutShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#setFillHeight()METHODsetHgrowo ( Node  child,  Priority  value)   Sets the horizontal grow priority for the child when contained by an hbox. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#setHgrow()HBoxjavafx.scene.layoutNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#setHgrow()METHOD    setMargin[ ( Node  child,  Insets  value)   Sets the margin for the child when contained by an hbox. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#setMargin()HBoxjavafx.scene.layoutOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#setMargin()METHOD
 521 setSpacing: (double value)   Sets the value of the property spacing. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#setSpacing()HBoxjavafx.scene.layoutPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#setSpacing()METHODspacingPropertyE ()   The amount of horizontal space between each child in the hbox. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#spacingProperty()HBoxjavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/HBox.html#spacingProperty()CLASSHLineTo For more information on path elements see the   Path   and   PathElement   classes.  Example:   import javafx.scene.shape.*; Path path = new Path(); path.getElejavafx.scene.shapeEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/HLineTo.htmlEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/HLineTo.htmlPROPERTYx    Defines the X coordinate. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/HLineTo.html#xHLineTojavafx.scene.shapeGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/HLineTo.html#xMETHODgetX( ()   Gets the value of the property x. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/HLineTo.html#getX()HLineTojavafx.scene.shapeLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/HLineTo.html#getX()METHODsetX4 (double value)   Sets the value of the property x. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/HLineTo.html#setX()HLineTojavafx.scene.shapeLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/HLineTo.html#setX()METHODtoString@ ()   Returns a string representation of this  HLineTo  object. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/HLineTo.html#toString()HLineTojavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/HLineTo.html#toString()METHOD  xProperty  ()   Defines the X coordinate. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/HLineTo.html#xProperty()HLineTojavafx.scene.shapeQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/HLineTo.html#xProperty()ENUMHorizontalDirectionjavafx.geometryNhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/HorizontalDirection.htmlNhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/HorizontalDirection.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Xhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/HorizontalDirection.html#valueOf()HorizontalDirectionjavafx.geometryXhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/HorizontalDirection.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Whttp://download.java.net/jdk8/jfxdocs/javafx/geometry/HorizontalDirection.html#values()HorizontalDirectionjavafx.geometryWhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/HorizontalDirection.html#values()CLASSHostServices Example:      HostServices services = getHostServices(); String myImage = services.resolveURI(services.getDocumentBase(), "image.jpg"); Image image = new Image(javafx.applicationJhttp://download.java.net/jdk8/jfxdocs/javafx/application/HostServices.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/application/HostServices.htmlMETHODgetCodeBase3 ()   Gets the code base URI for this application. Xhttp://download.java.net/jdk8/jfxdocs/javafx/application/HostServices.html#getCodeBase()HostServicesjavafx.applicationXhttp://download.java.net/jdk8/jfxdocs/javafx/application/HostServices.html#getCodeBase()METHODgetDocumentBase7 ()   Gets the document base URI for this application. \http://download.java.net/jdk8/jfxdocs/javafx/application/HostServices.html#getDocumentBase()HostServicesjavafx.application\http://download.java.net/jdk8/jfxdocs/javafx/application/HostServices.html#getDocumentBase()METHOD
getWebContextm ()   Returns the JavaScript handle of the enclosing DOM window of the web page containing this application. Zhttp://download.java.net/jdk8/jfxdocs/javafx/application/HostServices.html#getWebContext()HostServicesjavafx.applicationZhttp://download.java.net/jdk8/jfxdocs/javafx/application/HostServices.html#getWebContext()METHOD
 522 resolveURIˆ (java.lang.String base, java.lang.String rel)   Resolves the specified relative URI against the base URI and returns the resolved URI. Whttp://download.java.net/jdk8/jfxdocs/javafx/application/HostServices.html#resolveURI()HostServicesjavafx.applicationWhttp://download.java.net/jdk8/jfxdocs/javafx/application/HostServices.html#resolveURI()METHODshowDocumentR (java.lang.String uri)   Opens the specified URI in a new browser window or tab. Yhttp://download.java.net/jdk8/jfxdocs/javafx/application/HostServices.html#showDocument()HostServicesjavafx.applicationYhttp://download.java.net/jdk8/jfxdocs/javafx/application/HostServices.html#showDocument()ENUMHPosjavafx.geometry?http://download.java.net/jdk8/jfxdocs/javafx/geometry/HPos.html?http://download.java.net/jdk8/jfxdocs/javafx/geometry/HPos.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Ihttp://download.java.net/jdk8/jfxdocs/javafx/geometry/HPos.html#valueOf()HPosjavafx.geometryIhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/HPos.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Hhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/HPos.html#values()HPosjavafx.geometryHhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/HPos.html#values()CLASS
 523 HTMLEditor‡This method does not modify the state of the job, nor does it call   PrinterJob.endJob()  , so the job may be safely reused afterwards.javafx.scene.webFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/HTMLEditor.htmlFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/HTMLEditor.htmlMETHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/HTMLEditor.html#createDefaultSkin()
 524 HTMLEditorjavafx.scene.webZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/HTMLEditor.html#createDefaultSkin()METHODgetHtmlText. ()   Returns the HTML content of the editor. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/HTMLEditor.html#getHtmlText()
 525 HTMLEditorjavafx.scene.webThttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/HTMLEditor.html#getHtmlText()METHODprintT ( PrinterJob  job)   Prints the content of the editor using the given printer job. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/HTMLEditor.html#print()
 526 HTMLEditorjavafx.scene.webNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/HTMLEditor.html#print()METHODsetHtmlTextD (java.lang.String htmlText)   Sets the HTML content of the editor. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/HTMLEditor.html#setHtmlText()
 527 HTMLEditorjavafx.scene.webThttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/HTMLEditor.html#setHtmlText()CLASS Hyperlink An HTML like label which can be a graphic and/or text which responds to rollovers and clicks. When a hyperlink is clicked/pressed   isVisited()   becomes  true javafx.scene.controlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Hyperlink.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Hyperlink.htmlPROPERTYvisited<    Indicates whether this link has already been "visited". Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Hyperlink.html#visited        Hyperlinkjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Hyperlink.html#visitedMETHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Hyperlink.html#createDefaultSkin()       Hyperlinkjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Hyperlink.html#createDefaultSkin()METHODfireC ()   Implemented to invoke the   ActionEvent   if one is defined. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Hyperlink.html#fire()    Hyperlinkjavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Hyperlink.html#fire()METHOD isVisited. ()   Gets the value of the property visited. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Hyperlink.html#isVisited()    Hyperlinkjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Hyperlink.html#isVisited()METHOD
 528 setVisited; (boolean value)   Sets the value of the property visited. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Hyperlink.html#setVisited()     Hyperlinkjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Hyperlink.html#setVisited()METHODvisitedProperty> ()   Indicates whether this link has already been "visited". [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Hyperlink.html#visitedProperty()       Hyperlinkjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Hyperlink.html#visitedProperty()CLASSImage Images can be resized as they are loaded (for example to reduce the amount of memory consumed by the image). The application can specify the quality of filterinjavafx.scene.imageChttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.htmlChttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.htmlPROPERTYerrorD    Indicates whether an error was detected while loading an image. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#errorImagejavafx.scene.imageIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#errorPROPERTY  exception6    The exception which caused image loading to fail. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#exceptionImagejavafx.scene.imageMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#exceptionPROPERTYheight8    The image height or  0  if the image loading fails. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#heightImagejavafx.scene.imageJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#heightPROPERTYprogressK    The approximate percentage of image's loading that has been completed. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#progressImagejavafx.scene.imageLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#progressPROPERTYwidth7    The image width or  0  if the image loading fails. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#widthImagejavafx.scene.imageIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#widthMETHODcancel4 ()   Cancels the background loading of this image. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#cancel()Imagejavafx.scene.imageLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#cancel()METHOD
errorPropertyF ()   Indicates whether an error was detected while loading an image. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#errorProperty()Imagejavafx.scene.imageShttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#errorProperty()METHODexceptionProperty8 ()   The exception which caused image loading to fail. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#exceptionProperty()Imagejavafx.scene.imageWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#exceptionProperty()METHODgetException0 ()   Gets the value of the property exception. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#getException()Imagejavafx.scene.imageRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#getException()METHOD     getHeight- ()   Gets the value of the property height. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#getHeight()Imagejavafx.scene.imageOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#getHeight()METHODgetPixelReaderz ()   This method returns a  PixelReader  that provides access to read the pixels of the image, if the image is readable. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#getPixelReader()Imagejavafx.scene.imageThttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#getPixelReader()METHODgetProgress/ ()   Gets the value of the property progress. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#getProgress()Imagejavafx.scene.imageQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#getProgress()METHODgetRequestedHeighth ()   Gets the height of the bounding box within which the source image is resized as necessary to fit. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#getRequestedHeight()Imagejavafx.scene.imageXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#getRequestedHeight()METHODgetRequestedWidthg ()   Gets the width of the bounding box within which the source image is resized as necessary to fit. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#getRequestedWidth()Imagejavafx.scene.imageWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#getRequestedWidth()METHODgetWidth, ()   Gets the value of the property width. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#getWidth()Imagejavafx.scene.imageNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#getWidth()METHODheightProperty: ()   The image height or  0  if the image loading fails. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#heightProperty()Imagejavafx.scene.imageThttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#heightProperty()METHODisBackgroundLoadingE ()   Indicates whether the image is being loaded in the background. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#isBackgroundLoading()Imagejavafx.scene.imageYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#isBackgroundLoading()METHODisError, ()   Gets the value of the property error. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#isError()Imagejavafx.scene.imageMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#isError()METHODisPreserveRatio  ()   Indicates whether to preserve the aspect ratio of the original image when scaling to fit the image within the bounding box provided by  width  and  heightUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#isPreserveRatio()Imagejavafx.scene.imageUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#isPreserveRatio()METHODisSmooth  ()   Indicates whether to use a better quality filtering algorithm or a faster one when scaling this image to fit within the bounding box provided by  width  aNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#isSmooth()Imagejavafx.scene.imageNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#isSmooth()METHODprogressPropertyM ()   The approximate percentage of image's loading that has been completed. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#progressProperty()Imagejavafx.scene.imageVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#progressProperty()METHOD
widthProperty9 ()   The image width or  0  if the image loading fails. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#widthProperty()Imagejavafx.scene.imageShttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/Image.html#widthProperty()CLASSImageCursor Example:   import javafx.scene.*; import javafx.scene.image.*; Image image = new Image("mycursor.png"); Scene scene = new Scene(400, 300); scene.setCursor(new Ijavafx.sceneChttp://download.java.net/jdk8/jfxdocs/javafx/scene/ImageCursor.htmlChttp://download.java.net/jdk8/jfxdocs/javafx/scene/ImageCursor.htmlPROPERTYhotspotX/    The X coordinate of the cursor's hot spot. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/ImageCursor.html#hotspotXImageCursorjavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/ImageCursor.html#hotspotXPROPERTYhotspotY/    The Y coordinate of the cursor's hot spot. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/ImageCursor.html#hotspotYImageCursorjavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/ImageCursor.html#hotspotYPROPERTYimage4    The image to display when the cursor is active. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/ImageCursor.html#imageImageCursorjavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/ImageCursor.html#imageMETHODchooseBestCursorx ( Image [] images, double hotspotX, double hotspotY)   Creates a custom image cursor from one of the specified images. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/ImageCursor.html#chooseBestCursor()ImageCursorjavafx.sceneVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/ImageCursor.html#chooseBestCursor()METHODgetBestSizeƒ (double preferredWidth, double preferredHeight)   Gets the supported cursor size that is closest to the specified preferred size. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/ImageCursor.html#getBestSize()ImageCursorjavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/ImageCursor.html#getBestSize()METHODgetHotspotX/ ()   Gets the value of the property hotspotX. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/ImageCursor.html#getHotspotX()ImageCursorjavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/ImageCursor.html#getHotspotX()METHODgetHotspotY/ ()   Gets the value of the property hotspotY. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/ImageCursor.html#getHotspotY()ImageCursorjavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/ImageCursor.html#getHotspotY()METHODgetImage, ()   Gets the value of the property image. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/ImageCursor.html#getImage()ImageCursorjavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/ImageCursor.html#getImage()METHODgetMaximumColorsW ()   Returns the maximum number of colors supported in a custom image cursor palette. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/ImageCursor.html#getMaximumColors()ImageCursorjavafx.sceneVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/ImageCursor.html#getMaximumColors()METHODhotspotXProperty1 ()   The X coordinate of the cursor's hot spot. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/ImageCursor.html#hotspotXProperty()ImageCursorjavafx.sceneVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/ImageCursor.html#hotspotXProperty()METHODhotspotYProperty1 ()   The Y coordinate of the cursor's hot spot. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/ImageCursor.html#hotspotYProperty()ImageCursorjavafx.sceneVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/ImageCursor.html#hotspotYProperty()METHOD
imageProperty6 ()   The image to display when the cursor is active. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/ImageCursor.html#imageProperty()ImageCursorjavafx.sceneShttp://download.java.net/jdk8/jfxdocs/javafx/scene/ImageCursor.html#imageProperty()CLASS
 529 ImageInputjavafx.scene.effectIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ImageInput.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ImageInput.htmlPROPERTYsource    The source  Image . Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ImageInput.html#source
 530 ImageInputjavafx.scene.effectPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ImageInput.html#sourcePROPERTYxk    Sets the x location of the source image, relative to the local coordinate space of the content  Node . Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ImageInput.html#x
 531 ImageInputjavafx.scene.effectKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ImageInput.html#xPROPERTYyk    Sets the y location of the source image, relative to the local coordinate space of the content  Node . Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ImageInput.html#y
 532 ImageInputjavafx.scene.effectKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ImageInput.html#yMETHOD      getSource- ()   Gets the value of the property source. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ImageInput.html#getSource()
 533 ImageInputjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ImageInput.html#getSource()METHODgetX( ()   Gets the value of the property x. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ImageInput.html#getX()
 534 ImageInputjavafx.scene.effectPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ImageInput.html#getX()METHODgetY( ()   Gets the value of the property y. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ImageInput.html#getY()
 535 ImageInputjavafx.scene.effectPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ImageInput.html#getY()METHOD setSource: ( Image  value)   Sets the value of the property source. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ImageInput.html#setSource()
 536 ImageInputjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ImageInput.html#setSource()METHODsetX4 (double value)   Sets the value of the property x. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ImageInput.html#setX()
 537 ImageInputjavafx.scene.effectPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ImageInput.html#setX()METHODsetY4 (double value)   Sets the value of the property y. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ImageInput.html#setY()
 538 ImageInputjavafx.scene.effectPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ImageInput.html#setY()METHODsourceProperty ()   The source  Image . Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ImageInput.html#sourceProperty()
 539 ImageInputjavafx.scene.effectZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ImageInput.html#sourceProperty()METHOD       xPropertym ()   Sets the x location of the source image, relative to the local coordinate space of the content  Node . Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ImageInput.html#xProperty()
 540 ImageInputjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ImageInput.html#xProperty()METHOD    yPropertym ()   Sets the y location of the source image, relative to the local coordinate space of the content  Node . Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ImageInput.html#yProperty()
 541 ImageInputjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/ImageInput.html#yProperty()CLASSImagePattern The  ImagePattern  class fills a shape with an image pattern. The user may specify the anchor rectangle, which defines the position, width, and height of the imjavafx.scene.paintJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/ImagePattern.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/ImagePattern.htmlMETHOD getHeight/ ()   Gets the height of the anchor rectangle. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/ImagePattern.html#getHeight()ImagePatternjavafx.scene.paintVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/ImagePattern.html#getHeight()METHODgetImage, ()   Gets the image to be used as a paint. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/ImagePattern.html#getImage()ImagePatternjavafx.scene.paintUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/ImagePattern.html#getImage()METHODgetWidth. ()   Gets the width of the anchor rectangle. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/ImagePattern.html#getWidth()ImagePatternjavafx.scene.paintUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/ImagePattern.html#getWidth()METHODgetX1 ()   Gets the x origin of the anchor rectangle. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/ImagePattern.html#getX()ImagePatternjavafx.scene.paintQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/ImagePattern.html#getX()METHODgetY1 ()   Gets the y origin of the anchor rectangle. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/ImagePattern.html#getY()ImagePatternjavafx.scene.paintQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/ImagePattern.html#getY()METHODisOpaque4 ()   Gets whether this Paint is completely opaque. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/ImagePattern.html#isOpaque()ImagePatternjavafx.scene.paintUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/ImagePattern.html#isOpaque()METHODisProportionalb ()   Gets a boolean that indicates whether start and end locations are proportional or absolute. [http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/ImagePattern.html#isProportional()ImagePatternjavafx.scene.paint[http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/ImagePattern.html#isProportional()CLASS      ImageView This class allows resizing the displayed image (with or without preserving the original aspect ratio) and specifying a viewport into the source image for restrijavafx.scene.imageGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.htmlPROPERTY      fitHeighta    The height of the bounding box within which the source image is resized as necessary to fit. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#fitHeight     ImageViewjavafx.scene.imageQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#fitHeightPROPERTYfitWidth`    The width of the bounding box within which the source image is resized as necessary to fit. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#fitWidth   ImageViewjavafx.scene.imagePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#fitWidthPROPERTYimage5    The   Image   to be painted by this  ImageView . Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#image   ImageViewjavafx.scene.imageMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#imagePROPERTY
preserveRatio†    Indicates whether to preserve the aspect ratio of the source image when scaling to fit the image within the fitting bounding box. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#preserveRatio    ImageViewjavafx.scene.imageUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#preserveRatioPROPERTYsmooth     Indicates whether to use a better quality filtering algorithm or a faster one when transforming or scaling the source image to fit within the bounding box pNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#smooth        ImageViewjavafx.scene.imageNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#smoothPROPERTYviewport-    The rectangular viewport into the image. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#viewport ImageViewjavafx.scene.imagePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#viewportPROPERTYx8    The current x coordinate of the  ImageView  origin. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#x        ImageViewjavafx.scene.imageIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#xPROPERTYy8    The current y coordinate of the  ImageView  origin. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#y       ImageViewjavafx.scene.imageIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#yMETHODfitHeightPropertyc ()   The height of the bounding box within which the source image is resized as necessary to fit. [http://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#fitHeightProperty()  ImageViewjavafx.scene.image[http://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#fitHeightProperty()METHODfitWidthPropertyb ()   The width of the bounding box within which the source image is resized as necessary to fit. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#fitWidthProperty()   ImageViewjavafx.scene.imageZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#fitWidthProperty()METHODgetClassCssMetaData () ]http://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#getClassCssMetaData()    ImageViewjavafx.scene.image]http://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#getClassCssMetaData()METHODgetCssMetaData’ ()   This method should delegate to   Node.getClassCssMetaData()   so that a Node's CssMetaData can be accessed without the need for reflection. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#getCssMetaData()    ImageViewjavafx.scene.imageXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#getCssMetaData()METHODgetFitHeight0 ()   Gets the value of the property fitHeight. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#getFitHeight()        ImageViewjavafx.scene.imageVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#getFitHeight()METHODgetFitWidth/ ()   Gets the value of the property fitWidth. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#getFitWidth()     ImageViewjavafx.scene.imageUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#getFitWidth()METHODgetImage, ()   Gets the value of the property image. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#getImage() ImageViewjavafx.scene.imageRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#getImage()METHODgetViewport/ ()   Gets the value of the property viewport. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#getViewport() ImageViewjavafx.scene.imageUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#getViewport()METHODgetX( ()   Gets the value of the property x. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#getX()   ImageViewjavafx.scene.imageNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#getX()METHODgetY( ()   Gets the value of the property y. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#getY()  ImageViewjavafx.scene.imageNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#getY()METHOD
imageProperty7 ()   The   Image   to be painted by this  ImageView . Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#imageProperty() ImageViewjavafx.scene.imageWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#imageProperty()METHODisPreserveRatio4 ()   Gets the value of the property preserveRatio. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#isPreserveRatio()       ImageViewjavafx.scene.imageYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#isPreserveRatio()METHODisSmooth- ()   Gets the value of the property smooth. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#isSmooth()    ImageViewjavafx.scene.imageRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#isSmooth()METHODpreserveRatioPropertyˆ ()   Indicates whether to preserve the aspect ratio of the source image when scaling to fit the image within the fitting bounding box. _http://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#preserveRatioProperty()   ImageViewjavafx.scene.image_http://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#preserveRatioProperty()METHODsetFitHeight< (double value)   Sets the value of the property fitHeight. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#setFitHeight()  ImageViewjavafx.scene.imageVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#setFitHeight()METHODsetFitWidth; (double value)   Sets the value of the property fitWidth. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#setFitWidth() ImageViewjavafx.scene.imageUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#setFitWidth()METHODsetImage9 ( Image  value)   Sets the value of the property image. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#setImage()    ImageViewjavafx.scene.imageRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#setImage()METHODsetPreserveRatioA (boolean value)   Sets the value of the property preserveRatio. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#setPreserveRatio()     ImageViewjavafx.scene.imageZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#setPreserveRatio()METHOD setSmooth: (boolean value)   Sets the value of the property smooth. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#setSmooth()  ImageViewjavafx.scene.imageShttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#setSmooth()METHODsetViewportB ( Rectangle2D  value)   Sets the value of the property viewport. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#setViewport()     ImageViewjavafx.scene.imageUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#setViewport()METHODsetX4 (double value)   Sets the value of the property x. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#setX()       ImageViewjavafx.scene.imageNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#setX()METHODsetY4 (double value)   Sets the value of the property y. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#setY()      ImageViewjavafx.scene.imageNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#setY()METHODsmoothProperty  ()   Indicates whether to use a better quality filtering algorithm or a faster one when transforming or scaling the source image to fit within the bounding boxXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#smoothProperty()     ImageViewjavafx.scene.imageXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#smoothProperty()METHODviewportProperty/ ()   The rectangular viewport into the image. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#viewportProperty() ImageViewjavafx.scene.imageZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#viewportProperty()METHOD xProperty: ()   The current x coordinate of the  ImageView  origin. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#xProperty()  ImageViewjavafx.scene.imageShttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#xProperty()METHOD        yProperty: ()   The current y coordinate of the  ImageView  origin. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#yProperty()  ImageViewjavafx.scene.imageShttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#yProperty()FIELDSMOOTH_DEFAULTA    Platform-dependent default value of the   smooth   property. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#SMOOTH_DEFAULT   ImageViewjavafx.scene.imageVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/ImageView.html#SMOOTH_DEFAULTCLASSIndexedCell Because each sequential index represents a single sequential element in the control, this allows for easy alternative row highlighting. By default the controls javafx.scene.controlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexedCell.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexedCell.htmlPROPERTYindexp    The location of this cell in the virtualized control (e.g:   ListView  ,   TreeView  ,   TableView  , etc). Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexedCell.html#indexIndexedCelljavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexedCell.html#indexMETHODgetIndexX ()   Returns the index that this cell represents in the underlying control data model. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexedCell.html#getIndex()IndexedCelljavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexedCell.html#getIndex()METHOD
indexPropertyr ()   The location of this cell in the virtualized control (e.g:   ListView  ,   TreeView  ,   TableView  , etc). [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexedCell.html#indexProperty()IndexedCelljavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexedCell.html#indexProperty()METHODupdateIndex? (int i)   Updates the index associated with this IndexedCell. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexedCell.html#updateIndex()IndexedCelljavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexedCell.html#updateIndex()CLASS
 542 IndexRangejavafx.scene.controlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexRange.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexRange.htmlMETHODequalsY (java.lang.Object object)   Indicates whether some other object is "equal to" this one. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexRange.html#equals()
 543 IndexRangejavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexRange.html#equals()METHODgetEnd9 ()   Returns the end position of the range (exclusive). Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexRange.html#getEnd()
 544 IndexRangejavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexRange.html#getEnd()METHOD     getLength' ()   Returns the length of the range. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexRange.html#getLength()
 545 IndexRangejavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexRange.html#getLength()METHODgetStart/ ()   Returns the start position of the range. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexRange.html#getStart()
 546 IndexRangejavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexRange.html#getStart()METHODhashCode3 ()   Returns a hash code for this  Range  object. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexRange.html#hashCode()
 547 IndexRangejavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexRange.html#hashCode()METHOD   normalizež (int v1, int v2)   Convenience method to create an IndexRange instance that has the smaller value as the start index, and the larger value as the end index. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexRange.html#normalize()
 548 IndexRangejavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexRange.html#normalize()METHODtoString> ()   Returns a string representation of this  Range  object. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexRange.html#toString()
 549 IndexRangejavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexRange.html#toString()METHODvalueOf  (java.lang.String value)   Convenience method to parse in a String of the form '2,6', which will create an IndexRange instance with a start value of 2, and an Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexRange.html#valueOf()
 550 IndexRangejavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexRange.html#valueOf()FIELDVALUE_DELIMITER!    Index range value delimiter. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexRange.html#VALUE_DELIMITER
 551 IndexRangejavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/IndexRange.html#VALUE_DELIMITERCLASS
Initializable  NOTE  This interface has been superseded by automatic injection of  location  and  resources  properties into the controller.   FXMLLoader   will now automaticjavafx.fxmlDhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/Initializable.htmlDhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/Initializable.htmlMETHOD
 552 initialize— (java.net.URL location, java.util.ResourceBundle resources)   Called to initialize a controller after its root element has been completely processed. Qhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/Initializable.html#initialize()
Initializablejavafx.fxmlQhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/Initializable.html#initialize()CLASSInnerShadow Example:    InnerShadow innerShadow = new InnerShadow(); innerShadow.setOffsetX(4); innerShadow.setOffsetY(4); innerShadow.setColor(Color.web("0x3b596d")); Textjavafx.scene.effectJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.htmlPROPERTYblurType+    The algorithm used to blur the shadow. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#blurTypeInnerShadowjavafx.scene.effectShttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#blurTypePROPERTYchoke    The choke of the shadow. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#chokeInnerShadowjavafx.scene.effectPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#chokePROPERTYcolor    The shadow  Color . Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#colorInnerShadowjavafx.scene.effectPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#colorPROPERTYheight1    The vertical size of the shadow blur kernel. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#heightInnerShadowjavafx.scene.effectQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#heightPROPERTYinput!    The input for this  Effect . Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#inputInnerShadowjavafx.scene.effectPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#inputPROPERTYoffsetX5    The shadow offset in the x direction, in pixels. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#offsetXInnerShadowjavafx.scene.effectRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#offsetXPROPERTYoffsetY5    The shadow offset in the y direction, in pixels. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#offsetYInnerShadowjavafx.scene.effectRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#offsetYPROPERTYradius*    The radius of the shadow blur kernel. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#radiusInnerShadowjavafx.scene.effectQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#radiusPROPERTYwidth3    The horizontal size of the shadow blur kernel. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#widthInnerShadowjavafx.scene.effectPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#widthMETHODblurTypeProperty- ()   The algorithm used to blur the shadow. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#blurTypeProperty()InnerShadowjavafx.scene.effect]http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#blurTypeProperty()METHOD
chokeProperty ()   The choke of the shadow. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#chokeProperty()InnerShadowjavafx.scene.effectZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#chokeProperty()METHOD
colorProperty ()   The shadow  Color . Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#colorProperty()InnerShadowjavafx.scene.effectZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#colorProperty()METHODgetBlurType/ ()   Gets the value of the property blurType. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#getBlurType()InnerShadowjavafx.scene.effectXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#getBlurType()METHODgetChoke, ()   Gets the value of the property choke. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#getChoke()InnerShadowjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#getChoke()METHODgetColor, ()   Gets the value of the property color. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#getColor()InnerShadowjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#getColor()METHOD     getHeight- ()   Gets the value of the property height. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#getHeight()InnerShadowjavafx.scene.effectVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#getHeight()METHODgetInput, ()   Gets the value of the property input. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#getInput()InnerShadowjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#getInput()METHOD
 553 getOffsetX. ()   Gets the value of the property offsetX. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#getOffsetX()InnerShadowjavafx.scene.effectWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#getOffsetX()METHOD
 554 getOffsetY. ()   Gets the value of the property offsetY. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#getOffsetY()InnerShadowjavafx.scene.effectWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#getOffsetY()METHOD getRadius- ()   Gets the value of the property radius. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#getRadius()InnerShadowjavafx.scene.effectVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#getRadius()METHODgetWidth, ()   Gets the value of the property width. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#getWidth()InnerShadowjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#getWidth()METHODheightProperty3 ()   The vertical size of the shadow blur kernel. [http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#heightProperty()InnerShadowjavafx.scene.effect[http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#heightProperty()METHOD
inputProperty# ()   The input for this  Effect . Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#inputProperty()InnerShadowjavafx.scene.effectZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#inputProperty()METHODoffsetXProperty7 ()   The shadow offset in the x direction, in pixels. \http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#offsetXProperty()InnerShadowjavafx.scene.effect\http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#offsetXProperty()METHODoffsetYProperty7 ()   The shadow offset in the y direction, in pixels. \http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#offsetYProperty()InnerShadowjavafx.scene.effect\http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#offsetYProperty()METHODradiusProperty, ()   The radius of the shadow blur kernel. [http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#radiusProperty()InnerShadowjavafx.scene.effect[http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#radiusProperty()METHODsetBlurType? ( BlurType  value)   Sets the value of the property blurType. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#setBlurType()InnerShadowjavafx.scene.effectXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#setBlurType()METHODsetChoke8 (double value)   Sets the value of the property choke. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#setChoke()InnerShadowjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#setChoke()METHODsetColor9 ( Color  value)   Sets the value of the property color. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#setColor()InnerShadowjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#setColor()METHOD     setHeight9 (double value)   Sets the value of the property height. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#setHeight()InnerShadowjavafx.scene.effectVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#setHeight()METHODsetInput: ( Effect  value)   Sets the value of the property input. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#setInput()InnerShadowjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#setInput()METHOD
 555 setOffsetX: (double value)   Sets the value of the property offsetX. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#setOffsetX()InnerShadowjavafx.scene.effectWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#setOffsetX()METHOD
 556 setOffsetY: (double value)   Sets the value of the property offsetY. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#setOffsetY()InnerShadowjavafx.scene.effectWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#setOffsetY()METHOD     setRadius9 (double value)   Sets the value of the property radius. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#setRadius()InnerShadowjavafx.scene.effectVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#setRadius()METHODsetWidth8 (double value)   Sets the value of the property width. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#setWidth()InnerShadowjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#setWidth()METHOD
widthProperty5 ()   The horizontal size of the shadow blur kernel. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#widthProperty()InnerShadowjavafx.scene.effectZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/InnerShadow.html#widthProperty()CLASS
 557 InputEventjavafx.scene.inputHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputEvent.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputEvent.htmlMETHODgetEventType) ()   Gets the event type of this event. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputEvent.html#getEventType()
 558 InputEventjavafx.scene.inputWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputEvent.html#getEventType()FIELDANY0    Common supertype for all input event types. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputEvent.html#ANY
 559 InputEventjavafx.scene.inputLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputEvent.html#ANYCLASSInputMethodEvent This event is delivered to the   Node   object that extends   TextInputControl  , when the text under composition (composed text) is generated/changed/removed, javafx.scene.inputNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodEvent.htmlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodEvent.htmlMETHODcopyForŽ (java.lang.Object newSource,  EventTarget  newTarget)   Creates and returns a copy of this event with the specified event source and target. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodEvent.html#copyFor()InputMethodEventjavafx.scene.inputXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodEvent.html#copyFor()METHODgetCaretPosition@ ()   The input method caret position within the composed text. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodEvent.html#getCaretPosition()InputMethodEventjavafx.scene.inputahttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodEvent.html#getCaretPosition()METHODgetCommitted\ ()   Gets the text that is committed by the input method as the result of the composition. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodEvent.html#getCommitted()InputMethodEventjavafx.scene.input]http://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodEvent.html#getCommitted()METHODgetComposed' ()   Gets the text under composition. \http://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodEvent.html#getComposed()InputMethodEventjavafx.scene.input\http://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodEvent.html#getComposed()METHODgetEventType) ()   Gets the event type of this event. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodEvent.html#getEventType()InputMethodEventjavafx.scene.input]http://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodEvent.html#getEventType()METHODtoStringI ()   Returns a string representation of this  InputMethodEvent  object. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodEvent.html#toString()InputMethodEventjavafx.scene.inputYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodEvent.html#toString()FIELDANY7    Common supertype for all input method event types. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodEvent.html#ANYInputMethodEventjavafx.scene.inputRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodEvent.html#ANYFIELDINPUT_METHOD_TEXT_CHANGED7    The only valid EventType for the InputMethodEvent. hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodEvent.html#INPUT_METHOD_TEXT_CHANGEDInputMethodEventjavafx.scene.inputhhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodEvent.html#INPUT_METHOD_TEXT_CHANGEDENUMInputMethodHighlightjavafx.scene.inputRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodHighlight.htmlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodHighlight.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. \http://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodHighlight.html#valueOf()InputMethodHighlightjavafx.scene.input\http://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodHighlight.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. [http://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodHighlight.html#values()InputMethodHighlightjavafx.scene.input[http://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodHighlight.html#values()CLASSInputMethodRequestsjavafx.scene.inputQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodRequests.htmlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodRequests.htmlMETHODcancelLatestCommittedTextj ()   Gets the latest committed text from the text editing node and removes it from the node's text body. mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodRequests.html#cancelLatestCommittedText()InputMethodRequestsjavafx.scene.inputmhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodRequests.html#cancelLatestCommittedText()METHODgetLocationOffsety (int x, int y)   Gets the offset within the composed text for the specified absolute x and y coordinates on the screen. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodRequests.html#getLocationOffset()InputMethodRequestsjavafx.scene.inputehttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodRequests.html#getLocationOffset()METHODgetSelectedTextC ()   Gets the currently selected text from the text editing node. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodRequests.html#getSelectedText()InputMethodRequestsjavafx.scene.inputchttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodRequests.html#getSelectedText()METHODgetTextLocation} (int offset)   Gets the location of a specified offset in the current composed text, or of the selection in committed text. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodRequests.html#getTextLocation()InputMethodRequestsjavafx.scene.inputchttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodRequests.html#getTextLocation()CLASSInputMethodTextRunbNote: this is a conditional feature. See   ConditionalFeature.INPUT_METHOD   for more information.javafx.scene.inputPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodTextRun.htmlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodTextRun.htmlMETHODgetHighlight8 ()   Gets the highlight used for displaying this text. _http://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodTextRun.html#getHighlight()InputMethodTextRunjavafx.scene.input_http://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodTextRun.html#getHighlight()METHODgetText! ()   Gets the text in this run. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodTextRun.html#getText()InputMethodTextRunjavafx.scene.inputZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodTextRun.html#getText()METHODtoStringK ()   Returns a string representation of this  InputMethodTextRun  object. [http://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodTextRun.html#toString()InputMethodTextRunjavafx.scene.input[http://download.java.net/jdk8/jfxdocs/javafx/scene/input/InputMethodTextRun.html#toString()CLASSInsetsjavafx.geometryAhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Insets.htmlAhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Insets.htmlMETHODequalsV (java.lang.Object obj)   Indicates whether some other object is "equal to" this one. Jhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Insets.html#equals()Insetsjavafx.geometryJhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Insets.html#equals()METHOD        getBottom# ()   The inset on the bottom side Mhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Insets.html#getBottom()Insetsjavafx.geometryMhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Insets.html#getBottom()METHODgetLeft! ()   The inset on the left side Khttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Insets.html#getLeft()Insetsjavafx.geometryKhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Insets.html#getLeft()METHODgetRight" ()   The inset on the right side Lhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Insets.html#getRight()Insetsjavafx.geometryLhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Insets.html#getRight()METHODgetTop  ()   The inset on the top side Jhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Insets.html#getTop()Insetsjavafx.geometryJhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Insets.html#getTop()METHODhashCode0 ()   Returns a hash code value for the insets. Lhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Insets.html#hashCode()Insetsjavafx.geometryLhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Insets.html#hashCode()METHODtoString6 ()   Returns a string representation for the insets. Lhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Insets.html#toString()Insetsjavafx.geometryLhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Insets.html#toString()FIELDEMPTY    Empty insets. Ghttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Insets.html#EMPTYInsetsjavafx.geometryGhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Insets.html#EMPTYCLASSIntegerBinding  IntegerBinding  provides a simple invalidation-scheme. An extending class can register dependencies by calling   bind(Observable...)  . If One of the registerejavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.htmlNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.htmlMETHODaddListenerŸ ( ChangeListener <? super java.lang.Number> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.html#addListener()IntegerBindingjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.html#addListener()IntegerBindingjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.html#addListener()METHODbindP ( Observable ... dependencies)   Start observing the dependencies for changes. Uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.html#bind()IntegerBindingjavafx.beans.bindingUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.html#bind()METHODcomputeValue4 ()   Calculates the current value of this binding. ]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.html#computeValue()IntegerBindingjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.html#computeValue()METHODdispose= ()   A default implementation of  dispose()  that is empty. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.html#dispose()IntegerBindingjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.html#dispose()METHODget0 ()   Returns the result of   computeValue()  . Thttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.html#get()IntegerBindingjavafx.beans.bindingThttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.html#get()METHODgetDependencies` ()   A default implementation of  getDependencies()  that returns an empty   ObservableList  . `http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.html#getDependencies()IntegerBindingjavafx.beans.binding`http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.html#getDependencies()METHOD
 560 invalidate! ()   Mark a binding as invalid. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.html#invalidate()IntegerBindingjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.html#invalidate()METHODisValid$ ()   Checks if a binding is valid. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.html#isValid()IntegerBindingjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.html#isValid()METHODonInvalidatingt ()   The method onInvalidating() can be overridden by extending classes to react, if this binding becomes invalid. _http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.html#onInvalidating()IntegerBindingjavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.html#onInvalidating()METHODremoveListener  ( ChangeListener <? super java.lang.Number> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Obs_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.html#removeListener()IntegerBindingjavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes inv_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.html#removeListener()IntegerBindingjavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.html#removeListener()METHODtoStringG ()   Returns a string representation of this  IntegerBinding  object. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.html#toString()IntegerBindingjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.html#toString()METHODunbindO ( Observable ... dependencies)   Stop observing the dependencies for changes. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.html#unbind()IntegerBindingjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerBinding.html#unbind()CLASSIntegerExpressionA concrete sub-class of  IntegerExpression  has to implement the method   ObservableIntegerValue.get()  , which provides the actual value of this expression.javafx.beans.bindingQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.htmlQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.htmlMETHODadd{ (double other)   Creates a new   NumberBinding   that calculates the sum of this  NumberExpression  and a constant value. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#add()IntegerExpressionjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#add()METHODaddz (float other)   Creates a new   NumberBinding   that calculates the sum of this  NumberExpression  and a constant value. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#add()IntegerExpressionjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#add()METHODaddx (int other)   Creates a new   NumberBinding   that calculates the sum of this  NumberExpression  and a constant value. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#add()IntegerExpressionjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#add()METHODaddy (long other)   Creates a new   NumberBinding   that calculates the sum of this  NumberExpression  and a constant value. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#add()IntegerExpressionjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#add()METHODasObjectX ()   Creates an   ObjectExpression   that holds the value of this  IntegerExpression . \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#asObject()IntegerExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#asObject()METHODdivide€ (double other)   Creates a new   NumberBinding   that calculates the division of this  NumberExpression  and a constant value. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#divide()IntegerExpressionjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#divide()METHODdivide (float other)   Creates a new   NumberBinding   that calculates the division of this  NumberExpression  and a constant value. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#divide()IntegerExpressionjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#divide()METHODdivide} (int other)   Creates a new   NumberBinding   that calculates the division of this  NumberExpression  and a constant value. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#divide()IntegerExpressionjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#divide()METHODdivide~ (long other)   Creates a new   NumberBinding   that calculates the division of this  NumberExpression  and a constant value. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#divide()IntegerExpressionjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#divide()METHODdoubleValueG ()   Returns the value of this  ObservableNumberValue  as a  double . _http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#doubleValue()IntegerExpressionjavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#doubleValue()METHOD
 561 floatValueF ()   Returns the value of this  ObservableNumberValue  as a  float . ^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#floatValue()IntegerExpressionjavafx.beans.binding^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#floatValue()METHODgetValue: ()   Returns the current value of this  ObservableValue  \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#getValue()IntegerExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#getValue()METHODintegerExpressionk ( ObservableIntegerValue  value)   Returns a  IntegerExpression  that wraps a   ObservableIntegerValue  . ehttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#integerExpression()IntegerExpressionjavafx.beans.bindingehttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#integerExpression()METHODintegerExpressionb ( ObservableValue <T> value)   Returns an  IntegerExpression  that wraps an   ObservableValue  . ehttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#integerExpression()IntegerExpressionjavafx.beans.bindingehttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#integerExpression()METHODintValueF ()   Returns the value of this  ObservableNumberValue  as an  int  . \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#intValue()IntegerExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#intValue()METHOD   longValueF ()   Returns the value of this  ObservableNumberValue  as a  long  . ]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#longValue()IntegerExpressionjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#longValue()METHODmultiply (double other)   Creates a new   NumberBinding   that calculates the product of this  NumberExpression  and a constant value. \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#multiply()IntegerExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#multiply()METHODmultiply~ (float other)   Creates a new   NumberBinding   that calculates the product of this  NumberExpression  and a constant value. \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#multiply()IntegerExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#multiply()METHODmultiply| (int other)   Creates a new   NumberBinding   that calculates the product of this  NumberExpression  and a constant value. \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#multiply()IntegerExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#multiply()METHODmultiply} (long other)   Creates a new   NumberBinding   that calculates the product of this  NumberExpression  and a constant value. \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#multiply()IntegerExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#multiply()METHODnegateZ ()   Creates a new   NumberBinding   that calculates the negation of  NumberExpression . Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#negate()IntegerExpressionjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#negate()METHODsubtract‚ (double other)   Creates a new   NumberBinding   that calculates the difference of this  NumberExpression  and a constant value. \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#subtract()IntegerExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#subtract()METHODsubtract (float other)   Creates a new   NumberBinding   that calculates the difference of this  NumberExpression  and a constant value. \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#subtract()IntegerExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#subtract()METHODsubtract (int other)   Creates a new   NumberBinding   that calculates the difference of this  NumberExpression  and a constant value. \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#subtract()IntegerExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#subtract()METHODsubtract€ (long other)   Creates a new   NumberBinding   that calculates the difference of this  NumberExpression  and a constant value. \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#subtract()IntegerExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/IntegerExpression.html#subtract()CLASSIntegerProperty The value of an  IntegerProperty  can be get and set with   ObservableIntegerValue.get()  ,   IntegerExpression.getValue()  ,   WritableIntegerValue.set(int)  ,javafx.beans.propertyPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerProperty.htmlPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerProperty.htmlMETHODasObjectZ ()   Creates an   ObjectProperty   that bidirectionally bound to this  IntegerProperty . [http://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerProperty.html#asObject()IntegerPropertyjavafx.beans.property[http://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerProperty.html#asObject()METHODbindBidirectionalp ( Property <java.lang.Number> other)   Create a bidirectional binding between this  Property  and another one. dhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerProperty.html#bindBidirectional()IntegerPropertyjavafx.beans.propertydhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerProperty.html#bindBidirectional()METHODintegerProperty† ( Property <java.lang.Integer> property)   Returns a  IntegerProperty  that wraps a   Property   and is bidirectionally bound to it. bhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerProperty.html#integerProperty()IntegerPropertyjavafx.beans.propertybhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerProperty.html#integerProperty()METHODsetValue/ (java.lang.Number v)   Set the wrapped value. [http://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerProperty.html#setValue()IntegerPropertyjavafx.beans.property[http://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerProperty.html#setValue()METHODtoStringH ()   Returns a string representation of this  IntegerProperty  object. [http://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerProperty.html#toString()IntegerPropertyjavafx.beans.property[http://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerProperty.html#toString()METHODunbindBidirectionalp ( Property <java.lang.Number> other)   Remove a bidirectional binding between this  Property  and another one. fhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerProperty.html#unbindBidirectional()IntegerPropertyjavafx.beans.propertyfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerProperty.html#unbindBidirectional()CLASSIntegerPropertyBase Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.propertyThttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerPropertyBase.htmlThttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerPropertyBase.htmlMETHODaddListenerŸ ( ChangeListener <? super java.lang.Number> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. bhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerPropertyBase.html#addListener()IntegerPropertyBasejavafx.beans.propertybhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerPropertyBase.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. bhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerPropertyBase.html#addListener()IntegerPropertyBasejavafx.beans.propertybhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerPropertyBase.html#addListener()METHODbindt ( ObservableValue <? extends java.lang.Number> rawObservable)   Create a unidirection binding for this  Property . [http://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerPropertyBase.html#bind()IntegerPropertyBasejavafx.beans.property[http://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerPropertyBase.html#bind()METHODfireValueChangedEvent] ()   Sends notifications to all attached   InvalidationListeners   and   ChangeListeners  . lhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerPropertyBase.html#fireValueChangedEvent()IntegerPropertyBasejavafx.beans.propertylhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerPropertyBase.html#fireValueChangedEvent()METHODget ()   Get the wrapped value. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerPropertyBase.html#get()IntegerPropertyBasejavafx.beans.propertyZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerPropertyBase.html#get()METHODinvalidatedZ ()   The method  invalidated()  can be overridden to receive invalidation notifications. bhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerPropertyBase.html#invalidated()IntegerPropertyBasejavafx.beans.propertybhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerPropertyBase.html#invalidated()METHODisBound6 ()   Can be used to check, if a  Property  is bound. ^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerPropertyBase.html#isBound()IntegerPropertyBasejavafx.beans.property^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerPropertyBase.html#isBound()METHODremoveListener  ( ChangeListener <? super java.lang.Number> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Obsehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerPropertyBase.html#removeListener()IntegerPropertyBasejavafx.beans.propertyehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerPropertyBase.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerPropertyBase.html#removeListener()IntegerPropertyBasejavafx.beans.propertyehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerPropertyBase.html#removeListener()METHODset) (int newValue)   Set the wrapped value. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerPropertyBase.html#set()IntegerPropertyBasejavafx.beans.propertyZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerPropertyBase.html#set()METHODtoStringL ()   Returns a string representation of this  IntegerPropertyBase  object. _http://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerPropertyBase.html#toString()IntegerPropertyBasejavafx.beans.property_http://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerPropertyBase.html#toString()METHODunbind= ()   Remove the unidirectional binding for this  Property . ]http://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerPropertyBase.html#unbind()IntegerPropertyBasejavafx.beans.property]http://download.java.net/jdk8/jfxdocs/javafx/beans/property/IntegerPropertyBase.html#unbind()CLASSIntegerStringConverterM  StringConverter   implementation for  Integer  (and int primitive) values. javafx.util.converterWhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/IntegerStringConverter.htmlWhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/IntegerStringConverter.htmlMETHOD
 562 fromStringk (java.lang.String value)   Converts the string provided into an object defined by the specific converter. dhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/IntegerStringConverter.html#fromString()IntegerStringConverterjavafx.util.converterdhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/IntegerStringConverter.html#fromString()METHODtoStringP (java.lang.Integer value)   Converts the object provided into its string form. bhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/IntegerStringConverter.html#toString()IntegerStringConverterjavafx.util.converterbhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/IntegerStringConverter.html#toString()CLASSInterpolatablejavafx.animationJhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolatable.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolatable.htmlMETHODinterpolatez ( T  endValue, double t)   The function calculates an interpolated value along the fraction  t  between  0.0  and  1.0 . Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolatable.html#interpolate()Interpolatablejavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolatable.html#interpolate()CLASSInterpolatorGA custom  Interpolator  has to be defined in terms of a "   curve()  ".javafx.animationHhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.htmlMETHODcurve1 (double t)   Mapping from [0.0..1.0] to itself. Phttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.html#curve()Interpolatorjavafx.animationPhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.html#curve()METHODinterpolate  (boolean startValue, boolean endValue, double fraction)   This method takes two  boolean  values along with a  fraction  between  0.0  and  1.0  and returns thVhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.html#interpolate()Interpolatorjavafx.animationVhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.html#interpolate()METHODinterpolate  (double startValue, double endValue, double fraction)   This method takes two  double  values along with a  fraction  between  0.0  and  1.0  and returns the iVhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.html#interpolate()Interpolatorjavafx.animationVhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.html#interpolate()METHODinterpolate  (int startValue, int endValue, double fraction)   This method takes two  int  values along with a  fraction  between  0.0  and  1.0  and returns the interpolatVhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.html#interpolate()Interpolatorjavafx.animationVhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.html#interpolate()METHODinterpolate  (long startValue, long endValue, double fraction)   This method takes two  int  values along with a  fraction  between  0.0  and  1.0  and returns the interpolVhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.html#interpolate()Interpolatorjavafx.animationVhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.html#interpolate()METHODinterpolate  (java.lang.Object startValue, java.lang.Object endValue, double fraction)   This method takes two  Objects  along with a  fraction  between  0.0  and  1.0  andVhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.html#interpolate()Interpolatorjavafx.animationVhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.html#interpolate()METHODSPLINE  (double x1, double y1, double x2, double y2)   Creates an  Interpolator , which   curve()   is shaped using the spline control points defined by ( x1 ,  y1  ) Qhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.html#SPLINE()Interpolatorjavafx.animationQhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.html#SPLINE()METHODTANGENTp ( Duration  t, double v)   Creates a tangent interpolator, for which in-tangent and out-tangent are identical. Rhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.html#TANGENT()Interpolatorjavafx.animationRhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.html#TANGENT()METHODTANGENTW ( Duration  t1, double v1,  Duration  t2, double v2)   Create a tangent interpolator. Rhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.html#TANGENT()Interpolatorjavafx.animationRhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.html#TANGENT()FIELDDISCRETEE    Built-in interpolator that provides discrete time interpolation. Qhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.html#DISCRETEInterpolatorjavafx.animationQhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.html#DISCRETEFIELD EASE_BOTHG    Built-in interpolator instance that provides ease in/out behavior. Rhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.html#EASE_BOTHInterpolatorjavafx.animationRhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.html#EASE_BOTHFIELDEASE_INC    Built-in interpolator instance that provides ease in behavior. Phttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.html#EASE_INInterpolatorjavafx.animationPhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.html#EASE_INFIELDEASE_OUTD    Built-in interpolator instance that provides ease out behavior. Qhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.html#EASE_OUTInterpolatorjavafx.animationQhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.html#EASE_OUTFIELDLINEARC    Built-in interpolator that provides linear time interpolation. Ohttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.html#LINEARInterpolatorjavafx.animationOhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Interpolator.html#LINEARCLASSInvalidationListener For an in-depth explanation of invalidation events and how they differ from change events, see the documentation of  ObservableValue .   The same instance of  Ijavafx.beansLhttp://download.java.net/jdk8/jfxdocs/javafx/beans/InvalidationListener.htmlLhttp://download.java.net/jdk8/jfxdocs/javafx/beans/InvalidationListener.htmlMETHODinvalidatedn ( Observable  observable)   This method needs to be provided by an implementation of  InvalidationListener . Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/InvalidationListener.html#invalidated()InvalidationListenerjavafx.beansZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/InvalidationListener.html#invalidated()CLASSJavaBeanBooleanProperty As a minimum, the Java Bean must implement a getter and a setter for the property. If the getter of an instance of this class is called, the property of the Javjavafx.beans.property.adapter`http://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.html`http://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.htmlMETHODaddListener  ( ChangeListener <? super java.lang.Boolean> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. nhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.html#addListener()JavaBeanBooleanPropertyjavafx.beans.property.adapternhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. nhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.html#addListener()JavaBeanBooleanPropertyjavafx.beans.property.adapternhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.html#addListener()METHODbindr ( ObservableValue <? extends java.lang.Boolean> observable)   Create a unidirection binding for this  Property . ghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.html#bind()JavaBeanBooleanPropertyjavafx.beans.property.adapterghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.html#bind()METHODdisposei ()   Signals to the JavaFX property that it will not be used anymore and any references can be removed. jhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.html#dispose()JavaBeanBooleanPropertyjavafx.beans.property.adapterjhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.html#dispose()METHODfireValueChangedEvent‡ ()   This method can be called to notify the adapter of a change of the Java Bean value, if the Java Bean property is not bound (i.e. xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.html#fireValueChangedEvent()JavaBeanBooleanPropertyjavafx.beans.property.adapterxhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.html#fireValueChangedEvent()METHODget ()   Get the wrapped value. fhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.html#get()JavaBeanBooleanPropertyjavafx.beans.property.adapterfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.html#get()METHODgetBean8 ()   Returns the  Object  that contains this property. jhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.html#getBean()JavaBeanBooleanPropertyjavafx.beans.property.adapterjhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.html#getBean()METHODgetName) ()   Returns the name of this property. jhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.html#getName()JavaBeanBooleanPropertyjavafx.beans.property.adapterjhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.html#getName()METHODisBound6 ()   Can be used to check, if a  Property  is bound. jhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.html#isBound()JavaBeanBooleanPropertyjavafx.beans.property.adapterjhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.html#isBound()METHODremoveListener  ( ChangeListener <? super java.lang.Boolean> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Obqhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.html#removeListener()JavaBeanBooleanPropertyjavafx.beans.property.adapterqhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invqhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.html#removeListener()JavaBeanBooleanPropertyjavafx.beans.property.adapterqhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.html#removeListener()METHODset* (boolean value)   Set the wrapped value. fhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.html#set()JavaBeanBooleanPropertyjavafx.beans.property.adapterfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.html#set()METHODtoStringP ()   Returns a string representation of this  JavaBeanBooleanProperty  object. khttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.html#toString()JavaBeanBooleanPropertyjavafx.beans.property.adapterkhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.html#toString()METHODunbind= ()   Remove the unidirectional binding for this  Property . ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.html#unbind()JavaBeanBooleanPropertyjavafx.beans.property.adapterihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanProperty.html#unbind()CLASSJavaBeanBooleanPropertyBuilder Not all properties of a builder have to specified, there are several combinations possible. As a minimum the   name(java.lang.String)   of the property and the javafx.beans.property.adapterghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanPropertyBuilder.htmlghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanPropertyBuilder.htmlMETHODbeanT (java.lang.Object bean)   Set the Java Bean instance the adapter should connect to nhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanPropertyBuilder.html#bean()JavaBeanBooleanPropertyBuilderjavafx.beans.property.adapternhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanPropertyBuilder.html#bean()METHOD        beanClassm (java.lang.Class<?> beanClass)   Set the Java Bean class in which the getter and setter should be searched. shttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanPropertyBuilder.html#beanClass()JavaBeanBooleanPropertyBuilderjavafx.beans.property.adaptershttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanPropertyBuilder.html#beanClass()METHODbuildL ()   Generate a new   JavaBeanBooleanProperty   with the current settings. ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanPropertyBuilder.html#build()JavaBeanBooleanPropertyBuilderjavafx.beans.property.adapterohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanPropertyBuilder.html#build()METHODcreate@ ()   Create a new instance of  JavaBeanBooleanPropertyBuilder  phttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanPropertyBuilder.html#create()JavaBeanBooleanPropertyBuilderjavafx.beans.property.adapterphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanPropertyBuilder.html#create()METHODgetterE (java.lang.reflect.Method getter)   Set the getter method directly. phttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanPropertyBuilder.html#getter()JavaBeanBooleanPropertyBuilderjavafx.beans.property.adapterphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanPropertyBuilder.html#getter()METHODgetterE (java.lang.String getter)   Set an alternative name for the getter. phttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanPropertyBuilder.html#getter()JavaBeanBooleanPropertyBuilderjavafx.beans.property.adapterphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanPropertyBuilder.html#getter()METHODname8 (java.lang.String name)   Set the name of the property nhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanPropertyBuilder.html#name()JavaBeanBooleanPropertyBuilderjavafx.beans.property.adapternhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanPropertyBuilder.html#name()METHODsetterE (java.lang.reflect.Method setter)   Set the setter method directly. phttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanPropertyBuilder.html#setter()JavaBeanBooleanPropertyBuilderjavafx.beans.property.adapterphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanPropertyBuilder.html#setter()METHODsetterE (java.lang.String setter)   Set an alternative name for the setter. phttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanPropertyBuilder.html#setter()JavaBeanBooleanPropertyBuilderjavafx.beans.property.adapterphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanBooleanPropertyBuilder.html#setter()CLASSJavaBeanDoubleProperty As a minimum, the Java Bean must implement a getter and a setter for the property. If the getter of an instance of this class is called, the property of the Javjavafx.beans.property.adapter_http://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.html_http://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.htmlMETHODaddListenerŸ ( ChangeListener <? super java.lang.Number> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. mhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.html#addListener()JavaBeanDoublePropertyjavafx.beans.property.adaptermhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. mhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.html#addListener()JavaBeanDoublePropertyjavafx.beans.property.adaptermhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.html#addListener()METHODbindq ( ObservableValue <? extends java.lang.Number> observable)   Create a unidirection binding for this  Property . fhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.html#bind()JavaBeanDoublePropertyjavafx.beans.property.adapterfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.html#bind()METHODdisposei ()   Signals to the JavaFX property that it will not be used anymore and any references can be removed. ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.html#dispose()JavaBeanDoublePropertyjavafx.beans.property.adapterihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.html#dispose()METHODfireValueChangedEvent‡ ()   This method can be called to notify the adapter of a change of the Java Bean value, if the Java Bean property is not bound (i.e. whttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.html#fireValueChangedEvent()JavaBeanDoublePropertyjavafx.beans.property.adapterwhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.html#fireValueChangedEvent()METHODget ()   Get the wrapped value. ehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.html#get()JavaBeanDoublePropertyjavafx.beans.property.adapterehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.html#get()METHODgetBean8 ()   Returns the  Object  that contains this property. ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.html#getBean()JavaBeanDoublePropertyjavafx.beans.property.adapterihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.html#getBean()METHODgetName) ()   Returns the name of this property. ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.html#getName()JavaBeanDoublePropertyjavafx.beans.property.adapterihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.html#getName()METHODisBound6 ()   Can be used to check, if a  Property  is bound. ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.html#isBound()JavaBeanDoublePropertyjavafx.beans.property.adapterihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.html#isBound()METHODremoveListener  ( ChangeListener <? super java.lang.Number> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Obsphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.html#removeListener()JavaBeanDoublePropertyjavafx.beans.property.adapterphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.html#removeListener()JavaBeanDoublePropertyjavafx.beans.property.adapterphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.html#removeListener()METHODset) (double value)   Set the wrapped value. ehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.html#set()JavaBeanDoublePropertyjavafx.beans.property.adapterehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.html#set()METHODtoStringO ()   Returns a string representation of this  JavaBeanDoubleProperty  object. jhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.html#toString()JavaBeanDoublePropertyjavafx.beans.property.adapterjhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.html#toString()METHODunbind= ()   Remove the unidirectional binding for this  Property . hhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.html#unbind()JavaBeanDoublePropertyjavafx.beans.property.adapterhhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoubleProperty.html#unbind()CLASSJavaBeanDoublePropertyBuilder Not all properties of a builder have to specified, there are several combinations possible. As a minimum the   name(java.lang.String)   of the property and the javafx.beans.property.adapterfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoublePropertyBuilder.htmlfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoublePropertyBuilder.htmlMETHODbeanT (java.lang.Object bean)   Set the Java Bean instance the adapter should connect to mhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoublePropertyBuilder.html#bean()JavaBeanDoublePropertyBuilderjavafx.beans.property.adaptermhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoublePropertyBuilder.html#bean()METHOD    beanClassm (java.lang.Class<?> beanClass)   Set the Java Bean class in which the getter and setter should be searched. rhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoublePropertyBuilder.html#beanClass()JavaBeanDoublePropertyBuilderjavafx.beans.property.adapterrhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoublePropertyBuilder.html#beanClass()METHODbuildK ()   Generate a new   JavaBeanDoubleProperty   with the current settings. nhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoublePropertyBuilder.html#build()JavaBeanDoublePropertyBuilderjavafx.beans.property.adapternhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoublePropertyBuilder.html#build()METHODcreate? ()   Create a new instance of  JavaBeanDoublePropertyBuilder  ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoublePropertyBuilder.html#create()JavaBeanDoublePropertyBuilderjavafx.beans.property.adapterohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoublePropertyBuilder.html#create()METHODgetterE (java.lang.reflect.Method getter)   Set the getter method directly. ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoublePropertyBuilder.html#getter()JavaBeanDoublePropertyBuilderjavafx.beans.property.adapterohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoublePropertyBuilder.html#getter()METHODgetterE (java.lang.String getter)   Set an alternative name for the getter. ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoublePropertyBuilder.html#getter()JavaBeanDoublePropertyBuilderjavafx.beans.property.adapterohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoublePropertyBuilder.html#getter()METHODname8 (java.lang.String name)   Set the name of the property mhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoublePropertyBuilder.html#name()JavaBeanDoublePropertyBuilderjavafx.beans.property.adaptermhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoublePropertyBuilder.html#name()METHODsetterE (java.lang.reflect.Method setter)   Set the setter method directly. ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoublePropertyBuilder.html#setter()JavaBeanDoublePropertyBuilderjavafx.beans.property.adapterohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoublePropertyBuilder.html#setter()METHODsetterE (java.lang.String setter)   Set an alternative name for the setter. ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoublePropertyBuilder.html#setter()JavaBeanDoublePropertyBuilderjavafx.beans.property.adapterohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanDoublePropertyBuilder.html#setter()CLASSJavaBeanFloatProperty As a minimum, the Java Bean must implement a getter and a setter for the property. If the getter of an instance of this class is called, the property of the Javjavafx.beans.property.adapter^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.html^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.htmlMETHODaddListenerŸ ( ChangeListener <? super java.lang.Number> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. lhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.html#addListener()JavaBeanFloatPropertyjavafx.beans.property.adapterlhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. lhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.html#addListener()JavaBeanFloatPropertyjavafx.beans.property.adapterlhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.html#addListener()METHODbindq ( ObservableValue <? extends java.lang.Number> observable)   Create a unidirection binding for this  Property . ehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.html#bind()JavaBeanFloatPropertyjavafx.beans.property.adapterehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.html#bind()METHODdisposei ()   Signals to the JavaFX property that it will not be used anymore and any references can be removed. hhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.html#dispose()JavaBeanFloatPropertyjavafx.beans.property.adapterhhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.html#dispose()METHODfireValueChangedEvent‡ ()   This method can be called to notify the adapter of a change of the Java Bean value, if the Java Bean property is not bound (i.e. vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.html#fireValueChangedEvent()JavaBeanFloatPropertyjavafx.beans.property.adaptervhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.html#fireValueChangedEvent()METHODget ()   Get the wrapped value. dhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.html#get()JavaBeanFloatPropertyjavafx.beans.property.adapterdhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.html#get()METHODgetBean8 ()   Returns the  Object  that contains this property. hhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.html#getBean()JavaBeanFloatPropertyjavafx.beans.property.adapterhhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.html#getBean()METHODgetName) ()   Returns the name of this property. hhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.html#getName()JavaBeanFloatPropertyjavafx.beans.property.adapterhhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.html#getName()METHODisBound6 ()   Can be used to check, if a  Property  is bound. hhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.html#isBound()JavaBeanFloatPropertyjavafx.beans.property.adapterhhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.html#isBound()METHODremoveListener  ( ChangeListener <? super java.lang.Number> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Obsohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.html#removeListener()JavaBeanFloatPropertyjavafx.beans.property.adapterohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.html#removeListener()JavaBeanFloatPropertyjavafx.beans.property.adapterohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.html#removeListener()METHODset( (float value)   Set the wrapped value. dhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.html#set()JavaBeanFloatPropertyjavafx.beans.property.adapterdhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.html#set()METHODtoStringN ()   Returns a string representation of this  JavaBeanFloatProperty  object. ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.html#toString()JavaBeanFloatPropertyjavafx.beans.property.adapterihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.html#toString()METHODunbind= ()   Remove the unidirectional binding for this  Property . ghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.html#unbind()JavaBeanFloatPropertyjavafx.beans.property.adapterghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatProperty.html#unbind()CLASSJavaBeanFloatPropertyBuilder Not all properties of a builder have to specified, there are several combinations possible. As a minimum the   name(java.lang.String)   of the property and the javafx.beans.property.adapterehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatPropertyBuilder.htmlehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatPropertyBuilder.htmlMETHODbeanT (java.lang.Object bean)   Set the Java Bean instance the adapter should connect to lhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatPropertyBuilder.html#bean()JavaBeanFloatPropertyBuilderjavafx.beans.property.adapterlhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatPropertyBuilder.html#bean()METHOD   beanClassm (java.lang.Class<?> beanClass)   Set the Java Bean class in which the getter and setter should be searched. qhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatPropertyBuilder.html#beanClass()JavaBeanFloatPropertyBuilderjavafx.beans.property.adapterqhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatPropertyBuilder.html#beanClass()METHODbuildJ ()   Generate a new   JavaBeanFloatProperty   with the current settings. mhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatPropertyBuilder.html#build()JavaBeanFloatPropertyBuilderjavafx.beans.property.adaptermhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatPropertyBuilder.html#build()METHODcreate> ()   Create a new instance of  JavaBeanFloatPropertyBuilder  nhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatPropertyBuilder.html#create()JavaBeanFloatPropertyBuilderjavafx.beans.property.adapternhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatPropertyBuilder.html#create()METHODgetterE (java.lang.reflect.Method getter)   Set the getter method directly. nhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatPropertyBuilder.html#getter()JavaBeanFloatPropertyBuilderjavafx.beans.property.adapternhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatPropertyBuilder.html#getter()METHODgetterE (java.lang.String getter)   Set an alternative name for the getter. nhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatPropertyBuilder.html#getter()JavaBeanFloatPropertyBuilderjavafx.beans.property.adapternhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatPropertyBuilder.html#getter()METHODname8 (java.lang.String name)   Set the name of the property lhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatPropertyBuilder.html#name()JavaBeanFloatPropertyBuilderjavafx.beans.property.adapterlhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatPropertyBuilder.html#name()METHODsetterE (java.lang.reflect.Method setter)   Set the setter method directly. nhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatPropertyBuilder.html#setter()JavaBeanFloatPropertyBuilderjavafx.beans.property.adapternhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatPropertyBuilder.html#setter()METHODsetterE (java.lang.String setter)   Set an alternative name for the setter. nhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatPropertyBuilder.html#setter()JavaBeanFloatPropertyBuilderjavafx.beans.property.adapternhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanFloatPropertyBuilder.html#setter()CLASSJavaBeanIntegerProperty As a minimum, the Java Bean must implement a getter and a setter for the property. If the getter of an instance of this class is called, the property of the Javjavafx.beans.property.adapter`http://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.html`http://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.htmlMETHODaddListenerŸ ( ChangeListener <? super java.lang.Number> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. nhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.html#addListener()JavaBeanIntegerPropertyjavafx.beans.property.adapternhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. nhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.html#addListener()JavaBeanIntegerPropertyjavafx.beans.property.adapternhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.html#addListener()METHODbindq ( ObservableValue <? extends java.lang.Number> observable)   Create a unidirection binding for this  Property . ghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.html#bind()JavaBeanIntegerPropertyjavafx.beans.property.adapterghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.html#bind()METHODdisposei ()   Signals to the JavaFX property that it will not be used anymore and any references can be removed. jhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.html#dispose()JavaBeanIntegerPropertyjavafx.beans.property.adapterjhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.html#dispose()METHODfireValueChangedEvent‡ ()   This method can be called to notify the adapter of a change of the Java Bean value, if the Java Bean property is not bound (i.e. xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.html#fireValueChangedEvent()JavaBeanIntegerPropertyjavafx.beans.property.adapterxhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.html#fireValueChangedEvent()METHODget ()   Get the wrapped value. fhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.html#get()JavaBeanIntegerPropertyjavafx.beans.property.adapterfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.html#get()METHODgetBean8 ()   Returns the  Object  that contains this property. jhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.html#getBean()JavaBeanIntegerPropertyjavafx.beans.property.adapterjhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.html#getBean()METHODgetName) ()   Returns the name of this property. jhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.html#getName()JavaBeanIntegerPropertyjavafx.beans.property.adapterjhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.html#getName()METHODisBound6 ()   Can be used to check, if a  Property  is bound. jhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.html#isBound()JavaBeanIntegerPropertyjavafx.beans.property.adapterjhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.html#isBound()METHODremoveListener  ( ChangeListener <? super java.lang.Number> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Obsqhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.html#removeListener()JavaBeanIntegerPropertyjavafx.beans.property.adapterqhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invqhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.html#removeListener()JavaBeanIntegerPropertyjavafx.beans.property.adapterqhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.html#removeListener()METHODset& (int value)   Set the wrapped value. fhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.html#set()JavaBeanIntegerPropertyjavafx.beans.property.adapterfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.html#set()METHODtoStringP ()   Returns a string representation of this  JavaBeanIntegerProperty  object. khttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.html#toString()JavaBeanIntegerPropertyjavafx.beans.property.adapterkhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.html#toString()METHODunbind= ()   Remove the unidirectional binding for this  Property . ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.html#unbind()JavaBeanIntegerPropertyjavafx.beans.property.adapterihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerProperty.html#unbind()CLASSJavaBeanIntegerPropertyBuilder Not all properties of a builder have to specified, there are several combinations possible. As a minimum the   name(java.lang.String)   of the property and the javafx.beans.property.adapterghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerPropertyBuilder.htmlghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerPropertyBuilder.htmlMETHODbeanT (java.lang.Object bean)   Set the Java Bean instance the adapter should connect to nhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerPropertyBuilder.html#bean()JavaBeanIntegerPropertyBuilderjavafx.beans.property.adapternhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerPropertyBuilder.html#bean()METHOD        beanClassm (java.lang.Class<?> beanClass)   Set the Java Bean class in which the getter and setter should be searched. shttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerPropertyBuilder.html#beanClass()JavaBeanIntegerPropertyBuilderjavafx.beans.property.adaptershttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerPropertyBuilder.html#beanClass()METHODbuildL ()   Generate a new   JavaBeanIntegerProperty   with the current settings. ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerPropertyBuilder.html#build()JavaBeanIntegerPropertyBuilderjavafx.beans.property.adapterohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerPropertyBuilder.html#build()METHODcreate@ ()   Create a new instance of  JavaBeanIntegerPropertyBuilder  phttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerPropertyBuilder.html#create()JavaBeanIntegerPropertyBuilderjavafx.beans.property.adapterphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerPropertyBuilder.html#create()METHODgetterE (java.lang.reflect.Method getter)   Set the getter method directly. phttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerPropertyBuilder.html#getter()JavaBeanIntegerPropertyBuilderjavafx.beans.property.adapterphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerPropertyBuilder.html#getter()METHODgetterE (java.lang.String getter)   Set an alternative name for the getter. phttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerPropertyBuilder.html#getter()JavaBeanIntegerPropertyBuilderjavafx.beans.property.adapterphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerPropertyBuilder.html#getter()METHODname8 (java.lang.String name)   Set the name of the property nhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerPropertyBuilder.html#name()JavaBeanIntegerPropertyBuilderjavafx.beans.property.adapternhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerPropertyBuilder.html#name()METHODsetterE (java.lang.reflect.Method setter)   Set the setter method directly. phttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerPropertyBuilder.html#setter()JavaBeanIntegerPropertyBuilderjavafx.beans.property.adapterphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerPropertyBuilder.html#setter()METHODsetterE (java.lang.String setter)   Set an alternative name for the setter. phttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerPropertyBuilder.html#setter()JavaBeanIntegerPropertyBuilderjavafx.beans.property.adapterphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanIntegerPropertyBuilder.html#setter()CLASSJavaBeanLongProperty As a minimum, the Java Bean must implement a getter and a setter for the property. If the getter of an instance of this class is called, the property of the Javjavafx.beans.property.adapter]http://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.html]http://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.htmlMETHODaddListenerŸ ( ChangeListener <? super java.lang.Number> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. khttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.html#addListener()JavaBeanLongPropertyjavafx.beans.property.adapterkhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. khttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.html#addListener()JavaBeanLongPropertyjavafx.beans.property.adapterkhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.html#addListener()METHODbindq ( ObservableValue <? extends java.lang.Number> observable)   Create a unidirection binding for this  Property . dhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.html#bind()JavaBeanLongPropertyjavafx.beans.property.adapterdhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.html#bind()METHODdisposei ()   Signals to the JavaFX property that it will not be used anymore and any references can be removed. ghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.html#dispose()JavaBeanLongPropertyjavafx.beans.property.adapterghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.html#dispose()METHODfireValueChangedEvent‡ ()   This method can be called to notify the adapter of a change of the Java Bean value, if the Java Bean property is not bound (i.e. uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.html#fireValueChangedEvent()JavaBeanLongPropertyjavafx.beans.property.adapteruhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.html#fireValueChangedEvent()METHODget ()   Get the wrapped value. chttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.html#get()JavaBeanLongPropertyjavafx.beans.property.adapterchttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.html#get()METHODgetBean8 ()   Returns the  Object  that contains this property. ghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.html#getBean()JavaBeanLongPropertyjavafx.beans.property.adapterghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.html#getBean()METHODgetName) ()   Returns the name of this property. ghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.html#getName()JavaBeanLongPropertyjavafx.beans.property.adapterghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.html#getName()METHODisBound6 ()   Can be used to check, if a  Property  is bound. ghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.html#isBound()JavaBeanLongPropertyjavafx.beans.property.adapterghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.html#isBound()METHODremoveListener  ( ChangeListener <? super java.lang.Number> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Obsnhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.html#removeListener()JavaBeanLongPropertyjavafx.beans.property.adapternhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invnhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.html#removeListener()JavaBeanLongPropertyjavafx.beans.property.adapternhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.html#removeListener()METHODset' (long value)   Set the wrapped value. chttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.html#set()JavaBeanLongPropertyjavafx.beans.property.adapterchttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.html#set()METHODtoStringM ()   Returns a string representation of this  JavaBeanLongProperty  object. hhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.html#toString()JavaBeanLongPropertyjavafx.beans.property.adapterhhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.html#toString()METHODunbind= ()   Remove the unidirectional binding for this  Property . fhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.html#unbind()JavaBeanLongPropertyjavafx.beans.property.adapterfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongProperty.html#unbind()CLASSJavaBeanLongPropertyBuilder Not all properties of a builder have to specified, there are several combinations possible. As a minimum the   name(java.lang.String)   of the property and the javafx.beans.property.adapterdhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongPropertyBuilder.htmldhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongPropertyBuilder.htmlMETHODbeanT (java.lang.Object bean)   Set the Java Bean instance the adapter should connect to khttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongPropertyBuilder.html#bean()JavaBeanLongPropertyBuilderjavafx.beans.property.adapterkhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongPropertyBuilder.html#bean()METHOD      beanClassm (java.lang.Class<?> beanClass)   Set the Java Bean class in which the getter and setter should be searched. phttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongPropertyBuilder.html#beanClass()JavaBeanLongPropertyBuilderjavafx.beans.property.adapterphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongPropertyBuilder.html#beanClass()METHODbuildI ()   Generate a new   JavaBeanLongProperty   with the current settings. lhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongPropertyBuilder.html#build()JavaBeanLongPropertyBuilderjavafx.beans.property.adapterlhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongPropertyBuilder.html#build()METHODcreate= ()   Create a new instance of  JavaBeanLongPropertyBuilder  mhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongPropertyBuilder.html#create()JavaBeanLongPropertyBuilderjavafx.beans.property.adaptermhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongPropertyBuilder.html#create()METHODgetterE (java.lang.reflect.Method getter)   Set the getter method directly. mhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongPropertyBuilder.html#getter()JavaBeanLongPropertyBuilderjavafx.beans.property.adaptermhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongPropertyBuilder.html#getter()METHODgetterE (java.lang.String getter)   Set an alternative name for the getter. mhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongPropertyBuilder.html#getter()JavaBeanLongPropertyBuilderjavafx.beans.property.adaptermhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongPropertyBuilder.html#getter()METHODname8 (java.lang.String name)   Set the name of the property khttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongPropertyBuilder.html#name()JavaBeanLongPropertyBuilderjavafx.beans.property.adapterkhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongPropertyBuilder.html#name()METHODsetterE (java.lang.reflect.Method setter)   Set the setter method directly. mhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongPropertyBuilder.html#setter()JavaBeanLongPropertyBuilderjavafx.beans.property.adaptermhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongPropertyBuilder.html#setter()METHODsetterE (java.lang.String setter)   Set an alternative name for the setter. mhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongPropertyBuilder.html#setter()JavaBeanLongPropertyBuilderjavafx.beans.property.adaptermhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanLongPropertyBuilder.html#setter()CLASSJavaBeanObjectProperty As a minimum, the Java Bean must implement a getter and a setter for the property. If the getter of an instance of this class is called, the property of the Javjavafx.beans.property.adapter_http://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.html_http://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.htmlMETHODaddListener’ ( ChangeListener <? super  T > listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. mhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.html#addListener()JavaBeanObjectPropertyjavafx.beans.property.adaptermhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. mhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.html#addListener()JavaBeanObjectPropertyjavafx.beans.property.adaptermhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.html#addListener()METHODbindd ( ObservableValue <? extends  T > observable)   Create a unidirection binding for this  Property . fhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.html#bind()JavaBeanObjectPropertyjavafx.beans.property.adapterfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.html#bind()METHODdisposei ()   Signals to the JavaFX property that it will not be used anymore and any references can be removed. ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.html#dispose()JavaBeanObjectPropertyjavafx.beans.property.adapterihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.html#dispose()METHODfireValueChangedEvent‡ ()   This method can be called to notify the adapter of a change of the Java Bean value, if the Java Bean property is not bound (i.e. whttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.html#fireValueChangedEvent()JavaBeanObjectPropertyjavafx.beans.property.adapterwhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.html#fireValueChangedEvent()METHODget ()   Get the wrapped value. ehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.html#get()JavaBeanObjectPropertyjavafx.beans.property.adapterehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.html#get()METHODgetBean8 ()   Returns the  Object  that contains this property. ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.html#getBean()JavaBeanObjectPropertyjavafx.beans.property.adapterihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.html#getBean()METHODgetName) ()   Returns the name of this property. ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.html#getName()JavaBeanObjectPropertyjavafx.beans.property.adapterihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.html#getName()METHODisBound6 ()   Can be used to check, if a  Property  is bound. ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.html#isBound()JavaBeanObjectPropertyjavafx.beans.property.adapterihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.html#isBound()METHODremoveListener  ( ChangeListener <? super  T > listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  ObservableValue phttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.html#removeListener()JavaBeanObjectPropertyjavafx.beans.property.adapterphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.html#removeListener()JavaBeanObjectPropertyjavafx.beans.property.adapterphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.html#removeListener()METHODset& ( T  value)   Set the wrapped value. ehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.html#set()JavaBeanObjectPropertyjavafx.beans.property.adapterehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.html#set()METHODtoStringO ()   Returns a string representation of this  JavaBeanObjectProperty  object. jhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.html#toString()JavaBeanObjectPropertyjavafx.beans.property.adapterjhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.html#toString()METHODunbind= ()   Remove the unidirectional binding for this  Property . hhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.html#unbind()JavaBeanObjectPropertyjavafx.beans.property.adapterhhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectProperty.html#unbind()CLASSJavaBeanObjectPropertyBuilder Not all properties of a builder have to specified, there are several combinations possible. As a minimum the   name(java.lang.String)   of the property and the javafx.beans.property.adapterfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectPropertyBuilder.htmlfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectPropertyBuilder.htmlMETHODbeanT (java.lang.Object bean)   Set the Java Bean instance the adapter should connect to mhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectPropertyBuilder.html#bean()JavaBeanObjectPropertyBuilderjavafx.beans.property.adaptermhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectPropertyBuilder.html#bean()METHOD   beanClassm (java.lang.Class<?> beanClass)   Set the Java Bean class in which the getter and setter should be searched. rhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectPropertyBuilder.html#beanClass()JavaBeanObjectPropertyBuilderjavafx.beans.property.adapterrhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectPropertyBuilder.html#beanClass()METHODbuildK ()   Generate a new   JavaBeanObjectProperty   with the current settings. nhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectPropertyBuilder.html#build()JavaBeanObjectPropertyBuilderjavafx.beans.property.adapternhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectPropertyBuilder.html#build()METHODcreate? ()   Create a new instance of  JavaBeanObjectPropertyBuilder  ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectPropertyBuilder.html#create()JavaBeanObjectPropertyBuilderjavafx.beans.property.adapterohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectPropertyBuilder.html#create()METHODgetterE (java.lang.reflect.Method getter)   Set the getter method directly. ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectPropertyBuilder.html#getter()JavaBeanObjectPropertyBuilderjavafx.beans.property.adapterohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectPropertyBuilder.html#getter()METHODgetterE (java.lang.String getter)   Set an alternative name for the getter. ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectPropertyBuilder.html#getter()JavaBeanObjectPropertyBuilderjavafx.beans.property.adapterohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectPropertyBuilder.html#getter()METHODname8 (java.lang.String name)   Set the name of the property mhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectPropertyBuilder.html#name()JavaBeanObjectPropertyBuilderjavafx.beans.property.adaptermhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectPropertyBuilder.html#name()METHODsetterE (java.lang.reflect.Method setter)   Set the setter method directly. ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectPropertyBuilder.html#setter()JavaBeanObjectPropertyBuilderjavafx.beans.property.adapterohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectPropertyBuilder.html#setter()METHODsetterE (java.lang.String setter)   Set an alternative name for the setter. ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectPropertyBuilder.html#setter()JavaBeanObjectPropertyBuilderjavafx.beans.property.adapterohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanObjectPropertyBuilder.html#setter()CLASSJavaBeanPropertyjavafx.beans.property.adapterYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanProperty.htmlYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanProperty.htmlCLASSJavaBeanStringProperty As a minimum, the Java Bean must implement a getter and a setter for the property. If the getter of an instance of this class is called, the property of the Javjavafx.beans.property.adapter_http://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringProperty.html_http://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringProperty.htmlMETHODaddListenerŸ ( ChangeListener <? super java.lang.String> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. mhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringProperty.html#addListener()JavaBeanStringPropertyjavafx.beans.property.adaptermhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringProperty.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. mhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringProperty.html#addListener()JavaBeanStringPropertyjavafx.beans.property.adaptermhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringProperty.html#addListener()METHODbindq ( ObservableValue <? extends java.lang.String> observable)   Create a unidirection binding for this  Property . fhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringProperty.html#bind()JavaBeanStringPropertyjavafx.beans.property.adapterfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringProperty.html#bind()METHODdisposei ()   Signals to the JavaFX property that it will not be used anymore and any references can be removed. ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringProperty.html#dispose()JavaBeanStringPropertyjavafx.beans.property.adapterihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringProperty.html#dispose()METHODfireValueChangedEvent‡ ()   This method can be called to notify the adapter of a change of the Java Bean value, if the Java Bean property is not bound (i.e. whttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringProperty.html#fireValueChangedEvent()JavaBeanStringPropertyjavafx.beans.property.adapterwhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringProperty.html#fireValueChangedEvent()METHODget ()   Get the wrapped value. ehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringProperty.html#get()JavaBeanStringPropertyjavafx.beans.property.adapterehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringProperty.html#get()METHODgetBean8 ()   Returns the  Object  that contains this property. ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringProperty.html#getBean()JavaBeanStringPropertyjavafx.beans.property.adapterihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringProperty.html#getBean()METHODgetName) ()   Returns the name of this property. ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringProperty.html#getName()JavaBeanStringPropertyjavafx.beans.property.adapterihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringProperty.html#getName()METHODisBound6 ()   Can be used to check, if a  Property  is bound. ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringProperty.html#isBound()JavaBeanStringPropertyjavafx.beans.property.adapterihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringProperty.html#isBound()METHODremoveListener  ( ChangeListener <? super java.lang.String> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Obsphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringProperty.html#removeListener()JavaBeanStringPropertyjavafx.beans.property.adapterphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringProperty.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringProperty.html#removeListener()JavaBeanStringPropertyjavafx.beans.property.adapterphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringProperty.html#removeListener()METHODset3 (java.lang.String value)   Set the wrapped value. ehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringProperty.html#set()JavaBeanStringPropertyjavafx.beans.property.adapterehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringProperty.html#set()METHODunbind= ()   Remove the unidirectional binding for this  Property . hhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringProperty.html#unbind()JavaBeanStringPropertyjavafx.beans.property.adapterhhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringProperty.html#unbind()CLASSJavaBeanStringPropertyBuilder Not all properties of a builder have to specified, there are several combinations possible. As a minimum the   name(java.lang.String)   of the property and the javafx.beans.property.adapterfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringPropertyBuilder.htmlfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringPropertyBuilder.htmlMETHODbeanT (java.lang.Object bean)   Set the Java Bean instance the adapter should connect to mhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringPropertyBuilder.html#bean()JavaBeanStringPropertyBuilderjavafx.beans.property.adaptermhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringPropertyBuilder.html#bean()METHOD     beanClassm (java.lang.Class<?> beanClass)   Set the Java Bean class in which the getter and setter should be searched. rhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringPropertyBuilder.html#beanClass()JavaBeanStringPropertyBuilderjavafx.beans.property.adapterrhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringPropertyBuilder.html#beanClass()METHODbuildK ()   Generate a new   JavaBeanStringProperty   with the current settings. nhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringPropertyBuilder.html#build()JavaBeanStringPropertyBuilderjavafx.beans.property.adapternhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringPropertyBuilder.html#build()METHODcreate? ()   Create a new instance of  JavaBeanStringPropertyBuilder  ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringPropertyBuilder.html#create()JavaBeanStringPropertyBuilderjavafx.beans.property.adapterohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringPropertyBuilder.html#create()METHODgetterE (java.lang.reflect.Method getter)   Set the getter method directly. ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringPropertyBuilder.html#getter()JavaBeanStringPropertyBuilderjavafx.beans.property.adapterohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringPropertyBuilder.html#getter()METHODgetterE (java.lang.String getter)   Set an alternative name for the getter. ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringPropertyBuilder.html#getter()JavaBeanStringPropertyBuilderjavafx.beans.property.adapterohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringPropertyBuilder.html#getter()METHODname8 (java.lang.String name)   Set the name of the property mhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringPropertyBuilder.html#name()JavaBeanStringPropertyBuilderjavafx.beans.property.adaptermhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringPropertyBuilder.html#name()METHODsetterE (java.lang.reflect.Method setter)   Set the setter method directly. ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringPropertyBuilder.html#setter()JavaBeanStringPropertyBuilderjavafx.beans.property.adapterohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringPropertyBuilder.html#setter()METHODsetterE (java.lang.String setter)   Set an alternative name for the setter. ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringPropertyBuilder.html#setter()JavaBeanStringPropertyBuilderjavafx.beans.property.adapterohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/JavaBeanStringPropertyBuilder.html#setter()CLASSJavaFXBuilderFactoryjavafx.fxmlKhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/JavaFXBuilderFactory.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/JavaFXBuilderFactory.htmlMETHOD
 563 getBuilderf (java.lang.Class<?> type)   Returns a builder suitable for constructing instances of the given type. Xhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/JavaFXBuilderFactory.html#getBuilder()JavaFXBuilderFactoryjavafx.fxmlXhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/JavaFXBuilderFactory.html#getBuilder()CLASSJFXPanel There are some restrictions related to  JFXPanel . As a Swing component, it should only be accessed from the event dispatch thread, except the   setScene(javafxjavafx.embed.swingFhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.htmlFhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.htmlMETHOD   addNotifyB ()   Notifies this component that it now has a parent component. Rhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#addNotify()JFXPaneljavafx.embed.swingRhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#addNotify()METHODgetInputMethodRequests () _http://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#getInputMethodRequests()JFXPaneljavafx.embed.swing_http://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#getInputMethodRequests()METHODgetPreferredSize  ()   Returns the preferred size of this  JFXPanel , either previously set with  JComponent.setPreferredSize(Dimension)  or based on the content of the JavaFX sYhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#getPreferredSize()JFXPaneljavafx.embed.swingYhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#getPreferredSize()METHODgetScene< ()   Returns the JavaFX scene attached to this  JFXPanel . Qhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#getScene()JFXPaneljavafx.embed.swingQhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#getScene()METHODisOpaque  ()    JFXPanel 's opacity is controlled by the JavaFX content which is displayed in this component, so this method overrides  JComponent.isOpaque()  to always Qhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#isOpaque()JFXPaneljavafx.embed.swingQhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#isOpaque()METHODpaintComponentš (java.awt.Graphics g)   Overrides the  JComponent.paintComponent(Graphics)  method to paint the content of the JavaFX scene attached to this  JFXpanel . Whttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#paintComponent()JFXPaneljavafx.embed.swingWhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#paintComponent()METHODprocessComponentEvent  (java.awt.event.ComponentEvent e)   Overrides the  Component.processComponentEvent(ComponentEvent)  method to dispatch  ComponentEvent.COMPONENT_RESIZED  event^http://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#processComponentEvent()JFXPaneljavafx.embed.swing^http://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#processComponentEvent()METHODprocessFocusEvent  (java.awt.event.FocusEvent e)   Overrides the  Component.processFocusEvent(FocusEvent)  method to dispatch focus events to the JavaFX scene attached to this  JZhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#processFocusEvent()JFXPaneljavafx.embed.swingZhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#processFocusEvent()METHODprocessHierarchyBoundsEvent  (java.awt.event.HierarchyEvent e)   Overrides the  Component.processHierarchyBoundsEvent(HierarchyEvent)  method to process  HierarchyEvent.ANCESTOR_MOVED  evedhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#processHierarchyBoundsEvent()JFXPaneljavafx.embed.swingdhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#processHierarchyBoundsEvent()METHODprocessHierarchyEvent# (java.awt.event.HierarchyEvent e) ^http://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#processHierarchyEvent()JFXPaneljavafx.embed.swing^http://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#processHierarchyEvent()METHODprocessInputMethodEvent% (java.awt.event.InputMethodEvent e) `http://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#processInputMethodEvent()JFXPaneljavafx.embed.swing`http://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#processInputMethodEvent()METHODprocessKeyEvent  (java.awt.event.KeyEvent e)   Overrides the  Component.processKeyEvent(KeyEvent)  method to dispatch the key event to the JavaFX scene attached to this  JFXPanXhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#processKeyEvent()JFXPaneljavafx.embed.swingXhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#processKeyEvent()METHODprocessMouseEvent  (java.awt.event.MouseEvent e)   Overrides the  Component.processMouseEvent(MouseEvent)  method to dispatch the mouse event to the JavaFX scene attached to thisZhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#processMouseEvent()JFXPaneljavafx.embed.swingZhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#processMouseEvent()METHODprocessMouseMotionEvent  (java.awt.event.MouseEvent e)   Overrides the  Component.processMouseMotionEvent(MouseEvent)  method to dispatch the mouse motion event to the JavaFX scene att`http://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#processMouseMotionEvent()JFXPaneljavafx.embed.swing`http://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#processMouseMotionEvent()METHODprocessMouseWheelEvent  (java.awt.event.MouseWheelEvent e)   Overrides the  Component.processMouseWheelEvent(MouseWheelEvent)  method to dispatch the mouse wheel event to the JavaFX s_http://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#processMouseWheelEvent()JFXPaneljavafx.embed.swing_http://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#processMouseWheelEvent()METHODremoveNotifyH ()   Notifies this component that it no longer has a parent component. Uhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#removeNotify()JFXPaneljavafx.embed.swingUhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#removeNotify()METHOD   setOpaque  (boolean opaque)    JFXPanel 's opacity is controlled by the JavaFX content which is displayed in this component, so this method overrides  JComponent.setOpaquRhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#setOpaque()JFXPaneljavafx.embed.swingRhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#setOpaque()METHODsetSceneO ( Scene  newScene)   Attaches a  Scene  object to display in this  JFXPanel . Qhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#setScene()JFXPaneljavafx.embed.swingQhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/JFXPanel.html#setScene()CLASSJobSettings As documented on PrinterJob, the JobSettings installed on that job will initially reflect the current default settings for the initially associated printer for javafx.printChttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.htmlChttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.htmlPROPERTY      collation6    Property representing an instance of  Collation . Mhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#collationJobSettingsjavafx.printMhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#collationPROPERTYcopiesM     IntegerProperty  representing the number of copies of the job to print. Jhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#copiesJobSettingsjavafx.printJhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#copiesPROPERTYjobName5     StringProperty  representing the name of a job. Khttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#jobNameJobSettingsjavafx.printKhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#jobNamePROPERTY
 564 pageLayout7    Property representing an instance of  PageLayout . Nhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#pageLayoutJobSettingsjavafx.printNhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#pageLayoutPROPERTY
 565 pageRanges`    An  ObjectProperty  whose value represents the job pages to print as an array of PageRange. Nhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#pageRangesJobSettingsjavafx.printNhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#pageRangesPROPERTYpaperSource8    Property representing an instance of  PaperSource . Ohttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#paperSourceJobSettingsjavafx.printOhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#paperSourcePROPERTY
 566 printColor7    Property representing an instance of  PrintColor . Nhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#printColorJobSettingsjavafx.printNhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#printColorPROPERTYprintQuality9    Property representing an instance of  PrintQuality . Phttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#printQualityJobSettingsjavafx.printPhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#printQualityPROPERTYprintResolution<    Property representing an instance of  PrintResolution . Shttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#printResolutionJobSettingsjavafx.printShttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#printResolutionPROPERTY
 567 printSides7    Property representing an instance of  PrintSides . Nhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#printSidesJobSettingsjavafx.printNhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#printSidesMETHODcollationProperty8 ()   Property representing an instance of  Collation . Whttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#collationProperty()JobSettingsjavafx.printWhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#collationProperty()METHODcopiesPropertyO ()    IntegerProperty  representing the number of copies of the job to print. Thttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#copiesProperty()JobSettingsjavafx.printThttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#copiesProperty()METHODgetCollationa ()   Collation determines how sheets are sorted when multiple copies of a document are printed. Rhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#getCollation()JobSettingsjavafx.printRhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#getCollation()METHOD   getCopies () Ohttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#getCopies()JobSettingsjavafx.printOhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#getCopies()METHOD
 568 getJobName () Phttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#getJobName()JobSettingsjavafx.printPhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#getJobName()METHOD
getPageLayout0 ()   Get the current page layout for this job. Shttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#getPageLayout()JobSettingsjavafx.printShttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#getPageLayout()METHOD
getPageRanges# ()   The range of pages to print. Shttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#getPageRanges()JobSettingsjavafx.printShttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#getPageRanges()METHODgetPaperSource2 ()   Gets the value of the property paperSource. Thttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#getPaperSource()JobSettingsjavafx.printThttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#getPaperSource()METHOD
getPrintColor1 ()   Gets the value of the property printColor. Shttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#getPrintColor()JobSettingsjavafx.printShttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#getPrintColor()METHODgetPrintQuality3 ()   Gets the value of the property printQuality. Uhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#getPrintQuality()JobSettingsjavafx.printUhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#getPrintQuality()METHODgetPrintResolution () Xhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#getPrintResolution()JobSettingsjavafx.printXhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#getPrintResolution()METHOD
getPrintSidesr ()   If a printer supports it, then a job may be printed on both sides of the media (paper), ie duplex printing. Shttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#getPrintSides()JobSettingsjavafx.printShttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#getPrintSides()METHODjobNameProperty7 ()    StringProperty  representing the name of a job. Uhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#jobNameProperty()JobSettingsjavafx.printUhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#jobNameProperty()METHODpageLayoutProperty9 ()   Property representing an instance of  PageLayout . Xhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#pageLayoutProperty()JobSettingsjavafx.printXhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#pageLayoutProperty()METHODpageRangesPropertyb ()   An  ObjectProperty  whose value represents the job pages to print as an array of PageRange. Xhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#pageRangesProperty()JobSettingsjavafx.printXhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#pageRangesProperty()METHODpaperSourceProperty: ()   Property representing an instance of  PaperSource . Yhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#paperSourceProperty()JobSettingsjavafx.printYhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#paperSourceProperty()METHODprintColorProperty9 ()   Property representing an instance of  PrintColor . Xhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#printColorProperty()JobSettingsjavafx.printXhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#printColorProperty()METHODprintQualityProperty; ()   Property representing an instance of  PrintQuality . Zhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#printQualityProperty()JobSettingsjavafx.printZhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#printQualityProperty()METHODprintResolutionProperty> ()   Property representing an instance of  PrintResolution . ]http://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#printResolutionProperty()JobSettingsjavafx.print]http://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#printResolutionProperty()METHODprintSidesProperty9 ()   Property representing an instance of  PrintSides . Xhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#printSidesProperty()JobSettingsjavafx.printXhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#printSidesProperty()METHODsetCollation9 ( Collation  collation)   Set the  Collation  property. Rhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#setCollation()JobSettingsjavafx.printRhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#setCollation()METHOD  setCopies (int nCopies) Ohttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#setCopies()JobSettingsjavafx.printOhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#setCopies()METHOD
 569 setJobName (java.lang.String name) Phttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#setJobName()JobSettingsjavafx.printPhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#setJobName()METHOD
setPageLayout8 ( PageLayout  pageLayout)   Set the PageLayout to use. Shttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#setPageLayout()JobSettingsjavafx.printShttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#setPageLayout()METHOD
setPageRangesP ( PageRange ... pages)   The range of pages to print as an array of PageRange. Shttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#setPageRanges()JobSettingsjavafx.printShttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#setPageRanges()METHODsetPaperSourceE ( PaperSource  value)   Sets the value of the property paperSource. Thttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#setPaperSource()JobSettingsjavafx.printThttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#setPaperSource()METHOD
setPrintColor7 ( PrintColor  color)   Set the  PrintColor  property. Shttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#setPrintColor()JobSettingsjavafx.printShttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#setPrintColor()METHODsetPrintQuality= ( PrintQuality  quality)   Set the  PrintQuality  property. Uhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#setPrintQuality()JobSettingsjavafx.printUhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#setPrintQuality()METHODsetPrintResolutionF ( PrintResolution  resolution)   Set the  PrintResolution  property. Xhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#setPrintResolution()JobSettingsjavafx.printXhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#setPrintResolution()METHOD
setPrintSidesV ( PrintSides  sides)   Set the  PrintSides  property which controls duplex printing. Shttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#setPrintSides()JobSettingsjavafx.printShttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#setPrintSides()METHODtoString () Nhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#toString()JobSettingsjavafx.printNhttp://download.java.net/jdk8/jfxdocs/javafx/print/JobSettings.html#toString()CLASSJSException Thrown when an exception is raised in the JavaScript engine.     Much of the functionality in this class is deprecated as it is not portable between web browsernetscape.javascriptJhttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.htmlJhttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.htmlMETHODgetWrappedException< ()    Deprecated.    Not portable between web browsers.    `http://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#getWrappedException()JSExceptionnetscape.javascript`http://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#getWrappedException()METHODgetWrappedExceptionType< ()    Deprecated.    Not portable between web browsers.    dhttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#getWrappedExceptionType()JSExceptionnetscape.javascriptdhttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#getWrappedExceptionType()FIELDEXCEPTION_TYPE_BOOLEAN:     Deprecated.    Not portable between web browsers.    ahttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#EXCEPTION_TYPE_BOOLEANJSExceptionnetscape.javascriptahttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#EXCEPTION_TYPE_BOOLEANFIELDEXCEPTION_TYPE_EMPTY:     Deprecated.    Not portable between web browsers.    _http://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#EXCEPTION_TYPE_EMPTYJSExceptionnetscape.javascript_http://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#EXCEPTION_TYPE_EMPTYFIELDEXCEPTION_TYPE_ERROR:     Deprecated.    Not portable between web browsers.    _http://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#EXCEPTION_TYPE_ERRORJSExceptionnetscape.javascript_http://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#EXCEPTION_TYPE_ERRORFIELDEXCEPTION_TYPE_FUNCTION:     Deprecated.    Not portable between web browsers.    bhttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#EXCEPTION_TYPE_FUNCTIONJSExceptionnetscape.javascriptbhttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#EXCEPTION_TYPE_FUNCTIONFIELDEXCEPTION_TYPE_NUMBER:     Deprecated.    Not portable between web browsers.    `http://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#EXCEPTION_TYPE_NUMBERJSExceptionnetscape.javascript`http://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#EXCEPTION_TYPE_NUMBERFIELDEXCEPTION_TYPE_OBJECT:     Deprecated.    Not portable between web browsers.    `http://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#EXCEPTION_TYPE_OBJECTJSExceptionnetscape.javascript`http://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#EXCEPTION_TYPE_OBJECTFIELDEXCEPTION_TYPE_STRING:     Deprecated.    Not portable between web browsers.    `http://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#EXCEPTION_TYPE_STRINGJSExceptionnetscape.javascript`http://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#EXCEPTION_TYPE_STRINGFIELDEXCEPTION_TYPE_VOID:     Deprecated.    Not portable between web browsers.    ^http://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#EXCEPTION_TYPE_VOIDJSExceptionnetscape.javascript^http://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#EXCEPTION_TYPE_VOIDFIELDfilename:     Deprecated.    Not portable between web browsers.    Shttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#filenameJSExceptionnetscape.javascriptShttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#filenameFIELDlineno:     Deprecated.    Not portable between web browsers.    Qhttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#linenoJSExceptionnetscape.javascriptQhttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#linenoFIELDmessage:     Deprecated.    Not portable between web browsers.    Rhttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#messageJSExceptionnetscape.javascriptRhttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#messageFIELDsource:     Deprecated.    Not portable between web browsers.    Qhttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#sourceJSExceptionnetscape.javascriptQhttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#sourceFIELD
 570 tokenIndex:     Deprecated.    Not portable between web browsers.    Uhttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#tokenIndexJSExceptionnetscape.javascriptUhttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSException.html#tokenIndexCLASSJSObject Allows Java code to manipulate JavaScript objects.     When a JavaScript object is passed or returned to Java code, it is wrapped in an instance of  JSObject . netscape.javascriptGhttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSObject.htmlGhttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSObject.htmlMETHODcallW (java.lang.String methodName, java.lang.Object... args)    Calls a JavaScript method. Nhttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSObject.html#call()JSObjectnetscape.javascriptNhttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSObject.html#call()METHODeval< (java.lang.String s)    Evaluates a JavaScript expression. Nhttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSObject.html#eval()JSObjectnetscape.javascriptNhttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSObject.html#eval()METHOD getMemberM (java.lang.String name)    Retrieves a named member of a JavaScript object. Shttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSObject.html#getMember()JSObjectnetscape.javascriptShttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSObject.html#getMember()METHODgetSlotD (int index)    Retrieves an indexed member of a JavaScript object. Qhttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSObject.html#getSlot()JSObjectnetscape.javascriptQhttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSObject.html#getSlot()METHODremoveMemberK (java.lang.String name)    Removes a named member of a JavaScript object. Vhttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSObject.html#removeMember()JSObjectnetscape.javascriptVhttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSObject.html#removeMember()METHOD      setMember` (java.lang.String name, java.lang.Object value)    Sets a named member of a JavaScript object. Shttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSObject.html#setMember()JSObjectnetscape.javascriptShttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSObject.html#setMember()METHODsetSlotW (int index, java.lang.Object value)    Sets an indexed member of a JavaScript object. Qhttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSObject.html#setSlot()JSObjectnetscape.javascriptQhttp://download.java.net/jdk8/jfxdocs/netscape/javascript/JSObject.html#setSlot()CLASSKeyCharacterCombinationvAll possible modifiers which change the default modifier value are defined as constants in the  KeyCombination  class.javafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCharacterCombination.htmlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCharacterCombination.htmlMETHODequalsg (java.lang.Object obj)   Tests whether this  KeyCharacterCombination  equals to the specified object. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCharacterCombination.html#equals()KeyCharacterCombinationjavafx.scene.input^http://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCharacterCombination.html#equals()METHODgetCharacterC ()   Gets the key character associated with this key combination. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCharacterCombination.html#getCharacter()KeyCharacterCombinationjavafx.scene.inputdhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCharacterCombination.html#getCharacter()METHODgetNameI ()   Returns a string representation of this  KeyCharacterCombination . _http://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCharacterCombination.html#getName()KeyCharacterCombinationjavafx.scene.input_http://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCharacterCombination.html#getName()METHODhashCodeD ()   Returns a hash code value for this  KeyCharacterCombination . `http://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCharacterCombination.html#hashCode()KeyCharacterCombinationjavafx.scene.input`http://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCharacterCombination.html#hashCode()METHODmatchn ( KeyEvent  event)   Tests whether this key combination matches the key combination in the given  KeyEvent . ]http://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCharacterCombination.html#match()KeyCharacterCombinationjavafx.scene.input]http://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCharacterCombination.html#match()ENUMKeyCodejavafx.scene.inputEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCode.htmlEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCode.htmlMETHOD
 571 getKeyCodeC (java.lang.String name)   Parses textual representation of a key. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCode.html#getKeyCode()KeyCodejavafx.scene.inputRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCode.html#getKeyCode()METHODgetName" ()   Gets name of this key code. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCode.html#getName()KeyCodejavafx.scene.inputOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCode.html#getName()METHOD
 572 isArrowKey? ()   Left, right, up, down keys (including the keypad arrows) Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCode.html#isArrowKey()KeyCodejavafx.scene.inputRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCode.html#isArrowKey()METHOD
 573 isDigitKey3 ()   All Digit keys (including the keypad digits) Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCode.html#isDigitKey()KeyCodejavafx.scene.inputRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCode.html#isDigitKey()METHOD
isFunctionKey( ()   Function keys like F1, F2, etc... Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCode.html#isFunctionKey()KeyCodejavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCode.html#isFunctionKey()METHODisKeypadKey ()   All keys on the keypad Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCode.html#isKeypadKey()KeyCodejavafx.scene.inputShttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCode.html#isKeypadKey()METHODisLetterKey ()   All keys with letters Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCode.html#isLetterKey()KeyCodejavafx.scene.inputShttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCode.html#isLetterKey()METHOD
 574 isMediaKeyD ()   All multimedia keys (channel up/down, volume control, etc...) Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCode.html#isMediaKey()KeyCodejavafx.scene.inputRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCode.html#isMediaKey()METHOD
isModifierKey( ()   Keys that could act as a modifier Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCode.html#isModifierKey()KeyCodejavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCode.html#isModifierKey()METHODisNavigationKey_ ()   Navigation keys are arrow keys and Page Down, Page Up, Home, End (including keypad keys) Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCode.html#isNavigationKey()KeyCodejavafx.scene.inputWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCode.html#isNavigationKey()METHODisWhitespaceKey ()   Space, tab and enter Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCode.html#isWhitespaceKey()KeyCodejavafx.scene.inputWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCode.html#isWhitespaceKey()METHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCode.html#valueOf()KeyCodejavafx.scene.inputOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCode.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCode.html#values()KeyCodejavafx.scene.inputNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCode.html#values()CLASSKeyCodeCombinationvAll possible modifiers which change the default modifier value are defined as constants in the  KeyCombination  class.javafx.scene.inputPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCodeCombination.htmlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCodeCombination.htmlMETHODequalsb (java.lang.Object obj)   Tests whether this  KeyCodeCombination  equals to the specified object. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCodeCombination.html#equals()KeyCodeCombinationjavafx.scene.inputYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCodeCombination.html#equals()METHODgetCode> ()   Gets the key code associated with this key combination. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCodeCombination.html#getCode()KeyCodeCombinationjavafx.scene.inputZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCodeCombination.html#getCode()METHODgetNameD ()   Returns a string representation of this  KeyCodeCombination . Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCodeCombination.html#getName()KeyCodeCombinationjavafx.scene.inputZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCodeCombination.html#getName()METHODhashCode? ()   Returns a hash code value for this  KeyCodeCombination . [http://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCodeCombination.html#hashCode()KeyCodeCombinationjavafx.scene.input[http://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCodeCombination.html#hashCode()METHODmatchn ( KeyEvent  event)   Tests whether this key combination matches the key combination in the given  KeyEvent . Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCodeCombination.html#match()KeyCodeCombinationjavafx.scene.inputXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCodeCombination.html#match()CLASSKeyCombination The  shortcut  modifier is used to represent the modifier key which is used commonly in keyboard shortcuts on the host platform. This is for example  control  ojavafx.scene.inputLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.htmlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.htmlMETHODequals^ (java.lang.Object obj)   Tests whether this  KeyCombination  equals to the specified object. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#equals()KeyCombinationjavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#equals()METHODgetAlt: ()   The state of the  alt  key in this key combination. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#getAlt()KeyCombinationjavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#getAlt()METHOD
 575 getControl> ()   The state of the  control  key in this key combination. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#getControl()KeyCombinationjavafx.scene.inputYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#getControl()METHODgetMeta; ()   The state of the  meta  key in this key combination. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#getMeta()KeyCombinationjavafx.scene.inputVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#getMeta()METHODgetName@ ()   Returns a string representation of this  KeyCombination . Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#getName()KeyCombinationjavafx.scene.inputVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#getName()METHODgetShift< ()   The state of the  shift  key in this key combination. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#getShift()KeyCombinationjavafx.scene.inputWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#getShift()METHODgetShortcut? ()   The state of the  shortcut  key in this key combination. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#getShortcut()KeyCombinationjavafx.scene.inputZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#getShortcut()METHODhashCode; ()   Returns a hash code value for this  KeyCombination . Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#hashCode()KeyCombinationjavafx.scene.inputWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#hashCode()METHODkeyCombinationX (java.lang.String name)   Constructs a new  KeyCombination  from the specified string. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#keyCombination()KeyCombinationjavafx.scene.input]http://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#keyCombination()METHODmatchj ( KeyEvent  event)   Tests whether this key combination matches the combination in the given  KeyEvent . Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#match()KeyCombinationjavafx.scene.inputThttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#match()METHODtoString6 ()   Returns a string representation of this object. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#toString()KeyCombinationjavafx.scene.inputWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#toString()METHODvalueOfY (java.lang.String value)   Constructs a new  KeyCombination  from the specified string. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#valueOf()KeyCombinationjavafx.scene.inputVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#valueOf()FIELDALT_ANYJ    Modifier which specifies that the  alt  key can be either up or down. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#ALT_ANYKeyCombinationjavafx.scene.inputThttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#ALT_ANYFIELDALT_DOWN>    Modifier which specifies that the  alt  key must be down. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#ALT_DOWNKeyCombinationjavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#ALT_DOWNFIELDCONTROL_ANYN    Modifier which specifies that the  control  key can be either up or down. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#CONTROL_ANYKeyCombinationjavafx.scene.inputXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#CONTROL_ANYFIELDCONTROL_DOWNB    Modifier which specifies that the  control  key must be down. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#CONTROL_DOWNKeyCombinationjavafx.scene.inputYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#CONTROL_DOWNFIELDMETA_ANYK    Modifier which specifies that the  meta  key can be either up or down. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#META_ANYKeyCombinationjavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#META_ANYFIELD  META_DOWN?    Modifier which specifies that the  meta  key must be down. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#META_DOWNKeyCombinationjavafx.scene.inputVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#META_DOWNFIELDNO_MATCH5    A KeyCombination that will match with no events. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#NO_MATCHKeyCombinationjavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#NO_MATCHFIELD  SHIFT_ANYL    Modifier which specifies that the  shift  key can be either up or down. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#SHIFT_ANYKeyCombinationjavafx.scene.inputVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#SHIFT_ANYFIELD
 576 SHIFT_DOWN@    Modifier which specifies that the  shift  key must be down. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#SHIFT_DOWNKeyCombinationjavafx.scene.inputWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#SHIFT_DOWNFIELDSHORTCUT_ANYO    Modifier which specifies that the  shortcut  key can be either up or down. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#SHORTCUT_ANYKeyCombinationjavafx.scene.inputYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#SHORTCUT_ANYFIELD
SHORTCUT_DOWNC    Modifier which specifies that the  shortcut  key must be down. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#SHORTCUT_DOWNKeyCombinationjavafx.scene.inputZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.html#SHORTCUT_DOWNCLASSKeyCombination.Modifierjavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.Modifier.htmlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.Modifier.htmlMETHODgetKey0 ()   Gets the modifier key of this  Modifier . ^http://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.Modifier.html#getKey()KeyCombination.Modifierjavafx.scene.input^http://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.Modifier.html#getKey()METHODgetValue2 ()   Gets the modifier value of this  Modifier . `http://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.Modifier.html#getValue()KeyCombination.Modifierjavafx.scene.input`http://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.Modifier.html#getValue()METHODtoString7 ()   Returns a string representation of the modifier. `http://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.Modifier.html#toString()KeyCombination.Modifierjavafx.scene.input`http://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.Modifier.html#toString()ENUMKeyCombination.ModifierValuejavafx.scene.inputZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.ModifierValue.htmlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.ModifierValue.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.ModifierValue.html#valueOf()KeyCombination.ModifierValuejavafx.scene.inputdhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.ModifierValue.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.ModifierValue.html#values()KeyCombination.ModifierValuejavafx.scene.inputchttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyCombination.ModifierValue.html#values()CLASSKeyEvent This event is generated when a key is pressed, released, or typed. Depending on the type of the event it is passed to   onKeyPressed  ,   onKeyTyped   or   onKejavafx.scene.inputFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.htmlFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.htmlMETHODcopyForŽ (java.lang.Object newSource,  EventTarget  newTarget)   Creates and returns a copy of this event with the specified event source and target. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#copyFor()KeyEventjavafx.scene.inputPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#copyFor()METHODcopyFor– (java.lang.Object source,  EventTarget  target,  EventType < KeyEvent > type)   Creates a copy of the given event with the given fields substituted. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#copyFor()KeyEventjavafx.scene.inputPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#copyFor()METHODgetCharacter[ ()   The Unicode character or sequence of characters associated with the key typed event. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#getCharacter()KeyEventjavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#getCharacter()METHODgetCodeV ()   The key code associated with the key in this key pressed or key released event. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#getCode()KeyEventjavafx.scene.inputPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#getCode()METHODgetEventType) ()   Gets the event type of this event. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#getEventType()KeyEventjavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#getEventType()METHODgetTextn ()   A String describing the key code, such as "HOME", "F1" or "A", for key pressed and key released events. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#getText()KeyEventjavafx.scene.inputPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#getText()METHOD      isAltDownE ()   Returns whether or not the Alt modifier is down on this event. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#isAltDown()KeyEventjavafx.scene.inputRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#isAltDown()METHOD
isControlDownI ()   Returns whether or not the Control modifier is down on this event. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#isControlDown()KeyEventjavafx.scene.inputVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#isControlDown()METHOD
 577 isMetaDownF ()   Returns whether or not the Meta modifier is down on this event. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#isMetaDown()KeyEventjavafx.scene.inputShttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#isMetaDown()METHODisShiftDownG ()   Returns whether or not the Shift modifier is down on this event. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#isShiftDown()KeyEventjavafx.scene.inputThttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#isShiftDown()METHODisShortcutDown_ ()   Returns whether or not the host platform common shortcut modifier is down on this event. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#isShortcutDown()KeyEventjavafx.scene.inputWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#isShortcutDown()METHODtoStringA ()   Returns a string representation of this  KeyEvent  object. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#toString()KeyEventjavafx.scene.inputQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#toString()FIELDANY.    Common supertype for all key event types. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#ANYKeyEventjavafx.scene.inputJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#ANYFIELDCHAR_UNDEFINEDv    KEY_PRESSED and KEY_RELEASED events which do not map to a valid Unicode character use this for the keyChar value. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#CHAR_UNDEFINEDKeyEventjavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#CHAR_UNDEFINEDFIELDKEY_PRESSED3    This event occurs when a key has been pressed. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#KEY_PRESSEDKeyEventjavafx.scene.inputRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#KEY_PRESSEDFIELDKEY_RELEASED4    This event occurs when a key has been released. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#KEY_RELEASEDKeyEventjavafx.scene.inputShttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#KEY_RELEASEDFIELD       KEY_TYPEDH    This event occurs when a key has been typed (pressed and released). Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#KEY_TYPEDKeyEventjavafx.scene.inputPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/KeyEvent.html#KEY_TYPEDCLASSKeyFrame The developer controls the interpolation of a set of variables for the interval between successive key frames by providing a target value and an   Interpolator javafx.animationDhttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyFrame.htmlDhttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyFrame.htmlMETHODequalsV (java.lang.Object obj)   Indicates whether some other object is "equal to" this one. Mhttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyFrame.html#equals()KeyFramejavafx.animationMhttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyFrame.html#equals()METHODgetName- ()   Returns the  name  of this  KeyFrame . Nhttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyFrame.html#getName()KeyFramejavafx.animationNhttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyFrame.html#getName()METHOD
getOnFinishedA ()   Returns the  onFinished  event handler of this  KeyFrame . Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyFrame.html#getOnFinished()KeyFramejavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyFrame.html#getOnFinished()METHODgetTime2 ()   Returns the time offset of this  KeyFrame . Nhttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyFrame.html#getTime()KeyFramejavafx.animationNhttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyFrame.html#getTime()METHOD    getValues< ()   Returns an immutable  Set  of   KeyValue   instances. Phttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyFrame.html#getValues()KeyFramejavafx.animationPhttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyFrame.html#getValues()METHODhashCode6 ()   Returns a hash code for this  KeyFrame  object. Ohttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyFrame.html#hashCode()KeyFramejavafx.animationOhttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyFrame.html#hashCode()METHODtoStringA ()   Returns a string representation of this  KeyFrame  object. Ohttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyFrame.html#toString()KeyFramejavafx.animationOhttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyFrame.html#toString()CLASSKeyValue A  KeyValue  is defined by a target, which is an implementation of   WritableValue  , an end value and an   Interpolator  .   Most interpolators define the intejavafx.animationDhttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyValue.htmlDhttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyValue.htmlMETHODequalsV (java.lang.Object obj)   Indicates whether some other object is "equal to" this one. Mhttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyValue.html#equals()KeyValuejavafx.animationMhttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyValue.html#equals()METHODgetEndValue/ ()   Returns the end value of this  KeyValue  Rhttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyValue.html#getEndValue()KeyValuejavafx.animationRhttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyValue.html#getEndValue()METHODgetInterpolator_ ()     Interpolator   to be used for calculating the key value along the particular interval. Vhttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyValue.html#getInterpolator()KeyValuejavafx.animationVhttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyValue.html#getInterpolator()METHOD getTarget, ()   Returns the target of this  KeyValue  Phttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyValue.html#getTarget()KeyValuejavafx.animationPhttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyValue.html#getTarget()METHODhashCode6 ()   Returns a hash code for this  KeyValue  object. Ohttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyValue.html#hashCode()KeyValuejavafx.animationOhttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyValue.html#hashCode()METHODtoStringA ()   Returns a string representation of this  KeyValue  object. Ohttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyValue.html#toString()KeyValuejavafx.animationOhttp://download.java.net/jdk8/jfxdocs/javafx/animation/KeyValue.html#toString()CLASSLabelYLabel sets focusTraversable to false.    Example:   Label label = new Label("a label");  javafx.scene.controlEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Label.htmlEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Label.htmlPROPERTYlabelFor@    A Label can act as a label for a different Control or Node. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Label.html#labelForLabeljavafx.scene.controlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Label.html#labelForMETHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Label.html#createDefaultSkin()Labeljavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Label.html#createDefaultSkin()METHODgetLabelFor/ ()   Gets the value of the property labelFor. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Label.html#getLabelFor()Labeljavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Label.html#getLabelFor()METHODlabelForPropertyB ()   A Label can act as a label for a different Control or Node. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Label.html#labelForProperty()Labeljavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Label.html#labelForProperty()METHODsetLabelFor; ( Node  value)   Sets the value of the property labelFor. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Label.html#setLabelFor()Labeljavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Label.html#setLabelFor()CLASSLabeled Labeled is also a convenient base class from which to extend when building new Controls which, as part of their UI, display read-only textual content.    Exampljavafx.scene.controlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.htmlPROPERTY   alignmentz    Specifies how the text and graphic within the Labeled should be aligned when there is empty space within the Labeled. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#alignmentLabeledjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#alignmentPROPERTYcontentDisplayC    Specifies the positioning of the graphic relative to the text. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#contentDisplayLabeledjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#contentDisplayPROPERTYellipsisStringM    Specifies the string to display for the ellipsis when text is truncated. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#ellipsisStringLabeledjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#ellipsisStringPROPERTYfont5    The default font to use for text in the Labeled. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#fontLabeledjavafx.scene.controlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#fontPROPERTYgraphic&    An optional icon for the Labeled. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#graphicLabeledjavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#graphicPROPERTYgraphicTextGap5    The amount of space between the graphic and text Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#graphicTextGapLabeledjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#graphicTextGapPROPERTYlabelPadding?    The padding around the Labeled's text and graphic content. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#labelPaddingLabeledjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#labelPaddingPROPERTYlineSpacing0    Specifies the space in pixel between lines. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#lineSpacingLabeledjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#lineSpacingPROPERTYmnemonicParsing=    MnemonicParsing property to enable/disable text parsing. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#mnemonicParsingLabeledjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#mnemonicParsingPROPERTY
textAlignment     Specifies the behavior for lines of text  when text is multiline  Unlike   contentDisplayProperty()   which affects the graphic and text, this setting only Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#textAlignmentLabeledjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#textAlignmentPROPERTYtextFill)    The   Paint   used to fill the text. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#textFillLabeledjavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#textFillPROPERTYtextOverruns    Specifies the behavior to use if the text of the  Labeled  exceeds the available space for rendering the text. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#textOverrunLabeledjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#textOverrunPROPERTYtext&    The text to display in the label. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#textLabeledjavafx.scene.controlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#textPROPERTY       underline+    Whether all text should be underlined. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#underlineLabeledjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#underlinePROPERTYwrapText„    If a run of text exceeds the width of the Labeled, then this variable indicates whether the text should wrap onto another line. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#wrapTextLabeledjavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#wrapTextMETHODalignmentProperty| ()   Specifies how the text and graphic within the Labeled should be aligned when there is empty space within the Labeled. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#alignmentProperty()Labeledjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#alignmentProperty()METHODcontentDisplayPropertyE ()   Specifies the positioning of the graphic relative to the text. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#contentDisplayProperty()Labeledjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#contentDisplayProperty()METHODellipsisStringPropertyO ()   Specifies the string to display for the ellipsis when text is truncated. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#ellipsisStringProperty()Labeledjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#ellipsisStringProperty()METHODfontProperty7 ()   The default font to use for text in the Labeled. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#fontProperty()Labeledjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#fontProperty()METHODgetAlignment0 ()   Gets the value of the property alignment. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getAlignment()Labeledjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getAlignment()METHODgetClassCssMetaData () ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getClassCssMetaData()Labeledjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getClassCssMetaData()METHODgetContentBiasV ()   If wrapText is true, then contentBias will be HORIZONTAL, otherwise it is null. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getContentBias()Labeledjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getContentBias()METHODgetContentDisplay5 ()   Gets the value of the property contentDisplay. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getContentDisplay()Labeledjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getContentDisplay()METHODgetControlCssMetaData () _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getControlCssMetaData()Labeledjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getControlCssMetaData()METHODgetEllipsisString5 ()   Gets the value of the property ellipsisString. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getEllipsisString()Labeledjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getEllipsisString()METHODgetFont+ ()   Gets the value of the property font. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getFont()Labeledjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getFont()METHOD
 578 getGraphic. ()   Gets the value of the property graphic. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getGraphic()Labeledjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getGraphic()METHODgetGraphicTextGap5 ()   Gets the value of the property graphicTextGap. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getGraphicTextGap()Labeledjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getGraphicTextGap()METHODgetLabelPadding3 ()   Gets the value of the property labelPadding. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getLabelPadding()Labeledjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getLabelPadding()METHODgetLineSpacing2 ()   Gets the value of the property lineSpacing. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getLineSpacing()Labeledjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getLineSpacing()METHODgetText+ ()   Gets the value of the property text. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getText()Labeledjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getText()METHODgetTextAlignment4 ()   Gets the value of the property textAlignment. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getTextAlignment()Labeledjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getTextAlignment()METHODgetTextFill/ ()   Gets the value of the property textFill. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getTextFill()Labeledjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getTextFill()METHODgetTextOverrun2 ()   Gets the value of the property textOverrun. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getTextOverrun()Labeledjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#getTextOverrun()METHODgraphicProperty( ()   An optional icon for the Labeled. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#graphicProperty()Labeledjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#graphicProperty()METHODgraphicTextGapProperty7 ()   The amount of space between the graphic and text `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#graphicTextGapProperty()Labeledjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#graphicTextGapProperty()METHODisMnemonicParsing6 ()   Gets the value of the property mnemonicParsing. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#isMnemonicParsing()Labeledjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#isMnemonicParsing()METHODisUnderline0 ()   Gets the value of the property underline. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#isUnderline()Labeledjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#isUnderline()METHOD
 579 isWrapText/ ()   Gets the value of the property wrapText. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#isWrapText()Labeledjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#isWrapText()METHODlabelPaddingPropertyA ()   The padding around the Labeled's text and graphic content. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#labelPaddingProperty()Labeledjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#labelPaddingProperty()METHODlineSpacingProperty2 ()   Specifies the space in pixel between lines. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#lineSpacingProperty()Labeledjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#lineSpacingProperty()METHODmnemonicParsingProperty? ()   MnemonicParsing property to enable/disable text parsing. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#mnemonicParsingProperty()Labeledjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#mnemonicParsingProperty()METHODsetAlignment; ( Pos  value)   Sets the value of the property alignment. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#setAlignment()Labeledjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#setAlignment()METHODsetContentDisplayK ( ContentDisplay  value)   Sets the value of the property contentDisplay. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#setContentDisplay()Labeledjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#setContentDisplay()METHODsetEllipsisStringK (java.lang.String value)   Sets the value of the property ellipsisString. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#setEllipsisString()Labeledjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#setEllipsisString()METHODsetFont7 ( Font  value)   Sets the value of the property font. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#setFont()Labeledjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#setFont()METHOD
 580 setGraphic: ( Node  value)   Sets the value of the property graphic. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#setGraphic()Labeledjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#setGraphic()METHODsetGraphicTextGapA (double value)   Sets the value of the property graphicTextGap. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#setGraphicTextGap()Labeledjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#setGraphicTextGap()METHODsetLineSpacing> (double value)   Sets the value of the property lineSpacing. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#setLineSpacing()Labeledjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#setLineSpacing()METHODsetMnemonicParsingC (boolean value)   Sets the value of the property mnemonicParsing. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#setMnemonicParsing()Labeledjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#setMnemonicParsing()METHODsetTextA (java.lang.String value)   Sets the value of the property text. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#setText()Labeledjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#setText()METHODsetTextAlignmentI ( TextAlignment  value)   Sets the value of the property textAlignment. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#setTextAlignment()Labeledjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#setTextAlignment()METHODsetTextFill< ( Paint  value)   Sets the value of the property textFill. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#setTextFill()Labeledjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#setTextFill()METHODsetTextOverrunF ( OverrunStyle  value)   Sets the value of the property textOverrun. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#setTextOverrun()Labeledjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#setTextOverrun()METHODsetUnderline= (boolean value)   Sets the value of the property underline. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#setUnderline()Labeledjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#setUnderline()METHODsetWrapText< (boolean value)   Sets the value of the property wrapText. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#setWrapText()Labeledjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#setWrapText()METHODtextAlignmentProperty  ()   Specifies the behavior for lines of text  when text is multiline  Unlike   contentDisplayProperty()   which affects the graphic and text, this setting onl_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#textAlignmentProperty()Labeledjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#textAlignmentProperty()METHODtextFillProperty+ ()   The   Paint   used to fill the text. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#textFillProperty()Labeledjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#textFillProperty()METHODtextOverrunPropertyu ()   Specifies the behavior to use if the text of the  Labeled  exceeds the available space for rendering the text. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#textOverrunProperty()Labeledjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#textOverrunProperty()METHODtextProperty( ()   The text to display in the label. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#textProperty()Labeledjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#textProperty()METHODtoString6 ()   Returns a string representation for the object. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#toString()Labeledjavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#toString()METHODunderlineProperty- ()   Whether all text should be underlined. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#underlineProperty()Labeledjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#underlineProperty()METHODwrapTextProperty† ()   If a run of text exceeds the width of the Labeled, then this variable indicates whether the text should wrap onto another line. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#wrapTextProperty()Labeledjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Labeled.html#wrapTextProperty()CLASSLightjavafx.scene.effectDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.htmlDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.htmlPROPERTYcolor#    The color of the light source. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.html#colorLightjavafx.scene.effectJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.html#colorMETHOD
colorProperty% ()   The color of the light source. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.html#colorProperty()Lightjavafx.scene.effectThttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.html#colorProperty()METHODgetColor, ()   Gets the value of the property color. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.html#getColor()Lightjavafx.scene.effectOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.html#getColor()METHODsetColor9 ( Color  value)   Sets the value of the property color. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.html#setColor()Lightjavafx.scene.effectOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.html#setColor()CLASS
Light.Distant Example:    Light.Distant light = new Light.Distant(); light.setAzimuth(45.0); light.setElevation(30.0); Lighting lighting = new Lighting(); lighting.setLight(ljavafx.scene.effectLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Distant.htmlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Distant.htmlPROPERTYazimuth    The azimuth of the light. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Distant.html#azimuth
Light.Distantjavafx.scene.effectThttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Distant.html#azimuthPROPERTY elevation     The elevation of the light. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Distant.html#elevation
Light.Distantjavafx.scene.effectVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Distant.html#elevationMETHODazimuthProperty  ()   The azimuth of the light. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Distant.html#azimuthProperty()
Light.Distantjavafx.scene.effect^http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Distant.html#azimuthProperty()METHODelevationProperty" ()   The elevation of the light. `http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Distant.html#elevationProperty()
Light.Distantjavafx.scene.effect`http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Distant.html#elevationProperty()METHOD
 581 getAzimuth. ()   Gets the value of the property azimuth. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Distant.html#getAzimuth()
Light.Distantjavafx.scene.effectYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Distant.html#getAzimuth()METHODgetElevation0 ()   Gets the value of the property elevation. [http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Distant.html#getElevation()
Light.Distantjavafx.scene.effect[http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Distant.html#getElevation()METHOD
 582 setAzimuth: (double value)   Sets the value of the property azimuth. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Distant.html#setAzimuth()
Light.Distantjavafx.scene.effectYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Distant.html#setAzimuth()METHODsetElevation< (double value)   Sets the value of the property elevation. [http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Distant.html#setElevation()
Light.Distantjavafx.scene.effect[http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Distant.html#setElevation()CLASSLight.Point Example:    Light.Point light = new Light.Point(); light.setX(100); light.setY(100); light.setZ(50); Lighting lighting = new Lighting(); lighting.setLight(lightjavafx.scene.effectJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Point.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Point.htmlPROPERTYx,    The x coordinate of the light position. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Point.html#xLight.Pointjavafx.scene.effectLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Point.html#xPROPERTYy,    The y coordinate of the light position. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Point.html#yLight.Pointjavafx.scene.effectLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Point.html#yPROPERTYz,    The z coordinate of the light position. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Point.html#zLight.Pointjavafx.scene.effectLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Point.html#zMETHODgetX( ()   Gets the value of the property x. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Point.html#getX()Light.Pointjavafx.scene.effectQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Point.html#getX()METHODgetY( ()   Gets the value of the property y. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Point.html#getY()Light.Pointjavafx.scene.effectQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Point.html#getY()METHODgetZ( ()   Gets the value of the property z. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Point.html#getZ()Light.Pointjavafx.scene.effectQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Point.html#getZ()METHODsetX4 (double value)   Sets the value of the property x. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Point.html#setX()Light.Pointjavafx.scene.effectQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Point.html#setX()METHODsetY4 (double value)   Sets the value of the property y. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Point.html#setY()Light.Pointjavafx.scene.effectQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Point.html#setY()METHODsetZ4 (double value)   Sets the value of the property z. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Point.html#setZ()Light.Pointjavafx.scene.effectQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Point.html#setZ()METHOD      xProperty. ()   The x coordinate of the light position. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Point.html#xProperty()Light.Pointjavafx.scene.effectVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Point.html#xProperty()METHOD    yProperty. ()   The y coordinate of the light position. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Point.html#yProperty()Light.Pointjavafx.scene.effectVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Point.html#yProperty()METHOD    zProperty. ()   The z coordinate of the light position. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Point.html#zProperty()Light.Pointjavafx.scene.effectVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Point.html#zProperty()CLASS
 583 Light.Spot Example:    Light.Spot light = new Light.Spot(); light.setX(150); light.setY(100); light.setZ(80); light.setPointsAtX(0); light.setPointsAtY(0); light.setPointsjavafx.scene.effectIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.htmlPROPERTY        pointsAtX=    The x coordinate of the direction vector for this light. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#pointsAtX
 584 Light.Spotjavafx.scene.effectShttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#pointsAtXPROPERTY      pointsAtY=    The y coordinate of the direction vector for this light. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#pointsAtY
 585 Light.Spotjavafx.scene.effectShttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#pointsAtYPROPERTY      pointsAtZ=    The z coordinate of the direction vector for this light. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#pointsAtZ
 586 Light.Spotjavafx.scene.effectShttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#pointsAtZPROPERTYspecularExponentJ    The specular exponent, which controls the focus of this light source. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#specularExponent
 587 Light.Spotjavafx.scene.effectZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#specularExponentMETHODgetPointsAtX0 ()   Gets the value of the property pointsAtX. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#getPointsAtX()
 588 Light.Spotjavafx.scene.effectXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#getPointsAtX()METHODgetPointsAtY0 ()   Gets the value of the property pointsAtY. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#getPointsAtY()
 589 Light.Spotjavafx.scene.effectXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#getPointsAtY()METHODgetPointsAtZ0 ()   Gets the value of the property pointsAtZ. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#getPointsAtZ()
 590 Light.Spotjavafx.scene.effectXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#getPointsAtZ()METHODgetSpecularExponent7 ()   Gets the value of the property specularExponent. _http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#getSpecularExponent()
 591 Light.Spotjavafx.scene.effect_http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#getSpecularExponent()METHODpointsAtXProperty? ()   The x coordinate of the direction vector for this light. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#pointsAtXProperty()
 592 Light.Spotjavafx.scene.effect]http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#pointsAtXProperty()METHODpointsAtYProperty? ()   The y coordinate of the direction vector for this light. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#pointsAtYProperty()
 593 Light.Spotjavafx.scene.effect]http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#pointsAtYProperty()METHODpointsAtZProperty? ()   The z coordinate of the direction vector for this light. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#pointsAtZProperty()
 594 Light.Spotjavafx.scene.effect]http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#pointsAtZProperty()METHODsetPointsAtX< (double value)   Sets the value of the property pointsAtX. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#setPointsAtX()
 595 Light.Spotjavafx.scene.effectXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#setPointsAtX()METHODsetPointsAtY< (double value)   Sets the value of the property pointsAtY. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#setPointsAtY()
 596 Light.Spotjavafx.scene.effectXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#setPointsAtY()METHODsetPointsAtZ< (double value)   Sets the value of the property pointsAtZ. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#setPointsAtZ()
 597 Light.Spotjavafx.scene.effectXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#setPointsAtZ()METHODsetSpecularExponentC (double value)   Sets the value of the property specularExponent. _http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#setSpecularExponent()
 598 Light.Spotjavafx.scene.effect_http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#setSpecularExponent()METHODspecularExponentPropertyL ()   The specular exponent, which controls the focus of this light source. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#specularExponentProperty()
 599 Light.Spotjavafx.scene.effectdhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Light.Spot.html#specularExponentProperty()CLASS      LightBasejavafx.sceneAhttp://download.java.net/jdk8/jfxdocs/javafx/scene/LightBase.htmlAhttp://download.java.net/jdk8/jfxdocs/javafx/scene/LightBase.htmlPROPERTYcolor)    Specifies the color of light source. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/LightBase.html#color   LightBasejavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/LightBase.html#colorPROPERTYlightOn!    Defines the light on or off. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/LightBase.html#lightOn        LightBasejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/LightBase.html#lightOnMETHOD
colorProperty+ ()   Specifies the color of light source. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/LightBase.html#colorProperty()      LightBasejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/LightBase.html#colorProperty()METHODgetColor, ()   Gets the value of the property color. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/LightBase.html#getColor() LightBasejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/LightBase.html#getColor()METHODgetScopeR ()   Gets the list of nodes that specifies the hierarchical scope of this Light. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/LightBase.html#getScope()        LightBasejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/LightBase.html#getScope()METHODimpl_markDirty{ (com.sun.javafx.scene.DirtyBits dirtyBit)   Mark the specified bit as dirty, and add this node to the scene's dirty list. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/LightBase.html#impl_markDirty() LightBasejavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/LightBase.html#impl_markDirty()METHOD       isLightOn. ()   Gets the value of the property lightOn. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/LightBase.html#isLightOn()    LightBasejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/LightBase.html#isLightOn()METHODlightOnProperty# ()   Defines the light on or off. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/LightBase.html#lightOnProperty()      LightBasejavafx.sceneShttp://download.java.net/jdk8/jfxdocs/javafx/scene/LightBase.html#lightOnProperty()METHODsetColor9 ( Color  value)   Sets the value of the property color. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/LightBase.html#setColor()  LightBasejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/LightBase.html#setColor()METHOD
 600 setLightOn; (boolean value)   Sets the value of the property lightOn. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/LightBase.html#setLightOn()     LightBasejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/LightBase.html#setLightOn()FIELD    LightBase[ ()   Creates a new instance of  LightBase  class with a default Color.WHITE light source. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/LightBase.html#LightBase LightBasejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/LightBase.html#LightBaseFIELD       LightBaseZ ( Color  color)   Creates a new instance of  LightBase  class using the specified color. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/LightBase.html#LightBase  LightBasejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/LightBase.html#LightBaseCLASSLighting Example:    Light.Distant light = new Light.Distant(); light.setAzimuth(-135.0); Lighting lighting = new Lighting(); lighting.setLight(light); lighting.setSurfajavafx.scene.effectGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.htmlPROPERTY      bumpInput!    The optional bump map input. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#bumpInputLightingjavafx.scene.effectQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#bumpInputPROPERTYcontentInput)    The content input for this  Effect . Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#contentInputLightingjavafx.scene.effectThttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#contentInputPROPERTYdiffuseConstant    The diffuse constant. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#diffuseConstantLightingjavafx.scene.effectWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#diffuseConstantPROPERTYlight1    The light source for this  Lighting  effect. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#lightLightingjavafx.scene.effectMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#lightPROPERTYspecularConstant    The specular constant. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#specularConstantLightingjavafx.scene.effectXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#specularConstantPROPERTYspecularExponent    The specular exponent. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#specularExponentLightingjavafx.scene.effectXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#specularExponentPROPERTYsurfaceScale    The surface scale factor. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#surfaceScaleLightingjavafx.scene.effectThttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#surfaceScaleMETHODbumpInputProperty# ()   The optional bump map input. [http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#bumpInputProperty()Lightingjavafx.scene.effect[http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#bumpInputProperty()METHODcontentInputProperty+ ()   The content input for this  Effect . ^http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#contentInputProperty()Lightingjavafx.scene.effect^http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#contentInputProperty()METHODdiffuseConstantProperty ()   The diffuse constant. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#diffuseConstantProperty()Lightingjavafx.scene.effectahttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#diffuseConstantProperty()METHODgetBumpInput0 ()   Gets the value of the property bumpInput. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#getBumpInput()Lightingjavafx.scene.effectVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#getBumpInput()METHODgetContentInput3 ()   Gets the value of the property contentInput. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#getContentInput()Lightingjavafx.scene.effectYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#getContentInput()METHODgetDiffuseConstant6 ()   Gets the value of the property diffuseConstant. \http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#getDiffuseConstant()Lightingjavafx.scene.effect\http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#getDiffuseConstant()METHODgetLight, ()   Gets the value of the property light. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#getLight()Lightingjavafx.scene.effectRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#getLight()METHODgetSpecularConstant7 ()   Gets the value of the property specularConstant. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#getSpecularConstant()Lightingjavafx.scene.effect]http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#getSpecularConstant()METHODgetSpecularExponent7 ()   Gets the value of the property specularExponent. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#getSpecularExponent()Lightingjavafx.scene.effect]http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#getSpecularExponent()METHODgetSurfaceScale3 ()   Gets the value of the property surfaceScale. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#getSurfaceScale()Lightingjavafx.scene.effectYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#getSurfaceScale()METHOD
lightProperty3 ()   The light source for this  Lighting  effect. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#lightProperty()Lightingjavafx.scene.effectWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#lightProperty()METHODsetBumpInput> ( Effect  value)   Sets the value of the property bumpInput. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#setBumpInput()Lightingjavafx.scene.effectVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#setBumpInput()METHODsetContentInputA ( Effect  value)   Sets the value of the property contentInput. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#setContentInput()Lightingjavafx.scene.effectYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#setContentInput()METHODsetDiffuseConstantB (double value)   Sets the value of the property diffuseConstant. \http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#setDiffuseConstant()Lightingjavafx.scene.effect\http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#setDiffuseConstant()METHODsetLight9 ( Light  value)   Sets the value of the property light. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#setLight()Lightingjavafx.scene.effectRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#setLight()METHODsetSpecularConstantC (double value)   Sets the value of the property specularConstant. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#setSpecularConstant()Lightingjavafx.scene.effect]http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#setSpecularConstant()METHODsetSpecularExponentC (double value)   Sets the value of the property specularExponent. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#setSpecularExponent()Lightingjavafx.scene.effect]http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#setSpecularExponent()METHODsetSurfaceScale? (double value)   Sets the value of the property surfaceScale. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#setSurfaceScale()Lightingjavafx.scene.effectYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#setSurfaceScale()METHODspecularConstantProperty ()   The specular constant. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#specularConstantProperty()Lightingjavafx.scene.effectbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#specularConstantProperty()METHODspecularExponentProperty ()   The specular exponent. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#specularExponentProperty()Lightingjavafx.scene.effectbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#specularExponentProperty()METHODsurfaceScaleProperty  ()   The surface scale factor. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#surfaceScaleProperty()Lightingjavafx.scene.effect^http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Lighting.html#surfaceScaleProperty()CLASSLinejavafx.scene.shapeBhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.htmlBhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.htmlPROPERTYendX;    The X coordinate of the end point of the line segment. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#endXLinejavafx.scene.shapeGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#endXPROPERTYendY;    The Y coordinate of the end point of the line segment. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#endYLinejavafx.scene.shapeGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#endYPROPERTYstartX=    The X coordinate of the start point of the line segment. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#startXLinejavafx.scene.shapeIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#startXPROPERTYstartY=    The Y coordinate of the start point of the line segment. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#startYLinejavafx.scene.shapeIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#startYMETHODendXProperty= ()   The X coordinate of the end point of the line segment. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#endXProperty()Linejavafx.scene.shapeQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#endXProperty()METHODendYProperty= ()   The Y coordinate of the end point of the line segment. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#endYProperty()Linejavafx.scene.shapeQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#endYProperty()METHODgetEndX+ ()   Gets the value of the property endX. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#getEndX()Linejavafx.scene.shapeLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#getEndX()METHODgetEndY+ ()   Gets the value of the property endY. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#getEndY()Linejavafx.scene.shapeLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#getEndY()METHOD   getStartX- ()   Gets the value of the property startX. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#getStartX()Linejavafx.scene.shapeNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#getStartX()METHOD     getStartY- ()   Gets the value of the property startY. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#getStartY()Linejavafx.scene.shapeNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#getStartY()METHODsetEndX7 (double value)   Sets the value of the property endX. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#setEndX()Linejavafx.scene.shapeLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#setEndX()METHODsetEndY7 (double value)   Sets the value of the property endY. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#setEndY()Linejavafx.scene.shapeLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#setEndY()METHOD     setStartX9 (double value)   Sets the value of the property startX. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#setStartX()Linejavafx.scene.shapeNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#setStartX()METHOD setStartY9 (double value)   Sets the value of the property startY. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#setStartY()Linejavafx.scene.shapeNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#setStartY()METHODstartXProperty? ()   The X coordinate of the start point of the line segment. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#startXProperty()Linejavafx.scene.shapeShttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#startXProperty()METHODstartYProperty? ()   The Y coordinate of the start point of the line segment. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#startYProperty()Linejavafx.scene.shapeShttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#startYProperty()METHODtoString= ()   Returns a string representation of this  Line  object. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#toString()Linejavafx.scene.shapeMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Line.html#toString()CLASSLinearGradient The  LinearGradient  class fills a shape with a linear color gradient pattern. The user may specify two or more gradient colors, and this Paint will provide an javafx.scene.paintLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/LinearGradient.htmlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/LinearGradient.htmlMETHODequalsV (java.lang.Object obj)   Indicates whether some other object is "equal to" this one. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/LinearGradient.html#equals()LinearGradientjavafx.scene.paintUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/LinearGradient.html#equals()METHODgetCycleMethodž ()   Defines which of the following cycle method is applied to the  LinearGradient :  CycleMethod.NO_CYCLE ,  CycleMethod.REFLECT , or  CycleMethod.REPEAT . ]http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/LinearGradient.html#getCycleMethod()LinearGradientjavafx.scene.paint]http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/LinearGradient.html#getCycleMethod()METHODgetEndX? ()   Defines the X coordinate of the gradient axis end point. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/LinearGradient.html#getEndX()LinearGradientjavafx.scene.paintVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/LinearGradient.html#getEndX()METHODgetEndY? ()   Defines the Y coordinate of the gradient axis end point. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/LinearGradient.html#getEndY()LinearGradientjavafx.scene.paintVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/LinearGradient.html#getEndY()METHOD      getStartXA ()   Defines the X coordinate of the gradient axis start point. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/LinearGradient.html#getStartX()LinearGradientjavafx.scene.paintXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/LinearGradient.html#getStartX()METHOD   getStartYA ()   Defines the Y coordinate of the gradient axis start point. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/LinearGradient.html#getStartY()LinearGradientjavafx.scene.paintXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/LinearGradient.html#getStartY()METHODgetStopsh ()   A sequence of 2 or more  Stop  values specifying how to distribute the colors along the gradient. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/LinearGradient.html#getStops()LinearGradientjavafx.scene.paintWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/LinearGradient.html#getStops()METHODhashCode< ()   Returns a hash code for this  LinearGradient  object. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/LinearGradient.html#hashCode()LinearGradientjavafx.scene.paintWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/LinearGradient.html#hashCode()METHODisOpaque4 ()   Gets whether this Paint is completely opaque. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/LinearGradient.html#isOpaque()LinearGradientjavafx.scene.paintWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/LinearGradient.html#isOpaque()METHODisProportionalN ()   Indicates whether start and end locations are proportional or absolute. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/LinearGradient.html#isProportional()LinearGradientjavafx.scene.paint]http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/LinearGradient.html#isProportional()METHODtoStringG ()   Returns a string representation of this  LinearGradient  object. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/LinearGradient.html#toString()LinearGradientjavafx.scene.paintWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/LinearGradient.html#toString()METHODvalueOfZ (java.lang.String value)   Creates a linear gradient value from a string representation. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/LinearGradient.html#valueOf()LinearGradientjavafx.scene.paintVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/LinearGradient.html#valueOf()CLASS       LineChartjavafx.scene.chartGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.htmlPROPERTY
createSymbolsm    When true, CSS styleable symbols are created for any data items that don't have a symbol node specified. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#createSymbols       LineChartjavafx.scene.chartUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#createSymbolsMETHODcreateSymbolsPropertyo ()   When true, CSS styleable symbols are created for any data items that don't have a symbol node specified. _http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#createSymbolsProperty()  LineChartjavafx.scene.chart_http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#createSymbolsProperty()METHOD
dataItemAdded‡ ( XYChart.Series < X , Y > series, int itemIndex,  XYChart.Data < X , Y > item)   Called when a data item has been added to a series. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#dataItemAdded()   LineChartjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#dataItemAdded()METHODdataItemChangedx ( XYChart.Data < X , Y > item)   Called when a data item has changed, ie its xValue, yValue or extraValue has changed. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#dataItemChanged()     LineChartjavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#dataItemChanged()METHODdataItemRemoved  ( XYChart.Data < X , Y > item,  XYChart.Series < X , Y > series)   Called when a data item has been removed from data model but it is still visible on the charYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#dataItemRemoved()    LineChartjavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#dataItemRemoved()METHODgetClassCssMetaData () ]http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#getClassCssMetaData()     LineChartjavafx.scene.chart]http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#getClassCssMetaData()METHODgetCreateSymbolsH ()   Indicates whether symbols for data points will be created or not. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#getCreateSymbols()   LineChartjavafx.scene.chartZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#getCreateSymbols()METHODgetCssMetaData’ ()   This method should delegate to   Node.getClassCssMetaData()   so that a Node's CssMetaData can be accessed without the need for reflection. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#getCssMetaData()       LineChartjavafx.scene.chartXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#getCssMetaData()METHODlayoutPlotChildren5 ()   Called to update and layout the plot children. \http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#layoutPlotChildren()       LineChartjavafx.scene.chart\http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#layoutPlotChildren()METHODseriesAddedi ( XYChart.Series < X , Y > series, int seriesIndex)   A series has been added to the charts data model. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#seriesAdded()       LineChartjavafx.scene.chartUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#seriesAdded()METHOD
seriesChanged‹ ( ListChangeListener.Change <? extends  XYChart.Series > c)   Called when each atomic change is made to the list of series for this chart Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#seriesChanged()       LineChartjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#seriesChanged()METHOD
seriesRemovedz ( XYChart.Series < X , Y > series)   A series has been removed from the data model but it is still visible on the chart. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#seriesRemoved()       LineChartjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#seriesRemoved()METHODsetCreateSymbolsA (boolean value)   Sets the value of the property createSymbols. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#setCreateSymbols()        LineChartjavafx.scene.chartZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#setCreateSymbols()METHODupdateAxisRangeS ()   This is called when the range has been invalidated and we need to update it. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#updateAxisRange()     LineChartjavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#updateAxisRange()METHODupdateLegend^ ()   This is called whenever a series is added or removed and the legend needs to be updated Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#updateLegend() LineChartjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/LineChart.html#updateLegend()CLASSLineTo For more information on path elements see the   Path   and   PathElement   classes.  Example:   import javafx.scene.shape.*; Path path = new Path(); path.getElejavafx.scene.shapeDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/LineTo.htmlDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/LineTo.htmlPROPERTYx    Defines the X coordinate. Fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/LineTo.html#xLineTojavafx.scene.shapeFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/LineTo.html#xPROPERTYy    Defines the Y coordinate. Fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/LineTo.html#yLineTojavafx.scene.shapeFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/LineTo.html#yMETHODgetX( ()   Gets the value of the property x. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/LineTo.html#getX()LineTojavafx.scene.shapeKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/LineTo.html#getX()METHODgetY( ()   Gets the value of the property y. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/LineTo.html#getY()LineTojavafx.scene.shapeKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/LineTo.html#getY()METHODsetX4 (double value)   Sets the value of the property x. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/LineTo.html#setX()LineTojavafx.scene.shapeKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/LineTo.html#setX()METHODsetY4 (double value)   Sets the value of the property y. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/LineTo.html#setY()LineTojavafx.scene.shapeKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/LineTo.html#setY()METHODtoString? ()   Returns a string representation of this  LineTo  object. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/LineTo.html#toString()LineTojavafx.scene.shapeOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/LineTo.html#toString()METHOD       xProperty  ()   Defines the X coordinate. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/LineTo.html#xProperty()LineTojavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/LineTo.html#xProperty()METHOD    yProperty  ()   Defines the Y coordinate. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/LineTo.html#yProperty()LineTojavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/LineTo.html#yProperty()CLASSListBinding  ListBinding  provides a simple invalidation-scheme. An extending class can register dependencies by calling   bind(Observable...)  . If one of the registered djavafx.beans.bindingKhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.htmlPROPERTYempty=    A boolean property that is  true , if the list is empty. Qhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#emptyListBindingjavafx.beans.bindingQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#emptyPROPERTYsize>    An integer property that represents the size of the list. Phttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#sizeListBindingjavafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#sizeMETHODaddListener  ( ChangeListener <? super  ObservableList < E >> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#addListener()ListBindingjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#addListener()ListBindingjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#addListener()METHODaddListenerX ( ListChangeListener <? super  E > listener)   Add a listener to this observable list. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#addListener()ListBindingjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#addListener()METHODbindP ( Observable ... dependencies)   Start observing the dependencies for changes. Rhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#bind()ListBindingjavafx.beans.bindingRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#bind()METHODcomputeValue4 ()   Calculates the current value of this binding. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#computeValue()ListBindingjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#computeValue()METHODdispose= ()   A default implementation of  dispose()  that is empty. Uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#dispose()ListBindingjavafx.beans.bindingUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#dispose()METHOD
emptyProperty? ()   A boolean property that is  true , if the list is empty. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#emptyProperty()ListBindingjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#emptyProperty()METHODget0 ()   Returns the result of   computeValue()  . Qhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#get()ListBindingjavafx.beans.bindingQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#get()METHODgetDependencies` ()   A default implementation of  getDependencies()  that returns an empty   ObservableList  . ]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#getDependencies()ListBindingjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#getDependencies()METHOD
 601 invalidate! ()   Mark a binding as invalid. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#invalidate()ListBindingjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#invalidate()METHODisValid$ ()   Checks if a binding is valid. Uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#isValid()ListBindingjavafx.beans.bindingUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#isValid()METHODonInvalidatingt ()   The method onInvalidating() can be overridden by extending classes to react, if this binding becomes invalid. \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#onInvalidating()ListBindingjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#onInvalidating()METHODremoveListener  ( ChangeListener <? super  ObservableList < E >> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#removeListener()ListBindingjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes inv\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#removeListener()ListBindingjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#removeListener()METHODremoveListenerg ( ListChangeListener <? super  E > listener)   Tries to removed a listener from this observable list. \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#removeListener()ListBindingjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#removeListener()METHODsizeProperty@ ()   An integer property that represents the size of the list. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#sizeProperty()ListBindingjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#sizeProperty()METHODtoStringD ()   Returns a string representation of this  ListBinding  object. Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#toString()ListBindingjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#toString()METHODunbindO ( Observable ... dependencies)   Stop observing the dependencies for changes. Thttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#unbind()ListBindingjavafx.beans.bindingThttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListBinding.html#unbind()CLASSListCell The   Cell   type used within   ListView   instances. In addition to the API defined on Cell and   IndexedCell  , the ListCell is more tightly bound to a ListVijavafx.scene.controlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListCell.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListCell.htmlPROPERTYlistView,    The ListView associated with this Cell. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListCell.html#listViewListCelljavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListCell.html#listViewMETHOD
 602 cancelEditv ()   Call this function to transition from an editing state into a non-editing state, without saving any user input. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListCell.html#cancelEdit()ListCelljavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListCell.html#cancelEdit()METHOD
 603 commitEdit  ( T  newValue)   Call this function when appropriate (based on the user interaction requirements of your cell editing user interface) to do two things: Fire thUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListCell.html#commitEdit()ListCelljavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListCell.html#commitEdit()METHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListCell.html#createDefaultSkin()ListCelljavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListCell.html#createDefaultSkin()METHODgetListView/ ()   Gets the value of the property listView. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListCell.html#getListView()ListCelljavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListCell.html#getListView()METHODlistViewProperty. ()   The ListView associated with this Cell. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListCell.html#listViewProperty()ListCelljavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListCell.html#listViewProperty()METHOD       startEditp ()   Call this function to transition from a non-editing state into an editing state, if the cell is editable. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListCell.html#startEdit()ListCelljavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListCell.html#startEdit()METHODupdateListViewN ( ListView < T > listView)   Updates the ListView associated with this Cell. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListCell.html#updateListView()ListCelljavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListCell.html#updateListView()CLASSListChangeListenerjavafx.collectionsPhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.htmlPhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.htmlMETHOD    onChangedl ( ListChangeListener.Change <? extends  E > c)   Called after a change has been made to an ObservableList. \http://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.html#onChanged()ListChangeListenerjavafx.collections\http://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.html#onChanged()CLASSListChangeListener.Change The   getRemoved()   method returns a list of elements that have been replaced or removed from the list.   The range between   from  (inclusive) and   to  (excljavafx.collectionsWhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.htmlWhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.htmlMETHODgetAddedSize+ ()   Size of the interval that was added. fhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#getAddedSize()ListChangeListener.Changejavafx.collectionsfhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#getAddedSize()METHODgetAddedSubListm ()   To get a subList view of the list that contains only the elements added, use getAddedSubList() method. ihttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#getAddedSubList()ListChangeListener.Changejavafx.collectionsihttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#getAddedSubList()METHODgetFromQ ()   If wasAdded is true, the interval contains all the values that were added. ahttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#getFrom()ListChangeListener.Changejavafx.collectionsahttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#getFrom()METHODgetList% ()   The source list of the change. ahttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#getList()ListChangeListener.Changejavafx.collectionsahttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#getList()METHODgetPermutationd ()   If this change is an permutation, it returns an integer array that describes the permutation. hhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#getPermutation()ListChangeListener.Changejavafx.collectionshhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#getPermutation()METHODgetPermutationS (int i)   By calling these method, you can observe the permutation that happened. hhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#getPermutation()ListChangeListener.Changejavafx.collectionshhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#getPermutation()METHOD
 604 getRemoved6 ()   An immutable list of removed/replaced elements. dhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#getRemoved()ListChangeListener.Changejavafx.collectionsdhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#getRemoved()METHODgetRemovedSize! ()   Size of getRemoved() list. hhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#getRemovedSize()ListChangeListener.Changejavafx.collectionshhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#getRemovedSize()METHODgetTo& ()   The end of the change interval. _http://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#getTo()ListChangeListener.Changejavafx.collections_http://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#getTo()METHODnext ()   Go to the next change. ^http://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#next()ListChangeListener.Changejavafx.collections^http://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#next()METHODreset" ()   Reset to the initial stage. _http://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#reset()ListChangeListener.Changejavafx.collections_http://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#reset()METHODwasAdded: ()   Indicates if elements were added during this change bhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#wasAdded()ListChangeListener.Changejavafx.collectionsbhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#wasAdded()METHOD
wasPermutated6 ()   Indicates if the change was only a permutation. ghttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#wasPermutated()ListChangeListener.Changejavafx.collectionsghttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#wasPermutated()METHOD
 605 wasRemoved= ()   Indicates if elements were removed during this change. dhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#wasRemoved()ListChangeListener.Changejavafx.collectionsdhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#wasRemoved()METHODwasReplaced> ()   Indicates if elements were replaced during this change. ehttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#wasReplaced()ListChangeListener.Changejavafx.collectionsehttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#wasReplaced()METHOD
 606 wasUpdatedb ()   Indicates that the elements between getFrom() (inclusive) to getTo() exclusive has changed. dhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#wasUpdated()ListChangeListener.Changejavafx.collectionsdhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ListChangeListener.Change.html#wasUpdated()CLASSListExpression A concrete sub-class of  ListExpression  has to implement the method   ObservableObjectValue.get()  , which provides the actual value of this expression.   If tjavafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.htmlNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.htmlPROPERTYempty=    A boolean property that is  true , if the list is empty. Thttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#emptyListExpressionjavafx.beans.bindingThttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#emptyPROPERTYsize>    An integer property that represents the size of the list. Shttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#sizeListExpressionjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#sizeMETHODadd ( E  element) Thttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#add()ListExpressionjavafx.beans.bindingThttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#add()METHODadd (int i,  E  element) Thttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#add()ListExpressionjavafx.beans.bindingThttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#add()METHODaddAll0 (java.util.Collection<? extends  E > elements) Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#addAll()ListExpressionjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#addAll()METHODaddAllI ( E ... elements)   A convenient method for var-arg adding of elements. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#addAll()ListExpressionjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#addAll()METHODaddAll7 (int i, java.util.Collection<? extends  E > elements) Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#addAll()ListExpressionjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#addAll()METHODasStringg ()   Creates a   StringBinding   that holds the value of the  ListExpression  turned into a  String . Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#asString()ListExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#asString()METHODclear () Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#clear()ListExpressionjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#clear()METHODcontains (java.lang.Object obj) Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#contains()ListExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#contains()METHODcontainsAll# (java.util.Collection<?> objects) \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#containsAll()ListExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#containsAll()METHOD
emptyProperty? ()   A boolean property that is  true , if the list is empty. ^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#emptyProperty()ListExpressionjavafx.beans.binding^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#emptyProperty()METHODget  (int i) Thttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#get()ListExpressionjavafx.beans.bindingThttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#get()METHODgetSize ()   The size of the list Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#getSize()ListExpressionjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#getSize()METHODgetValue: ()   Returns the current value of this  ObservableValue  Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#getValue()ListExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#getValue()METHODindexOf (java.lang.Object obj) Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#indexOf()ListExpressionjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#indexOf()METHODisEmpty, ()   Gets the value of the property empty. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#isEmpty()ListExpressionjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#isEmpty()METHOD       isEqualTo‡ ( ObservableList <?> other)   Creates a new   BooleanBinding   that holds  true  if this list is equal to another   ObservableList  . Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#isEqualTo()ListExpressionjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#isEqualTo()METHODisNotEqualTo‹ ( ObservableList <?> other)   Creates a new   BooleanBinding   that holds  true  if this list is not equal to another   ObservableList  . ]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#isNotEqualTo()ListExpressionjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#isNotEqualTo()METHOD  isNotNull\ ()   Creates a new   BooleanBinding   that holds  true  if the wrapped list is not  null . Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#isNotNull()ListExpressionjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#isNotNull()METHODisNullX ()   Creates a new   BooleanBinding   that holds  true  if the wrapped list is  null . Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#isNull()ListExpressionjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#isNull()METHODiterator () Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#iterator()ListExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#iterator()METHODlastIndexOf (java.lang.Object obj) \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#lastIndexOf()ListExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#lastIndexOf()METHODlistExpressione ( ObservableListValue <E> value)   Returns a  ListExpression  that wraps a   ObservableListValue  . _http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#listExpression()ListExpressionjavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#listExpression()METHODlistIterator () ]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#listIterator()ListExpressionjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#listIterator()METHODlistIterator  (int i) ]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#listIterator()ListExpressionjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#listIterator()METHODremove   (int i) Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#remove()ListExpressionjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#remove()METHODremoveœ (int from, int to)   Basically a shortcut to sublist(from, to).clear() As this is a common operation, ObservableList has this method for convenient usage. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#remove()ListExpressionjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#remove()METHODremove (java.lang.Object obj) Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#remove()ListExpressionjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#remove()METHOD      removeAll# (java.util.Collection<?> objects) Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#removeAll()ListExpressionjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#removeAll()METHOD     removeAllP ( E ... elements)   A convenient method for var-arg usage of removaAll method. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#removeAll()ListExpressionjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#removeAll()METHOD      retainAll# (java.util.Collection<?> objects) Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#retainAll()ListExpressionjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#retainAll()METHOD     retainAllM ( E ... elements)   A convenient method for var-arg usage of retain method. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#retainAll()ListExpressionjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#retainAll()METHODset (int i,  E  element) Thttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#set()ListExpressionjavafx.beans.bindingThttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#set()METHODsetAllv (java.util.Collection<? extends  E > elements)   Clears the ObservableList and add all elements from the collection. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#setAll()ListExpressionjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#setAll()METHODsetAll\ ( E ... elements)   Clears the ObservableList and add all the elements passed as var-args. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#setAll()ListExpressionjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#setAll()METHODsize () Uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#size()ListExpressionjavafx.beans.bindingUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#size()METHODsizeProperty@ ()   An integer property that represents the size of the list. ]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#sizeProperty()ListExpressionjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#sizeProperty()METHODsubList (int from, int to) Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#subList()ListExpressionjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#subList()METHODtoArray () Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#toArray()ListExpressionjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#toArray()METHODtoArray
 (T[] array) Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#toArray()ListExpressionjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#toArray()METHODvalueAtd (int index)   Creates a new   ObjectBinding   that contains the element at the specified position. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#valueAt()ListExpressionjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#valueAt()METHODvalueAty ( ObservableIntegerValue  index)   Creates a new   ObjectBinding   that contains the element at the specified position. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#valueAt()ListExpressionjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ListExpression.html#valueAt()CLASSListPropertyjavafx.beans.propertyMhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListProperty.htmlMhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListProperty.htmlMETHODbindBidirectionalu ( Property < ObservableList < E >> other)   Create a bidirectional binding between this  Property  and another one. ahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListProperty.html#bindBidirectional()ListPropertyjavafx.beans.propertyahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListProperty.html#bindBidirectional()METHODsetValue4 ( ObservableList < E > v)   Set the wrapped value. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListProperty.html#setValue()ListPropertyjavafx.beans.propertyXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListProperty.html#setValue()METHODtoStringE ()   Returns a string representation of this  ListProperty  object. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListProperty.html#toString()ListPropertyjavafx.beans.propertyXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListProperty.html#toString()METHODunbindBidirectionalu ( Property < ObservableList < E >> other)   Remove a bidirectional binding between this  Property  and another one. chttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListProperty.html#unbindBidirectional()ListPropertyjavafx.beans.propertychttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListProperty.html#unbindBidirectional()CLASSListPropertyBase Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.propertyQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.htmlQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.htmlPROPERTYempty=    A boolean property that is  true , if the list is empty. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#emptyListPropertyBasejavafx.beans.propertyWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#emptyPROPERTYsize>    An integer property that represents the size of the list. Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#sizeListPropertyBasejavafx.beans.propertyVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#sizeMETHODaddListener  ( ChangeListener <? super  ObservableList < E >> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  chang_http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#addListener()ListPropertyBasejavafx.beans.property_http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. _http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#addListener()ListPropertyBasejavafx.beans.property_http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#addListener()METHODaddListenerX ( ListChangeListener <? super  E > listener)   Add a listener to this observable list. _http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#addListener()ListPropertyBasejavafx.beans.property_http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#addListener()METHODbindy ( ObservableValue <? extends  ObservableList < E >> newObservable)   Create a unidirection binding for this  Property . Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#bind()ListPropertyBasejavafx.beans.propertyXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#bind()METHOD
emptyProperty? ()   A boolean property that is  true , if the list is empty. ahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#emptyProperty()ListPropertyBasejavafx.beans.propertyahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#emptyProperty()METHODfireValueChangedEventv ()   Sends notifications to all attached   InvalidationListeners  ,   ChangeListeners  , and   ListChangeListener  . ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#fireValueChangedEvent()ListPropertyBasejavafx.beans.propertyihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#fireValueChangedEvent()METHODfireValueChangedEvent  ( ListChangeListener.Change <? extends  E > change)   Sends notifications to all attached   InvalidationListeners  ,   ChangeListeners  , and   ListChangeListeihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#fireValueChangedEvent()ListPropertyBasejavafx.beans.propertyihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#fireValueChangedEvent()METHODget ()   Get the wrapped value. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#get()ListPropertyBasejavafx.beans.propertyWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#get()METHODinvalidatedZ ()   The method  invalidated()  can be overridden to receive invalidation notifications. _http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#invalidated()ListPropertyBasejavafx.beans.property_http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#invalidated()METHODisBound6 ()   Can be used to check, if a  Property  is bound. [http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#isBound()ListPropertyBasejavafx.beans.property[http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#isBound()METHODremoveListener  ( ChangeListener <? super  ObservableList < E >> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of thebhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#removeListener()ListPropertyBasejavafx.beans.propertybhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invbhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#removeListener()ListPropertyBasejavafx.beans.propertybhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#removeListener()METHODremoveListenerg ( ListChangeListener <? super  E > listener)   Tries to removed a listener from this observable list. bhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#removeListener()ListPropertyBasejavafx.beans.propertybhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#removeListener()METHODset; ( ObservableList < E > newValue)   Set the wrapped value. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#set()ListPropertyBasejavafx.beans.propertyWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#set()METHODsizeProperty@ ()   An integer property that represents the size of the list. `http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#sizeProperty()ListPropertyBasejavafx.beans.property`http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#sizeProperty()METHODtoStringI ()   Returns a string representation of this  ListPropertyBase  object. \http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#toString()ListPropertyBasejavafx.beans.property\http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#toString()METHODunbind= ()   Remove the unidirectional binding for this  Property . Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#unbind()ListPropertyBasejavafx.beans.propertyZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ListPropertyBase.html#unbind()CLASSListView A simple example of how to create and populate a ListView of names (Strings) is shown here:     ObservableList<String> names = FXCollections.observableArrayListjavafx.scene.controlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.htmlPROPERTYcellFactory    Setting a custom cell factory has the effect of deferring all cell creation, allowing for total customization of the cell. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#cellFactoryListViewjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#cellFactoryPROPERTYeditable     Specifies whether this ListView is editable - only if the ListView and the ListCells within it are both editable will a ListCell be able to go into their edQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#editableListViewjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#editablePROPERTYeditingIndex    A property used to represent the index of the item currently being edited in the ListView, if editing is taking place, or -1 if no item is being edited. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#editingIndexListViewjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#editingIndexPROPERTY
fixedCellSize_    Specifies whether this control has cells that are a fixed height (of the specified value). Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#fixedCellSizeListViewjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#fixedCellSizePROPERTY
 607 focusModelƒ    The FocusModel provides the API through which it is possible to both get and set the focus on a single item within a ListView. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#focusModelListViewjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#focusModelPROPERTYitems0    The underlying data model for the ListView. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#itemsListViewjavafx.scene.controlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#itemsPROPERTYonEditCancelK    This event handler will be fired when the user cancels editing a cell. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#onEditCancelListViewjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#onEditCancelPROPERTYonEditCommitv    This property is used when the user performs an action that should result in their editing input being persisted. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#onEditCommitListViewjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#onEditCommitPROPERTYonEditStartS    This event handler will be fired when the user successfully initiates editing. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#onEditStartListViewjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#onEditStartPROPERTY
 608 onScrollToi    Called when there's a request to scroll an index into view using   scrollTo(int)   or  #scrollTo(S)  Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#onScrollToListViewjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#onScrollToPROPERTYorientationS    The orientation of the  ListView  - this can either be horizontal or vertical. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#orientationListViewjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#orientationPROPERTYplaceholderM    This Node is shown to the user when the listview has no content to show. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#placeholderListViewjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#placeholderPROPERTYselectionModel     The SelectionModel provides the API through which it is possible to select single or multiple items within a ListView, as well as inspect which items have bWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#selectionModelListViewjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#selectionModelMETHODcellFactoryProperty ()   Setting a custom cell factory has the effect of deferring all cell creation, allowing for total customization of the cell. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#cellFactoryProperty()ListViewjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#cellFactoryProperty()METHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#createDefaultSkin()ListViewjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#createDefaultSkin()METHODedity (int itemIndex)   Instructs the ListView to begin editing the item in the given index, if the ListView is   editable  . Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#edit()ListViewjavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#edit()METHODeditableProperty  ()   Specifies whether this ListView is editable - only if the ListView and the ListCells within it are both editable will a ListCell be able to go into their [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#editableProperty()ListViewjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#editableProperty()METHODeditAnyEvent@ ()   An EventType that indicates some edit event has occurred. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#editAnyEvent()ListViewjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#editAnyEvent()METHODeditCancelEvent‚ ()   An EventType used to indicate that an edit event has just been canceled within the ListView upon which the event was fired. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#editCancelEvent()ListViewjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#editCancelEvent()METHODeditCommitEvent~ ()   An EventType used to indicate that an edit event has been committed within the ListView upon which the event was fired. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#editCommitEvent()ListViewjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#editCommitEvent()METHODeditingIndexPropertyŸ ()   A property used to represent the index of the item currently being edited in the ListView, if editing is taking place, or -1 if no item is being edited. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#editingIndexProperty()ListViewjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#editingIndexProperty()METHODeditStartEventw ()   An EventType used to indicate that an edit event has started within the ListView upon which the event was fired. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#editStartEvent()ListViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#editStartEvent()METHODfixedCellSizePropertya ()   Specifies whether this control has cells that are a fixed height (of the specified value). `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#fixedCellSizeProperty()ListViewjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#fixedCellSizeProperty()METHODfocusModelProperty… ()   The FocusModel provides the API through which it is possible to both get and set the focus on a single item within a ListView. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#focusModelProperty()ListViewjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#focusModelProperty()METHODgetCellFactory( ()   Returns the current cell factory. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#getCellFactory()ListViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#getCellFactory()METHODgetClassCssMetaData () ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#getClassCssMetaData()ListViewjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#getClassCssMetaData()METHODgetControlCssMetaData () `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#getControlCssMetaData()ListViewjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#getControlCssMetaData()METHODgetEditingIndexn ()   Returns the index of the item currently being edited in the ListView, or -1 if no item is being edited. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#getEditingIndex()ListViewjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#getEditingIndex()METHODgetFixedCellSize) ()   Returns the fixed cell size value. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#getFixedCellSize()ListViewjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#getFixedCellSize()METHOD
getFocusModel6 ()   Returns the currently installed   FocusModel  . Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#getFocusModel()ListViewjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#getFocusModel()METHODgetItems_ ()   Returns an   ObservableList   that contains the items currently being shown to the user. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#getItems()ListViewjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#getItems()METHODgetOnEditCancelV ()   Returns the   EventHandler   that will be called when the user cancels an edit. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#getOnEditCancel()ListViewjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#getOnEditCancel()METHODgetOnEditCommitV ()   Returns the   EventHandler   that will be called when the user commits an edit. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#getOnEditCommit()ListViewjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#getOnEditCommit()METHODgetOnEditStartU ()   Returns the   EventHandler   that will be called when the user begins an edit. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#getOnEditStart()ListViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#getOnEditStart()METHOD
getOnScrollTo1 ()   Gets the value of the property onScrollTo. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#getOnScrollTo()ListViewjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#getOnScrollTo()METHODgetOrientationu ()   Returns the current orientation of the ListView, which dictates whether it scrolls vertically or horizontally. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#getOrientation()ListViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#getOrientation()METHODgetPlaceholder2 ()   Gets the value of the property placeholder. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#getPlaceholder()ListViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#getPlaceholder()METHODgetSelectionModel7 ()   Returns the currently installed selection model. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#getSelectionModel()ListViewjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#getSelectionModel()METHOD
 609 isEditable/ ()   Gets the value of the property editable. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#isEditable()ListViewjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#isEditable()METHOD
itemsProperty2 ()   The underlying data model for the ListView. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#itemsProperty()ListViewjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#itemsProperty()METHODonEditCancelPropertyM ()   This event handler will be fired when the user cancels editing a cell. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#onEditCancelProperty()ListViewjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#onEditCancelProperty()METHODonEditCommitPropertyx ()   This property is used when the user performs an action that should result in their editing input being persisted. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#onEditCommitProperty()ListViewjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#onEditCommitProperty()METHODonEditStartPropertyU ()   This event handler will be fired when the user successfully initiates editing. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#onEditStartProperty()ListViewjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#onEditStartProperty()METHODonScrollToPropertyk ()   Called when there's a request to scroll an index into view using   scrollTo(int)   or  #scrollTo(S)  ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#onScrollToProperty()ListViewjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#onScrollToProperty()METHODorientationPropertyU ()   The orientation of the  ListView  - this can either be horizontal or vertical. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#orientationProperty()ListViewjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#orientationProperty()METHODplaceholderPropertyO ()   This Node is shown to the user when the listview has no content to show. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#placeholderProperty()ListViewjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#placeholderProperty()METHODscrollTof (int index)   Scrolls the ListView such that the item in the given index is visible to the end user. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#scrollTo()ListViewjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#scrollTo()METHODscrollTo_ ( T  object)   Scrolls the TableView so that the given object is visible within the viewport. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#scrollTo()ListViewjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#scrollTo()METHODselectionModelProperty  ()   The SelectionModel provides the API through which it is possible to select single or multiple items within a ListView, as well as inspect which items haveahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#selectionModelProperty()ListViewjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#selectionModelProperty()METHODsetCellFactoryg ( Callback < ListView < T >, ListCell < T >> value)   Sets a new cell factory to use in the ListView. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#setCellFactory()ListViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#setCellFactory()METHODsetEditable< (boolean value)   Sets the value of the property editable. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#setEditable()ListViewjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#setEditable()METHODsetFixedCellSizeA (double value)   Sets the new fixed cell size for this control. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#setFixedCellSize()ListViewjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#setFixedCellSize()METHOD
setFocusModelQ ( FocusModel < T > value)   Sets the   FocusModel   to be used in the ListView. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#setFocusModel()ListViewjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#setFocusModel()METHODsetItemsR ( ObservableList < T > value)   Sets the underlying data model for the ListView. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#setItems()ListViewjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#setItems()METHODsetOnEditCancel‚ ( EventHandler < ListView.EditEvent < T >> value)   Sets the   EventHandler   that will be called when the user cancels an edit. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#setOnEditCancel()ListViewjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#setOnEditCancel()METHODsetOnEditCommitŽ ( EventHandler < ListView.EditEvent < T >> value)   Sets the   EventHandler   that will be called when the user has completed their editing. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#setOnEditCommit()ListViewjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#setOnEditCommit()METHODsetOnEditStart ( EventHandler < ListView.EditEvent < T >> value)   Sets the   EventHandler   that will be called when the user begins an edit. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#setOnEditStart()ListViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#setOnEditStart()METHOD
setOnScrollToi ( EventHandler < ScrollToEvent <java.lang.Integer>> value)   Sets the value of the property onScrollTo. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#setOnScrollTo()ListViewjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#setOnScrollTo()METHODsetOrientation} ( Orientation  value)   Sets the orientation of the ListView, which dictates whether it scrolls vertically or horizontally. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#setOrientation()ListViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#setOrientation()METHODsetPlaceholder> ( Node  value)   Sets the value of the property placeholder. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#setPlaceholder()ListViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#setPlaceholder()METHODsetSelectionModeli ( MultipleSelectionModel < T > value)   Sets the   MultipleSelectionModel   to be used in the ListView. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#setSelectionModel()ListViewjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.html#setSelectionModel()CLASSListView.EditEventjavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.EditEvent.htmlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.EditEvent.htmlMETHODgetIndex6 ()   Returns the index in which the edit took place. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.EditEvent.html#getIndex()ListView.EditEventjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.EditEvent.html#getIndex()METHODgetNewValueC ()   Returns the value of the new input provided by the end user. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.EditEvent.html#getNewValue()ListView.EditEventjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.EditEvent.html#getNewValue()METHOD   getSource; ()   Returns the ListView upon which the edit took place. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.EditEvent.html#getSource()ListView.EditEventjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.EditEvent.html#getSource()METHODtoStringB ()   Returns a string representation of this  EditEvent  object. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.EditEvent.html#toString()ListView.EditEventjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.EditEvent.html#toString()FIELDANY/    Common supertype for all edit event types. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.EditEvent.html#ANYListView.EditEventjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ListView.EditEvent.html#ANYCLASS
LoadExceptionjavafx.fxmlDhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/LoadException.htmlDhttp://download.java.net/jdk8/jfxdocs/javafx/fxml/LoadException.htmlCLASSLongBinding  LongBinding  provides a simple invalidation-scheme. An extending class can register dependencies by calling   bind(Observable...)  . If One of the registered djavafx.beans.bindingKhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.htmlMETHODaddListenerŸ ( ChangeListener <? super java.lang.Number> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.html#addListener()LongBindingjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.html#addListener()LongBindingjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.html#addListener()METHODbindP ( Observable ... dependencies)   Start observing the dependencies for changes. Rhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.html#bind()LongBindingjavafx.beans.bindingRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.html#bind()METHODcomputeValue4 ()   Calculates the current value of this binding. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.html#computeValue()LongBindingjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.html#computeValue()METHODdispose= ()   A default implementation of  dispose()  that is empty. Uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.html#dispose()LongBindingjavafx.beans.bindingUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.html#dispose()METHODget0 ()   Returns the result of   computeValue()  . Qhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.html#get()LongBindingjavafx.beans.bindingQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.html#get()METHODgetDependencies` ()   A default implementation of  getDependencies()  that returns an empty   ObservableList  . ]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.html#getDependencies()LongBindingjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.html#getDependencies()METHOD
 610 invalidate! ()   Mark a binding as invalid. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.html#invalidate()LongBindingjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.html#invalidate()METHODisValid$ ()   Checks if a binding is valid. Uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.html#isValid()LongBindingjavafx.beans.bindingUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.html#isValid()METHODonInvalidatingt ()   The method onInvalidating() can be overridden by extending classes to react, if this binding becomes invalid. \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.html#onInvalidating()LongBindingjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.html#onInvalidating()METHODremoveListener  ( ChangeListener <? super java.lang.Number> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Obs\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.html#removeListener()LongBindingjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes inv\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.html#removeListener()LongBindingjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.html#removeListener()METHODtoStringD ()   Returns a string representation of this  LongBinding  object. Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.html#toString()LongBindingjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.html#toString()METHODunbindO ( Observable ... dependencies)   Stop observing the dependencies for changes. Thttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.html#unbind()LongBindingjavafx.beans.bindingThttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongBinding.html#unbind()CLASSLongExpression—A concrete sub-class of  LongExpression  has to implement the method   ObservableLongValue.get()  , which provides the actual value of this expression.javafx.beans.bindingNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.htmlNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.htmlMETHODadd{ (double other)   Creates a new   NumberBinding   that calculates the sum of this  NumberExpression  and a constant value. Thttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#add()LongExpressionjavafx.beans.bindingThttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#add()METHODaddz (float other)   Creates a new   NumberBinding   that calculates the sum of this  NumberExpression  and a constant value. Thttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#add()LongExpressionjavafx.beans.bindingThttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#add()METHODaddx (int other)   Creates a new   NumberBinding   that calculates the sum of this  NumberExpression  and a constant value. Thttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#add()LongExpressionjavafx.beans.bindingThttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#add()METHODaddy (long other)   Creates a new   NumberBinding   that calculates the sum of this  NumberExpression  and a constant value. Thttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#add()LongExpressionjavafx.beans.bindingThttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#add()METHODasObjectU ()   Creates an   ObjectExpression   that holds the value of this  LongExpression . Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#asObject()LongExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#asObject()METHODdivide€ (double other)   Creates a new   NumberBinding   that calculates the division of this  NumberExpression  and a constant value. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#divide()LongExpressionjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#divide()METHODdivide (float other)   Creates a new   NumberBinding   that calculates the division of this  NumberExpression  and a constant value. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#divide()LongExpressionjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#divide()METHODdivide} (int other)   Creates a new   NumberBinding   that calculates the division of this  NumberExpression  and a constant value. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#divide()LongExpressionjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#divide()METHODdivide~ (long other)   Creates a new   NumberBinding   that calculates the division of this  NumberExpression  and a constant value. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#divide()LongExpressionjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#divide()METHODdoubleValueG ()   Returns the value of this  ObservableNumberValue  as a  double . \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#doubleValue()LongExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#doubleValue()METHOD
 611 floatValueF ()   Returns the value of this  ObservableNumberValue  as a  float . [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#floatValue()LongExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#floatValue()METHODgetValue: ()   Returns the current value of this  ObservableValue  Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#getValue()LongExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#getValue()METHODintValueF ()   Returns the value of this  ObservableNumberValue  as an  int  . Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#intValue()LongExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#intValue()METHODlongExpressionb ( ObservableLongValue  value)   Returns a  LongExpression  that wraps a   ObservableLongValue  . _http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#longExpression()LongExpressionjavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#longExpression()METHODlongExpression^ ( ObservableValue <T> value)   Returns a  LongExpression  that wraps an   ObservableValue  . _http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#longExpression()LongExpressionjavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#longExpression()METHOD       longValueF ()   Returns the value of this  ObservableNumberValue  as a  long  . Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#longValue()LongExpressionjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#longValue()METHODmultiply (double other)   Creates a new   NumberBinding   that calculates the product of this  NumberExpression  and a constant value. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#multiply()LongExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#multiply()METHODmultiply~ (float other)   Creates a new   NumberBinding   that calculates the product of this  NumberExpression  and a constant value. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#multiply()LongExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#multiply()METHODmultiply| (int other)   Creates a new   NumberBinding   that calculates the product of this  NumberExpression  and a constant value. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#multiply()LongExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#multiply()METHODmultiply} (long other)   Creates a new   NumberBinding   that calculates the product of this  NumberExpression  and a constant value. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#multiply()LongExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#multiply()METHODnegateZ ()   Creates a new   NumberBinding   that calculates the negation of  NumberExpression . Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#negate()LongExpressionjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#negate()METHODsubtract‚ (double other)   Creates a new   NumberBinding   that calculates the difference of this  NumberExpression  and a constant value. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#subtract()LongExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#subtract()METHODsubtract (float other)   Creates a new   NumberBinding   that calculates the difference of this  NumberExpression  and a constant value. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#subtract()LongExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#subtract()METHODsubtract (int other)   Creates a new   NumberBinding   that calculates the difference of this  NumberExpression  and a constant value. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#subtract()LongExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#subtract()METHODsubtract€ (long other)   Creates a new   NumberBinding   that calculates the difference of this  NumberExpression  and a constant value. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#subtract()LongExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/LongExpression.html#subtract()CLASSLongProperty The value of a  LongProperty  can be get and set with   ObservableLongValue.get()  ,   LongExpression.getValue()  ,   WritableLongValue.set(long)  , and   setVajavafx.beans.propertyMhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongProperty.htmlMhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongProperty.htmlMETHODasObjectW ()   Creates an   ObjectProperty   that bidirectionally bound to this  LongProperty . Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongProperty.html#asObject()LongPropertyjavafx.beans.propertyXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongProperty.html#asObject()METHODbindBidirectionalp ( Property <java.lang.Number> other)   Create a bidirectional binding between this  Property  and another one. ahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongProperty.html#bindBidirectional()LongPropertyjavafx.beans.propertyahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongProperty.html#bindBidirectional()METHODlongProperty€ ( Property <java.lang.Long> property)   Returns a  LongProperty  that wraps a   Property   and is bidirectionally bound to it. \http://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongProperty.html#longProperty()LongPropertyjavafx.beans.property\http://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongProperty.html#longProperty()METHODsetValue/ (java.lang.Number v)   Set the wrapped value. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongProperty.html#setValue()LongPropertyjavafx.beans.propertyXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongProperty.html#setValue()METHODtoStringE ()   Returns a string representation of this  LongProperty  object. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongProperty.html#toString()LongPropertyjavafx.beans.propertyXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongProperty.html#toString()METHODunbindBidirectionalp ( Property <java.lang.Number> other)   Remove a bidirectional binding between this  Property  and another one. chttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongProperty.html#unbindBidirectional()LongPropertyjavafx.beans.propertychttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongProperty.html#unbindBidirectional()CLASSLongPropertyBase Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.propertyQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongPropertyBase.htmlQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongPropertyBase.htmlMETHODaddListenerŸ ( ChangeListener <? super java.lang.Number> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. _http://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongPropertyBase.html#addListener()LongPropertyBasejavafx.beans.property_http://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongPropertyBase.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. _http://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongPropertyBase.html#addListener()LongPropertyBasejavafx.beans.property_http://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongPropertyBase.html#addListener()METHODbindt ( ObservableValue <? extends java.lang.Number> rawObservable)   Create a unidirection binding for this  Property . Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongPropertyBase.html#bind()LongPropertyBasejavafx.beans.propertyXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongPropertyBase.html#bind()METHODfireValueChangedEvent] ()   Sends notifications to all attached   InvalidationListeners   and   ChangeListeners  . ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongPropertyBase.html#fireValueChangedEvent()LongPropertyBasejavafx.beans.propertyihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongPropertyBase.html#fireValueChangedEvent()METHODget ()   Get the wrapped value. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongPropertyBase.html#get()LongPropertyBasejavafx.beans.propertyWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongPropertyBase.html#get()METHODinvalidatedZ ()   The method  invalidated()  can be overridden to receive invalidation notifications. _http://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongPropertyBase.html#invalidated()LongPropertyBasejavafx.beans.property_http://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongPropertyBase.html#invalidated()METHODisBound6 ()   Can be used to check, if a  Property  is bound. [http://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongPropertyBase.html#isBound()LongPropertyBasejavafx.beans.property[http://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongPropertyBase.html#isBound()METHODremoveListener  ( ChangeListener <? super java.lang.Number> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Obsbhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongPropertyBase.html#removeListener()LongPropertyBasejavafx.beans.propertybhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongPropertyBase.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invbhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongPropertyBase.html#removeListener()LongPropertyBasejavafx.beans.propertybhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongPropertyBase.html#removeListener()METHODset* (long newValue)   Set the wrapped value. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongPropertyBase.html#set()LongPropertyBasejavafx.beans.propertyWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongPropertyBase.html#set()METHODtoStringI ()   Returns a string representation of this  LongPropertyBase  object. \http://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongPropertyBase.html#toString()LongPropertyBasejavafx.beans.property\http://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongPropertyBase.html#toString()METHODunbind= ()   Remove the unidirectional binding for this  Property . Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongPropertyBase.html#unbind()LongPropertyBasejavafx.beans.propertyZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/LongPropertyBase.html#unbind()CLASSLongStringConverterK  StringConverter   implementation for  Long  (and long primitive) values. javafx.util.converterThttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/LongStringConverter.htmlThttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/LongStringConverter.htmlMETHOD
 612 fromStringk (java.lang.String value)   Converts the string provided into an object defined by the specific converter. ahttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/LongStringConverter.html#fromString()LongStringConverterjavafx.util.converterahttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/LongStringConverter.html#fromString()METHODtoStringM (java.lang.Long value)   Converts the object provided into its string form. _http://download.java.net/jdk8/jfxdocs/javafx/util/converter/LongStringConverter.html#toString()LongStringConverterjavafx.util.converter_http://download.java.net/jdk8/jfxdocs/javafx/util/converter/LongStringConverter.html#toString()CLASS
 613 MapBinding  MapBinding  provides a simple invalidation-scheme. An extending class can register dependencies by calling   bind(Observable...)  . If one of the registered dejavafx.beans.bindingJhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.htmlPROPERTYempty<    A boolean property that is  true , if the map is empty. Phttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#empty
 614 MapBindingjavafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#emptyPROPERTYsize=    An integer property that represents the size of the map. Ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#size
 615 MapBindingjavafx.beans.bindingOhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#sizeMETHODaddListener  ( ChangeListener <? super  ObservableMap < K , V >> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  chXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#addListener()
 616 MapBindingjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#addListener()
 617 MapBindingjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#addListener()METHODaddListenerb ( MapChangeListener <? super  K ,? super  V > listener)   Add a listener to this observable map. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#addListener()
 618 MapBindingjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#addListener()METHODbindP ( Observable ... dependencies)   Start observing the dependencies for changes. Qhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#bind()
 619 MapBindingjavafx.beans.bindingQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#bind()METHODcomputeValue4 ()   Calculates the current value of this binding. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#computeValue()
 620 MapBindingjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#computeValue()METHODdispose= ()   A default implementation of  dispose()  that is empty. Thttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#dispose()
 621 MapBindingjavafx.beans.bindingThttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#dispose()METHOD
emptyProperty> ()   A boolean property that is  true , if the map is empty. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#emptyProperty()
 622 MapBindingjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#emptyProperty()METHODget0 ()   Returns the result of   computeValue()  . Phttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#get()
 623 MapBindingjavafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#get()METHODgetDependencies` ()   A default implementation of  getDependencies()  that returns an empty   ObservableList  . \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#getDependencies()
 624 MapBindingjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#getDependencies()METHOD
 625 invalidate! ()   Mark a binding as invalid. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#invalidate()
 626 MapBindingjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#invalidate()METHODisValid$ ()   Checks if a binding is valid. Thttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#isValid()
 627 MapBindingjavafx.beans.bindingThttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#isValid()METHODonInvalidatingt ()   The method onInvalidating() can be overridden by extending classes to react, if this binding becomes invalid. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#onInvalidating()
 628 MapBindingjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#onInvalidating()METHODremoveListener  ( ChangeListener <? super  ObservableMap < K , V >> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#removeListener()
 629 MapBindingjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes inv[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#removeListener()
 630 MapBindingjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#removeListener()METHODremoveListenerr ( MapChangeListener <? super  K ,? super  V > listener)   Tries to removed a listener from this observable list. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#removeListener()
 631 MapBindingjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#removeListener()METHODsizeProperty? ()   An integer property that represents the size of the map. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#sizeProperty()
 632 MapBindingjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#sizeProperty()METHODtoStringC ()   Returns a string representation of this  MapBinding  object. Uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#toString()
 633 MapBindingjavafx.beans.bindingUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#toString()METHODunbindO ( Observable ... dependencies)   Stop observing the dependencies for changes. Shttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#unbind()
 634 MapBindingjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapBinding.html#unbind()CLASSMapChangeListenerjavafx.collectionsOhttp://download.java.net/jdk8/jfxdocs/javafx/collections/MapChangeListener.htmlOhttp://download.java.net/jdk8/jfxdocs/javafx/collections/MapChangeListener.htmlMETHOD    onChanged} ( MapChangeListener.Change <? extends  K ,? extends  V > change)   Called after a change has been made to an ObservableMap. [http://download.java.net/jdk8/jfxdocs/javafx/collections/MapChangeListener.html#onChanged()MapChangeListenerjavafx.collections[http://download.java.net/jdk8/jfxdocs/javafx/collections/MapChangeListener.html#onChanged()CLASSMapChangeListener.Changejavafx.collectionsVhttp://download.java.net/jdk8/jfxdocs/javafx/collections/MapChangeListener.Change.htmlVhttp://download.java.net/jdk8/jfxdocs/javafx/collections/MapChangeListener.Change.htmlMETHODgetKey( ()   A key associated with the change. _http://download.java.net/jdk8/jfxdocs/javafx/collections/MapChangeListener.Change.html#getKey()MapChangeListener.Changejavafx.collections_http://download.java.net/jdk8/jfxdocs/javafx/collections/MapChangeListener.Change.html#getKey()METHODgetMap< ()   An observable map that is associated with the change. _http://download.java.net/jdk8/jfxdocs/javafx/collections/MapChangeListener.Change.html#getMap()MapChangeListener.Changejavafx.collections_http://download.java.net/jdk8/jfxdocs/javafx/collections/MapChangeListener.Change.html#getMap()METHOD
getValueAdded$ ()   Get the new value of the key. fhttp://download.java.net/jdk8/jfxdocs/javafx/collections/MapChangeListener.Change.html#getValueAdded()MapChangeListener.Changejavafx.collectionsfhttp://download.java.net/jdk8/jfxdocs/javafx/collections/MapChangeListener.Change.html#getValueAdded()METHODgetValueRemoved$ ()   Get the old value of the key. hhttp://download.java.net/jdk8/jfxdocs/javafx/collections/MapChangeListener.Change.html#getValueRemoved()MapChangeListener.Changejavafx.collectionshhttp://download.java.net/jdk8/jfxdocs/javafx/collections/MapChangeListener.Change.html#getValueRemoved()METHODwasAdded3 ()   If this change is a result of add operation. ahttp://download.java.net/jdk8/jfxdocs/javafx/collections/MapChangeListener.Change.html#wasAdded()MapChangeListener.Changejavafx.collectionsahttp://download.java.net/jdk8/jfxdocs/javafx/collections/MapChangeListener.Change.html#wasAdded()METHOD
 635 wasRemoved7 ()   If this change is a result of removal operation. chttp://download.java.net/jdk8/jfxdocs/javafx/collections/MapChangeListener.Change.html#wasRemoved()MapChangeListener.Changejavafx.collectionschttp://download.java.net/jdk8/jfxdocs/javafx/collections/MapChangeListener.Change.html#wasRemoved()CLASS
MapExpression A concrete sub-class of  MapExpression  has to implement the method   ObservableObjectValue.get()  , which provides the actual value of this expression.   If thjavafx.beans.bindingMhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.htmlMhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.htmlPROPERTYempty<    A boolean property that is  true , if the map is empty. Shttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#empty
MapExpressionjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#emptyPROPERTYsize=    An integer property that represents the size of the map. Rhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#size
MapExpressionjavafx.beans.bindingRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#sizeMETHODasStringf ()   Creates a   StringBinding   that holds the value of the  MapExpression  turned into a  String . Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#asString()
MapExpressionjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#asString()METHODclear () Uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#clear()
MapExpressionjavafx.beans.bindingUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#clear()METHODcontainsKey (java.lang.Object obj) [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#containsKey()
MapExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#containsKey()METHOD
containsValue (java.lang.Object obj) ]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#containsValue()
MapExpressionjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#containsValue()METHOD
emptyProperty> ()   A boolean property that is  true , if the map is empty. ]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#emptyProperty()
MapExpressionjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#emptyProperty()METHODentrySet () Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#entrySet()
MapExpressionjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#entrySet()METHODget (java.lang.Object key) Shttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#get()
MapExpressionjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#get()METHODgetSize ()   The size of the map Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#getSize()
MapExpressionjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#getSize()METHODgetValue: ()   Returns the current value of this  ObservableValue  Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#getValue()
MapExpressionjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#getValue()METHODisEmpty, ()   Gets the value of the property empty. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#isEmpty()
MapExpressionjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#isEmpty()METHOD   isEqualTo† ( ObservableMap <?,?> other)   Creates a new   BooleanBinding   that holds  true  if this map is equal to another   ObservableMap  . Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#isEqualTo()
MapExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#isEqualTo()METHODisNotEqualToŠ ( ObservableMap <?,?> other)   Creates a new   BooleanBinding   that holds  true  if this map is not equal to another   ObservableMap  . \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#isNotEqualTo()
MapExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#isNotEqualTo()METHOD  isNotNull[ ()   Creates a new   BooleanBinding   that holds  true  if the wrapped map is not  null . Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#isNotNull()
MapExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#isNotNull()METHODisNullW ()   Creates a new   BooleanBinding   that holds  true  if the wrapped map is  null . Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#isNull()
MapExpressionjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#isNull()METHODkeySet () Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#keySet()
MapExpressionjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#keySet()METHOD
mapExpressiond ( ObservableMapValue <K,V> value)   Returns a  MapExpression  that wraps a   ObservableMapValue  . ]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#mapExpression()
MapExpressionjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#mapExpression()METHODput ( K  key,  V  value) Shttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#put()
MapExpressionjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#put()METHODputAll7 (java.util.Map<? extends  K ,? extends  V > elements) Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#putAll()
MapExpressionjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#putAll()METHODremove (java.lang.Object obj) Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#remove()
MapExpressionjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#remove()METHODsize () Thttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#size()
MapExpressionjavafx.beans.bindingThttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#size()METHODsizeProperty? ()   An integer property that represents the size of the map. \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#sizeProperty()
MapExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#sizeProperty()METHODvalueAt] ( K  key)   Creates a new   ObjectBinding   that contains the mapping of the specified key. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#valueAt()
MapExpressionjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#valueAt()METHODvalueAtp ( ObservableValue < K > key)   Creates a new   ObjectBinding   that contains the mapping of the specified key. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#valueAt()
MapExpressionjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#valueAt()METHODvalues () Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#values()
MapExpressionjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/MapExpression.html#values()CLASSMapPropertyjavafx.beans.propertyLhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapProperty.htmlLhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapProperty.htmlMETHODbindBidirectionalx ( Property < ObservableMap < K , V >> other)   Create a bidirectional binding between this  Property  and another one. `http://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapProperty.html#bindBidirectional()MapPropertyjavafx.beans.property`http://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapProperty.html#bindBidirectional()METHODsetValue7 ( ObservableMap < K , V > v)   Set the wrapped value. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapProperty.html#setValue()MapPropertyjavafx.beans.propertyWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapProperty.html#setValue()METHODtoStringD ()   Returns a string representation of this  MapProperty  object. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapProperty.html#toString()MapPropertyjavafx.beans.propertyWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapProperty.html#toString()METHODunbindBidirectionalx ( Property < ObservableMap < K , V >> other)   Remove a bidirectional binding between this  Property  and another one. bhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapProperty.html#unbindBidirectional()MapPropertyjavafx.beans.propertybhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapProperty.html#unbindBidirectional()CLASSMapPropertyBase Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.propertyPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.htmlPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.htmlPROPERTYempty<    A boolean property that is  true , if the map is empty. Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#emptyMapPropertyBasejavafx.beans.propertyVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#emptyPROPERTYsize=    An integer property that represents the size of the map. Uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#sizeMapPropertyBasejavafx.beans.propertyUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#sizeMETHODaddListener  ( ChangeListener <? super  ObservableMap < K , V >> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  ch^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#addListener()MapPropertyBasejavafx.beans.property^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. ^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#addListener()MapPropertyBasejavafx.beans.property^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#addListener()METHODaddListenerb ( MapChangeListener <? super  K ,? super  V > listener)   Add a listener to this observable map. ^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#addListener()MapPropertyBasejavafx.beans.property^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#addListener()METHODbind| ( ObservableValue <? extends  ObservableMap < K , V >> newObservable)   Create a unidirection binding for this  Property . Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#bind()MapPropertyBasejavafx.beans.propertyWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#bind()METHOD
emptyProperty> ()   A boolean property that is  true , if the map is empty. `http://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#emptyProperty()MapPropertyBasejavafx.beans.property`http://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#emptyProperty()METHODfireValueChangedEventu ()   Sends notifications to all attached   InvalidationListeners  ,   ChangeListeners  , and   MapChangeListener  . hhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#fireValueChangedEvent()MapPropertyBasejavafx.beans.propertyhhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#fireValueChangedEvent()METHODfireValueChangedEvent  ( MapChangeListener.Change <? extends  K ,? extends  V > change)   Sends notifications to all attached   InvalidationListeners  ,   ChangeListeners  , and   Mahhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#fireValueChangedEvent()MapPropertyBasejavafx.beans.propertyhhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#fireValueChangedEvent()METHODget ()   Get the wrapped value. Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#get()MapPropertyBasejavafx.beans.propertyVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#get()METHODinvalidatedZ ()   The method  invalidated()  can be overridden to receive invalidation notifications. ^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#invalidated()MapPropertyBasejavafx.beans.property^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#invalidated()METHODisBound6 ()   Can be used to check, if a  Property  is bound. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#isBound()MapPropertyBasejavafx.beans.propertyZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#isBound()METHODremoveListener  ( ChangeListener <? super  ObservableMap < K , V >> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of ahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#removeListener()MapPropertyBasejavafx.beans.propertyahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#removeListener()MapPropertyBasejavafx.beans.propertyahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#removeListener()METHODremoveListenerr ( MapChangeListener <? super  K ,? super  V > listener)   Tries to removed a listener from this observable list. ahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#removeListener()MapPropertyBasejavafx.beans.propertyahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#removeListener()METHODset> ( ObservableMap < K , V > newValue)   Set the wrapped value. Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#set()MapPropertyBasejavafx.beans.propertyVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#set()METHODsizeProperty? ()   An integer property that represents the size of the map. _http://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#sizeProperty()MapPropertyBasejavafx.beans.property_http://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#sizeProperty()METHODtoStringH ()   Returns a string representation of this  MapPropertyBase  object. [http://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#toString()MapPropertyBasejavafx.beans.property[http://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#toString()METHODunbind= ()   Remove the unidirectional binding for this  Property . Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#unbind()MapPropertyBasejavafx.beans.propertyYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/MapPropertyBase.html#unbind()CLASSMapValueFactory In this example, there is a list of Map instances, where each Map instance representsa single row in the TableView. The "firstName" string is used as a key intojavafx.scene.control.cellThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/MapValueFactory.htmlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/MapValueFactory.htmlMETHODcall  ( TableColumn.CellDataFeatures <java.util.Map, T > cdf)   The  call  method is called when required, and is given a single argument of type P, with a requireme[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/MapValueFactory.html#call()MapValueFactoryjavafx.scene.control.cell[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/MapValueFactory.html#call()CLASSMaterialjavafx.scene.paintFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Material.htmlFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Material.htmlENUM
 636 MatrixTypejavafx.scene.transformLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/MatrixType.htmlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/MatrixType.htmlMETHODcolumns@ ()   Returns the number of columns in the matrix of this type. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/MatrixType.html#columns()
 637 MatrixTypejavafx.scene.transformVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/MatrixType.html#columns()METHODelementsA ()   Returns the number of elements in the matrix of this type. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/MatrixType.html#elements()
 638 MatrixTypejavafx.scene.transformWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/MatrixType.html#elements()METHODis2D6 ()   Specifies if this is a 2D transformation matrix Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/MatrixType.html#is2D()
 639 MatrixTypejavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/MatrixType.html#is2D()METHODrows= ()   Returns the number of rows in the matrix of this type. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/MatrixType.html#rows()
 640 MatrixTypejavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/MatrixType.html#rows()METHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/MatrixType.html#valueOf()
 641 MatrixTypejavafx.scene.transformVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/MatrixType.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/MatrixType.html#values()
 642 MatrixTypejavafx.scene.transformUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/MatrixType.html#values()CLASSMedia The same  Media  object may be shared among multiple  MediaPlayer  objects. Such a shared instance might manage a single copy of the source media data to be usejavafx.scene.mediaChttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.htmlChttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.htmlPROPERTYduration1    The duration in seconds of the source media. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#durationMediajavafx.scene.mediaLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#durationPROPERTYerrorC    A property set to a MediaException value when an error occurs. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#errorMediajavafx.scene.mediaIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#errorPROPERTYheight.    The height in pixels of the source media. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#heightMediajavafx.scene.mediaJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#heightPROPERTYonError/    Event handler called when an error occurs. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#onErrorMediajavafx.scene.mediaKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#onErrorPROPERTYwidth-    The width in pixels of the source media. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#widthMediajavafx.scene.mediaIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#widthMETHODdurationProperty3 ()   The duration in seconds of the source media. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#durationProperty()Mediajavafx.scene.mediaVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#durationProperty()METHOD
errorPropertyE ()   A property set to a MediaException value when an error occurs. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#errorProperty()Mediajavafx.scene.mediaShttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#errorProperty()METHODgetDuration5 ()   Retrieve the duration in seconds of the media. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#getDuration()Mediajavafx.scene.mediaQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#getDuration()METHODgetError1 ()   Return any error encountered in the media. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#getError()Mediajavafx.scene.mediaNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#getError()METHOD   getHeight2 ()   Retrieve the height in pixels of the media. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#getHeight()Mediajavafx.scene.mediaOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#getHeight()METHOD
 643 getMarkers= ()   Retrieve the markers defined on this  Media  instance. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#getMarkers()Mediajavafx.scene.mediaPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#getMarkers()METHODgetMetadata< ()   Retrieve the metadata contained in this media source. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#getMetadata()Mediajavafx.scene.mediaQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#getMetadata()METHOD
 644 getOnErrorB ()   Retrieve the error handler to be called if an error occurs. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#getOnError()Mediajavafx.scene.mediaPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#getOnError()METHOD  getSource, ()   Retrieve the source URI of the media. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#getSource()Mediajavafx.scene.mediaOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#getSource()METHOD   getTracks: ()   Retrieve the tracks contained in this media source. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#getTracks()Mediajavafx.scene.mediaOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#getTracks()METHODgetWidth1 ()   Retrieve the width in pixels of the media. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#getWidth()Mediajavafx.scene.mediaNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#getWidth()METHODheightProperty0 ()   The height in pixels of the source media. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#heightProperty()Mediajavafx.scene.mediaThttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#heightProperty()METHODonErrorProperty1 ()   Event handler called when an error occurs. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#onErrorProperty()Mediajavafx.scene.mediaUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#onErrorProperty()METHOD
 645 setOnErrorW (java.lang.Runnable value)   Set the event handler to be called when an error occurs. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#setOnError()Mediajavafx.scene.mediaPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#setOnError()METHOD
widthProperty/ ()   The width in pixels of the source media. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#widthProperty()Mediajavafx.scene.mediaShttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Media.html#widthProperty()CLASSMediaErrorEventjavafx.scene.mediaMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaErrorEvent.htmlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaErrorEvent.htmlMETHODcopyForŽ (java.lang.Object newSource,  EventTarget  newTarget)   Creates and returns a copy of this event with the specified event source and target. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaErrorEvent.html#copyFor()MediaErrorEventjavafx.scene.mediaWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaErrorEvent.html#copyFor()METHODgetEventType) ()   Gets the event type of this event. \http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaErrorEvent.html#getEventType()MediaErrorEventjavafx.scene.media\http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaErrorEvent.html#getEventType()METHOD
getMediaError5 ()   Retrieve the error associated with this event. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaErrorEvent.html#getMediaError()MediaErrorEventjavafx.scene.media]http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaErrorEvent.html#getMediaError()METHODtoString7 ()   Retrieve a  String  representation of the event. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaErrorEvent.html#toString()MediaErrorEventjavafx.scene.mediaXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaErrorEvent.html#toString()FIELDMEDIA_ERROR9    The only valid event type for the  MediaErrorEvent . Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaErrorEvent.html#MEDIA_ERRORMediaErrorEventjavafx.scene.mediaYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaErrorEvent.html#MEDIA_ERRORCLASSMediaExceptionjavafx.scene.mediaLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaException.htmlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaException.htmlMETHODgetType: ()   Retrieves the category into which this error falls. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaException.html#getType()MediaExceptionjavafx.scene.mediaVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaException.html#getType()METHODtoStringG ()   Returns a string representation of this  MediaException  object. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaException.html#toString()MediaExceptionjavafx.scene.mediaWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaException.html#toString()ENUMMediaException.Typejavafx.scene.mediaQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaException.Type.htmlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaException.Type.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. [http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaException.Type.html#valueOf()MediaException.Typejavafx.scene.media[http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaException.Type.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaException.Type.html#values()MediaException.Typejavafx.scene.mediaZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaException.Type.html#values()CLASSMediaMarkerEventjavafx.scene.mediaNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaMarkerEvent.htmlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaMarkerEvent.htmlMETHOD  getMarker1 ()   Retrieves the marker the event represents. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaMarkerEvent.html#getMarker()MediaMarkerEventjavafx.scene.mediaZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaMarkerEvent.html#getMarker()FIELD      getMarker1 ()   Retrieves the marker the event represents. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaMarkerEvent.html#getMarkerMediaMarkerEventjavafx.scene.mediaXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaMarkerEvent.html#getMarkerCLASSMediaPlayer  MediaPlayer  provides the   pause()  ,   play()  ,   stop()   and   seek()   controls as well as the   rate   and   autoPlay   properties which apply to all tyjavafx.scene.mediaIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.htmlPROPERTYaudioSpectrumInterval6    The interval between spectrum updates in seconds. _http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#audioSpectrumIntervalMediaPlayerjavafx.scene.media_http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#audioSpectrumIntervalPROPERTYaudioSpectrumListener+    A listener for audio spectrum updates. _http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#audioSpectrumListenerMediaPlayerjavafx.scene.media_http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#audioSpectrumListenerPROPERTYaudioSpectrumNumBands/    The number of bands in the audio spectrum. _http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#audioSpectrumNumBandsMediaPlayerjavafx.scene.media_http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#audioSpectrumNumBandsPROPERTYaudioSpectrumThresholdA    The sensitivity threshold in decibels; must be non-positive. `http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#audioSpectrumThresholdMediaPlayerjavafx.scene.media`http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#audioSpectrumThresholdPROPERTYautoPlay6    Whether playing should start as soon as possible. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#autoPlayMediaPlayerjavafx.scene.mediaRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#autoPlayPROPERTYbalance=    The balance, or left-right setting, of the audio output. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#balanceMediaPlayerjavafx.scene.mediaQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#balancePROPERTYbufferProgressTimel    The current buffer position indicating how much media can be played without stalling the  MediaPlayer . \http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#bufferProgressTimeMediaPlayerjavafx.scene.media\http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#bufferProgressTimePROPERTYcurrentCount-    The number of completed playback cycles. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#currentCountMediaPlayerjavafx.scene.mediaVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#currentCountPROPERTYcurrentRate9    The current rate of playback regardless of settings. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#currentRateMediaPlayerjavafx.scene.mediaUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#currentRatePROPERTYcurrentTime%    The current media playback time. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#currentTimeMediaPlayerjavafx.scene.mediaUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#currentTimePROPERTY
 646 cycleCount2    The number of times the media will be played. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#cycleCountMediaPlayerjavafx.scene.mediaThttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#cycleCountPROPERTY
cycleDurationR    The amount of time between the   startTime   and   stopTime   of this player. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#cycleDurationMediaPlayerjavafx.scene.mediaWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#cycleDurationPROPERTYerrorF    Observable property set to a  MediaException  if an error occurs. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#errorMediaPlayerjavafx.scene.mediaOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#errorPROPERTYmute'    Whether the player audio is muted. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#muteMediaPlayerjavafx.scene.mediaNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#mutePROPERTYonEndOfMediaL    Event handler invoked when the player  currentTime  reaches  stopTime . Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onEndOfMediaMediaPlayerjavafx.scene.mediaVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onEndOfMediaPROPERTYonError0    Event handler invoked when an error occurs. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onErrorMediaPlayerjavafx.scene.mediaQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onErrorPROPERTYonHalted?    Event handler invoked when the status changes to  HALTED . Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onHaltedMediaPlayerjavafx.scene.mediaRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onHaltedPROPERTYonMarkerP    Event handler invoked when the player  currentTime  reaches a media marker. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onMarkerMediaPlayerjavafx.scene.mediaRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onMarkerPROPERTYonPaused?    Event handler invoked when the status changes to  PAUSED . Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onPausedMediaPlayerjavafx.scene.mediaRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onPausedPROPERTY      onPlaying@    Event handler invoked when the status changes to  PLAYING . Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onPlayingMediaPlayerjavafx.scene.mediaShttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onPlayingPROPERTYonReady>    Event handler invoked when the status changes to  READY . Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onReadyMediaPlayerjavafx.scene.mediaQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onReadyPROPERTYonRepeatd    Event handler invoked when the player  currentTime  reaches  stopTime  and  will be  repeating. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onRepeatMediaPlayerjavafx.scene.mediaRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onRepeatPROPERTY       onStalled@    Event handler invoked when the status changes to  STALLED . Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onStalledMediaPlayerjavafx.scene.mediaShttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onStalledPROPERTY onStopped@    Event handler invoked when the status changes to  STOPPED . Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onStoppedMediaPlayerjavafx.scene.mediaShttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onStoppedPROPERTYrate2    The rate at which the media should be played. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#rateMediaPlayerjavafx.scene.mediaNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#ratePROPERTY      startTimeV    The time offset where media should start playing, or restart from when repeating. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#startTimeMediaPlayerjavafx.scene.mediaShttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#startTimePROPERTYstatus*    The current state of the MediaPlayer. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#statusMediaPlayerjavafx.scene.mediaPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#statusPROPERTYstopTimeO    The time offset where media should stop playing or restart when repeating. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#stopTimeMediaPlayerjavafx.scene.mediaRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#stopTimePROPERTY
totalDurationE    The total amount of play time if allowed to play until finished. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#totalDurationMediaPlayerjavafx.scene.mediaWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#totalDurationPROPERTYvolume4    The volume at which the media should be played. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#volumeMediaPlayerjavafx.scene.mediaPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#volumeMETHODaudioSpectrumIntervalProperty8 ()   The interval between spectrum updates in seconds. ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#audioSpectrumIntervalProperty()MediaPlayerjavafx.scene.mediaihttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#audioSpectrumIntervalProperty()METHODaudioSpectrumListenerProperty- ()   A listener for audio spectrum updates. ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#audioSpectrumListenerProperty()MediaPlayerjavafx.scene.mediaihttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#audioSpectrumListenerProperty()METHODaudioSpectrumNumBandsProperty1 ()   The number of bands in the audio spectrum. ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#audioSpectrumNumBandsProperty()MediaPlayerjavafx.scene.mediaihttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#audioSpectrumNumBandsProperty()METHODaudioSpectrumThresholdPropertyC ()   The sensitivity threshold in decibels; must be non-positive. jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#audioSpectrumThresholdProperty()MediaPlayerjavafx.scene.mediajhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#audioSpectrumThresholdProperty()METHODautoPlayProperty8 ()   Whether playing should start as soon as possible. \http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#autoPlayProperty()MediaPlayerjavafx.scene.media\http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#autoPlayProperty()METHODbalanceProperty? ()   The balance, or left-right setting, of the audio output. [http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#balanceProperty()MediaPlayerjavafx.scene.media[http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#balanceProperty()METHODbufferProgressTimePropertyn ()   The current buffer position indicating how much media can be played without stalling the  MediaPlayer . fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#bufferProgressTimeProperty()MediaPlayerjavafx.scene.mediafhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#bufferProgressTimeProperty()METHODcurrentCountProperty/ ()   The number of completed playback cycles. `http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#currentCountProperty()MediaPlayerjavafx.scene.media`http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#currentCountProperty()METHODcurrentRateProperty; ()   The current rate of playback regardless of settings. _http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#currentRateProperty()MediaPlayerjavafx.scene.media_http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#currentRateProperty()METHODcurrentTimeProperty' ()   The current media playback time. _http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#currentTimeProperty()MediaPlayerjavafx.scene.media_http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#currentTimeProperty()METHODcycleCountProperty4 ()   The number of times the media will be played. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#cycleCountProperty()MediaPlayerjavafx.scene.media^http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#cycleCountProperty()METHODcycleDurationPropertyT ()   The amount of time between the   startTime   and   stopTime   of this player. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#cycleDurationProperty()MediaPlayerjavafx.scene.mediaahttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#cycleDurationProperty()METHODdispose1 ()   Free all resources associated with player. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#dispose()MediaPlayerjavafx.scene.mediaShttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#dispose()METHOD
errorPropertyH ()   Observable property set to a  MediaException  if an error occurs. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#errorProperty()MediaPlayerjavafx.scene.mediaYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#errorProperty()METHODgetAudioEqualizerC ()   Retrieve the   AudioEqualizer   associated with this player. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getAudioEqualizer()MediaPlayerjavafx.scene.media]http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getAudioEqualizer()METHODgetAudioSpectrumIntervalR ()   Retrieves the value of the audio spectrum notification interval in seconds. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getAudioSpectrumInterval()MediaPlayerjavafx.scene.mediadhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getAudioSpectrumInterval()METHODgetAudioSpectrumListener4 ()   Retrieves the listener of the audio spectrum. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getAudioSpectrumListener()MediaPlayerjavafx.scene.mediadhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getAudioSpectrumListener()METHODgetAudioSpectrumNumBands; ()   Retrieves the number of bands in the audio spectrum. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getAudioSpectrumNumBands()MediaPlayerjavafx.scene.mediadhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getAudioSpectrumNumBands()METHODgetAudioSpectrumThreshold: ()   Retrieves the audio spectrum threshold in decibels. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getAudioSpectrumThreshold()MediaPlayerjavafx.scene.mediaehttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getAudioSpectrumThreshold()METHOD
 647 getBalance# ()   Retrieves the audio balance. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getBalance()MediaPlayerjavafx.scene.mediaVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getBalance()METHODgetBufferProgressTime2 ()   Retrieves the   bufferProgressTime   value. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getBufferProgressTime()MediaPlayerjavafx.scene.mediaahttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getBufferProgressTime()METHODgetCurrentCount0 ()   Retrieves the index of the current cycle. [http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getCurrentCount()MediaPlayerjavafx.scene.media[http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getCurrentCount()METHODgetCurrentRate+ ()   Retrieves the current playback rate. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getCurrentRate()MediaPlayerjavafx.scene.mediaZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getCurrentRate()METHODgetCurrentTime( ()   Retrieves the current media time. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getCurrentTime()MediaPlayerjavafx.scene.mediaZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getCurrentTime()METHOD
getCycleCount! ()   Retrieves the cycle count. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getCycleCount()MediaPlayerjavafx.scene.mediaYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getCycleCount()METHODgetCycleDuration/ ()   Retrieves the cycle duration in seconds. \http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getCycleDuration()MediaPlayerjavafx.scene.media\http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getCycleDuration()METHODgetErrorS ()   Retrieve the value of the   error   property or  null  if there is no error. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getError()MediaPlayerjavafx.scene.mediaThttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getError()METHODgetMedia5 ()   Retrieves the   Media   instance being played. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getMedia()MediaPlayerjavafx.scene.mediaThttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getMedia()METHODgetOnEndOfMedia0 ()   Retrieves the end of media event handler. [http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getOnEndOfMedia()MediaPlayerjavafx.scene.media[http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getOnEndOfMedia()METHOD
 648 getOnError. ()   Retrieves the event handler for errors. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getOnError()MediaPlayerjavafx.scene.mediaVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getOnError()METHODgetOnHaltedA ()   Retrieves the   MediaPlayer.Status.HALTED   event handler. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getOnHalted()MediaPlayerjavafx.scene.mediaWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getOnHalted()METHODgetOnMarker* ()   Retrieves the marker event handler. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getOnMarker()MediaPlayerjavafx.scene.mediaWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getOnMarker()METHODgetOnPausedA ()   Retrieves the   MediaPlayer.Status.PAUSED   event handler. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getOnPaused()MediaPlayerjavafx.scene.mediaWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getOnPaused()METHODgetOnPlayingB ()   Retrieves the   MediaPlayer.Status.PLAYING   event handler. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getOnPlaying()MediaPlayerjavafx.scene.mediaXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getOnPlaying()METHOD
 649 getOnReady@ ()   Retrieves the   MediaPlayer.Status.READY   event handler. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getOnReady()MediaPlayerjavafx.scene.mediaVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getOnReady()METHODgetOnRepeat* ()   Retrieves the repeat event handler. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getOnRepeat()MediaPlayerjavafx.scene.mediaWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getOnRepeat()METHODgetOnStalledB ()   Retrieves the   MediaPlayer.Status.STALLED   event handler. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getOnStalled()MediaPlayerjavafx.scene.mediaXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getOnStalled()METHODgetOnStoppedB ()   Retrieves the   MediaPlayer.Status.STOPPED   event handler. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getOnStopped()MediaPlayerjavafx.scene.mediaXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getOnStopped()METHODgetRate# ()   Retrieves the playback rate. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getRate()MediaPlayerjavafx.scene.mediaShttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getRate()METHODgetStartTime  ()   Retrieves the start time. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getStartTime()MediaPlayerjavafx.scene.mediaXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getStartTime()METHOD  getStatus+ ()   Retrieves the current player status. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getStatus()MediaPlayerjavafx.scene.mediaUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getStatus()METHODgetStopTime ()   Retrieves the stop time. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getStopTime()MediaPlayerjavafx.scene.mediaWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getStopTime()METHODgetTotalDurationP ()   Retrieves the total playback duration including all cycles (repetitions). \http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getTotalDuration()MediaPlayerjavafx.scene.media\http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getTotalDuration()METHOD        getVolume+ ()   Retrieves the audio playback volume. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getVolume()MediaPlayerjavafx.scene.mediaUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#getVolume()METHOD
 650 isAutoPlay1 ()   Retrieves the   autoPlay   property value. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#isAutoPlay()MediaPlayerjavafx.scene.mediaVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#isAutoPlay()METHODisMute. ()   Retrieves the   muteProperty()   value. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#isMute()MediaPlayerjavafx.scene.mediaRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#isMute()METHODmuteProperty) ()   Whether the player audio is muted. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#muteProperty()MediaPlayerjavafx.scene.mediaXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#muteProperty()METHODonEndOfMediaPropertyN ()   Event handler invoked when the player  currentTime  reaches  stopTime . `http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onEndOfMediaProperty()MediaPlayerjavafx.scene.media`http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onEndOfMediaProperty()METHODonErrorProperty2 ()   Event handler invoked when an error occurs. [http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onErrorProperty()MediaPlayerjavafx.scene.media[http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onErrorProperty()METHODonHaltedPropertyA ()   Event handler invoked when the status changes to  HALTED . \http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onHaltedProperty()MediaPlayerjavafx.scene.media\http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onHaltedProperty()METHODonMarkerPropertyR ()   Event handler invoked when the player  currentTime  reaches a media marker. \http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onMarkerProperty()MediaPlayerjavafx.scene.media\http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onMarkerProperty()METHODonPausedPropertyA ()   Event handler invoked when the status changes to  PAUSED . \http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onPausedProperty()MediaPlayerjavafx.scene.media\http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onPausedProperty()METHODonPlayingPropertyB ()   Event handler invoked when the status changes to  PLAYING . ]http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onPlayingProperty()MediaPlayerjavafx.scene.media]http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onPlayingProperty()METHODonReadyProperty@ ()   Event handler invoked when the status changes to  READY . [http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onReadyProperty()MediaPlayerjavafx.scene.media[http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onReadyProperty()METHODonRepeatPropertyf ()   Event handler invoked when the player  currentTime  reaches  stopTime  and  will be  repeating. \http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onRepeatProperty()MediaPlayerjavafx.scene.media\http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onRepeatProperty()METHODonStalledPropertyB ()   Event handler invoked when the status changes to  STALLED . ]http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onStalledProperty()MediaPlayerjavafx.scene.media]http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onStalledProperty()METHODonStoppedPropertyB ()   Event handler invoked when the status changes to  STOPPED . ]http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onStoppedProperty()MediaPlayerjavafx.scene.media]http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#onStoppedProperty()METHODpause ()   Pauses the player. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#pause()MediaPlayerjavafx.scene.mediaQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#pause()METHODplay  ()   Starts playing the media. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#play()MediaPlayerjavafx.scene.mediaPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#play()METHODrateProperty4 ()   The rate at which the media should be played. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#rateProperty()MediaPlayerjavafx.scene.mediaXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#rateProperty()METHODseekB ( Duration  seekTime)   Seeks the player to a new playback time. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#seek()MediaPlayerjavafx.scene.mediaPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#seek()METHODsetAudioSpectrumIntervalY (double value)   Sets the value of the audio spectrum notification interval in seconds. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setAudioSpectrumInterval()MediaPlayerjavafx.scene.mediadhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setAudioSpectrumInterval()METHODsetAudioSpectrumListenerO ( AudioSpectrumListener  listener)   Sets the listener of the audio spectrum. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setAudioSpectrumListener()MediaPlayerjavafx.scene.mediadhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setAudioSpectrumListener()METHODsetAudioSpectrumNumBands? (int value)   Sets the number of bands in the audio spectrum. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setAudioSpectrumNumBands()MediaPlayerjavafx.scene.mediadhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setAudioSpectrumNumBands()METHODsetAudioSpectrumThreshold> (int value)   Sets the audio spectrum threshold in decibels. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setAudioSpectrumThreshold()MediaPlayerjavafx.scene.mediaehttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setAudioSpectrumThreshold()METHODsetAutoPlay9 (boolean value)   Sets the   autoPlay   property value. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setAutoPlay()MediaPlayerjavafx.scene.mediaWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setAutoPlay()METHOD
 651 setBalance* (double value)   Sets the audio balance. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setBalance()MediaPlayerjavafx.scene.mediaVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setBalance()METHOD
setCycleCount% (int value)   Sets the cycle count. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setCycleCount()MediaPlayerjavafx.scene.mediaYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setCycleCount()METHODsetMute9 (boolean value)   Sets the value of   muteProperty()  . Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setMute()MediaPlayerjavafx.scene.mediaShttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setMute()METHODsetOnEndOfMediaC (java.lang.Runnable value)   Sets the end of media event handler. [http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setOnEndOfMedia()MediaPlayerjavafx.scene.media[http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setOnEndOfMedia()METHOD
 652 setOnErrorX (java.lang.Runnable value)   Sets the event handler to be called when an error occurs. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setOnError()MediaPlayerjavafx.scene.mediaVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setOnError()METHODsetOnHaltedT (java.lang.Runnable value)   Sets the   MediaPlayer.Status.HALTED   event handler. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setOnHalted()MediaPlayerjavafx.scene.mediaWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setOnHalted()METHODsetOnMarkerP ( EventHandler < MediaMarkerEvent > onMarker)   Sets the marker event handler. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setOnMarker()MediaPlayerjavafx.scene.mediaWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setOnMarker()METHODsetOnPausedT (java.lang.Runnable value)   Sets the   MediaPlayer.Status.PAUSED   event handler. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setOnPaused()MediaPlayerjavafx.scene.mediaWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setOnPaused()METHODsetOnPlayingU (java.lang.Runnable value)   Sets the   MediaPlayer.Status.PLAYING   event handler. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setOnPlaying()MediaPlayerjavafx.scene.mediaXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setOnPlaying()METHOD
 653 setOnReadyS (java.lang.Runnable value)   Sets the   MediaPlayer.Status.READY   event handler. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setOnReady()MediaPlayerjavafx.scene.mediaVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setOnReady()METHODsetOnRepeat= (java.lang.Runnable value)   Sets the repeat event handler. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setOnRepeat()MediaPlayerjavafx.scene.mediaWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setOnRepeat()METHODsetOnStalledU (java.lang.Runnable value)   Sets the   MediaPlayer.Status.STALLED   event handler. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setOnStalled()MediaPlayerjavafx.scene.mediaXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setOnStalled()METHODsetOnStoppedU (java.lang.Runnable value)   Sets the   MediaPlayer.Status.STOPPED   event handler. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setOnStopped()MediaPlayerjavafx.scene.mediaXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setOnStopped()METHODsetRate@ (double value)   Sets the playback rate to the supplied value. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setRate()MediaPlayerjavafx.scene.mediaShttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setRate()METHODsetStartTime+ ( Duration  value)   Sets the start time. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setStartTime()MediaPlayerjavafx.scene.mediaXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setStartTime()METHODsetStopTime* ( Duration  value)   Sets the stop time. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setStopTime()MediaPlayerjavafx.scene.mediaWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setStopTime()METHOD  setVolume2 (double value)   Sets the audio playback volume. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setVolume()MediaPlayerjavafx.scene.mediaUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#setVolume()METHODstartTimePropertyX ()   The time offset where media should start playing, or restart from when repeating. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#startTimeProperty()MediaPlayerjavafx.scene.media]http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#startTimeProperty()METHODstatusProperty, ()   The current state of the MediaPlayer. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#statusProperty()MediaPlayerjavafx.scene.mediaZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#statusProperty()METHODstop ()   Stops playing the media. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#stop()MediaPlayerjavafx.scene.mediaPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#stop()METHODstopTimePropertyQ ()   The time offset where media should stop playing or restart when repeating. \http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#stopTimeProperty()MediaPlayerjavafx.scene.media\http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#stopTimeProperty()METHODtotalDurationPropertyG ()   The total amount of play time if allowed to play until finished. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#totalDurationProperty()MediaPlayerjavafx.scene.mediaahttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#totalDurationProperty()METHODvolumeProperty6 ()   The volume at which the media should be played. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#volumeProperty()MediaPlayerjavafx.scene.mediaZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#volumeProperty()FIELD
 654 INDEFINITEL    A value representing an effectively infinite number of playback cycles. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#INDEFINITEMediaPlayerjavafx.scene.mediaThttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.html#INDEFINITEENUMMediaPlayer.Status The table rows represent the current state of the player and the columns the next state of the player. The cell at the intersection of a given row and column lijavafx.scene.mediaPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.Status.htmlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.Status.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.Status.html#valueOf()MediaPlayer.Statusjavafx.scene.mediaZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.Status.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.Status.html#values()MediaPlayer.Statusjavafx.scene.mediaYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaPlayer.Status.html#values()CLASS      MediaView The following code snippet provides a simple example of an   Application.start()   method which displays a video:    public void start(Stage stage) { // Create javafx.scene.mediaGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.htmlPROPERTY      fitHeightl    Determines the height of the bounding box within which the source media is resized as necessary to fit. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#fitHeight  MediaViewjavafx.scene.mediaQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#fitHeightPROPERTYfitWidthk    Determines the width of the bounding box within which the source media is resized as necessary to fit. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#fitWidth        MediaViewjavafx.scene.mediaPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#fitWidthPROPERTYmediaPlayerA    The  mediaPlayer  whose output will be handled by this view. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#mediaPlayer   MediaViewjavafx.scene.mediaShttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#mediaPlayerPROPERTYonErrorN    Event handler to be invoked whenever an error occurs on this  MediaView . Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#onError   MediaViewjavafx.scene.mediaOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#onErrorPROPERTY
preserveRatioh    Whether to preserve the aspect ratio (width / height) of the media when scaling it to fit the node. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#preserveRatio MediaViewjavafx.scene.mediaUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#preserveRatioPROPERTYsmooth     If set to  true  a better quality filtering algorithm will be used when scaling this video to fit within the bounding box provided by  fitWidth  and  fitHeiNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#smooth        MediaViewjavafx.scene.mediaNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#smoothPROPERTYviewport;    Specifies a rectangular viewport into the media frame. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#viewport   MediaViewjavafx.scene.mediaPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#viewportPROPERTYx@    Defines the current x coordinate of the  MediaView  origin. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#x        MediaViewjavafx.scene.mediaIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#xPROPERTYy@    Defines the current y coordinate of the  MediaView  origin. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#y       MediaViewjavafx.scene.mediaIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#yMETHODfitHeightPropertyn ()   Determines the height of the bounding box within which the source media is resized as necessary to fit. [http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#fitHeightProperty()       MediaViewjavafx.scene.media[http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#fitHeightProperty()METHODfitWidthPropertym ()   Determines the width of the bounding box within which the source media is resized as necessary to fit. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#fitWidthProperty()        MediaViewjavafx.scene.mediaZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#fitWidthProperty()METHODgetFitHeightE ()   Retrieves the height of the bounding box of the resized media. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#getFitHeight() MediaViewjavafx.scene.mediaVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#getFitHeight()METHODgetFitWidthD ()   Retrieves the width of the bounding box of the resized media. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#getFitWidth()        MediaViewjavafx.scene.mediaUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#getFitWidth()METHODgetMediaPlayerN ()   Retrieves the  MediaPlayer  whose output is being handled by this view. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#getMediaPlayer() MediaViewjavafx.scene.mediaXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#getMediaPlayer()METHOD
 655 getOnError) ()   Retrieves the error event handler. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#getOnError() MediaViewjavafx.scene.mediaThttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#getOnError()METHODgetViewport? ()   Retrieves the rectangular viewport into the media frame. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#getViewport()       MediaViewjavafx.scene.mediaUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#getViewport()METHODgetX< ()   Retrieves the x coordinate of the  MediaView  origin. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#getX()    MediaViewjavafx.scene.mediaNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#getX()METHODgetY< ()   Retrieves the y coordinate of the  MediaView  origin. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#getY()   MediaViewjavafx.scene.mediaNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#getY()METHODimpl_transformsChanged‡ ()   Invoked whenever the transforms[] ObservableList changes, or by the transforms in that ObservableList whenever they are changed. `http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#impl_transformsChanged()      MediaViewjavafx.scene.media`http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#impl_transformsChanged()METHODisPreserveRatioH ()   Returns whether the media aspect ratio is preserved when scaling. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#isPreserveRatio()  MediaViewjavafx.scene.mediaYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#isPreserveRatio()METHODisSmooth8 ()   Returns whether to smooth the media when scaling. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#isSmooth() MediaViewjavafx.scene.mediaRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#isSmooth()METHODmediaPlayerPropertyC ()   The  mediaPlayer  whose output will be handled by this view. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#mediaPlayerProperty()     MediaViewjavafx.scene.media]http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#mediaPlayerProperty()METHODonErrorPropertyP ()   Event handler to be invoked whenever an error occurs on this  MediaView . Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#onErrorProperty()     MediaViewjavafx.scene.mediaYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#onErrorProperty()METHODpreserveRatioPropertyj ()   Whether to preserve the aspect ratio (width / height) of the media when scaling it to fit the node. _http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#preserveRatioProperty()   MediaViewjavafx.scene.media_http://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#preserveRatioProperty()METHODsetFitHeightL (double value)   Sets the height of the bounding box of the resized media. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#setFitHeight()     MediaViewjavafx.scene.mediaVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#setFitHeight()METHODsetFitWidthK (double value)   Sets the width of the bounding box of the resized media. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#setFitWidth() MediaViewjavafx.scene.mediaUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#setFitWidth()METHODsetMediaPlayer[ ( MediaPlayer  value)   Sets the  MediaPlayer  whose output will be handled by this view. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#setMediaPlayer()    MediaViewjavafx.scene.mediaXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#setMediaPlayer()METHOD
 656 setOnErrorK ( EventHandler < MediaErrorEvent > value)   Sets the error event handler. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#setOnError() MediaViewjavafx.scene.mediaThttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#setOnError()METHODsetPreserveRatioQ (boolean value)   Sets whether to preserve the media aspect ratio when scaling. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#setPreserveRatio()   MediaViewjavafx.scene.mediaZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#setPreserveRatio()METHOD setSmoothB (boolean value)   Sets whether to smooth the media when scaling. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#setSmooth()  MediaViewjavafx.scene.mediaShttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#setSmooth()METHODsetViewportM ( Rectangle2D  value)   Sets the rectangular viewport into the media frame. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#setViewport()  MediaViewjavafx.scene.mediaUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#setViewport()METHODsetXC (double value)   Sets the x coordinate of the  MediaView  origin. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#setX()        MediaViewjavafx.scene.mediaNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#setX()METHODsetYC (double value)   Sets the y coordinate of the  MediaView  origin. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#setY()       MediaViewjavafx.scene.mediaNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#setY()METHODsmoothProperty  ()   If set to  true  a better quality filtering algorithm will be used when scaling this video to fit within the bounding box provided by  fitWidth  and  fitHXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#smoothProperty()     MediaViewjavafx.scene.mediaXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#smoothProperty()METHODviewportProperty= ()   Specifies a rectangular viewport into the media frame. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#viewportProperty()   MediaViewjavafx.scene.mediaZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#viewportProperty()METHOD xPropertyB ()   Defines the current x coordinate of the  MediaView  origin. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#xProperty()  MediaViewjavafx.scene.mediaShttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#xProperty()METHOD        yPropertyB ()   Defines the current y coordinate of the  MediaView  origin. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#yProperty()  MediaViewjavafx.scene.mediaShttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/MediaView.html#yProperty()CLASSMenu A popup menu of actionable items which is displayed to the user only upon request. When a menu is visible, in most use cases, the user can select one menu item javafx.scene.controlDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.htmlDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.htmlPROPERTYonHidden;    Called just after the   ContextMenu   has been hidden. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#onHiddenMenujavafx.scene.controlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#onHiddenPROPERTYonHiding;    Called just prior to the   ContextMenu   being hidden. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#onHidingMenujavafx.scene.controlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#onHidingPROPERTY onShowing_    Called just prior to the  ContextMenu  being shown, even if the menu has no items to show. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#onShowingMenujavafx.scene.controlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#onShowingPROPERTYonShown4    Called just after the   ContextMenu   is shown. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#onShownMenujavafx.scene.controlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#onShownPROPERTYshowing@    Indicates whether the   ContextMenu   is currently visible. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#showingMenujavafx.scene.controlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#showingMETHODaddEventHandlerk ( EventType <E> eventType,  EventHandler <E> eventHandler)   Registers an event handler to this MenuItem. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#addEventHandler()Menujavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#addEventHandler()METHODbuildEventDispatchChainR ( EventDispatchChain  tail)   Construct an event dispatch chain for this target. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#buildEventDispatchChain()Menujavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#buildEventDispatchChain()METHODgetItems* ()   The items to show within this menu. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#getItems()Menujavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#getItems()METHODgetOnHidden/ ()   Gets the value of the property onHidden. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#getOnHidden()Menujavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#getOnHidden()METHODgetOnHiding/ ()   Gets the value of the property onHiding. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#getOnHiding()Menujavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#getOnHiding()METHODgetOnShowing0 ()   Gets the value of the property onShowing. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#getOnShowing()Menujavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#getOnShowing()METHOD
 657 getOnShown. ()   Gets the value of the property onShown. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#getOnShown()Menujavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#getOnShown()METHODhideX ()   Hides the   ContextMenu   if it was previously showing, and any showing submenus. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#hide()Menujavafx.scene.controlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#hide()METHOD     isShowing. ()   Gets the value of the property showing. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#isShowing()Menujavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#isShowing()METHODonHiddenProperty= ()   Called just after the   ContextMenu   has been hidden. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#onHiddenProperty()Menujavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#onHiddenProperty()METHODonHidingProperty= ()   Called just prior to the   ContextMenu   being hidden. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#onHidingProperty()Menujavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#onHidingProperty()METHODonShowingPropertya ()   Called just prior to the  ContextMenu  being shown, even if the menu has no items to show. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#onShowingProperty()Menujavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#onShowingProperty()METHODonShownProperty6 ()   Called just after the   ContextMenu   is shown. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#onShownProperty()Menujavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#onShownProperty()METHODremoveEventHandler„ ( EventType <E> eventType,  EventHandler <E> eventHandler)   Unregisters a previously registered event handler from this MenuItem. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#removeEventHandler()Menujavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#removeEventHandler()METHODsetOnHiddenL ( EventHandler < Event > value)   Sets the value of the property onHidden. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#setOnHidden()Menujavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#setOnHidden()METHODsetOnHidingL ( EventHandler < Event > value)   Sets the value of the property onHiding. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#setOnHiding()Menujavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#setOnHiding()METHODsetOnShowingM ( EventHandler < Event > value)   Sets the value of the property onShowing. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#setOnShowing()Menujavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#setOnShowing()METHOD
 658 setOnShownK ( EventHandler < Event > value)   Sets the value of the property onShown. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#setOnShown()Menujavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#setOnShown()METHODshowˆ ()   If the Menu is not disabled and the   ContextMenu   is not already showing, then this will cause the   ContextMenu   to be shown. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#show()Menujavafx.scene.controlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#show()METHODshowingPropertyB ()   Indicates whether the   ContextMenu   is currently visible. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#showingProperty()Menujavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#showingProperty()FIELD ON_HIDDEN9    Called when the contextMenu for this menu is hidden. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#ON_HIDDENMenujavafx.scene.controlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#ON_HIDDENFIELD        ON_HIDING@    Called when the contextMenu for this menu  will  be hidden. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#ON_HIDINGMenujavafx.scene.controlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#ON_HIDINGFIELD
 659 ON_SHOWING?    Called when the contextMenu for this menu  will  be shown. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#ON_SHOWINGMenujavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#ON_SHOWINGFIELDON_SHOWN5    Called when the contextMenu for this menu shows. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#ON_SHOWNMenujavafx.scene.controlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Menu.html#ON_SHOWNCLASSMenuBar A MenuBar control traditionally is placed at the very top of the user interface, and embedded within it are   Menus  . To add a menu to a menubar, you add it tojavafx.scene.controlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuBar.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuBar.htmlPROPERTYuseSystemMenuBarA    Use the system menu bar if the current platform supports it. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuBar.html#useSystemMenuBarMenuBarjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuBar.html#useSystemMenuBarMETHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuBar.html#createDefaultSkin()MenuBarjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuBar.html#createDefaultSkin()METHODgetClassCssMetaData () ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuBar.html#getClassCssMetaData()MenuBarjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuBar.html#getClassCssMetaData()METHODgetControlCssMetaData () _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuBar.html#getControlCssMetaData()MenuBarjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuBar.html#getControlCssMetaData()METHODgetMenus- ()   The menus to show within this MenuBar. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuBar.html#getMenus()MenuBarjavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuBar.html#getMenus()METHODisUseSystemMenuBar7 ()   Gets the value of the property useSystemMenuBar. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuBar.html#isUseSystemMenuBar()MenuBarjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuBar.html#isUseSystemMenuBar()METHODsetUseSystemMenuBarD (boolean value)   Sets the value of the property useSystemMenuBar. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuBar.html#setUseSystemMenuBar()MenuBarjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuBar.html#setUseSystemMenuBar()METHODuseSystemMenuBarPropertyC ()   Use the system menu bar if the current platform supports it. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuBar.html#useSystemMenuBarProperty()MenuBarjavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuBar.html#useSystemMenuBarProperty()CLASS
 660 MenuButton As mentioned, like the Menu API itself, you'll find an   items   ObservableList within which you can provide any type of Node, although it is recommended to onljavafx.scene.controlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuButton.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuButton.htmlPROPERTY     popupSide[    Indicates on which side the   ContextMenu   should open in relation to the MenuButton. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuButton.html#popupSide
 661 MenuButtonjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuButton.html#popupSidePROPERTYshowing@    Indicates whether the   ContextMenu   is currently visible. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuButton.html#showing
 662 MenuButtonjavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuButton.html#showingMETHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuButton.html#createDefaultSkin()
 663 MenuButtonjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuButton.html#createDefaultSkin()METHODfire ()   This has no impact. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuButton.html#fire()
 664 MenuButtonjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuButton.html#fire()METHODgetItems2 ()   The items to show within this buttons menu. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuButton.html#getItems()
 665 MenuButtonjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuButton.html#getItems()METHODgetPopupSide0 ()   Gets the value of the property popupSide. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuButton.html#getPopupSide()
 666 MenuButtonjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuButton.html#getPopupSide()METHODhide! ()   Hides the   ContextMenu  . Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuButton.html#hide()
 667 MenuButtonjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuButton.html#hide()METHOD       isShowing. ()   Gets the value of the property showing. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuButton.html#isShowing()
 668 MenuButtonjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuButton.html#isShowing()METHODpopupSideProperty] ()   Indicates on which side the   ContextMenu   should open in relation to the MenuButton. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuButton.html#popupSideProperty()
 669 MenuButtonjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuButton.html#popupSideProperty()METHODsetPopupSide< ( Side  value)   Sets the value of the property popupSide. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuButton.html#setPopupSide()
 670 MenuButtonjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuButton.html#setPopupSide()METHODshowK ()   Shows the   ContextMenu  , assuming this MenuButton is not disabled. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuButton.html#show()
 671 MenuButtonjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuButton.html#show()METHODshowingPropertyB ()   Indicates whether the   ContextMenu   is currently visible. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuButton.html#showingProperty()
 672 MenuButtonjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuButton.html#showingProperty()CLASSMenuItem MenuItem is intended to be used in conjunction with   Menu   to provide options to users. MenuItem serves as the base class for the bulk of JavaFX menus API. Itjavafx.scene.controlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.htmlPROPERTYacceleratorW    The accelerator property enables accessing the associated action in one keystroke. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#acceleratorMenuItemjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#acceleratorPROPERTYdisable9    Sets the individual disabled state of this MenuItem. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#disableMenuItemjavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#disablePROPERTYgraphic,    An optional graphic for the  MenuItem . Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#graphicMenuItemjavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#graphicPROPERTYid    The id of this MenuItem. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#idMenuItemjavafx.scene.controlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#idPROPERTYmnemonicParsing=    MnemonicParsing property to enable/disable text parsing. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#mnemonicParsingMenuItemjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#mnemonicParsingPROPERTYonActionA    The action, which is invoked whenever the MenuItem is fired. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#onActionMenuItemjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#onActionPROPERTYonMenuValidation[    The event handler that is associated with invocation of an accelerator for a MenuItem. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#onMenuValidationMenuItemjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#onMenuValidationPROPERTY
 673 parentMenu:    This is the   Menu   in which this  MenuItem  exists. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#parentMenuMenuItemjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#parentMenuPROPERTYparentPopupA    This is the   ContextMenu   in which this  MenuItem  exists. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#parentPopupMenuItemjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#parentPopupPROPERTYstyleU    A string representation of the CSS style associated with this specific MenuItem. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#styleMenuItemjavafx.scene.controlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#stylePROPERTYtext+    The text to display in the  MenuItem . Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#textMenuItemjavafx.scene.controlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#textPROPERTYvisibleS    Specifies whether this MenuItem should be rendered as part of the scene graph. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#visibleMenuItemjavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#visibleMETHODacceleratorPropertyY ()   The accelerator property enables accessing the associated action in one keystroke. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#acceleratorProperty()MenuItemjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#acceleratorProperty()METHODaddEventHandlerk ( EventType <E> eventType,  EventHandler <E> eventHandler)   Registers an event handler to this MenuItem. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#addEventHandler()MenuItemjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#addEventHandler()METHODbuildEventDispatchChainR ( EventDispatchChain  tail)   Construct an event dispatch chain for this target. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#buildEventDispatchChain()MenuItemjavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#buildEventDispatchChain()METHODdisableProperty; ()   Sets the individual disabled state of this MenuItem. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#disableProperty()MenuItemjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#disableProperty()METHODfire ()   Fires a new ActionEvent. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#fire()MenuItemjavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#fire()METHODgetAccelerator2 ()   Gets the value of the property accelerator. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getAccelerator()MenuItemjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getAccelerator()METHODgetCssMetaData) ()   The CssMetaData of this Styleable. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getCssMetaData()MenuItemjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getCssMetaData()METHOD
 674 getGraphic. ()   Gets the value of the property graphic. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getGraphic()MenuItemjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getGraphic()METHODgetId) ()   Gets the value of the property id. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getId()MenuItemjavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getId()METHODgetOnAction/ ()   Gets the value of the property onAction. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getOnAction()MenuItemjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getOnAction()METHODgetOnMenuValidation7 ()   Gets the value of the property onMenuValidation. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getOnMenuValidation()MenuItemjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getOnMenuValidation()METHOD
getParentMenu1 ()   Gets the value of the property parentMenu. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getParentMenu()MenuItemjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getParentMenu()METHODgetParentPopup2 ()   Gets the value of the property parentPopup. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getParentPopup()MenuItemjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getParentPopup()METHOD
getPropertiesm ()   Returns an observable map of properties on this menu item for use primarily by application developers. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getProperties()MenuItemjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getProperties()METHODgetPseudoClassStates7 ()   Return the pseudo-class state of this Styleable. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getPseudoClassStates()MenuItemjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getPseudoClassStates()METHODgetStyle, ()   Gets the value of the property style. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getStyle()MenuItemjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getStyle()METHODgetStyleableParentJ ()   Return the parent of this Styleable, or null if there is no parent. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getStyleableParent()MenuItemjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getStyleableParent()METHOD
getStyleClass ()   * Public API * * Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getStyleClass()MenuItemjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getStyleClass()METHODgetText+ ()   Gets the value of the property text. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getText()MenuItemjavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getText()METHODgetTypeSelectorL ()   The type of this  Styleable  that is to be used in selector matching. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getTypeSelector()MenuItemjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getTypeSelector()METHODgetUserData ()   Returns a previously set Object property, or null if no such property has been set using the   setUserData(java.lang.Object)   method. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getUserData()MenuItemjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#getUserData()METHODgraphicProperty. ()   An optional graphic for the  MenuItem . Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#graphicProperty()MenuItemjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#graphicProperty()METHOD
 675 idProperty ()   The id of this MenuItem. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#idProperty()MenuItemjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#idProperty()METHODimpl_styleableGetNode () `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#impl_styleableGetNode()MenuItemjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#impl_styleableGetNode()METHOD isDisable. ()   Gets the value of the property disable. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#isDisable()MenuItemjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#isDisable()METHODisMnemonicParsing6 ()   Gets the value of the property mnemonicParsing. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#isMnemonicParsing()MenuItemjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#isMnemonicParsing()METHOD       isVisible. ()   Gets the value of the property visible. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#isVisible()MenuItemjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#isVisible()METHODmnemonicParsingProperty? ()   MnemonicParsing property to enable/disable text parsing. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#mnemonicParsingProperty()MenuItemjavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#mnemonicParsingProperty()METHODonActionPropertyC ()   The action, which is invoked whenever the MenuItem is fired. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#onActionProperty()MenuItemjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#onActionProperty()METHODonMenuValidationProperty] ()   The event handler that is associated with invocation of an accelerator for a MenuItem. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#onMenuValidationProperty()MenuItemjavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#onMenuValidationProperty()METHODparentMenuProperty< ()   This is the   Menu   in which this  MenuItem  exists. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#parentMenuProperty()MenuItemjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#parentMenuProperty()METHODparentPopupPropertyC ()   This is the   ContextMenu   in which this  MenuItem  exists. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#parentPopupProperty()MenuItemjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#parentPopupProperty()METHODremoveEventHandler„ ( EventType <E> eventType,  EventHandler <E> eventHandler)   Unregisters a previously registered event handler from this MenuItem. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#removeEventHandler()MenuItemjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#removeEventHandler()METHODsetAcceleratorH ( KeyCombination  value)   Sets the value of the property accelerator. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#setAccelerator()MenuItemjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#setAccelerator()METHOD
 676 setDisable; (boolean value)   Sets the value of the property disable. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#setDisable()MenuItemjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#setDisable()METHOD
 677 setGraphic: ( Node  value)   Sets the value of the property graphic. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#setGraphic()MenuItemjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#setGraphic()METHODsetId? (java.lang.String value)   Sets the value of the property id. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#setId()MenuItemjavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#setId()METHODsetMnemonicParsingC (boolean value)   Sets the value of the property mnemonicParsing. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#setMnemonicParsing()MenuItemjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#setMnemonicParsing()METHODsetOnActionR ( EventHandler < ActionEvent > value)   Sets the value of the property onAction. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#setOnAction()MenuItemjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#setOnAction()METHODsetOnMenuValidationT ( EventHandler < Event > value)   Sets the value of the property onMenuValidation. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#setOnMenuValidation()MenuItemjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#setOnMenuValidation()METHOD
setParentMenu= ( Menu  value)   Sets the value of the property parentMenu. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#setParentMenu()MenuItemjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#setParentMenu()METHODsetParentPopupE ( ContextMenu  value)   Sets the value of the property parentPopup. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#setParentPopup()MenuItemjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#setParentPopup()METHODsetStyleB (java.lang.String value)   Sets the value of the property style. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#setStyle()MenuItemjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#setStyle()METHODsetTextA (java.lang.String value)   Sets the value of the property text. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#setText()MenuItemjavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#setText()METHODsetUserData{ (java.lang.Object value)   Convenience method for setting a single Object property that can be retrieved at a later date. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#setUserData()MenuItemjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#setUserData()METHOD
 678 setVisible; (boolean value)   Sets the value of the property visible. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#setVisible()MenuItemjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#setVisible()METHOD
stylePropertyW ()   A string representation of the CSS style associated with this specific MenuItem. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#styleProperty()MenuItemjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#styleProperty()METHODtextProperty- ()   The text to display in the  MenuItem . Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#textProperty()MenuItemjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#textProperty()METHODvisiblePropertyU ()   Specifies whether this MenuItem should be rendered as part of the scene graph. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#visibleProperty()MenuItemjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#visibleProperty()FIELDMENU_VALIDATION_EVENT:    Called when a accelerator for the Menuitem is invoked ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#MENU_VALIDATION_EVENTMenuItemjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/MenuItem.html#MENU_VALIDATION_EVENTCLASSMeshjavafx.scene.shapeBhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Mesh.htmlBhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Mesh.htmlCLASSMeshViewjavafx.scene.shapeFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MeshView.htmlFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MeshView.htmlPROPERTYmesh3    Specifies the 3D mesh data of this  MeshView . Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MeshView.html#meshMeshViewjavafx.scene.shapeKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MeshView.html#meshMETHODgetMesh+ ()   Gets the value of the property mesh. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MeshView.html#getMesh()MeshViewjavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MeshView.html#getMesh()METHODmeshProperty5 ()   Specifies the 3D mesh data of this  MeshView . Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MeshView.html#meshProperty()MeshViewjavafx.scene.shapeUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MeshView.html#meshProperty()METHODsetMesh7 ( Mesh  value)   Sets the value of the property mesh. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MeshView.html#setMesh()MeshViewjavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MeshView.html#setMesh()CLASSMnemonic Controls should use their MnemonicParsing property when adding Mnemonics.     Mnemonics will not be displayed on all platforms, but the api will still be presenjavafx.scene.inputFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Mnemonic.htmlFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Mnemonic.htmlMETHODfire ()   Fire the   ActionEvent   Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Mnemonic.html#fire()Mnemonicjavafx.scene.inputMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Mnemonic.html#fire()METHODgetKeyCombination% ()   Returns the   KeyCombination   Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Mnemonic.html#getKeyCombination()Mnemonicjavafx.scene.inputZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Mnemonic.html#getKeyCombination()METHODgetNode ()   Returns the   Node   Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Mnemonic.html#getNode()Mnemonicjavafx.scene.inputPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Mnemonic.html#getNode()METHODsetKeyCombinationA ( KeyCombination  keyCombination)   Sets the   KeyCombination   Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Mnemonic.html#setKeyCombination()Mnemonicjavafx.scene.inputZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Mnemonic.html#setKeyCombination()METHODsetNode# ( Node  node)   Sets the   Node   Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Mnemonic.html#setNode()Mnemonicjavafx.scene.inputPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/Mnemonic.html#setNode()ENUMModalityjavafx.stage@http://download.java.net/jdk8/jfxdocs/javafx/stage/Modality.html@http://download.java.net/jdk8/jfxdocs/javafx/stage/Modality.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Jhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Modality.html#valueOf()Modalityjavafx.stageJhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Modality.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Ihttp://download.java.net/jdk8/jfxdocs/javafx/stage/Modality.html#values()Modalityjavafx.stageIhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Modality.html#values()CLASSModifiableObservableListBase Example of a simple  ObservableList  delegating to another  List  would look like this:    public class  ArrayObservableList<E>  extends  ModifiableObservableLijavafx.collectionsZhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.htmlZhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.htmlMETHODadd (int index,  E  element) `http://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#add()ModifiableObservableListBasejavafx.collections`http://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#add()METHODaddAll) (java.util.Collection<? extends  E > c) chttp://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#addAll()ModifiableObservableListBasejavafx.collectionschttp://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#addAll()METHODaddAll4 (int index, java.util.Collection<? extends  E > c) chttp://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#addAll()ModifiableObservableListBasejavafx.collectionschttp://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#addAll()METHODdoAddW (int index,  E  element)   Adds the  element  to the List at the position of  index . bhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#doAdd()ModifiableObservableListBasejavafx.collectionsbhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#doAdd()METHODdoRemove; (int index)   Removes the element at position of  index . ehttp://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#doRemove()ModifiableObservableListBasejavafx.collectionsehttp://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#doRemove()METHODdoSetW (int index,  E  element)   Sets the  element  in the List at the position of  index . bhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#doSet()ModifiableObservableListBasejavafx.collectionsbhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#doSet()METHODget
 (int index) `http://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#get()ModifiableObservableListBasejavafx.collections`http://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#get()METHODremove
 (int index) chttp://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#remove()ModifiableObservableListBasejavafx.collectionschttp://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#remove()METHODremove (java.lang.Object o) chttp://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#remove()ModifiableObservableListBasejavafx.collectionschttp://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#remove()METHOD  removeAll (java.util.Collection<?> c) fhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#removeAll()ModifiableObservableListBasejavafx.collectionsfhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#removeAll()METHODremoveRange (int fromIndex, int toIndex) hhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#removeRange()ModifiableObservableListBasejavafx.collectionshhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#removeRange()METHOD    retainAll (java.util.Collection<?> c) fhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#retainAll()ModifiableObservableListBasejavafx.collectionsfhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#retainAll()METHODset (int index,  E  element) `http://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#set()ModifiableObservableListBasejavafx.collections`http://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#set()METHODsetAllq (java.util.Collection<? extends  E > col)   Clears the ObservableList and add all elements from the collection. chttp://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#setAll()ModifiableObservableListBasejavafx.collectionschttp://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#setAll()METHODsize () ahttp://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#size()ModifiableObservableListBasejavafx.collectionsahttp://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#size()METHODsubList (int fromIndex, int toIndex) dhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#subList()ModifiableObservableListBasejavafx.collectionsdhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ModifiableObservableListBase.html#subList()CLASS
 679 MotionBlur Example:    MotionBlur motionBlur = new MotionBlur(); motionBlur.setRadius(30); motionBlur.setAngle(-15.0); Text text = new Text(); text.setX(20.0); text.setY(1javafx.scene.effectIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/MotionBlur.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/MotionBlur.htmlPROPERTYangle0    The angle of the motion effect, in degrees. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/MotionBlur.html#angle
 680 MotionBlurjavafx.scene.effectOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/MotionBlur.html#anglePROPERTYinput!    The input for this  Effect . Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/MotionBlur.html#input
 681 MotionBlurjavafx.scene.effectOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/MotionBlur.html#inputPROPERTYradius#    The radius of the blur kernel. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/MotionBlur.html#radius
 682 MotionBlurjavafx.scene.effectPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/MotionBlur.html#radiusMETHOD
angleProperty2 ()   The angle of the motion effect, in degrees. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/MotionBlur.html#angleProperty()
 683 MotionBlurjavafx.scene.effectYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/MotionBlur.html#angleProperty()METHODgetAngle, ()   Gets the value of the property angle. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/MotionBlur.html#getAngle()
 684 MotionBlurjavafx.scene.effectThttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/MotionBlur.html#getAngle()METHODgetInput, ()   Gets the value of the property input. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/MotionBlur.html#getInput()
 685 MotionBlurjavafx.scene.effectThttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/MotionBlur.html#getInput()METHOD     getRadius- ()   Gets the value of the property radius. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/MotionBlur.html#getRadius()
 686 MotionBlurjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/MotionBlur.html#getRadius()METHOD
inputProperty# ()   The input for this  Effect . Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/MotionBlur.html#inputProperty()
 687 MotionBlurjavafx.scene.effectYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/MotionBlur.html#inputProperty()METHODradiusProperty% ()   The radius of the blur kernel. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/MotionBlur.html#radiusProperty()
 688 MotionBlurjavafx.scene.effectZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/MotionBlur.html#radiusProperty()METHODsetAngle8 (double value)   Sets the value of the property angle. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/MotionBlur.html#setAngle()
 689 MotionBlurjavafx.scene.effectThttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/MotionBlur.html#setAngle()METHODsetInput: ( Effect  value)   Sets the value of the property input. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/MotionBlur.html#setInput()
 690 MotionBlurjavafx.scene.effectThttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/MotionBlur.html#setInput()METHOD     setRadius9 (double value)   Sets the value of the property radius. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/MotionBlur.html#setRadius()
 691 MotionBlurjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/MotionBlur.html#setRadius()ENUMMouseButtonjavafx.scene.inputIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseButton.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseButton.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseButton.html#valueOf()MouseButtonjavafx.scene.inputShttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseButton.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseButton.html#values()MouseButtonjavafx.scene.inputRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseButton.html#values()CLASSMouseDragEvent Full press-drag-release gesture can be started by calling  startFullDrag()  (on a node or scene) inside of a DRAG_DETECTED event handler. This call activates dejavafx.scene.inputLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseDragEvent.htmlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseDragEvent.htmlMETHODcopyForn (java.lang.Object newSource,  EventTarget  newTarget)   Copies this event for a different source and target. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseDragEvent.html#copyFor()MouseDragEventjavafx.scene.inputVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseDragEvent.html#copyFor()METHODcopyFor  (java.lang.Object newSource,  EventTarget  newTarget,  EventType <? extends  MouseEvent > type)   Creates a copy of the given event with the given fields substVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseDragEvent.html#copyFor()MouseDragEventjavafx.scene.inputVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseDragEvent.html#copyFor()METHODgetEventType) ()   Gets the event type of this event. [http://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseDragEvent.html#getEventType()MouseDragEventjavafx.scene.input[http://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseDragEvent.html#getEventType()METHODgetGestureSource8 ()   Returns the source object of the ongoing gesture. _http://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseDragEvent.html#getGestureSource()MouseDragEventjavafx.scene.input_http://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseDragEvent.html#getGestureSource()METHODtoStringG ()   Returns a string representation of this  MouseDragEvent  object. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseDragEvent.html#toString()MouseDragEventjavafx.scene.inputWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseDragEvent.html#toString()FIELDANY0    Common supertype for all mouse event types. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseDragEvent.html#ANYMouseDragEventjavafx.scene.inputPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseDragEvent.html#ANYFIELDMOUSE_DRAG_ENTERED6    This event occurs when the gesture enters a node. _http://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseDragEvent.html#MOUSE_DRAG_ENTEREDMouseDragEventjavafx.scene.input_http://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseDragEvent.html#MOUSE_DRAG_ENTEREDFIELDMOUSE_DRAG_ENTERED_TARGET6    This event occurs when the gesture enters a node. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseDragEvent.html#MOUSE_DRAG_ENTERED_TARGETMouseDragEventjavafx.scene.inputfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseDragEvent.html#MOUSE_DRAG_ENTERED_TARGETFIELDMOUSE_DRAG_EXITED5    This event occurs when the gesture exits a node. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseDragEvent.html#MOUSE_DRAG_EXITEDMouseDragEventjavafx.scene.input^http://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseDragEvent.html#MOUSE_DRAG_EXITEDFIELDMOUSE_DRAG_EXITED_TARGET5    This event occurs when the gesture exits a node. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseDragEvent.html#MOUSE_DRAG_EXITED_TARGETMouseDragEventjavafx.scene.inputehttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseDragEvent.html#MOUSE_DRAG_EXITED_TARGETFIELDMOUSE_DRAG_OVERD    This event occurs when the gesture progresses within this node. \http://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseDragEvent.html#MOUSE_DRAG_OVERMouseDragEventjavafx.scene.input\http://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseDragEvent.html#MOUSE_DRAG_OVERFIELDMOUSE_DRAG_RELEASEDV    This event occurs when the gesture ends (by releasing mouse button) on this node. `http://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseDragEvent.html#MOUSE_DRAG_RELEASEDMouseDragEventjavafx.scene.input`http://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseDragEvent.html#MOUSE_DRAG_RELEASEDCLASS
 692 MouseEvent The mouse (pointer's) location is available relative to several coordinate systems: x,y - relative to the origin of the MouseEvent's node, sceneX,sceneY - relatjavafx.scene.inputHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.htmlMETHODcopyForn (java.lang.Object newSource,  EventTarget  newTarget)   Copies this event for a different source and target. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#copyFor()
 693 MouseEventjavafx.scene.inputRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#copyFor()METHODcopyFor  (java.lang.Object newSource,  EventTarget  newTarget,  EventType <? extends  MouseEvent > eventType)   Creates a copy of the given event with the given fields Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#copyFor()
 694 MouseEventjavafx.scene.inputRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#copyFor()METHODcopyForMouseDragEvent  ( MouseEvent  e, java.lang.Object source,  EventTarget  target,  EventType < MouseDragEvent > type, java.lang.Object gestureSource,  PickResult  pickResult)   `http://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#copyForMouseDragEvent()
 695 MouseEventjavafx.scene.input`http://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#copyForMouseDragEvent()METHOD  getButtonI ()   Which, if any, of the mouse buttons is responsible for this event. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#getButton()
 696 MouseEventjavafx.scene.inputThttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#getButton()METHOD
getClickCountA ()   Returns number of mouse clicks associated with this event. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#getClickCount()
 697 MouseEventjavafx.scene.inputXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#getClickCount()METHODgetEventType) ()   Gets the event type of this event. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#getEventType()
 698 MouseEventjavafx.scene.inputWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#getEventType()METHOD
getPickResult* ()   Returns information about the pick. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#getPickResult()
 699 MouseEventjavafx.scene.inputXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#getPickResult()METHOD  getSceneX| ()   Returns horizontal position of the event relative to the origin of the  Scene  that contains the MouseEvent's source. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#getSceneX()
 700 MouseEventjavafx.scene.inputThttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#getSceneX()METHOD      getSceneYz ()   Returns vertical position of the event relative to the origin of the  Scene  that contains the MouseEvent's source. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#getSceneY()
 701 MouseEventjavafx.scene.inputThttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#getSceneY()METHOD
 702 getScreenX9 ()   Returns absolute horizontal position of the event. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#getScreenX()
 703 MouseEventjavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#getScreenX()METHOD
 704 getScreenY7 ()   Returns absolute vertical position of the event. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#getScreenY()
 705 MouseEventjavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#getScreenY()METHODgetXZ ()   Horizontal position of the event relative to the origin of the MouseEvent's source. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#getX()
 706 MouseEventjavafx.scene.inputOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#getX()METHODgetYX ()   Vertical position of the event relative to the origin of the MouseEvent's source. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#getY()
 707 MouseEventjavafx.scene.inputOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#getY()METHODgetZU ()   Depth position of the event relative to the origin of the MouseEvent's source. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#getZ()
 708 MouseEventjavafx.scene.inputOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#getZ()METHOD   isAltDown= ()   Whether or not the Alt modifier is down on this event. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#isAltDown()
 709 MouseEventjavafx.scene.inputThttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#isAltDown()METHOD
isControlDownA ()   Whether or not the Control modifier is down on this event. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#isControlDown()
 710 MouseEventjavafx.scene.inputXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#isControlDown()METHODisDragDetectO ()   Determines whether this event will be followed by  DRAG_DETECTED  event. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#isDragDetect()
 711 MouseEventjavafx.scene.inputWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#isDragDetect()METHOD
 712 isMetaDown> ()   Whether or not the Meta modifier is down on this event. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#isMetaDown()
 713 MouseEventjavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#isMetaDown()METHODisMiddleButtonDownG ()   Returns  true  if middle button (button 2) is currently pressed. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#isMiddleButtonDown()
 714 MouseEventjavafx.scene.input]http://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#isMiddleButtonDown()METHODisPopupTrigger[ ()   Returns  true  if this mouse event is the popup menu trigger event for the platform. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#isPopupTrigger()
 715 MouseEventjavafx.scene.inputYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#isPopupTrigger()METHODisPrimaryButtonDownZ ()   Returns  true  if primary button (button 1, usually the left) is currently pressed. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#isPrimaryButtonDown()
 716 MouseEventjavafx.scene.input^http://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#isPrimaryButtonDown()METHODisSecondaryButtonDown] ()   Returns  true  if secondary button (button 1, usually the right) is currently pressed. `http://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#isSecondaryButtonDown()
 717 MouseEventjavafx.scene.input`http://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#isSecondaryButtonDown()METHODisShiftDown? ()   Whether or not the Shift modifier is down on this event. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#isShiftDown()
 718 MouseEventjavafx.scene.inputVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#isShiftDown()METHODisShortcutDown_ ()   Returns whether or not the host platform common shortcut modifier is down on this event. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#isShortcutDown()
 719 MouseEventjavafx.scene.inputYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#isShortcutDown()METHODisStillSincePress‘ ()   Indicates whether the mouse cursor stayed in the system-provided hysteresis area since last pressed event that occurred before this event. \http://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#isStillSincePress()
 720 MouseEventjavafx.scene.input\http://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#isStillSincePress()METHOD
isSynthesized‘ ()   Indicates whether this event is synthesized from using a touch screen instead of usual mouse event source devices like mouse or track pad. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#isSynthesized()
 721 MouseEventjavafx.scene.inputXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#isSynthesized()METHOD
setDragDetect: (boolean dragDetect)   Augments drag detection behavior. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#setDragDetect()
 722 MouseEventjavafx.scene.inputXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#setDragDetect()METHODtoStringC ()   Returns a string representation of this  MouseEvent  object. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#toString()
 723 MouseEventjavafx.scene.inputShttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#toString()FIELDANY0    Common supertype for all mouse event types. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#ANY
 724 MouseEventjavafx.scene.inputLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#ANYFIELD
DRAG_DETECTED\    This event is delivered to a node that is identified as a source of a dragging gesture. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#DRAG_DETECTED
 725 MouseEventjavafx.scene.inputVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#DRAG_DETECTEDFIELD
MOUSE_CLICKEDb    This event occurs when mouse button has been clicked (pressed and released on the same node). Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#MOUSE_CLICKED
 726 MouseEventjavafx.scene.inputVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#MOUSE_CLICKEDFIELD
MOUSE_DRAGGED>    This event occurs when mouse moves with a pressed button. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#MOUSE_DRAGGED
 727 MouseEventjavafx.scene.inputVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#MOUSE_DRAGGEDFIELD
MOUSE_ENTERED0    This event occurs when mouse enters a node. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#MOUSE_ENTERED
 728 MouseEventjavafx.scene.inputVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#MOUSE_ENTEREDFIELDMOUSE_ENTERED_TARGET0    This event occurs when mouse enters a node. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#MOUSE_ENTERED_TARGET
 729 MouseEventjavafx.scene.input]http://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#MOUSE_ENTERED_TARGETFIELDMOUSE_EXITED/    This event occurs when mouse exits a node. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#MOUSE_EXITED
 730 MouseEventjavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#MOUSE_EXITEDFIELDMOUSE_EXITED_TARGET/    This event occurs when mouse exits a node. \http://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#MOUSE_EXITED_TARGET
 731 MouseEventjavafx.scene.input\http://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#MOUSE_EXITED_TARGETFIELDMOUSE_MOVEDQ    This event occurs when mouse moves within a node and no buttons are pressed. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#MOUSE_MOVED
 732 MouseEventjavafx.scene.inputThttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#MOUSE_MOVEDFIELD
MOUSE_PRESSED4    This event occurs when mouse button is pressed. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#MOUSE_PRESSED
 733 MouseEventjavafx.scene.inputVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#MOUSE_PRESSEDFIELDMOUSE_RELEASED5    This event occurs when mouse button is released. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#MOUSE_RELEASED
 734 MouseEventjavafx.scene.inputWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/MouseEvent.html#MOUSE_RELEASEDCLASSMoveTo For more information on path elements see the   Path   and   PathElement   classes.  Example:   import javafx.scene.shape.*; Path path = new Path(); path.getElejavafx.scene.shapeDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MoveTo.htmlDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MoveTo.htmlPROPERTYx(    Defines the specified X coordinate. Fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MoveTo.html#xMoveTojavafx.scene.shapeFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MoveTo.html#xPROPERTYy(    Defines the specified Y coordinate. Fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MoveTo.html#yMoveTojavafx.scene.shapeFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MoveTo.html#yMETHODgetX( ()   Gets the value of the property x. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MoveTo.html#getX()MoveTojavafx.scene.shapeKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MoveTo.html#getX()METHODgetY( ()   Gets the value of the property y. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MoveTo.html#getY()MoveTojavafx.scene.shapeKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MoveTo.html#getY()METHODsetX4 (double value)   Sets the value of the property x. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MoveTo.html#setX()MoveTojavafx.scene.shapeKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MoveTo.html#setX()METHODsetY4 (double value)   Sets the value of the property y. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MoveTo.html#setY()MoveTojavafx.scene.shapeKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MoveTo.html#setY()METHODtoString? ()   Returns a string representation of this  MoveTo  object. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MoveTo.html#toString()MoveTojavafx.scene.shapeOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MoveTo.html#toString()METHOD xProperty* ()   Defines the specified X coordinate. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MoveTo.html#xProperty()MoveTojavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MoveTo.html#xProperty()METHOD  yProperty* ()   Defines the specified Y coordinate. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MoveTo.html#yProperty()MoveTojavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/MoveTo.html#yProperty()CLASSMultipleSelectionModel Specifies the selection mode to use in this selection model. The selection mode specifies how many items in the underlying data model can be selected at any onejavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MultipleSelectionModel.htmlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MultipleSelectionModel.htmlPROPERTY
selectionModeA    Specifies the selection mode to use in this selection model. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MultipleSelectionModel.html#selectionModeMultipleSelectionModeljavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MultipleSelectionModel.html#selectionModeMETHODgetSelectedIndicesD ()   Returns a  read-only  ObservableList of all selected indices. khttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MultipleSelectionModel.html#getSelectedIndices()MultipleSelectionModeljavafx.scene.controlkhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MultipleSelectionModel.html#getSelectedIndices()METHODgetSelectedItemsB ()   Returns a  read-only  ObservableList of all selected items. ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MultipleSelectionModel.html#getSelectedItems()MultipleSelectionModeljavafx.scene.controlihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MultipleSelectionModel.html#getSelectedItems()METHODgetSelectionMode4 ()   Gets the value of the property selectionMode. ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MultipleSelectionModel.html#getSelectionMode()MultipleSelectionModeljavafx.scene.controlihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MultipleSelectionModel.html#getSelectionMode()METHOD       selectAll: ()   Convenience method to select all available indices. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MultipleSelectionModel.html#selectAll()MultipleSelectionModeljavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MultipleSelectionModel.html#selectAll()METHODselectFirstI ()   This method will attempt to select the first index in the control. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MultipleSelectionModel.html#selectFirst()MultipleSelectionModeljavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MultipleSelectionModel.html#selectFirst()METHOD
selectIndicesi (int index, int... indices)   This method allows for one or more selections to be set at the same time. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MultipleSelectionModel.html#selectIndices()MultipleSelectionModeljavafx.scene.controlfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MultipleSelectionModel.html#selectIndices()METHODselectionModePropertyC ()   Specifies the selection mode to use in this selection model. nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MultipleSelectionModel.html#selectionModeProperty()MultipleSelectionModeljavafx.scene.controlnhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MultipleSelectionModel.html#selectionModeProperty()METHOD
 735 selectLastH ()   This method will attempt to select the last index in the control. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MultipleSelectionModel.html#selectLast()MultipleSelectionModeljavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MultipleSelectionModel.html#selectLast()METHODselectRangeo (int start, int end)   Selects all indices from the given start index to the item before the given end index. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MultipleSelectionModel.html#selectRange()MultipleSelectionModeljavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MultipleSelectionModel.html#selectRange()METHODsetSelectionModeI ( SelectionMode  value)   Sets the value of the property selectionMode. ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MultipleSelectionModel.html#setSelectionMode()MultipleSelectionModeljavafx.scene.controlihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/MultipleSelectionModel.html#setSelectionMode()CLASSNode Each item in the scene graph is called a  Node . Branch nodes are of type   Parent  , whose concrete subclasses are   Group  ,   Region  , and   Control  , or sjavafx.scene<http://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html<http://download.java.net/jdk8/jfxdocs/javafx/scene/Node.htmlPROPERTY   blendModeS    The   BlendMode   used to blend this individual node into the scene behind it. Fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#blendModeNodejavafx.sceneFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#blendModePROPERTY
boundsInLocal^    The rectangular bounds of this  Node  in the node's untransformed local coordinate space. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#boundsInLocalNodejavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#boundsInLocalPROPERTYboundsInParentH    The rectangular bounds of this  Node  which include its transforms. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#boundsInParentNodejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#boundsInParentPROPERTY  cacheHint4    Additional hint for controlling bitmap caching. Fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#cacheHintNodejavafx.sceneFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#cacheHintPROPERTYcache`    A performance hint to the system to indicate that this  Node  should be cached as a bitmap. Bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#cacheNodejavafx.sceneBhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#cachePROPERTYclipN    Specifies a  Node  to use to define the the clipping shape for this Node. Ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#clipNodejavafx.sceneAhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#clipPROPERTYcursor;    Defines the mouse cursor for this  Node  and subnodes. Chttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#cursorNodejavafx.sceneChttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#cursorPROPERTY    depthTestF    Indicates whether depth testing is used when rendering this node. Fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#depthTestNodejavafx.sceneFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#depthTestPROPERTYdisabled6    Indicates whether or not this  Node  is disabled. Ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#disabledNodejavafx.sceneEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#disabledPROPERTYdisable:    Defines the individual disabled state of this  Node . Dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#disableNodejavafx.sceneDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#disablePROPERTYeffectiveNodeOrientation‡    The effective orientation of a node resolves the inheritance of node orientation, returning either left-to-right or right-to-left. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#effectiveNodeOrientationNodejavafx.sceneUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#effectiveNodeOrientationPROPERTYeffect1    Specifies an effect to apply to this  Node . Chttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#effectNodejavafx.sceneChttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#effectPROPERTYeventDispatcher2    Specifies the event dispatcher for this node. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#eventDispatcherNodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#eventDispatcherPROPERTYfocusedA    Indicates whether this  Node  currently has the input focus. Dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#focusedNodejavafx.sceneDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#focusedPROPERTYfocusTraversableM    Specifies whether this  Node  should be a part of focus traversal cycle. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#focusTraversableNodejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#focusTraversablePROPERTYhover6    Whether or not this  Node  is being hovered over. Bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#hoverNodejavafx.sceneBhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#hoverPROPERTYid    The id of this  Node . ?http://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#idNodejavafx.scene?http://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#idPROPERTYinputMethodRequests*    Property holding InputMethodRequests. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#inputMethodRequestsNodejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#inputMethodRequestsPROPERTYlayoutBoundsV    The rectangular bounds that should be used for layout calculations for this node. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#layoutBoundsNodejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#layoutBoundsPROPERTYlayoutXt    Defines the x coordinate of the translation that is added to this  Node 's transform for the purpose of layout. Dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#layoutXNodejavafx.sceneDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#layoutXPROPERTYlayoutYt    Defines the y coordinate of the translation that is added to this  Node 's transform for the purpose of layout. Dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#layoutYNodejavafx.sceneDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#layoutYPROPERTYlocalToParentTransformK    An affine transform that holds the computed local-to-parent transform. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToParentTransformNodejavafx.sceneShttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToParentTransformPROPERTYlocalToSceneTransformJ    An affine transform that holds the computed local-to-scene transform. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToSceneTransformNodejavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToSceneTransformPROPERTYmanagedN    Defines whether or not this node's layout will be managed by it's parent. Dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#managedNodejavafx.sceneDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#managedPROPERTYmouseTransparente    If  true , this node (together with all its children) is completely transparent to mouse events. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#mouseTransparentNodejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#mouseTransparentPROPERTYnodeOrientation&    Property holding NodeOrientation. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#nodeOrientationNodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#nodeOrientationPROPERTYonContextMenuRequested[    Defines a function to be called when a context menu has been requested on this  Node . Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onContextMenuRequestedNodejavafx.sceneShttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onContextMenuRequestedPROPERTYonDragDetectedI    Defines a function to be called when drag gesture has been detected. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onDragDetectedNodejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onDragDetectedPROPERTY
 736 onDragDone‰    Defines a function to be called when this  Node  is a drag and drop gesture source after its data has been dropped on a drop target. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onDragDoneNodejavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onDragDonePROPERTY
onDragDroppeds    Defines a function to be called when the mouse button is released on this  Node  during drag and drop gesture. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onDragDroppedNodejavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onDragDroppedPROPERTY
onDragEnteredJ    Defines a function to be called when drag gesture enters this  Node . Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onDragEnteredNodejavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onDragEnteredPROPERTYonDragExitedI    Defines a function to be called when drag gesture exits this  Node . Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onDragExitedNodejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onDragExitedPROPERTY
 737 onDragOverU    Defines a function to be called when drag gesture progresses within this  Node . Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onDragOverNodejavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onDragOverPROPERTYonInputMethodTextChangedl    Defines a function to be called when this  Node  has input focus and the input method text has changed. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onInputMethodTextChangedNodejavafx.sceneUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onInputMethodTextChangedPROPERTYonKeyPressedu    Defines a function to be called when this  Node  or its child  Node  has input focus and a key has been pressed. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onKeyPressedNodejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onKeyPressedPROPERTY
onKeyReleasedv    Defines a function to be called when this  Node  or its child  Node  has input focus and a key has been released. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onKeyReleasedNodejavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onKeyReleasedPROPERTY
 738 onKeyTypeds    Defines a function to be called when this  Node  or its child  Node  has input focus and a key has been typed. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onKeyTypedNodejavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onKeyTypedPROPERTYonMouseClickedp    Defines a function to be called when a mouse button has been clicked (pressed and released) on this  Node . Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseClickedNodejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseClickedPROPERTYonMouseDragEntered_    Defines a function to be called when a full press-drag-release gesture enters this  Node . Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseDragEnteredNodejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseDragEnteredPROPERTYonMouseDragExited_    Defines a function to be called when a full press-drag-release gesture leaves this  Node . Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseDragExitedNodejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseDragExitedPROPERTYonMouseDraggedd    Defines a function to be called when a mouse button is pressed on this  Node  and then dragged. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseDraggedNodejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseDraggedPROPERTYonMouseDragOverj    Defines a function to be called when a full press-drag-release gesture progresses within this  Node . Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseDragOverNodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseDragOverPROPERTYonMouseDragReleased€    Defines a function to be called when a full press-drag-release gesture ends (by releasing mouse button) within this  Node . Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseDragReleasedNodejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseDragReleasedPROPERTYonMouseEnteredG    Defines a function to be called when the mouse enters this  Node . Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseEnteredNodejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseEnteredPROPERTY
onMouseExitedF    Defines a function to be called when the mouse exits this  Node . Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseExitedNodejavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseExitedPROPERTYonMouseMovedp    Defines a function to be called when mouse cursor moves within this  Node  but no buttons have been pushed. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseMovedNodejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseMovedPROPERTYonMousePressedY    Defines a function to be called when a mouse button has been pressed on this  Node . Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMousePressedNodejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMousePressedPROPERTYonMouseReleasedZ    Defines a function to be called when a mouse button has been released on this  Node . Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseReleasedNodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseReleasedPROPERTYonRotateJ    Defines a function to be called when user performs a rotation action. Ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onRotateNodejavafx.sceneEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onRotatePROPERTYonRotationFinishedB    Defines a function to be called when a rotation gesture ends. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onRotationFinishedNodejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onRotationFinishedPROPERTYonRotationStartedI    Defines a function to be called when a rotation gesture is detected. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onRotationStartedNodejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onRotationStartedPROPERTYonScrollFinishedC    Defines a function to be called when a scrolling gesture ends. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onScrollFinishedNodejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onScrollFinishedPROPERTYonScrollK    Defines a function to be called when user performs a scrolling action. Ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onScrollNodejavafx.sceneEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onScrollPROPERTYonScrollStartedJ    Defines a function to be called when a scrolling gesture is detected. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onScrollStartedNodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onScrollStartedPROPERTYonSwipeDownc    Defines a function to be called when a downward swipe gesture centered over this node happens. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onSwipeDownNodejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onSwipeDownPROPERTYonSwipeLeftc    Defines a function to be called when a leftward swipe gesture centered over this node happens. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onSwipeLeftNodejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onSwipeLeftPROPERTYonSwipeRighte    Defines a function to be called when an rightward swipe gesture centered over this node happens. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onSwipeRightNodejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onSwipeRightPROPERTY      onSwipeUpb    Defines a function to be called when an upward swipe gesture centered over this node happens. Fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onSwipeUpNodejavafx.sceneFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onSwipeUpPROPERTYonTouchMovedA    Defines a function to be called when a touch point is moved. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onTouchMovedNodejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onTouchMovedPROPERTYonTouchPressedG    Defines a function to be called when a new touch point is pressed. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onTouchPressedNodejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onTouchPressedPROPERTYonTouchReleasedD    Defines a function to be called when a touch point is released. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onTouchReleasedNodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onTouchReleasedPROPERTYonTouchStationaryP    Defines a function to be called when a touch point stays pressed and still. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onTouchStationaryNodejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onTouchStationaryPROPERTYonZoomFinishedA    Defines a function to be called when a zooming gesture ends. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onZoomFinishedNodejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onZoomFinishedPROPERTYonZoomI    Defines a function to be called when user performs a zooming action. Chttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onZoomNodejavafx.sceneChttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onZoomPROPERTY
onZoomStartedH    Defines a function to be called when a zooming gesture is detected. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onZoomStartedNodejavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onZoomStartedPROPERTYopacity>    Specifies how opaque (that is, solid) the  Node  appears. Dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#opacityNodejavafx.sceneDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#opacityPROPERTYparent    The parent of this  Node . Chttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#parentNodejavafx.sceneChttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#parentPROPERTYpickOnBounds~    Defines how the picking computation is done for this node when triggered by a  MouseEvent  or a  contains  function call. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#pickOnBoundsNodejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#pickOnBoundsPROPERTYpressed*    Whether or not the  Node  is pressed. Dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#pressedNodejavafx.sceneDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#pressedPROPERTYrotateR    Defines the angle of rotation about the  Node 's center, measured in degrees. Chttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#rotateNodejavafx.sceneChttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#rotatePROPERTYrotationAxis1    Defines the axis of rotation of this  Node . Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#rotationAxisNodejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#rotationAxisPROPERTYscaleXw    Defines the factor by which coordinates are scaled about the center of the object along the X axis of this  Node . Chttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#scaleXNodejavafx.sceneChttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#scaleXPROPERTYscaleYw    Defines the factor by which coordinates are scaled about the center of the object along the Y axis of this  Node . Chttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#scaleYNodejavafx.sceneChttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#scaleYPROPERTYscaleZw    Defines the factor by which coordinates are scaled about the center of the object along the Z axis of this  Node . Chttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#scaleZNodejavafx.sceneChttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#scaleZPROPERTYscene/    The   Scene   that this  Node  is part of. Bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#sceneNodejavafx.sceneBhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#scenePROPERTYstyleS    A string representation of the CSS style associated with this specific  Node . Bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#styleNodejavafx.sceneBhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#stylePROPERTY
 739 translateXZ    Defines the x coordinate of the translation that is added to this  Node 's transform. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#translateXNodejavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#translateXPROPERTY
 740 translateYZ    Defines the y coordinate of the translation that is added to this  Node 's transform. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#translateYNodejavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#translateYPROPERTY
 741 translateZm    Defines the Z coordinate of the translation that is added to the transformed coordinates of this  Node . Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#translateZNodejavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#translateZPROPERTYvisibleb    Specifies whether this  Node  and any subnodes should be rendered as part of the scene graph. Dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#visibleNodejavafx.sceneDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#visibleMETHODaddEventFilterm ( EventType <T> eventType,  EventHandler <? super T> eventFilter)   Registers an event filter to this node. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#addEventFilter()Nodejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#addEventFilter()METHODaddEventHandlero ( EventType <T> eventType,  EventHandler <? super T> eventHandler)   Registers an event handler to this node. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#addEventHandler()Nodejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#addEventHandler()METHODapplyCssG ()   If required, apply styles to this Node and its children, if any. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#applyCss()Nodejavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#applyCss()METHODautosizef ()   If the node is resizable, will set its layout bounds to its current preferred width and height. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#autosize()Nodejavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#autosize()METHODblendModePropertyU ()   The   BlendMode   used to blend this individual node into the scene behind it. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#blendModeProperty()Nodejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#blendModeProperty()METHODboundsInLocalProperty` ()   The rectangular bounds of this  Node  in the node's untransformed local coordinate space. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#boundsInLocalProperty()Nodejavafx.sceneThttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#boundsInLocalProperty()METHODboundsInParentPropertyJ ()   The rectangular bounds of this  Node  which include its transforms. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#boundsInParentProperty()Nodejavafx.sceneUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#boundsInParentProperty()METHODbuildEventDispatchChainP ( EventDispatchChain  tail)   Construct an event dispatch chain for this node. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#buildEventDispatchChain()Nodejavafx.sceneVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#buildEventDispatchChain()METHODcacheHintProperty6 ()   Additional hint for controlling bitmap caching. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#cacheHintProperty()Nodejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#cacheHintProperty()METHOD
cachePropertyb ()   A performance hint to the system to indicate that this  Node  should be cached as a bitmap. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#cacheProperty()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#cacheProperty()METHODclipPropertyP ()   Specifies a  Node  to use to define the the clipping shape for this Node. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#clipProperty()Nodejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#clipProperty()METHODcomputeAreaInScreenY ()   Returns the area of this  Node  projected onto the physical screen in pixel units. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#computeAreaInScreen()Nodejavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#computeAreaInScreen()METHODcontains  (double localX, double localY)   Returns  true  if the given point (specified in the local coordinate space of this  Node ) is contained within the shape of thGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#contains()Nodejavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#contains()METHODcontains  ( Point2D  localPoint)   Returns  true  if the given point (specified in the local coordinate space of this  Node ) is contained within the shape of this  NodeGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#contains()Nodejavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#contains()METHODcursorProperty= ()   Defines the mouse cursor for this  Node  and subnodes. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#cursorProperty()Nodejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#cursorProperty()METHODdepthTestPropertyH ()   Indicates whether depth testing is used when rendering this node. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#depthTestProperty()Nodejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#depthTestProperty()METHODdisabledProperty8 ()   Indicates whether or not this  Node  is disabled. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#disabledProperty()Nodejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#disabledProperty()METHODdisableProperty< ()   Defines the individual disabled state of this  Node . Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#disableProperty()Nodejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#disableProperty()METHOD effectiveNodeOrientationProperty‰ ()   The effective orientation of a node resolves the inheritance of node orientation, returning either left-to-right or right-to-left. _http://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#effectiveNodeOrientationProperty()Nodejavafx.scene_http://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#effectiveNodeOrientationProperty()METHODeffectProperty3 ()   Specifies an effect to apply to this  Node . Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#effectProperty()Nodejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#effectProperty()METHODeventDispatcherProperty4 ()   Specifies the event dispatcher for this node. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#eventDispatcherProperty()Nodejavafx.sceneVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#eventDispatcherProperty()METHOD fireEvent. ( Event  event)   Fires the specified event. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#fireEvent()Nodejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#fireEvent()METHODfocusedPropertyC ()   Indicates whether this  Node  currently has the input focus. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#focusedProperty()Nodejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#focusedProperty()METHODfocusTraversablePropertyO ()   Specifies whether this  Node  should be a part of focus traversal cycle. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#focusTraversableProperty()Nodejavafx.sceneWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#focusTraversableProperty()METHODgetBaselineOffset  ()   The 'alphabetic' (or 'roman') baseline offset from the node's layoutBounds.minY location that should be used when this node is being vertically aligned byPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getBaselineOffset()Nodejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getBaselineOffset()METHODgetBlendMode0 ()   Gets the value of the property blendMode. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getBlendMode()Nodejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getBlendMode()METHODgetBoundsInLocal4 ()   Gets the value of the property boundsInLocal. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getBoundsInLocal()Nodejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getBoundsInLocal()METHODgetBoundsInParent5 ()   Gets the value of the property boundsInParent. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getBoundsInParent()Nodejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getBoundsInParent()METHODgetCacheHint0 ()   Gets the value of the property cacheHint. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getCacheHint()Nodejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getCacheHint()METHODgetClassCssMetaData () Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getClassCssMetaData()Nodejavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getClassCssMetaData()METHODgetClip+ ()   Gets the value of the property clip. Fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getClip()Nodejavafx.sceneFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getClip()METHODgetContentBiasM ()   Returns the orientation of a node's resizing bias for layout purposes. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getContentBias()Nodejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getContentBias()METHODgetCssMetaData ()   This method should delegate to   getClassCssMetaData()   so that a Node's CssMetaData can be accessed without the need for reflection. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getCssMetaData()Nodejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getCssMetaData()METHOD     getCursor- ()   Gets the value of the property cursor. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getCursor()Nodejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getCursor()METHODgetDepthTest0 ()   Gets the value of the property depthTest. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getDepthTest()Nodejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getDepthTest()METHOD getEffect- ()   Gets the value of the property effect. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getEffect()Nodejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getEffect()METHODgetEffectiveNodeOrientation? ()   Gets the value of the property effectiveNodeOrientation. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getEffectiveNodeOrientation()Nodejavafx.sceneZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getEffectiveNodeOrientation()METHODgetEventDispatcher6 ()   Gets the value of the property eventDispatcher. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getEventDispatcher()Nodejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getEventDispatcher()METHODgetId ()   The id of this  Node . Dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getId()Nodejavafx.sceneDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getId()METHODgetInputMethodRequests: ()   Gets the value of the property inputMethodRequests. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getInputMethodRequests()Nodejavafx.sceneUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getInputMethodRequests()METHODgetLayoutBounds3 ()   Gets the value of the property layoutBounds. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getLayoutBounds()Nodejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getLayoutBounds()METHOD
 742 getLayoutX. ()   Gets the value of the property layoutX. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getLayoutX()Nodejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getLayoutX()METHOD
 743 getLayoutY. ()   Gets the value of the property layoutY. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getLayoutY()Nodejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getLayoutY()METHODgetLocalToParentTransform= ()   Gets the value of the property localToParentTransform. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getLocalToParentTransform()Nodejavafx.sceneXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getLocalToParentTransform()METHODgetLocalToSceneTransform< ()   Gets the value of the property localToSceneTransform. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getLocalToSceneTransform()Nodejavafx.sceneWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getLocalToSceneTransform()METHODgetNodeOrientation6 ()   Gets the value of the property nodeOrientation. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getNodeOrientation()Nodejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getNodeOrientation()METHODgetOnContextMenuRequested= ()   Gets the value of the property onContextMenuRequested. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnContextMenuRequested()Nodejavafx.sceneXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnContextMenuRequested()METHODgetOnDragDetected5 ()   Gets the value of the property onDragDetected. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnDragDetected()Nodejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnDragDetected()METHOD
getOnDragDone1 ()   Gets the value of the property onDragDone. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnDragDone()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnDragDone()METHODgetOnDragDropped4 ()   Gets the value of the property onDragDropped. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnDragDropped()Nodejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnDragDropped()METHODgetOnDragEntered4 ()   Gets the value of the property onDragEntered. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnDragEntered()Nodejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnDragEntered()METHODgetOnDragExited3 ()   Gets the value of the property onDragExited. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnDragExited()Nodejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnDragExited()METHOD
getOnDragOver1 ()   Gets the value of the property onDragOver. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnDragOver()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnDragOver()METHODgetOnInputMethodTextChanged? ()   Gets the value of the property onInputMethodTextChanged. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnInputMethodTextChanged()Nodejavafx.sceneZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnInputMethodTextChanged()METHODgetOnKeyPressed3 ()   Gets the value of the property onKeyPressed. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnKeyPressed()Nodejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnKeyPressed()METHODgetOnKeyReleased4 ()   Gets the value of the property onKeyReleased. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnKeyReleased()Nodejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnKeyReleased()METHOD
getOnKeyTyped1 ()   Gets the value of the property onKeyTyped. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnKeyTyped()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnKeyTyped()METHODgetOnMouseClicked5 ()   Gets the value of the property onMouseClicked. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnMouseClicked()Nodejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnMouseClicked()METHODgetOnMouseDragEntered9 ()   Gets the value of the property onMouseDragEntered. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnMouseDragEntered()Nodejavafx.sceneThttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnMouseDragEntered()METHODgetOnMouseDragExited8 ()   Gets the value of the property onMouseDragExited. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnMouseDragExited()Nodejavafx.sceneShttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnMouseDragExited()METHODgetOnMouseDragged5 ()   Gets the value of the property onMouseDragged. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnMouseDragged()Nodejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnMouseDragged()METHODgetOnMouseDragOver6 ()   Gets the value of the property onMouseDragOver. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnMouseDragOver()Nodejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnMouseDragOver()METHODgetOnMouseDragReleased: ()   Gets the value of the property onMouseDragReleased. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnMouseDragReleased()Nodejavafx.sceneUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnMouseDragReleased()METHODgetOnMouseEntered5 ()   Gets the value of the property onMouseEntered. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnMouseEntered()Nodejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnMouseEntered()METHODgetOnMouseExited4 ()   Gets the value of the property onMouseExited. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnMouseExited()Nodejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnMouseExited()METHODgetOnMouseMoved3 ()   Gets the value of the property onMouseMoved. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnMouseMoved()Nodejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnMouseMoved()METHODgetOnMousePressed5 ()   Gets the value of the property onMousePressed. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnMousePressed()Nodejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnMousePressed()METHODgetOnMouseReleased6 ()   Gets the value of the property onMouseReleased. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnMouseReleased()Nodejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnMouseReleased()METHODgetOnRotate/ ()   Gets the value of the property onRotate. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnRotate()Nodejavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnRotate()METHODgetOnRotationFinished9 ()   Gets the value of the property onRotationFinished. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnRotationFinished()Nodejavafx.sceneThttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnRotationFinished()METHODgetOnRotationStarted8 ()   Gets the value of the property onRotationStarted. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnRotationStarted()Nodejavafx.sceneShttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnRotationStarted()METHODgetOnScroll/ ()   Gets the value of the property onScroll. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnScroll()Nodejavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnScroll()METHODgetOnScrollFinished7 ()   Gets the value of the property onScrollFinished. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnScrollFinished()Nodejavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnScrollFinished()METHODgetOnScrollStarted6 ()   Gets the value of the property onScrollStarted. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnScrollStarted()Nodejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnScrollStarted()METHODgetOnSwipeDown2 ()   Gets the value of the property onSwipeDown. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnSwipeDown()Nodejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnSwipeDown()METHODgetOnSwipeLeft2 ()   Gets the value of the property onSwipeLeft. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnSwipeLeft()Nodejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnSwipeLeft()METHODgetOnSwipeRight3 ()   Gets the value of the property onSwipeRight. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnSwipeRight()Nodejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnSwipeRight()METHODgetOnSwipeUp0 ()   Gets the value of the property onSwipeUp. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnSwipeUp()Nodejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnSwipeUp()METHODgetOnTouchMoved3 ()   Gets the value of the property onTouchMoved. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnTouchMoved()Nodejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnTouchMoved()METHODgetOnTouchPressed5 ()   Gets the value of the property onTouchPressed. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnTouchPressed()Nodejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnTouchPressed()METHODgetOnTouchReleased6 ()   Gets the value of the property onTouchReleased. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnTouchReleased()Nodejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnTouchReleased()METHODgetOnTouchStationary8 ()   Gets the value of the property onTouchStationary. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnTouchStationary()Nodejavafx.sceneShttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnTouchStationary()METHOD      getOnZoom- ()   Gets the value of the property onZoom. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnZoom()Nodejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnZoom()METHODgetOnZoomFinished5 ()   Gets the value of the property onZoomFinished. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnZoomFinished()Nodejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnZoomFinished()METHODgetOnZoomStarted4 ()   Gets the value of the property onZoomStarted. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnZoomStarted()Nodejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOnZoomStarted()METHOD
 744 getOpacity. ()   Gets the value of the property opacity. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOpacity()Nodejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getOpacity()METHOD   getParent- ()   Gets the value of the property parent. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getParent()Nodejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getParent()METHOD
getPropertiesh ()   Returns an observable map of properties on this node for use primarily by application developers. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getProperties()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getProperties()METHODgetPseudoClassStates7 ()   Return the pseudo-class state of this Styleable. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getPseudoClassStates()Nodejavafx.sceneShttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getPseudoClassStates()METHOD getRotate- ()   Gets the value of the property rotate. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getRotate()Nodejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getRotate()METHODgetRotationAxis3 ()   Gets the value of the property rotationAxis. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getRotationAxis()Nodejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getRotationAxis()METHOD     getScaleX- ()   Gets the value of the property scaleX. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getScaleX()Nodejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getScaleX()METHOD       getScaleY- ()   Gets the value of the property scaleY. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getScaleY()Nodejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getScaleY()METHOD       getScaleZ- ()   Gets the value of the property scaleZ. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getScaleZ()Nodejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getScaleZ()METHODgetScene, ()   Gets the value of the property scene. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getScene()Nodejavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getScene()METHODgetStyleU ()   A string representation of the CSS style associated with this specific  Node . Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getStyle()Nodejavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getStyle()METHODgetStyleableParentJ ()   Return the parent of this Styleable, or null if there is no parent. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getStyleableParent()Nodejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getStyleableParent()METHOD
getStyleClassz ()   A list of String identifiers which can be used to logically group Nodes, specifically for an external style engine. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getStyleClass()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getStyleClass()METHOD
getTransformsX ()   Defines the ObservableList of   Transform   objects to be applied to this  Node . Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getTransforms()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getTransforms()METHOD
getTranslateX1 ()   Gets the value of the property translateX. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getTranslateX()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getTranslateX()METHOD
getTranslateY1 ()   Gets the value of the property translateY. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getTranslateY()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getTranslateY()METHOD
getTranslateZ1 ()   Gets the value of the property translateZ. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getTranslateZ()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getTranslateZ()METHODgetTypeSelectorL ()   The type of this  Styleable  that is to be used in selector matching. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getTypeSelector()Nodejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getTypeSelector()METHODgetUserData ()   Returns a previously set Object property, or null if no such property has been set using the   setUserData(java.lang.Object)   method. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getUserData()Nodejavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#getUserData()METHOD
hasProperties$ ()   Tests if Node has properties. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#hasProperties()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#hasProperties()METHOD
hoverProperty8 ()   Whether or not this  Node  is being hovered over. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#hoverProperty()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#hoverProperty()METHOD
 745 idProperty ()   The id of this  Node . Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#idProperty()Nodejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#idProperty()METHODinputMethodRequestsProperty, ()   Property holding InputMethodRequests. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#inputMethodRequestsProperty()Nodejavafx.sceneZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#inputMethodRequestsProperty()METHOD
 746 intersects› ( Bounds  localBounds)   Returns  true  if the given bounds (specified in the local coordinate space of this  Node ) intersects the shape of this  Node . Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#intersects()Nodejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#intersects()METHOD
 747 intersects  (double localX, double localY, double localWidth, double localHeight)   Returns  true  if the given rectangle (specified in the local coordinate space of this Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#intersects()Nodejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#intersects()METHODisCache, ()   Gets the value of the property cache. Fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#isCache()Nodejavafx.sceneFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#isCache()METHOD     isDisable. ()   Gets the value of the property disable. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#isDisable()Nodejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#isDisable()METHOD
 748 isDisabled/ ()   Gets the value of the property disabled. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#isDisabled()Nodejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#isDisabled()METHOD  isFocused. ()   Gets the value of the property focused. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#isFocused()Nodejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#isFocused()METHODisFocusTraversable7 ()   Gets the value of the property focusTraversable. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#isFocusTraversable()Nodejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#isFocusTraversable()METHODisHover, ()   Gets the value of the property hover. Fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#isHover()Nodejavafx.sceneFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#isHover()METHOD    isManaged. ()   Gets the value of the property managed. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#isManaged()Nodejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#isManaged()METHODisMouseTransparent7 ()   Gets the value of the property mouseTransparent. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#isMouseTransparent()Nodejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#isMouseTransparent()METHODisPickOnBounds3 ()   Gets the value of the property pickOnBounds. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#isPickOnBounds()Nodejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#isPickOnBounds()METHOD        isPressed. ()   Gets the value of the property pressed. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#isPressed()Nodejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#isPressed()METHODisResizableP ()   Indicates whether this node is a type which can be resized by its parent. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#isResizable()Nodejavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#isResizable()METHOD   isVisible. ()   Gets the value of the property visible. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#isVisible()Nodejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#isVisible()METHODlayoutBoundsPropertyX ()   The rectangular bounds that should be used for layout calculations for this node. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#layoutBoundsProperty()Nodejavafx.sceneShttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#layoutBoundsProperty()METHODlayoutXPropertyv ()   Defines the x coordinate of the translation that is added to this  Node 's transform for the purpose of layout. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#layoutXProperty()Nodejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#layoutXProperty()METHODlayoutYPropertyv ()   Defines the y coordinate of the translation that is added to this  Node 's transform for the purpose of layout. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#layoutYProperty()Nodejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#layoutYProperty()METHOD
localToParent† ( Bounds  localBounds)   Transforms a bounds from the local coordinate space of this  Node  into the coordinate space of its parent. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToParent()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToParent()METHOD
localToParent (double localX, double localY)   Transforms a point from the local coordinate space of this  Node  into the coordinate space of its parent. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToParent()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToParent()METHOD
localToParent (double x, double y, double z)   Transforms a point from the local coordinate space of this  Node  into the coordinate space of its parent. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToParent()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToParent()METHOD
localToParent… ( Point2D  localPoint)   Transforms a point from the local coordinate space of this  Node  into the coordinate space of its parent. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToParent()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToParent()METHOD
localToParent… ( Point3D  localPoint)   Transforms a point from the local coordinate space of this  Node  into the coordinate space of its parent. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToParent()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToParent()METHODlocalToParentTransformPropertyM ()   An affine transform that holds the computed local-to-parent transform. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToParentTransformProperty()Nodejavafx.scene]http://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToParentTransformProperty()METHODlocalToScene‰ ( Bounds  localBounds)   Transforms a bounds from the local coordinate space of this  Node  into the coordinate space of its   Scene  . Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToScene()Nodejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToScene()METHODlocalToScene (double localX, double localY)   Transforms a point from the local coordinate space of this  Node  into the coordinate space of its   Scene  . Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToScene()Nodejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToScene()METHODlocalToScene (double x, double y, double z)   Transforms a point from the local coordinate space of this  Node  into the coordinate space of its   Scene  . Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToScene()Nodejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToScene()METHODlocalToSceneˆ ( Point2D  localPoint)   Transforms a point from the local coordinate space of this  Node  into the coordinate space of its   Scene  . Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToScene()Nodejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToScene()METHODlocalToSceneˆ ( Point3D  localPoint)   Transforms a point from the local coordinate space of this  Node  into the coordinate space of its   Scene  . Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToScene()Nodejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToScene()METHODlocalToSceneTransformPropertyL ()   An affine transform that holds the computed local-to-scene transform. \http://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToSceneTransformProperty()Nodejavafx.scene\http://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToSceneTransformProperty()METHOD
localToScreenŠ ( Bounds  localBounds)   Transforms a bounds from the local coordinate space of this  Node  into the coordinate space of its   Screen  . Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToScreen()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToScreen()METHOD
localToScreen‘ (double localX, double localY)   Transforms a point from the local coordinate space of this  Node  into the coordinate space of its   Screen  . Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToScreen()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToScreen()METHOD
localToScreen  (double localX, double localY, double localZ)   Transforms a point from the local coordinate space of this  Node  into the coordinate space of its   Screen  . Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToScreen()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToScreen()METHOD
localToScreen‰ ( Point2D  localPoint)   Transforms a point from the local coordinate space of this  Node  into the coordinate space of its   Screen  . Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToScreen()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToScreen()METHOD
localToScreen‰ ( Point3D  localPoint)   Transforms a point from the local coordinate space of this  Node  into the coordinate space of its   Screen  . Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToScreen()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#localToScreen()METHODlookupj (java.lang.String selector)   Finds this  Node , or the first sub-node, based on the given CSS selector. Ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#lookup()Nodejavafx.sceneEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#lookup()METHOD   lookupAll{ (java.lang.String selector)   Finds all  Node s, including this one and any children, which match the given CSS selector. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#lookupAll()Nodejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#lookupAll()METHODmanagedPropertyP ()   Defines whether or not this node's layout will be managed by it's parent. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#managedProperty()Nodejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#managedProperty()METHOD  maxHeightT (double width)   Returns the node's maximum height for use in layout calculations. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#maxHeight()Nodejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#maxHeight()METHODmaxWidthT (double height)   Returns the node's maximum width for use in layout calculations. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#maxWidth()Nodejavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#maxWidth()METHOD    minHeightT (double width)   Returns the node's minimum height for use in layout calculations. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#minHeight()Nodejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#minHeight()METHODminWidthT (double height)   Returns the node's minimum width for use in layout calculations. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#minWidth()Nodejavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#minWidth()METHODmouseTransparentPropertyg ()   If  true , this node (together with all its children) is completely transparent to mouse events. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#mouseTransparentProperty()Nodejavafx.sceneWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#mouseTransparentProperty()METHODnodeOrientationProperty( ()   Property holding NodeOrientation. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#nodeOrientationProperty()Nodejavafx.sceneVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#nodeOrientationProperty()METHODonContextMenuRequestedProperty] ()   Defines a function to be called when a context menu has been requested on this  Node . ]http://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onContextMenuRequestedProperty()Nodejavafx.scene]http://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onContextMenuRequestedProperty()METHODonDragDetectedPropertyK ()   Defines a function to be called when drag gesture has been detected. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onDragDetectedProperty()Nodejavafx.sceneUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onDragDetectedProperty()METHODonDragDoneProperty‹ ()   Defines a function to be called when this  Node  is a drag and drop gesture source after its data has been dropped on a drop target. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onDragDoneProperty()Nodejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onDragDoneProperty()METHODonDragDroppedPropertyu ()   Defines a function to be called when the mouse button is released on this  Node  during drag and drop gesture. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onDragDroppedProperty()Nodejavafx.sceneThttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onDragDroppedProperty()METHODonDragEnteredPropertyL ()   Defines a function to be called when drag gesture enters this  Node . Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onDragEnteredProperty()Nodejavafx.sceneThttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onDragEnteredProperty()METHODonDragExitedPropertyK ()   Defines a function to be called when drag gesture exits this  Node . Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onDragExitedProperty()Nodejavafx.sceneShttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onDragExitedProperty()METHODonDragOverPropertyW ()   Defines a function to be called when drag gesture progresses within this  Node . Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onDragOverProperty()Nodejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onDragOverProperty()METHOD onInputMethodTextChangedPropertyn ()   Defines a function to be called when this  Node  has input focus and the input method text has changed. _http://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onInputMethodTextChangedProperty()Nodejavafx.scene_http://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onInputMethodTextChangedProperty()METHODonKeyPressedPropertyw ()   Defines a function to be called when this  Node  or its child  Node  has input focus and a key has been pressed. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onKeyPressedProperty()Nodejavafx.sceneShttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onKeyPressedProperty()METHODonKeyReleasedPropertyx ()   Defines a function to be called when this  Node  or its child  Node  has input focus and a key has been released. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onKeyReleasedProperty()Nodejavafx.sceneThttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onKeyReleasedProperty()METHODonKeyTypedPropertyu ()   Defines a function to be called when this  Node  or its child  Node  has input focus and a key has been typed. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onKeyTypedProperty()Nodejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onKeyTypedProperty()METHODonMouseClickedPropertyr ()   Defines a function to be called when a mouse button has been clicked (pressed and released) on this  Node . Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseClickedProperty()Nodejavafx.sceneUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseClickedProperty()METHODonMouseDragEnteredPropertya ()   Defines a function to be called when a full press-drag-release gesture enters this  Node . Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseDragEnteredProperty()Nodejavafx.sceneYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseDragEnteredProperty()METHODonMouseDragExitedPropertya ()   Defines a function to be called when a full press-drag-release gesture leaves this  Node . Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseDragExitedProperty()Nodejavafx.sceneXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseDragExitedProperty()METHODonMouseDraggedPropertyf ()   Defines a function to be called when a mouse button is pressed on this  Node  and then dragged. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseDraggedProperty()Nodejavafx.sceneUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseDraggedProperty()METHODonMouseDragOverPropertyl ()   Defines a function to be called when a full press-drag-release gesture progresses within this  Node . Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseDragOverProperty()Nodejavafx.sceneVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseDragOverProperty()METHODonMouseDragReleasedProperty‚ ()   Defines a function to be called when a full press-drag-release gesture ends (by releasing mouse button) within this  Node . Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseDragReleasedProperty()Nodejavafx.sceneZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseDragReleasedProperty()METHODonMouseEnteredPropertyI ()   Defines a function to be called when the mouse enters this  Node . Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseEnteredProperty()Nodejavafx.sceneUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseEnteredProperty()METHODonMouseExitedPropertyH ()   Defines a function to be called when the mouse exits this  Node . Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseExitedProperty()Nodejavafx.sceneThttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseExitedProperty()METHODonMouseMovedPropertyr ()   Defines a function to be called when mouse cursor moves within this  Node  but no buttons have been pushed. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseMovedProperty()Nodejavafx.sceneShttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseMovedProperty()METHODonMousePressedProperty[ ()   Defines a function to be called when a mouse button has been pressed on this  Node . Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMousePressedProperty()Nodejavafx.sceneUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMousePressedProperty()METHODonMouseReleasedProperty\ ()   Defines a function to be called when a mouse button has been released on this  Node . Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseReleasedProperty()Nodejavafx.sceneVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onMouseReleasedProperty()METHODonRotatePropertyL ()   Defines a function to be called when user performs a rotation action. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onRotateProperty()Nodejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onRotateProperty()METHODonRotationFinishedPropertyD ()   Defines a function to be called when a rotation gesture ends. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onRotationFinishedProperty()Nodejavafx.sceneYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onRotationFinishedProperty()METHODonRotationStartedPropertyK ()   Defines a function to be called when a rotation gesture is detected. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onRotationStartedProperty()Nodejavafx.sceneXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onRotationStartedProperty()METHODonScrollFinishedPropertyE ()   Defines a function to be called when a scrolling gesture ends. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onScrollFinishedProperty()Nodejavafx.sceneWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onScrollFinishedProperty()METHODonScrollPropertyM ()   Defines a function to be called when user performs a scrolling action. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onScrollProperty()Nodejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onScrollProperty()METHODonScrollStartedPropertyL ()   Defines a function to be called when a scrolling gesture is detected. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onScrollStartedProperty()Nodejavafx.sceneVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onScrollStartedProperty()METHODonSwipeDownPropertye ()   Defines a function to be called when a downward swipe gesture centered over this node happens. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onSwipeDownProperty()Nodejavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onSwipeDownProperty()METHODonSwipeLeftPropertye ()   Defines a function to be called when a leftward swipe gesture centered over this node happens. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onSwipeLeftProperty()Nodejavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onSwipeLeftProperty()METHODonSwipeRightPropertyg ()   Defines a function to be called when an rightward swipe gesture centered over this node happens. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onSwipeRightProperty()Nodejavafx.sceneShttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onSwipeRightProperty()METHODonSwipeUpPropertyd ()   Defines a function to be called when an upward swipe gesture centered over this node happens. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onSwipeUpProperty()Nodejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onSwipeUpProperty()METHODonTouchMovedPropertyC ()   Defines a function to be called when a touch point is moved. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onTouchMovedProperty()Nodejavafx.sceneShttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onTouchMovedProperty()METHODonTouchPressedPropertyI ()   Defines a function to be called when a new touch point is pressed. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onTouchPressedProperty()Nodejavafx.sceneUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onTouchPressedProperty()METHODonTouchReleasedPropertyF ()   Defines a function to be called when a touch point is released. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onTouchReleasedProperty()Nodejavafx.sceneVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onTouchReleasedProperty()METHODonTouchStationaryPropertyR ()   Defines a function to be called when a touch point stays pressed and still. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onTouchStationaryProperty()Nodejavafx.sceneXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onTouchStationaryProperty()METHODonZoomFinishedPropertyC ()   Defines a function to be called when a zooming gesture ends. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onZoomFinishedProperty()Nodejavafx.sceneUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onZoomFinishedProperty()METHODonZoomPropertyK ()   Defines a function to be called when user performs a zooming action. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onZoomProperty()Nodejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onZoomProperty()METHODonZoomStartedPropertyJ ()   Defines a function to be called when a zooming gesture is detected. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onZoomStartedProperty()Nodejavafx.sceneThttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#onZoomStartedProperty()METHODopacityProperty@ ()   Specifies how opaque (that is, solid) the  Node  appears. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#opacityProperty()Nodejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#opacityProperty()METHODparentProperty! ()   The parent of this  Node . Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#parentProperty()Nodejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#parentProperty()METHOD
parentToLocalŠ ( Bounds  parentBounds)   Transforms a rectangle from the coordinate space of the parent into the local coordinate space of this  Node . Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#parentToLocal()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#parentToLocal()METHOD
parentToLocal (double parentX, double parentY)   Transforms a point from the coordinate space of the parent into the local coordinate space of this  Node . Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#parentToLocal()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#parentToLocal()METHOD
parentToLocalŸ (double parentX, double parentY, double parentZ)   Transforms a point from the coordinate space of the parent into the local coordinate space of this  Node . Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#parentToLocal()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#parentToLocal()METHOD
parentToLocal† ( Point2D  parentPoint)   Transforms a point from the coordinate space of the parent into the local coordinate space of this  Node . Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#parentToLocal()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#parentToLocal()METHOD
parentToLocal† ( Point3D  parentPoint)   Transforms a point from the coordinate space of the parent into the local coordinate space of this  Node . Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#parentToLocal()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#parentToLocal()METHODpickOnBoundsProperty€ ()   Defines how the picking computation is done for this node when triggered by a  MouseEvent  or a  contains  function call. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#pickOnBoundsProperty()Nodejavafx.sceneShttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#pickOnBoundsProperty()METHOD
 749 prefHeightV (double width)   Returns the node's preferred height for use in layout calculations. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#prefHeight()Nodejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#prefHeight()METHOD   prefWidthV (double height)   Returns the node's preferred width for use in layout calculations. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#prefWidth()Nodejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#prefWidth()METHODpressedProperty, ()   Whether or not the  Node  is pressed. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#pressedProperty()Nodejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#pressedProperty()METHODpseudoClassStateChangedm ( PseudoClass  pseudoClass, boolean active)   Used to specify that a pseudo-class of this Node has changed. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#pseudoClassStateChanged()Nodejavafx.sceneVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#pseudoClassStateChanged()METHODrelocate• (double x, double y)   Sets the node's layoutX and layoutY translation properties in order to relocate this node to the x,y location in the parent. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#relocate()Nodejavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#relocate()METHODremoveEventFilter† ( EventType <T> eventType,  EventHandler <? super T> eventFilter)   Unregisters a previously registered event filter from this node. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#removeEventFilter()Nodejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#removeEventFilter()METHODremoveEventHandlerˆ ( EventType <T> eventType,  EventHandler <? super T> eventHandler)   Unregisters a previously registered event handler from this node. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#removeEventHandler()Nodejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#removeEventHandler()METHODrequestFocusz ()   Requests that this  Node  get the input focus, and that this  Node 's top-level ancestor become the focused window. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#requestFocus()Nodejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#requestFocus()METHODresizey (double width, double height)   If the node is resizable, will set its layout bounds to the specified width and height. Ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#resize()Nodejavafx.sceneEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#resize()METHODresizeRelocate (double x, double y, double width, double height)   If the node is resizable, will set its layout bounds to the specified width and height. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#resizeRelocate()Nodejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#resizeRelocate()METHODrotatePropertyT ()   Defines the angle of rotation about the  Node 's center, measured in degrees. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#rotateProperty()Nodejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#rotateProperty()METHODrotationAxisProperty3 ()   Defines the axis of rotation of this  Node . Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#rotationAxisProperty()Nodejavafx.sceneShttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#rotationAxisProperty()METHODscaleXPropertyy ()   Defines the factor by which coordinates are scaled about the center of the object along the X axis of this  Node . Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#scaleXProperty()Nodejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#scaleXProperty()METHODscaleYPropertyy ()   Defines the factor by which coordinates are scaled about the center of the object along the Y axis of this  Node . Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#scaleYProperty()Nodejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#scaleYProperty()METHODscaleZPropertyy ()   Defines the factor by which coordinates are scaled about the center of the object along the Z axis of this  Node . Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#scaleZProperty()Nodejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#scaleZProperty()METHOD
sceneProperty1 ()   The   Scene   that this  Node  is part of. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#sceneProperty()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#sceneProperty()METHODsceneToLocalŒ ( Bounds  sceneBounds)   Transforms a rectangle from the coordinate space of the   Scene   into the local coordinate space of this  Node . Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#sceneToLocal()Nodejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#sceneToLocal()METHODsceneToLocal (double sceneX, double sceneY)   Transforms a point from the coordinate space of the   Scene   into the local coordinate space of this  Node . Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#sceneToLocal()Nodejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#sceneToLocal()METHODsceneToLocalŸ (double sceneX, double sceneY, double sceneZ)   Transforms a point from the coordinate space of the   Scene   into the local coordinate space of this  Node . Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#sceneToLocal()Nodejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#sceneToLocal()METHODsceneToLocalˆ ( Point2D  scenePoint)   Transforms a point from the coordinate space of the   Scene   into the local coordinate space of this  Node . Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#sceneToLocal()Nodejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#sceneToLocal()METHODsceneToLocalˆ ( Point3D  scenePoint)   Transforms a point from the coordinate space of the   Scene   into the local coordinate space of this  Node . Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#sceneToLocal()Nodejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#sceneToLocal()METHOD
screenToLocalŽ ( Bounds  screenBounds)   Transforms a rectangle from the coordinate space of the   Screen   into the local coordinate space of this  Node . Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#screenToLocal()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#screenToLocal()METHOD
screenToLocal“ (double screenX, double screenY)   Transforms a point from the coordinate space of the   Screen   into the local coordinate space of this  Node . Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#screenToLocal()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#screenToLocal()METHOD
screenToLocalŠ ( Point2D  screenPoint)   Transforms a point from the coordinate space of the   Screen   into the local coordinate space of this  Node . Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#screenToLocal()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#screenToLocal()METHODsetBlendModeA ( BlendMode  value)   Sets the value of the property blendMode. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setBlendMode()Nodejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setBlendMode()METHODsetCache9 (boolean value)   Sets the value of the property cache. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setCache()Nodejavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setCache()METHODsetCacheHintA ( CacheHint  value)   Sets the value of the property cacheHint. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setCacheHint()Nodejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setCacheHint()METHODsetClip7 ( Node  value)   Sets the value of the property clip. Fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setClip()Nodejavafx.sceneFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setClip()METHOD       setCursor; ( Cursor  value)   Sets the value of the property cursor. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setCursor()Nodejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setCursor()METHODsetDepthTestA ( DepthTest  value)   Sets the value of the property depthTest. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setDepthTest()Nodejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setDepthTest()METHOD
 750 setDisable; (boolean value)   Sets the value of the property disable. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setDisable()Nodejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setDisable()METHODsetDisabled< (boolean value)   Sets the value of the property disabled. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setDisabled()Nodejavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setDisabled()METHOD    setEffect; ( Effect  value)   Sets the value of the property effect. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setEffect()Nodejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setEffect()METHODsetEventDispatcherM ( EventDispatcher  value)   Sets the value of the property eventDispatcher. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setEventDispatcher()Nodejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setEventDispatcher()METHODsetEventHandlers ( EventType <T> eventType,  EventHandler <? super T> eventHandler)   Sets the handler to use for this event type. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setEventHandler()Nodejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setEventHandler()METHOD
 751 setFocused; (boolean value)   Sets the value of the property focused. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setFocused()Nodejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setFocused()METHODsetFocusTraversableD (boolean value)   Sets the value of the property focusTraversable. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setFocusTraversable()Nodejavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setFocusTraversable()METHODsetHover9 (boolean value)   Sets the value of the property hover. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setHover()Nodejavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setHover()METHODsetId? (java.lang.String value)   Sets the value of the property id. Dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setId()Nodejavafx.sceneDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setId()METHODsetInputMethodRequestsU ( InputMethodRequests  value)   Sets the value of the property inputMethodRequests. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setInputMethodRequests()Nodejavafx.sceneUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setInputMethodRequests()METHOD
 752 setLayoutX: (double value)   Sets the value of the property layoutX. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setLayoutX()Nodejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setLayoutX()METHOD
 753 setLayoutY: (double value)   Sets the value of the property layoutY. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setLayoutY()Nodejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setLayoutY()METHOD
 754 setManaged; (boolean value)   Sets the value of the property managed. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setManaged()Nodejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setManaged()METHODsetMouseTransparentD (boolean value)   Sets the value of the property mouseTransparent. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setMouseTransparent()Nodejavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setMouseTransparent()METHODsetNodeOrientationS ( NodeOrientation  orientation)   Sets the value of the property nodeOrientation. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setNodeOrientation()Nodejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setNodeOrientation()METHODsetOnContextMenuRequestedm ( EventHandler <? super  ContextMenuEvent > value)   Sets the value of the property onContextMenuRequested. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnContextMenuRequested()Nodejavafx.sceneXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnContextMenuRequested()METHODsetOnDragDetected_ ( EventHandler <? super  MouseEvent > value)   Sets the value of the property onDragDetected. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnDragDetected()Nodejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnDragDetected()METHOD
setOnDragDoneZ ( EventHandler <? super  DragEvent > value)   Sets the value of the property onDragDone. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnDragDone()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnDragDone()METHODsetOnDragDropped] ( EventHandler <? super  DragEvent > value)   Sets the value of the property onDragDropped. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnDragDropped()Nodejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnDragDropped()METHODsetOnDragEntered] ( EventHandler <? super  DragEvent > value)   Sets the value of the property onDragEntered. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnDragEntered()Nodejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnDragEntered()METHODsetOnDragExited\ ( EventHandler <? super  DragEvent > value)   Sets the value of the property onDragExited. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnDragExited()Nodejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnDragExited()METHOD
setOnDragOverZ ( EventHandler <? super  DragEvent > value)   Sets the value of the property onDragOver. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnDragOver()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnDragOver()METHODsetOnInputMethodTextChangedo ( EventHandler <? super  InputMethodEvent > value)   Sets the value of the property onInputMethodTextChanged. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnInputMethodTextChanged()Nodejavafx.sceneZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnInputMethodTextChanged()METHODsetOnKeyPressed[ ( EventHandler <? super  KeyEvent > value)   Sets the value of the property onKeyPressed. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnKeyPressed()Nodejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnKeyPressed()METHODsetOnKeyReleased\ ( EventHandler <? super  KeyEvent > value)   Sets the value of the property onKeyReleased. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnKeyReleased()Nodejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnKeyReleased()METHOD
setOnKeyTypedY ( EventHandler <? super  KeyEvent > value)   Sets the value of the property onKeyTyped. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnKeyTyped()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnKeyTyped()METHODsetOnMouseClicked_ ( EventHandler <? super  MouseEvent > value)   Sets the value of the property onMouseClicked. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnMouseClicked()Nodejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnMouseClicked()METHODsetOnMouseDragEnteredg ( EventHandler <? super  MouseDragEvent > value)   Sets the value of the property onMouseDragEntered. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnMouseDragEntered()Nodejavafx.sceneThttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnMouseDragEntered()METHODsetOnMouseDragExitedf ( EventHandler <? super  MouseDragEvent > value)   Sets the value of the property onMouseDragExited. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnMouseDragExited()Nodejavafx.sceneShttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnMouseDragExited()METHODsetOnMouseDragged_ ( EventHandler <? super  MouseEvent > value)   Sets the value of the property onMouseDragged. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnMouseDragged()Nodejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnMouseDragged()METHODsetOnMouseDragOverd ( EventHandler <? super  MouseDragEvent > value)   Sets the value of the property onMouseDragOver. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnMouseDragOver()Nodejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnMouseDragOver()METHODsetOnMouseDragReleasedh ( EventHandler <? super  MouseDragEvent > value)   Sets the value of the property onMouseDragReleased. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnMouseDragReleased()Nodejavafx.sceneUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnMouseDragReleased()METHODsetOnMouseEntered_ ( EventHandler <? super  MouseEvent > value)   Sets the value of the property onMouseEntered. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnMouseEntered()Nodejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnMouseEntered()METHODsetOnMouseExited^ ( EventHandler <? super  MouseEvent > value)   Sets the value of the property onMouseExited. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnMouseExited()Nodejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnMouseExited()METHODsetOnMouseMoved] ( EventHandler <? super  MouseEvent > value)   Sets the value of the property onMouseMoved. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnMouseMoved()Nodejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnMouseMoved()METHODsetOnMousePressed_ ( EventHandler <? super  MouseEvent > value)   Sets the value of the property onMousePressed. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnMousePressed()Nodejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnMousePressed()METHODsetOnMouseReleased` ( EventHandler <? super  MouseEvent > value)   Sets the value of the property onMouseReleased. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnMouseReleased()Nodejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnMouseReleased()METHODsetOnRotateZ ( EventHandler <? super  RotateEvent > value)   Sets the value of the property onRotate. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnRotate()Nodejavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnRotate()METHODsetOnRotationFinishedd ( EventHandler <? super  RotateEvent > value)   Sets the value of the property onRotationFinished. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnRotationFinished()Nodejavafx.sceneThttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnRotationFinished()METHODsetOnRotationStartedc ( EventHandler <? super  RotateEvent > value)   Sets the value of the property onRotationStarted. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnRotationStarted()Nodejavafx.sceneShttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnRotationStarted()METHODsetOnScrollZ ( EventHandler <? super  ScrollEvent > value)   Sets the value of the property onScroll. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnScroll()Nodejavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnScroll()METHODsetOnScrollFinishedb ( EventHandler <? super  ScrollEvent > value)   Sets the value of the property onScrollFinished. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnScrollFinished()Nodejavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnScrollFinished()METHODsetOnScrollStarteda ( EventHandler <? super  ScrollEvent > value)   Sets the value of the property onScrollStarted. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnScrollStarted()Nodejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnScrollStarted()METHODsetOnSwipeDown\ ( EventHandler <? super  SwipeEvent > value)   Sets the value of the property onSwipeDown. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnSwipeDown()Nodejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnSwipeDown()METHODsetOnSwipeLeft\ ( EventHandler <? super  SwipeEvent > value)   Sets the value of the property onSwipeLeft. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnSwipeLeft()Nodejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnSwipeLeft()METHODsetOnSwipeRight] ( EventHandler <? super  SwipeEvent > value)   Sets the value of the property onSwipeRight. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnSwipeRight()Nodejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnSwipeRight()METHODsetOnSwipeUpZ ( EventHandler <? super  SwipeEvent > value)   Sets the value of the property onSwipeUp. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnSwipeUp()Nodejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnSwipeUp()METHODsetOnTouchMoved] ( EventHandler <? super  TouchEvent > value)   Sets the value of the property onTouchMoved. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnTouchMoved()Nodejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnTouchMoved()METHODsetOnTouchPressed_ ( EventHandler <? super  TouchEvent > value)   Sets the value of the property onTouchPressed. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnTouchPressed()Nodejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnTouchPressed()METHODsetOnTouchReleased` ( EventHandler <? super  TouchEvent > value)   Sets the value of the property onTouchReleased. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnTouchReleased()Nodejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnTouchReleased()METHODsetOnTouchStationaryb ( EventHandler <? super  TouchEvent > value)   Sets the value of the property onTouchStationary. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnTouchStationary()Nodejavafx.sceneShttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnTouchStationary()METHOD setOnZoomV ( EventHandler <? super  ZoomEvent > value)   Sets the value of the property onZoom. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnZoom()Nodejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnZoom()METHODsetOnZoomFinished^ ( EventHandler <? super  ZoomEvent > value)   Sets the value of the property onZoomFinished. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnZoomFinished()Nodejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnZoomFinished()METHODsetOnZoomStarted] ( EventHandler <? super  ZoomEvent > value)   Sets the value of the property onZoomStarted. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnZoomStarted()Nodejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOnZoomStarted()METHOD
 755 setOpacity: (double value)   Sets the value of the property opacity. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOpacity()Nodejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setOpacity()METHODsetPickOnBounds@ (boolean value)   Sets the value of the property pickOnBounds. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setPickOnBounds()Nodejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setPickOnBounds()METHOD
 756 setPressed; (boolean value)   Sets the value of the property pressed. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setPressed()Nodejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setPressed()METHOD      setRotate9 (double value)   Sets the value of the property rotate. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setRotate()Nodejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setRotate()METHODsetRotationAxisB ( Point3D  value)   Sets the value of the property rotationAxis. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setRotationAxis()Nodejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setRotationAxis()METHOD  setScaleX9 (double value)   Sets the value of the property scaleX. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setScaleX()Nodejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setScaleX()METHOD   setScaleY9 (double value)   Sets the value of the property scaleY. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setScaleY()Nodejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setScaleY()METHOD   setScaleZ9 (double value)   Sets the value of the property scaleZ. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setScaleZ()Nodejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setScaleZ()METHODsetStylek (java.lang.String value)   A string representation of the CSS style associated with this specific  Node . Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setStyle()Nodejavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setStyle()METHOD
setTranslateX= (double value)   Sets the value of the property translateX. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setTranslateX()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setTranslateX()METHOD
setTranslateY= (double value)   Sets the value of the property translateY. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setTranslateY()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setTranslateY()METHOD
setTranslateZ= (double value)   Sets the value of the property translateZ. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setTranslateZ()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setTranslateZ()METHODsetUserData{ (java.lang.Object value)   Convenience method for setting a single Object property that can be retrieved at a later date. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setUserData()Nodejavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setUserData()METHOD
 757 setVisible; (boolean value)   Sets the value of the property visible. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setVisible()Nodejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#setVisible()METHODsnapshot  ( Callback < SnapshotResult ,java.lang.Void> callback,  SnapshotParameters  params,  WritableImage  image)   Takes a snapshot of this node at the next frame anGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#snapshot()Nodejavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#snapshot()METHODsnapshot‡ ( SnapshotParameters  params,  WritableImage  image)   Takes a snapshot of this node and returns the rendered image when it is ready. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#snapshot()Nodejavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#snapshot()METHODstartDragAndDropu ( TransferMode ... transferModes)   Confirms a potential drag and drop gesture that is recognized over this  Node . Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#startDragAndDrop()Nodejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#startDragAndDrop()METHOD
startFullDragQ ()   Starts a full press-drag-release gesture with this node as gesture source. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#startFullDrag()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#startFullDrag()METHOD
stylePropertyU ()   A string representation of the CSS style associated with this specific  Node . Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#styleProperty()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#styleProperty()METHODtoBackN ()   Moves this  Node  to the back of its sibling nodes in terms of z-order. Ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#toBack()Nodejavafx.sceneEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#toBack()METHODtoFrontO ()   Moves this  Node  to the front of its sibling nodes in terms of z-order. Fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#toFront()Nodejavafx.sceneFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#toFront()METHODtoString6 ()   Returns a string representation for the object. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#toString()Nodejavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#toString()METHODtranslateXProperty\ ()   Defines the x coordinate of the translation that is added to this  Node 's transform. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#translateXProperty()Nodejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#translateXProperty()METHODtranslateYProperty\ ()   Defines the y coordinate of the translation that is added to this  Node 's transform. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#translateYProperty()Nodejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#translateYProperty()METHODtranslateZPropertyo ()   Defines the Z coordinate of the translation that is added to the transformed coordinates of this  Node . Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#translateZProperty()Nodejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#translateZProperty()METHOD
usesMirroring[ ()   Determines whether a node should be mirrored when node orientation is right-to-left. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#usesMirroring()Nodejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#usesMirroring()METHODvisiblePropertyd ()   Specifies whether this  Node  and any subnodes should be rendered as part of the scene graph. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#visibleProperty()Nodejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#visibleProperty()FIELDBASELINE_OFFSET_SAME_AS_HEIGHTO    This is a special value that might be returned by   getBaselineOffset()  . [http://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#BASELINE_OFFSET_SAME_AS_HEIGHTNodejavafx.scene[http://download.java.net/jdk8/jfxdocs/javafx/scene/Node.html#BASELINE_OFFSET_SAME_AS_HEIGHTENUMNodeOrientationjavafx.geometryJhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/NodeOrientation.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/NodeOrientation.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Thttp://download.java.net/jdk8/jfxdocs/javafx/geometry/NodeOrientation.html#valueOf()NodeOrientationjavafx.geometryThttp://download.java.net/jdk8/jfxdocs/javafx/geometry/NodeOrientation.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Shttp://download.java.net/jdk8/jfxdocs/javafx/geometry/NodeOrientation.html#values()NodeOrientationjavafx.geometryShttp://download.java.net/jdk8/jfxdocs/javafx/geometry/NodeOrientation.html#values()CLASSNonInvertibleTransformExceptionjavafx.scene.transformahttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/NonInvertibleTransformException.htmlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/NonInvertibleTransformException.htmlCLASS
 758 NumberAxisjavafx.scene.chartHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.htmlPROPERTYforceZeroInRange<    When true zero is always included in the visible range. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#forceZeroInRange
 759 NumberAxisjavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#forceZeroInRangePROPERTYtickUnit:    The value between each major tick mark in data units. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#tickUnit
 760 NumberAxisjavafx.scene.chartQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#tickUnitMETHOD autoRangež (double minValue, double maxValue, double length, double labelSize)   Called to set the upper and lower bound and anything else that needs to be auto-ranged Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#autoRange()
 761 NumberAxisjavafx.scene.chartThttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#autoRange()METHODcalculateMinorTickMarksD ()   Calculate a list of the data values for every minor tick mark bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#calculateMinorTickMarks()
 762 NumberAxisjavafx.scene.chartbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#calculateMinorTickMarks()METHODcalculateTickValueso (double length, java.lang.Object range)   Calculate a list of all the data values for each tick mark in range ^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#calculateTickValues()
 763 NumberAxisjavafx.scene.chart^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#calculateTickValues()METHODforceZeroInRangeProperty> ()   When true zero is always included in the visible range. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#forceZeroInRangeProperty()
 764 NumberAxisjavafx.scene.chartchttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#forceZeroInRangeProperty()METHODgetClassCssMetaData () ^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#getClassCssMetaData()
 765 NumberAxisjavafx.scene.chart^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#getClassCssMetaData()METHODgetCssMetaData’ ()   This method should delegate to   Node.getClassCssMetaData()   so that a Node's CssMetaData can be accessed without the need for reflection. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#getCssMetaData()
 766 NumberAxisjavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#getCssMetaData()METHODgetRange, ()   Called to get the current axis range. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#getRange()
 767 NumberAxisjavafx.scene.chartShttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#getRange()METHODgetTickMarkLabel[ (java.lang.Number value)   Get the string label name for a tick mark with the given value [http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#getTickMarkLabel()
 768 NumberAxisjavafx.scene.chart[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#getTickMarkLabel()METHODgetTickUnit/ ()   Gets the value of the property tickUnit. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#getTickUnit()
 769 NumberAxisjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#getTickUnit()METHODisForceZeroInRange7 ()   Gets the value of the property forceZeroInRange. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#isForceZeroInRange()
 770 NumberAxisjavafx.scene.chart]http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#isForceZeroInRange()METHODmeasureTickMarkSizem (java.lang.Number value, java.lang.Object range)   Measure the size of the label for given tick mark value. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#measureTickMarkSize()
 771 NumberAxisjavafx.scene.chart^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#measureTickMarkSize()METHODsetForceZeroInRangeD (boolean value)   Sets the value of the property forceZeroInRange. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#setForceZeroInRange()
 772 NumberAxisjavafx.scene.chart^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#setForceZeroInRange()METHODsetRangef (java.lang.Object range, boolean animate)   Called to set the current axis range to the given range. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#setRange()
 773 NumberAxisjavafx.scene.chartShttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#setRange()METHODsetTickUnit; (double value)   Sets the value of the property tickUnit. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#setTickUnit()
 774 NumberAxisjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#setTickUnit()METHODtickUnitProperty< ()   The value between each major tick mark in data units. [http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#tickUnitProperty()
 775 NumberAxisjavafx.scene.chart[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.html#tickUnitProperty()CLASSNumberAxis.DefaultFormatterjavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.DefaultFormatter.htmlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.DefaultFormatter.htmlMETHOD
 776 fromStringg (java.lang.String string)   Converts the string provided into a Number defined by the this converter. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.DefaultFormatter.html#fromString()NumberAxis.DefaultFormatterjavafx.scene.chartfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.DefaultFormatter.html#fromString()METHODtoStringP (java.lang.Number object)   Converts the object provided into its string form. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.DefaultFormatter.html#toString()NumberAxis.DefaultFormatterjavafx.scene.chartdhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/NumberAxis.DefaultFormatter.html#toString()CLASS
NumberBindingjavafx.beans.bindingMhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberBinding.htmlMhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberBinding.htmlCLASSNumberExpression This API allows to mix types when defining arithmetic operations. The type of the result is defined by the same rules as in the Java Language.    If one of the javafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.htmlPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.htmlMETHODadd{ (double other)   Creates a new   NumberBinding   that calculates the sum of this  NumberExpression  and a constant value. Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#add()NumberExpressionjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#add()METHODaddz (float other)   Creates a new   NumberBinding   that calculates the sum of this  NumberExpression  and a constant value. Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#add()NumberExpressionjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#add()METHODaddx (int other)   Creates a new   NumberBinding   that calculates the sum of this  NumberExpression  and a constant value. Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#add()NumberExpressionjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#add()METHODaddy (long other)   Creates a new   NumberBinding   that calculates the sum of this  NumberExpression  and a constant value. Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#add()NumberExpressionjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#add()METHODadd ( ObservableNumberValue  other)   Creates a new   NumberBinding   that calculates the sum of this  NumberExpression  and another   ObservableNumberValue  . Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#add()NumberExpressionjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#add()METHODasStringi ()   Creates a   StringBinding   that holds the value of the  NumberExpression  turned into a  String . [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#asString()NumberExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#asString()METHODasString™ (java.util.Locale locale, java.lang.String format)   Creates a   StringBinding   that holds the value of the  NumberExpression  turned into a  String . [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#asString()NumberExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#asString()METHODasString€ (java.lang.String format)   Creates a   StringBinding   that holds the value of the  NumberExpression  turned into a  String . [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#asString()NumberExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#asString()METHODdivide€ (double other)   Creates a new   NumberBinding   that calculates the division of this  NumberExpression  and a constant value. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#divide()NumberExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#divide()METHODdivide (float other)   Creates a new   NumberBinding   that calculates the division of this  NumberExpression  and a constant value. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#divide()NumberExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#divide()METHODdivide} (int other)   Creates a new   NumberBinding   that calculates the division of this  NumberExpression  and a constant value. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#divide()NumberExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#divide()METHODdivide~ (long other)   Creates a new   NumberBinding   that calculates the division of this  NumberExpression  and a constant value. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#divide()NumberExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#divide()METHODdivide  ( ObservableNumberValue  other)   Creates a new   NumberBinding   that calculates the division of this  NumberExpression  and another   ObservableNumberValue  Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#divide()NumberExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#divide()METHODgreaterThan‚ (double other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is greater than a constant value. ^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#greaterThan()NumberExpressionjavafx.beans.binding^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#greaterThan()METHODgreaterThan (float other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is greater than a constant value. ^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#greaterThan()NumberExpressionjavafx.beans.binding^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#greaterThan()METHODgreaterThan (int other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is greater than a constant value. ^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#greaterThan()NumberExpressionjavafx.beans.binding^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#greaterThan()METHODgreaterThan€ (long other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is greater than a constant value. ^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#greaterThan()NumberExpressionjavafx.beans.binding^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#greaterThan()METHODgreaterThan  ( ObservableNumberValue  other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is greater than another   ObservableNumberValue^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#greaterThan()NumberExpressionjavafx.beans.binding^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#greaterThan()METHODgreaterThanOrEqualToŽ (double other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is greater than or equal to a constant value. ghttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#greaterThanOrEqualTo()NumberExpressionjavafx.beans.bindingghttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#greaterThanOrEqualTo()METHODgreaterThanOrEqualTo (float other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is greater than or equal to a constant value. ghttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#greaterThanOrEqualTo()NumberExpressionjavafx.beans.bindingghttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#greaterThanOrEqualTo()METHODgreaterThanOrEqualTo‹ (int other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is greater than or equal to a constant value. ghttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#greaterThanOrEqualTo()NumberExpressionjavafx.beans.bindingghttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#greaterThanOrEqualTo()METHODgreaterThanOrEqualToŒ (long other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is greater than or equal to a constant value. ghttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#greaterThanOrEqualTo()NumberExpressionjavafx.beans.bindingghttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#greaterThanOrEqualTo()METHODgreaterThanOrEqualTo  ( ObservableNumberValue  other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is greater than or equal to another   Observablghttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#greaterThanOrEqualTo()NumberExpressionjavafx.beans.bindingghttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#greaterThanOrEqualTo()METHOD       isEqualTo  (double other, double epsilon)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is equal to a constant value (with a tolerance).\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isEqualTo()NumberExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isEqualTo()METHOD       isEqualTo  (float other, double epsilon)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is equal to a constant value (with a tolerance). \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isEqualTo()NumberExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isEqualTo()METHOD       isEqualTo{ (int other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is equal to a constant value. \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isEqualTo()NumberExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isEqualTo()METHOD     isEqualTož (int other, double epsilon)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is equal to a constant value (with a tolerance). \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isEqualTo()NumberExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isEqualTo()METHOD isEqualTo| (long other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is equal to a constant value. \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isEqualTo()NumberExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isEqualTo()METHOD    isEqualToŸ (long other, double epsilon)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is equal to a constant value (with a tolerance). \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isEqualTo()NumberExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isEqualTo()METHOD        isEqualTo ( ObservableNumberValue  other)   Creates a new   BooleanBinding   that holds  true  if this and another   ObservableNumberValue   are equal. \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isEqualTo()NumberExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isEqualTo()METHOD        isEqualTo  ( ObservableNumberValue  other, double epsilon)   Creates a new   BooleanBinding   that holds  true  if this and another   ObservableNumberValue   are equal (w\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isEqualTo()NumberExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isEqualTo()METHODisNotEqualTo  (double other, double epsilon)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is not equal to a constant value (with a toleran_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isNotEqualTo()NumberExpressionjavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isNotEqualTo()METHODisNotEqualTo  (float other, double epsilon)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is not equal to a constant value (with a toleranc_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isNotEqualTo()NumberExpressionjavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isNotEqualTo()METHODisNotEqualTo (int other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is not equal to a constant value. _http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isNotEqualTo()NumberExpressionjavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isNotEqualTo()METHODisNotEqualTo  (int other, double epsilon)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is not equal to a constant value (with a tolerance)_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isNotEqualTo()NumberExpressionjavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isNotEqualTo()METHODisNotEqualTo€ (long other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is not equal to a constant value. _http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isNotEqualTo()NumberExpressionjavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isNotEqualTo()METHODisNotEqualTo  (long other, double epsilon)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is not equal to a constant value (with a tolerance_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isNotEqualTo()NumberExpressionjavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isNotEqualTo()METHODisNotEqualTo“ ( ObservableNumberValue  other)   Creates a new   BooleanBinding   that holds  true  if this and another   ObservableNumberValue   are not equal. _http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isNotEqualTo()NumberExpressionjavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isNotEqualTo()METHODisNotEqualTo  ( ObservableNumberValue  other, double epsilon)   Creates a new   BooleanBinding   that holds  true  if this and another   ObservableNumberValue   are not equa_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isNotEqualTo()NumberExpressionjavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#isNotEqualTo()METHODlessThan (double other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is lesser than a constant value. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#lessThan()NumberExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#lessThan()METHODlessThan€ (float other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is lesser than a constant value. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#lessThan()NumberExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#lessThan()METHODlessThan~ (int other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is lesser than a constant value. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#lessThan()NumberExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#lessThan()METHODlessThan (long other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is lesser than a constant value. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#lessThan()NumberExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#lessThan()METHODlessThan  ( ObservableNumberValue  other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is lesser than another   ObservableNumberValue [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#lessThan()NumberExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#lessThan()METHODlessThanOrEqualTo‹ (double other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is less than or equal to a constant value. dhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#lessThanOrEqualTo()NumberExpressionjavafx.beans.bindingdhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#lessThanOrEqualTo()METHODlessThanOrEqualToŠ (float other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is less than or equal to a constant value. dhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#lessThanOrEqualTo()NumberExpressionjavafx.beans.bindingdhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#lessThanOrEqualTo()METHODlessThanOrEqualToˆ (int other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is less than or equal to a constant value. dhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#lessThanOrEqualTo()NumberExpressionjavafx.beans.bindingdhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#lessThanOrEqualTo()METHODlessThanOrEqualTo‰ (long other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is less than or equal to a constant value. dhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#lessThanOrEqualTo()NumberExpressionjavafx.beans.bindingdhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#lessThanOrEqualTo()METHODlessThanOrEqualTo  ( ObservableNumberValue  other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is less than or equal to another   ObservableNudhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#lessThanOrEqualTo()NumberExpressionjavafx.beans.bindingdhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#lessThanOrEqualTo()METHODmultiply (double other)   Creates a new   NumberBinding   that calculates the product of this  NumberExpression  and a constant value. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#multiply()NumberExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#multiply()METHODmultiply~ (float other)   Creates a new   NumberBinding   that calculates the product of this  NumberExpression  and a constant value. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#multiply()NumberExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#multiply()METHODmultiply| (int other)   Creates a new   NumberBinding   that calculates the product of this  NumberExpression  and a constant value. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#multiply()NumberExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#multiply()METHODmultiply} (long other)   Creates a new   NumberBinding   that calculates the product of this  NumberExpression  and a constant value. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#multiply()NumberExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#multiply()METHODmultiply  ( ObservableNumberValue  other)   Creates a new   NumberBinding   that calculates the product of this  NumberExpression  and another   ObservableNumberValue  .[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#multiply()NumberExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#multiply()METHODnegateZ ()   Creates a new   NumberBinding   that calculates the negation of  NumberExpression . Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#negate()NumberExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#negate()METHODsubtract‚ (double other)   Creates a new   NumberBinding   that calculates the difference of this  NumberExpression  and a constant value. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#subtract()NumberExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#subtract()METHODsubtract (float other)   Creates a new   NumberBinding   that calculates the difference of this  NumberExpression  and a constant value. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#subtract()NumberExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#subtract()METHODsubtract (int other)   Creates a new   NumberBinding   that calculates the difference of this  NumberExpression  and a constant value. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#subtract()NumberExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#subtract()METHODsubtract€ (long other)   Creates a new   NumberBinding   that calculates the difference of this  NumberExpression  and a constant value. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#subtract()NumberExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#subtract()METHODsubtract  ( ObservableNumberValue  other)   Creates a new   NumberBinding   that calculates the difference of this  NumberExpression  and another   ObservableNumberValue[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#subtract()NumberExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpression.html#subtract()CLASSNumberExpressionBase|NumberExpressionBase serves as a place for common code of specific NumberExpression subclasses for the specific number type.javafx.beans.bindingThttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.htmlThttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.htmlMETHODadd ( ObservableNumberValue  other)   Creates a new   NumberBinding   that calculates the sum of this  NumberExpression  and another   ObservableNumberValue  . Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#add()NumberExpressionBasejavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#add()METHODasStringi ()   Creates a   StringBinding   that holds the value of the  NumberExpression  turned into a  String . _http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#asString()NumberExpressionBasejavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#asString()METHODasString™ (java.util.Locale locale, java.lang.String format)   Creates a   StringBinding   that holds the value of the  NumberExpression  turned into a  String . _http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#asString()NumberExpressionBasejavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#asString()METHODasString€ (java.lang.String format)   Creates a   StringBinding   that holds the value of the  NumberExpression  turned into a  String . _http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#asString()NumberExpressionBasejavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#asString()METHODdivide  ( ObservableNumberValue  other)   Creates a new   NumberBinding   that calculates the division of this  NumberExpression  and another   ObservableNumberValue  ]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#divide()NumberExpressionBasejavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#divide()METHODgreaterThan‚ (double other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is greater than a constant value. bhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#greaterThan()NumberExpressionBasejavafx.beans.bindingbhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#greaterThan()METHODgreaterThan (float other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is greater than a constant value. bhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#greaterThan()NumberExpressionBasejavafx.beans.bindingbhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#greaterThan()METHODgreaterThan (int other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is greater than a constant value. bhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#greaterThan()NumberExpressionBasejavafx.beans.bindingbhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#greaterThan()METHODgreaterThan€ (long other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is greater than a constant value. bhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#greaterThan()NumberExpressionBasejavafx.beans.bindingbhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#greaterThan()METHODgreaterThan  ( ObservableNumberValue  other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is greater than another   ObservableNumberValuebhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#greaterThan()NumberExpressionBasejavafx.beans.bindingbhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#greaterThan()METHODgreaterThanOrEqualToŽ (double other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is greater than or equal to a constant value. khttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#greaterThanOrEqualTo()NumberExpressionBasejavafx.beans.bindingkhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#greaterThanOrEqualTo()METHODgreaterThanOrEqualTo (float other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is greater than or equal to a constant value. khttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#greaterThanOrEqualTo()NumberExpressionBasejavafx.beans.bindingkhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#greaterThanOrEqualTo()METHODgreaterThanOrEqualTo‹ (int other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is greater than or equal to a constant value. khttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#greaterThanOrEqualTo()NumberExpressionBasejavafx.beans.bindingkhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#greaterThanOrEqualTo()METHODgreaterThanOrEqualToŒ (long other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is greater than or equal to a constant value. khttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#greaterThanOrEqualTo()NumberExpressionBasejavafx.beans.bindingkhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#greaterThanOrEqualTo()METHODgreaterThanOrEqualTo  ( ObservableNumberValue  other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is greater than or equal to another   Observablkhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#greaterThanOrEqualTo()NumberExpressionBasejavafx.beans.bindingkhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#greaterThanOrEqualTo()METHOD  isEqualTo  (double other, double epsilon)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is equal to a constant value (with a tolerance).`http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isEqualTo()NumberExpressionBasejavafx.beans.binding`http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isEqualTo()METHOD   isEqualTo  (float other, double epsilon)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is equal to a constant value (with a tolerance). `http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isEqualTo()NumberExpressionBasejavafx.beans.binding`http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isEqualTo()METHOD   isEqualTo{ (int other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is equal to a constant value. `http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isEqualTo()NumberExpressionBasejavafx.beans.binding`http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isEqualTo()METHOD isEqualTož (int other, double epsilon)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is equal to a constant value (with a tolerance). `http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isEqualTo()NumberExpressionBasejavafx.beans.binding`http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isEqualTo()METHOD     isEqualTo| (long other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is equal to a constant value. `http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isEqualTo()NumberExpressionBasejavafx.beans.binding`http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isEqualTo()METHOD        isEqualToŸ (long other, double epsilon)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is equal to a constant value (with a tolerance). `http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isEqualTo()NumberExpressionBasejavafx.beans.binding`http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isEqualTo()METHOD    isEqualTo ( ObservableNumberValue  other)   Creates a new   BooleanBinding   that holds  true  if this and another   ObservableNumberValue   are equal. `http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isEqualTo()NumberExpressionBasejavafx.beans.binding`http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isEqualTo()METHOD    isEqualTo  ( ObservableNumberValue  other, double epsilon)   Creates a new   BooleanBinding   that holds  true  if this and another   ObservableNumberValue   are equal (w`http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isEqualTo()NumberExpressionBasejavafx.beans.binding`http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isEqualTo()METHODisNotEqualTo  (double other, double epsilon)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is not equal to a constant value (with a toleranchttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isNotEqualTo()NumberExpressionBasejavafx.beans.bindingchttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isNotEqualTo()METHODisNotEqualTo  (float other, double epsilon)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is not equal to a constant value (with a tolerancchttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isNotEqualTo()NumberExpressionBasejavafx.beans.bindingchttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isNotEqualTo()METHODisNotEqualTo (int other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is not equal to a constant value. chttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isNotEqualTo()NumberExpressionBasejavafx.beans.bindingchttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isNotEqualTo()METHODisNotEqualTo  (int other, double epsilon)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is not equal to a constant value (with a tolerance)chttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isNotEqualTo()NumberExpressionBasejavafx.beans.bindingchttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isNotEqualTo()METHODisNotEqualTo€ (long other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is not equal to a constant value. chttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isNotEqualTo()NumberExpressionBasejavafx.beans.bindingchttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isNotEqualTo()METHODisNotEqualTo  (long other, double epsilon)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is not equal to a constant value (with a tolerancechttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isNotEqualTo()NumberExpressionBasejavafx.beans.bindingchttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isNotEqualTo()METHODisNotEqualTo“ ( ObservableNumberValue  other)   Creates a new   BooleanBinding   that holds  true  if this and another   ObservableNumberValue   are not equal. chttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isNotEqualTo()NumberExpressionBasejavafx.beans.bindingchttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isNotEqualTo()METHODisNotEqualTo  ( ObservableNumberValue  other, double epsilon)   Creates a new   BooleanBinding   that holds  true  if this and another   ObservableNumberValue   are not equachttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isNotEqualTo()NumberExpressionBasejavafx.beans.bindingchttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#isNotEqualTo()METHODlessThan (double other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is lesser than a constant value. _http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#lessThan()NumberExpressionBasejavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#lessThan()METHODlessThan€ (float other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is lesser than a constant value. _http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#lessThan()NumberExpressionBasejavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#lessThan()METHODlessThan~ (int other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is lesser than a constant value. _http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#lessThan()NumberExpressionBasejavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#lessThan()METHODlessThan (long other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is lesser than a constant value. _http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#lessThan()NumberExpressionBasejavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#lessThan()METHODlessThan  ( ObservableNumberValue  other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is lesser than another   ObservableNumberValue _http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#lessThan()NumberExpressionBasejavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#lessThan()METHODlessThanOrEqualTo‹ (double other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is less than or equal to a constant value. hhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#lessThanOrEqualTo()NumberExpressionBasejavafx.beans.bindinghhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#lessThanOrEqualTo()METHODlessThanOrEqualToŠ (float other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is less than or equal to a constant value. hhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#lessThanOrEqualTo()NumberExpressionBasejavafx.beans.bindinghhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#lessThanOrEqualTo()METHODlessThanOrEqualToˆ (int other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is less than or equal to a constant value. hhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#lessThanOrEqualTo()NumberExpressionBasejavafx.beans.bindinghhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#lessThanOrEqualTo()METHODlessThanOrEqualTo‰ (long other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is less than or equal to a constant value. hhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#lessThanOrEqualTo()NumberExpressionBasejavafx.beans.bindinghhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#lessThanOrEqualTo()METHODlessThanOrEqualTo  ( ObservableNumberValue  other)   Creates a new   BooleanBinding   that holds  true  if this  NumberExpression  is less than or equal to another   ObservableNuhhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#lessThanOrEqualTo()NumberExpressionBasejavafx.beans.bindinghhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#lessThanOrEqualTo()METHODmultiply  ( ObservableNumberValue  other)   Creates a new   NumberBinding   that calculates the product of this  NumberExpression  and another   ObservableNumberValue  ._http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#multiply()NumberExpressionBasejavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#multiply()METHODnumberExpressionm ( ObservableNumberValue  value)   Returns an  NumberExpressionBase  that wraps a   ObservableNumberValue  . ghttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#numberExpression()NumberExpressionBasejavafx.beans.bindingghttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#numberExpression()METHODsubtract  ( ObservableNumberValue  other)   Creates a new   NumberBinding   that calculates the difference of this  NumberExpression  and another   ObservableNumberValue_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#subtract()NumberExpressionBasejavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/NumberExpressionBase.html#subtract()CLASSNumberStringConverter8  StringConverter   implementation for  Number  values. javafx.util.converterVhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/NumberStringConverter.htmlVhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/NumberStringConverter.htmlMETHOD
 777 fromStringk (java.lang.String value)   Converts the string provided into an object defined by the specific converter. chttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/NumberStringConverter.html#fromString()NumberStringConverterjavafx.util.converterchttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/NumberStringConverter.html#fromString()METHODgetNumberFormatf ()   Return a  NumberFormat  instance to use for formatting and parsing in this   StringConverter  . hhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/NumberStringConverter.html#getNumberFormat()NumberStringConverterjavafx.util.converterhhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/NumberStringConverter.html#getNumberFormat()METHODtoStringO (java.lang.Number value)   Converts the object provided into its string form. ahttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/NumberStringConverter.html#toString()NumberStringConverterjavafx.util.converterahttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/NumberStringConverter.html#toString()CLASS
ObjectBinding  ObjectBinding  provides a simple invalidation-scheme. An extending class can register dependencies by calling   bind(Observable...)  . If One of the registeredjavafx.beans.bindingMhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.htmlMhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.htmlMETHODaddListener’ ( ChangeListener <? super  T > listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.html#addListener()
ObjectBindingjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.html#addListener()
ObjectBindingjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.html#addListener()METHODbindP ( Observable ... dependencies)   Start observing the dependencies for changes. Thttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.html#bind()
ObjectBindingjavafx.beans.bindingThttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.html#bind()METHODcomputeValue4 ()   Calculates the current value of this binding. \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.html#computeValue()
ObjectBindingjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.html#computeValue()METHODdispose= ()   A default implementation of  dispose()  that is empty. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.html#dispose()
ObjectBindingjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.html#dispose()METHODget0 ()   Returns the result of   computeValue()  . Shttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.html#get()
ObjectBindingjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.html#get()METHODgetDependencies` ()   A default implementation of  getDependencies()  that returns an empty   ObservableList  . _http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.html#getDependencies()
ObjectBindingjavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.html#getDependencies()METHOD
 778 invalidate! ()   Mark a binding as invalid. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.html#invalidate()
ObjectBindingjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.html#invalidate()METHODisValid$ ()   Checks if a binding is valid. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.html#isValid()
ObjectBindingjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.html#isValid()METHODonInvalidatingt ()   The method onInvalidating() can be overridden by extending classes to react, if this binding becomes invalid. ^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.html#onInvalidating()
ObjectBindingjavafx.beans.binding^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.html#onInvalidating()METHODremoveListener  ( ChangeListener <? super  T > listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  ObservableValue ^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.html#removeListener()
ObjectBindingjavafx.beans.binding^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes inv^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.html#removeListener()
ObjectBindingjavafx.beans.binding^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.html#removeListener()METHODtoStringF ()   Returns a string representation of this  ObjectBinding  object. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.html#toString()
ObjectBindingjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.html#toString()METHODunbindO ( Observable ... dependencies)   Stop observing the dependencies for changes. Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.html#unbind()
ObjectBindingjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectBinding.html#unbind()CLASSObjectExpression›A concrete sub-class of  ObjectExpression  has to implement the method   ObservableObjectValue.get()  , which provides the actual value of this expression.javafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectExpression.htmlPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectExpression.htmlMETHODasStringj ()   Creates a   StringBinding   that holds the value of this  ObjectExpression  turned into a  String . [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectExpression.html#asString()ObjectExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectExpression.html#asString()METHODasString™ (java.util.Locale locale, java.lang.String format)   Creates a   StringBinding   that holds the value of the  NumberExpression  turned into a  String . [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectExpression.html#asString()ObjectExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectExpression.html#asString()METHODasString€ (java.lang.String format)   Creates a   StringBinding   that holds the value of the  ObjectExpression  turned into a  String . [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectExpression.html#asString()ObjectExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectExpression.html#asString()METHODgetValue: ()   Returns the current value of this  ObservableValue  [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectExpression.html#getValue()ObjectExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectExpression.html#getValue()METHOD        isEqualTo‰ (java.lang.Object other)   Creates a new  BooleanExpression  that holds  true  if this  ObjectExpression  is equal to a constant value. \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectExpression.html#isEqualTo()ObjectExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectExpression.html#isEqualTo()METHOD      isEqualTo“ ( ObservableObjectValue <?> other)   Creates a new  BooleanExpression  that holds  true  if this and another   ObservableObjectValue   are equal. \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectExpression.html#isEqualTo()ObjectExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectExpression.html#isEqualTo()METHODisNotEqualTo (java.lang.Object other)   Creates a new  BooleanExpression  that holds  true  if this  ObjectExpression  is not equal to a constant value. _http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectExpression.html#isNotEqualTo()ObjectExpressionjavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectExpression.html#isNotEqualTo()METHODisNotEqualTo— ( ObservableObjectValue <?> other)   Creates a new  BooleanExpression  that holds  true  if this and another   ObservableObjectValue   are not equal. _http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectExpression.html#isNotEqualTo()ObjectExpressionjavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectExpression.html#isNotEqualTo()METHOD      isNotNullc ()   Creates a new   BooleanBinding   that holds  true  if this  ObjectExpression  is not  null . \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectExpression.html#isNotNull()ObjectExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectExpression.html#isNotNull()METHODisNull_ ()   Creates a new   BooleanBinding   that holds  true  if this  ObjectExpression  is  null . Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectExpression.html#isNull()ObjectExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectExpression.html#isNull()METHODobjectExpressionm ( ObservableObjectValue <T> value)   Returns an  ObjectExpression  that wraps an   ObservableObjectValue  . chttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectExpression.html#objectExpression()ObjectExpressionjavafx.beans.bindingchttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/ObjectExpression.html#objectExpression()CLASSObjectPropertyjavafx.beans.propertyOhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectProperty.htmlOhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectProperty.htmlMETHODbindBidirectionalc ( Property < T > other)   Create a bidirectional binding between this  Property  and another one. chttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectProperty.html#bindBidirectional()ObjectPropertyjavafx.beans.propertychttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectProperty.html#bindBidirectional()METHODsetValue" ( T  v)   Set the wrapped value. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectProperty.html#setValue()ObjectPropertyjavafx.beans.propertyZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectProperty.html#setValue()METHODtoStringG ()   Returns a string representation of this  ObjectProperty  object. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectProperty.html#toString()ObjectPropertyjavafx.beans.propertyZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectProperty.html#toString()METHODunbindBidirectionalc ( Property < T > other)   Remove a bidirectional binding between this  Property  and another one. ehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectProperty.html#unbindBidirectional()ObjectPropertyjavafx.beans.propertyehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectProperty.html#unbindBidirectional()CLASSObjectPropertyBase Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.propertyShttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectPropertyBase.htmlShttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectPropertyBase.htmlMETHODaddListener’ ( ChangeListener <? super  T > listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. ahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectPropertyBase.html#addListener()ObjectPropertyBasejavafx.beans.propertyahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectPropertyBase.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. ahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectPropertyBase.html#addListener()ObjectPropertyBasejavafx.beans.propertyahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectPropertyBase.html#addListener()METHODbindg ( ObservableValue <? extends  T > newObservable)   Create a unidirection binding for this  Property . Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectPropertyBase.html#bind()ObjectPropertyBasejavafx.beans.propertyZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectPropertyBase.html#bind()METHODfireValueChangedEvent] ()   Sends notifications to all attached   InvalidationListeners   and   ChangeListeners  . khttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectPropertyBase.html#fireValueChangedEvent()ObjectPropertyBasejavafx.beans.propertykhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectPropertyBase.html#fireValueChangedEvent()METHODget ()   Get the wrapped value. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectPropertyBase.html#get()ObjectPropertyBasejavafx.beans.propertyYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectPropertyBase.html#get()METHODinvalidatedZ ()   The method  invalidated()  can be overridden to receive invalidation notifications. ahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectPropertyBase.html#invalidated()ObjectPropertyBasejavafx.beans.propertyahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectPropertyBase.html#invalidated()METHODisBound6 ()   Can be used to check, if a  Property  is bound. ]http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectPropertyBase.html#isBound()ObjectPropertyBasejavafx.beans.property]http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectPropertyBase.html#isBound()METHODremoveListener  ( ChangeListener <? super  T > listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  ObservableValue dhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectPropertyBase.html#removeListener()ObjectPropertyBasejavafx.beans.propertydhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectPropertyBase.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invdhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectPropertyBase.html#removeListener()ObjectPropertyBasejavafx.beans.propertydhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectPropertyBase.html#removeListener()METHODset) ( T  newValue)   Set the wrapped value. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectPropertyBase.html#set()ObjectPropertyBasejavafx.beans.propertyYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectPropertyBase.html#set()METHODtoStringK ()   Returns a string representation of this  ObjectPropertyBase  object. ^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectPropertyBase.html#toString()ObjectPropertyBasejavafx.beans.property^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectPropertyBase.html#toString()METHODunbind= ()   Remove the unidirectional binding for this  Property . \http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectPropertyBase.html#unbind()ObjectPropertyBasejavafx.beans.property\http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ObjectPropertyBase.html#unbind()CLASS
 779 Observable An implementation of  Observable  may support lazy evaluation, which means that the content is not immediately recomputed after changes, but lazily the next timjavafx.beansBhttp://download.java.net/jdk8/jfxdocs/javafx/beans/Observable.htmlBhttp://download.java.net/jdk8/jfxdocs/javafx/beans/Observable.htmlMETHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. Phttp://download.java.net/jdk8/jfxdocs/javafx/beans/Observable.html#addListener()
 780 Observablejavafx.beansPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/Observable.html#addListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invShttp://download.java.net/jdk8/jfxdocs/javafx/beans/Observable.html#removeListener()
 781 Observablejavafx.beansShttp://download.java.net/jdk8/jfxdocs/javafx/beans/Observable.html#removeListener()CLASSObservableArray Implementations have both  capacity , which is internal array length, and  size . If size needs to be increased beyond capacity, the capacity increases to matchjavafx.collectionsMhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableArray.htmlMhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableArray.htmlMETHODaddListenerR ( ArrayChangeListener < T > listener)   Add a listener to this observable array. [http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableArray.html#addListener()ObservableArrayjavafx.collections[http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableArray.html#addListener()METHODclear- ()   Empties the array by resizing it to 0. Uhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableArray.html#clear()ObservableArrayjavafx.collectionsUhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableArray.html#clear()METHODensureCapacity (int capacity)   Grows the capacity of this array if the current capacity is less than given  capacity , does nothing if it already exceeds the  capacity . ^http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableArray.html#ensureCapacity()ObservableArrayjavafx.collections^http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableArray.html#ensureCapacity()METHODremoveListener` ( ArrayChangeListener < T > listener)   Tries to remove a listener from this observable array. ^http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableArray.html#removeListener()ObservableArrayjavafx.collections^http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableArray.html#removeListener()METHODresize5 (int size)   Sets new length of data in this array. Vhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableArray.html#resize()ObservableArrayjavafx.collectionsVhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableArray.html#resize()METHODsize. ()   Retrieves length of data in this array. Thttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableArray.html#size()ObservableArrayjavafx.collectionsThttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableArray.html#size()METHOD
 782 trimToSizeE ()   Shrinks the capacity to the current size of data in the array. Zhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableArray.html#trimToSize()ObservableArrayjavafx.collectionsZhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableArray.html#trimToSize()CLASSObservableArrayBase Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.collectionsQhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableArrayBase.htmlQhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableArrayBase.htmlMETHODaddListenerR ( ArrayChangeListener < T > listener)   Add a listener to this observable array. _http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableArrayBase.html#addListener()ObservableArrayBasejavafx.collections_http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableArrayBase.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. _http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableArrayBase.html#addListener()ObservableArrayBasejavafx.collections_http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableArrayBase.html#addListener()METHOD
 783 fireChangeN (boolean sizeChanged, int from, int to)   Notifies all listeners of a change ^http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableArrayBase.html#fireChange()ObservableArrayBasejavafx.collections^http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableArrayBase.html#fireChange()METHODremoveListener` ( ArrayChangeListener < T > listener)   Tries to remove a listener from this observable array. bhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableArrayBase.html#removeListener()ObservableArrayBasejavafx.collectionsbhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableArrayBase.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invbhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableArrayBase.html#removeListener()ObservableArrayBasejavafx.collectionsbhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableArrayBase.html#removeListener()CLASSObservableBooleanValuejavafx.beans.valueThttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableBooleanValue.htmlThttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableBooleanValue.htmlMETHODgetB ()   Returns the current value of this  ObservableBooleanValue . Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableBooleanValue.html#get()ObservableBooleanValuejavafx.beans.valueZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableBooleanValue.html#get()CLASSObservableDoubleValuejavafx.beans.valueShttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableDoubleValue.htmlShttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableDoubleValue.htmlMETHODgetA ()   Returns the current value of this  ObservableDoubleValue . Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableDoubleValue.html#get()ObservableDoubleValuejavafx.beans.valueYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableDoubleValue.html#get()CLASSObservableFaceArrayjavafx.scene.shapeQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ObservableFaceArray.htmlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/ObservableFaceArray.htmlCLASSObservableFloatArrayjavafx.collectionsRhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.htmlRhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.htmlMETHODaddAllJ (float... elements)   Appends given  elements  to the end of this array. [http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#addAll()ObservableFloatArrayjavafx.collections[http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#addAll()METHODaddAllf (float[] src, int srcIndex, int length)   Appends a portion of given array to the end of this array. [http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#addAll()ObservableFloatArrayjavafx.collections[http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#addAll()METHODaddAllf ( ObservableFloatArray  src)   Appends content of a given observable array to the end of this array. [http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#addAll()ObservableFloatArrayjavafx.collections[http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#addAll()METHODaddAll€ ( ObservableFloatArray  src, int srcIndex, int length)   Appends a portion of given observable array to the end of this array. [http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#addAll()ObservableFloatArrayjavafx.collections[http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#addAll()METHODcopyTop (int srcIndex, float[] dest, int destIndex, int length)   Copies specified portion of array into  dest  array. [http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#copyTo()ObservableFloatArrayjavafx.collections[http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#copyTo()METHODcopyToŠ (int srcIndex,  ObservableFloatArray  dest, int destIndex, int length)   Copies specified portion of array into  dest  observable array. [http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#copyTo()ObservableFloatArrayjavafx.collections[http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#copyTo()METHODget- (int index)   Gets a single value of array. Xhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#get()ObservableFloatArrayjavafx.collectionsXhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#get()METHODset> (int index, float value)   Sets a single value in the array. Xhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#set()ObservableFloatArrayjavafx.collectionsXhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#set()METHODsetz (int destIndex, float[] src, int srcIndex, int length)   Copies a portion of specified array into this observable array. Xhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#set()ObservableFloatArrayjavafx.collectionsXhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#set()METHODset” (int destIndex,  ObservableFloatArray  src, int srcIndex, int length)   Copies a portion of specified observable array into this observable array. Xhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#set()ObservableFloatArrayjavafx.collectionsXhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#set()METHODsetAllS (float... elements)   Replaces this observable array content with given elements. [http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#setAll()ObservableFloatArrayjavafx.collections[http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#setAll()METHODsetAll{ (float[] src, int srcIndex, int length)   Replaces this observable array content with a copy of portion of a given array. [http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#setAll()ObservableFloatArrayjavafx.collections[http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#setAll()METHODsetAlln ( ObservableFloatArray  src)   Replaces this observable array content with a copy of given observable array. [http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#setAll()ObservableFloatArrayjavafx.collections[http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#setAll()METHODsetAll ( ObservableFloatArray  src, int srcIndex, int length)   Replaces this observable array content with a portion of a given observable array. [http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#setAll()ObservableFloatArrayjavafx.collections[http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#setAll()METHODtoArrayL (float[] dest)   Returns an array containing copy of the observable array. \http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#toArray()ObservableFloatArrayjavafx.collections\http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#toArray()METHODtoArray{ (int srcIndex, float[] dest, int length)   Returns an array containing copy of specified portion of the observable array. \http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#toArray()ObservableFloatArrayjavafx.collections\http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableFloatArray.html#toArray()CLASSObservableFloatValuejavafx.beans.valueRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableFloatValue.htmlRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableFloatValue.htmlMETHODget@ ()   Returns the current value of this  ObservableFloatValue . Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableFloatValue.html#get()ObservableFloatValuejavafx.beans.valueXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableFloatValue.html#get()CLASSObservableIntegerArrayjavafx.collectionsThttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.htmlThttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.htmlMETHODaddAllH (int... elements)   Appends given  elements  to the end of this array. ]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#addAll()ObservableIntegerArrayjavafx.collections]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#addAll()METHODaddAlld (int[] src, int srcIndex, int length)   Appends a portion of given array to the end of this array. ]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#addAll()ObservableIntegerArrayjavafx.collections]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#addAll()METHODaddAllh ( ObservableIntegerArray  src)   Appends content of a given observable array to the end of this array. ]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#addAll()ObservableIntegerArrayjavafx.collections]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#addAll()METHODaddAll‚ ( ObservableIntegerArray  src, int srcIndex, int length)   Appends a portion of given observable array to the end of this array. ]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#addAll()ObservableIntegerArrayjavafx.collections]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#addAll()METHODcopyTon (int srcIndex, int[] dest, int destIndex, int length)   Copies specified portion of array into  dest  array. ]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#copyTo()ObservableIntegerArrayjavafx.collections]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#copyTo()METHODcopyToŒ (int srcIndex,  ObservableIntegerArray  dest, int destIndex, int length)   Copies specified portion of array into  dest  observable array. ]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#copyTo()ObservableIntegerArrayjavafx.collections]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#copyTo()METHODget- (int index)   Gets a single value of array. Zhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#get()ObservableIntegerArrayjavafx.collectionsZhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#get()METHODset< (int index, int value)   Sets a single value in the array. Zhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#set()ObservableIntegerArrayjavafx.collectionsZhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#set()METHODsetx (int destIndex, int[] src, int srcIndex, int length)   Copies a portion of specified array into this observable array. Zhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#set()ObservableIntegerArrayjavafx.collectionsZhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#set()METHODset– (int destIndex,  ObservableIntegerArray  src, int srcIndex, int length)   Copies a portion of specified observable array into this observable array. Zhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#set()ObservableIntegerArrayjavafx.collectionsZhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#set()METHODsetAllQ (int... elements)   Replaces this observable array content with given elements. ]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#setAll()ObservableIntegerArrayjavafx.collections]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#setAll()METHODsetAlly (int[] src, int srcIndex, int length)   Replaces this observable array content with a copy of portion of a given array. ]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#setAll()ObservableIntegerArrayjavafx.collections]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#setAll()METHODsetAllp ( ObservableIntegerArray  src)   Replaces this observable array content with a copy of given observable array. ]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#setAll()ObservableIntegerArrayjavafx.collections]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#setAll()METHODsetAll ( ObservableIntegerArray  src, int srcIndex, int length)   Replaces this observable array content with a portion of a given observable array. ]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#setAll()ObservableIntegerArrayjavafx.collections]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#setAll()METHODtoArrayJ (int[] dest)   Returns an array containing copy of the observable array. ^http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#toArray()ObservableIntegerArrayjavafx.collections^http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#toArray()METHODtoArrayy (int srcIndex, int[] dest, int length)   Returns an array containing copy of specified portion of the observable array. ^http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#toArray()ObservableIntegerArrayjavafx.collections^http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableIntegerArray.html#toArray()CLASSObservableIntegerValuejavafx.beans.valueThttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableIntegerValue.htmlThttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableIntegerValue.htmlMETHODgetB ()   Returns the current value of this  ObservableIntegerValue . Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableIntegerValue.html#get()ObservableIntegerValuejavafx.beans.valueZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableIntegerValue.html#get()CLASSObservableListjavafx.collectionsLhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableList.htmlLhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableList.htmlMETHODaddAllI ( E ... elements)   A convenient method for var-arg adding of elements. Uhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableList.html#addAll()ObservableListjavafx.collectionsUhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableList.html#addAll()METHODaddListenerX ( ListChangeListener <? super  E > listener)   Add a listener to this observable list. Zhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableList.html#addListener()ObservableListjavafx.collectionsZhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableList.html#addListener()METHODfiltered€ (java.util.function.Predicate< E > predicate)   Creates a   FilteredList   wrapper of this list using the specified predicate. Whttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableList.html#filtered()ObservableListjavafx.collectionsWhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableList.html#filtered()METHODremoveœ (int from, int to)   Basically a shortcut to sublist(from, to).clear() As this is a common operation, ObservableList has this method for convenient usage. Uhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableList.html#remove()ObservableListjavafx.collectionsUhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableList.html#remove()METHOD   removeAllP ( E ... elements)   A convenient method for var-arg usage of removaAll method. Xhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableList.html#removeAll()ObservableListjavafx.collectionsXhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableList.html#removeAll()METHODremoveListenerg ( ListChangeListener <? super  E > listener)   Tries to removed a listener from this observable list. ]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableList.html#removeListener()ObservableListjavafx.collections]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableList.html#removeListener()METHOD   retainAllM ( E ... elements)   A convenient method for var-arg usage of retain method. Xhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableList.html#retainAll()ObservableListjavafx.collectionsXhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableList.html#retainAll()METHODsetAllq (java.util.Collection<? extends  E > col)   Clears the ObservableList and add all elements from the collection. Uhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableList.html#setAll()ObservableListjavafx.collectionsUhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableList.html#setAll()METHODsetAll\ ( E ... elements)   Clears the ObservableList and add all the elements passed as var-args. Uhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableList.html#setAll()ObservableListjavafx.collectionsUhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableList.html#setAll()METHODsortedO ()   Creates a   SortedList   wrapper of this list with the natural ordering. Uhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableList.html#sorted()ObservableListjavafx.collectionsUhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableList.html#sorted()METHODsortedx (java.util.Comparator< E > comparator)   Creates a   SortedList   wrapper of this list using the specified comparator. Uhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableList.html#sorted()ObservableListjavafx.collectionsUhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableList.html#sorted()CLASSObservableListBase  These methods must be always enclosed in   beginChange()   and   endChange()   block.   See the example below.   The following example shows how the Change buijavafx.collectionsPhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.htmlPhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.htmlMETHODaddAllI ( E ... elements)   A convenient method for var-arg adding of elements. Yhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#addAll()ObservableListBasejavafx.collectionsYhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#addAll()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. ^http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#addListener()ObservableListBasejavafx.collections^http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#addListener()METHODaddListenerX ( ListChangeListener <? super  E > listener)   Add a listener to this observable list. ^http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#addListener()ObservableListBasejavafx.collections^http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#addListener()METHODbeginChange ()   Begins a change block. ^http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#beginChange()ObservableListBasejavafx.collections^http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#beginChange()METHOD        endChange ()   Ends the change block. \http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#endChange()ObservableListBasejavafx.collections\http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#endChange()METHOD
 784 fireChangeZ ( ListChangeListener.Change <? extends  E > change)   Notifies all listeners of a change ]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#fireChange()ObservableListBasejavafx.collections]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#fireChange()METHODhasListenersI ()   Returns true if there are some listeners registered for this list. _http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#hasListeners()ObservableListBasejavafx.collections_http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#hasListeners()METHODnextAdd> (int from, int to)   Adds a new add operation to the change. Zhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#nextAdd()ObservableListBasejavafx.collectionsZhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#nextAdd()METHODnextPermutationR (int from, int to, int[] perm)   Adds a new permutation operation to the change. bhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#nextPermutation()ObservableListBasejavafx.collectionsbhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#nextPermutation()METHOD
 785 nextRemove^ (int idx,  E  removed)   Adds a new remove operation to the change with single item removed. ]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#nextRemove()ObservableListBasejavafx.collections]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#nextRemove()METHOD
 786 nextRemove{ (int idx, java.util.List<? extends  E > removed)   Adds a new remove operation to the change with multiple items removed. ]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#nextRemove()ObservableListBasejavafx.collections]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#nextRemove()METHODnextReplacei (int from, int to, java.util.List<? extends  E > removed)   Adds a new replace operation to the change. ^http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#nextReplace()ObservableListBasejavafx.collections^http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#nextReplace()METHODnextSet> (int idx,  E  old)   Adds a new set operation to the change. Zhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#nextSet()ObservableListBasejavafx.collectionsZhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#nextSet()METHOD
 787 nextUpdate8 (int pos)   Adds a new update operation to the change. ]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#nextUpdate()ObservableListBasejavafx.collections]http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#nextUpdate()METHODremoveœ (int from, int to)   Basically a shortcut to sublist(from, to).clear() As this is a common operation, ObservableList has this method for convenient usage. Yhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#remove()ObservableListBasejavafx.collectionsYhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#remove()METHOD        removeAllP ( E ... elements)   A convenient method for var-arg usage of removaAll method. \http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#removeAll()ObservableListBasejavafx.collections\http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#removeAll()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invahttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#removeListener()ObservableListBasejavafx.collectionsahttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#removeListener()METHODremoveListenerg ( ListChangeListener <? super  E > listener)   Tries to removed a listener from this observable list. ahttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#removeListener()ObservableListBasejavafx.collectionsahttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#removeListener()METHOD  retainAllM ( E ... elements)   A convenient method for var-arg usage of retain method. \http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#retainAll()ObservableListBasejavafx.collections\http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#retainAll()METHODsetAllq (java.util.Collection<? extends  E > col)   Clears the ObservableList and add all elements from the collection. Yhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#setAll()ObservableListBasejavafx.collectionsYhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#setAll()METHODsetAll\ ( E ... elements)   Clears the ObservableList and add all the elements passed as var-args. Yhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#setAll()ObservableListBasejavafx.collectionsYhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableListBase.html#setAll()CLASSObservableListValuejavafx.beans.valueQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableListValue.htmlQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableListValue.htmlCLASSObservableLongValuejavafx.beans.valueQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableLongValue.htmlQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableLongValue.htmlMETHODget? ()   Returns the current value of this  ObservableLongValue . Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableLongValue.html#get()ObservableLongValuejavafx.beans.valueWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableLongValue.html#get()CLASS
ObservableMapjavafx.collectionsKhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableMap.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableMap.htmlMETHODaddListenerb ( MapChangeListener <? super  K ,? super  V > listener)   Add a listener to this observable map. Yhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableMap.html#addListener()
ObservableMapjavafx.collectionsYhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableMap.html#addListener()METHODremoveListenerr ( MapChangeListener <? super  K ,? super  V > listener)   Tries to removed a listener from this observable list. \http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableMap.html#removeListener()
ObservableMapjavafx.collections\http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableMap.html#removeListener()CLASSObservableMapValuejavafx.beans.valuePhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableMapValue.htmlPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableMapValue.htmlCLASSObservableNumberValuejavafx.beans.valueShttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableNumberValue.htmlShttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableNumberValue.htmlMETHODdoubleValueG ()   Returns the value of this  ObservableNumberValue  as a  double . ahttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableNumberValue.html#doubleValue()ObservableNumberValuejavafx.beans.valueahttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableNumberValue.html#doubleValue()METHOD
 788 floatValueF ()   Returns the value of this  ObservableNumberValue  as a  float . `http://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableNumberValue.html#floatValue()ObservableNumberValuejavafx.beans.value`http://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableNumberValue.html#floatValue()METHODintValueF ()   Returns the value of this  ObservableNumberValue  as an  int  . ^http://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableNumberValue.html#intValue()ObservableNumberValuejavafx.beans.value^http://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableNumberValue.html#intValue()METHOD   longValueF ()   Returns the value of this  ObservableNumberValue  as a  long  . _http://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableNumberValue.html#longValue()ObservableNumberValuejavafx.beans.value_http://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableNumberValue.html#longValue()CLASSObservableObjectValuejavafx.beans.valueShttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableObjectValue.htmlShttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableObjectValue.htmlMETHODgetD ()   Returns the current value of this  ObservableObjectValue<T> . Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableObjectValue.html#get()ObservableObjectValuejavafx.beans.valueYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableObjectValue.html#get()CLASS
ObservableSetjavafx.collectionsKhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableSet.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableSet.htmlMETHODaddListenerV ( SetChangeListener <? super  E > listener)   Add a listener to this observable set. Yhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableSet.html#addListener()
ObservableSetjavafx.collectionsYhttp://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableSet.html#addListener()METHODremoveListenere ( SetChangeListener <? super  E > listener)   Tries to removed a listener from this observable set. \http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableSet.html#removeListener()
ObservableSetjavafx.collections\http://download.java.net/jdk8/jfxdocs/javafx/collections/ObservableSet.html#removeListener()CLASSObservableSetValuejavafx.beans.valuePhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableSetValue.htmlPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableSetValue.htmlCLASSObservableStringValuejavafx.beans.valueShttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableStringValue.htmlShttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableStringValue.htmlCLASSObservableValue The value of the  ObservableValue  can be requested with   getValue()  .   An implementation of  ObservableValue  may support lazy evaluation, which means that javafx.beans.valueMhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableValue.htmlMhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableValue.htmlMETHODaddListener’ ( ChangeListener <? super  T > listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. [http://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableValue.html#addListener()ObservableValuejavafx.beans.value[http://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableValue.html#addListener()METHODgetValue: ()   Returns the current value of this  ObservableValue  Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableValue.html#getValue()ObservableValuejavafx.beans.valueXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableValue.html#getValue()METHODremoveListener  ( ChangeListener <? super  T > listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  ObservableValue ^http://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableValue.html#removeListener()ObservableValuejavafx.beans.value^http://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableValue.html#removeListener()CLASSObservableValueBase Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.valueQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableValueBase.htmlQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableValueBase.htmlMETHODaddListener’ ( ChangeListener <? super  T > listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. _http://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableValueBase.html#addListener()ObservableValueBasejavafx.beans.value_http://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableValueBase.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. _http://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableValueBase.html#addListener()ObservableValueBasejavafx.beans.value_http://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableValueBase.html#addListener()METHODfireValueChangedEventC ()   Notify the currently registered observers of a value change. ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableValueBase.html#fireValueChangedEvent()ObservableValueBasejavafx.beans.valueihttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableValueBase.html#fireValueChangedEvent()METHODremoveListener  ( ChangeListener <? super  T > listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  ObservableValue bhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableValueBase.html#removeListener()ObservableValueBasejavafx.beans.valuebhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableValueBase.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invbhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableValueBase.html#removeListener()ObservableValueBasejavafx.beans.valuebhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/ObservableValueBase.html#removeListener()ENUMOrientationjavafx.geometryFhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Orientation.htmlFhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Orientation.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Phttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Orientation.html#valueOf()Orientationjavafx.geometryPhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Orientation.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Ohttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Orientation.html#values()Orientationjavafx.geometryOhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Orientation.html#values()ENUMOverrunStylejavafx.scene.controlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/OverrunStyle.htmlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/OverrunStyle.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/OverrunStyle.html#valueOf()OverrunStylejavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/OverrunStyle.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/OverrunStyle.html#values()OverrunStylejavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/OverrunStyle.html#values()CLASS
 789 PageLayout Printers usually have hardware margins where they cannot print. A PageLayout instance obtained from a PrinterJob in the context of a specific printer will be cojavafx.printBhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageLayout.htmlBhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageLayout.htmlMETHODequals (java.lang.Object o) Khttp://download.java.net/jdk8/jfxdocs/javafx/print/PageLayout.html#equals()
 790 PageLayoutjavafx.printKhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageLayout.html#equals()METHODgetBottomMargin> ()   Returns the bottom margin of the page layout in points. Thttp://download.java.net/jdk8/jfxdocs/javafx/print/PageLayout.html#getBottomMargin()
 791 PageLayoutjavafx.printThttp://download.java.net/jdk8/jfxdocs/javafx/print/PageLayout.html#getBottomMargin()METHOD
getLeftMargin< ()   Returns the left margin of the page layout in points. Rhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageLayout.html#getLeftMargin()
 792 PageLayoutjavafx.printRhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageLayout.html#getLeftMargin()METHODgetPageOrientation () Whttp://download.java.net/jdk8/jfxdocs/javafx/print/PageLayout.html#getPageOrientation()
 793 PageLayoutjavafx.printWhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageLayout.html#getPageOrientation()METHODgetPaper ()   The paper used. Mhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageLayout.html#getPaper()
 794 PageLayoutjavafx.printMhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageLayout.html#getPaper()METHODgetPrintableHeight ()   Returns the height dimension of the printable area of the page, in 1/72 of an inch, taking into account the orientation. Whttp://download.java.net/jdk8/jfxdocs/javafx/print/PageLayout.html#getPrintableHeight()
 795 PageLayoutjavafx.printWhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageLayout.html#getPrintableHeight()METHODgetPrintableWidth… ()   Returns the width dimension of the printable area of the page, in 1/72 of an inch points, taking into account the orientation. Vhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageLayout.html#getPrintableWidth()
 796 PageLayoutjavafx.printVhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageLayout.html#getPrintableWidth()METHODgetRightMargin= ()   Returns the right margin of the page layout in points. Shttp://download.java.net/jdk8/jfxdocs/javafx/print/PageLayout.html#getRightMargin()
 797 PageLayoutjavafx.printShttp://download.java.net/jdk8/jfxdocs/javafx/print/PageLayout.html#getRightMargin()METHODgetTopMargin; ()   Returns the top margin of the page layout in points. Qhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageLayout.html#getTopMargin()
 798 PageLayoutjavafx.printQhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageLayout.html#getTopMargin()METHODhashCode () Mhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageLayout.html#hashCode()
 799 PageLayoutjavafx.printMhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageLayout.html#hashCode()METHODtoString () Mhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageLayout.html#toString()
 800 PageLayoutjavafx.printMhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageLayout.html#toString()ENUMPageOrientationjavafx.printGhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageOrientation.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageOrientation.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Qhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageOrientation.html#valueOf()PageOrientationjavafx.printQhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageOrientation.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Phttp://download.java.net/jdk8/jfxdocs/javafx/print/PageOrientation.html#values()PageOrientationjavafx.printPhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageOrientation.html#values()CLASS PageRangejavafx.printAhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageRange.htmlAhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageRange.htmlPROPERTYendPageH     IntegerProperty  representing the ending page number of the range. Ihttp://download.java.net/jdk8/jfxdocs/javafx/print/PageRange.html#endPage        PageRangejavafx.printIhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageRange.html#endPagePROPERTY        startPageJ     IntegerProperty  representing the starting page number of the range. Khttp://download.java.net/jdk8/jfxdocs/javafx/print/PageRange.html#startPage  PageRangejavafx.printKhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageRange.html#startPageMETHODendPagePropertyJ ()    IntegerProperty  representing the ending page number of the range. Shttp://download.java.net/jdk8/jfxdocs/javafx/print/PageRange.html#endPageProperty() PageRangejavafx.printShttp://download.java.net/jdk8/jfxdocs/javafx/print/PageRange.html#endPageProperty()METHOD
 801 getEndPage () Nhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageRange.html#getEndPage()    PageRangejavafx.printNhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageRange.html#getEndPage()METHODgetStartPage () Phttp://download.java.net/jdk8/jfxdocs/javafx/print/PageRange.html#getStartPage()  PageRangejavafx.printPhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageRange.html#getStartPage()METHODstartPagePropertyL ()    IntegerProperty  representing the starting page number of the range. Uhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageRange.html#startPageProperty()      PageRangejavafx.printUhttp://download.java.net/jdk8/jfxdocs/javafx/print/PageRange.html#startPageProperty()CLASS
 802 Pagination A Pagination control is used for navigation between pages of a single content, which has been divided into smaller parts.    Styling the page indicators    The javafx.scene.controlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.htmlPROPERTYcurrentPageIndexC    The current page index to display for this pagination control. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#currentPageIndex
 803 Paginationjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#currentPageIndexPROPERTYmaxPageIndicatorCountN    The maximum number of page indicators to use for this pagination control. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#maxPageIndicatorCount
 804 Paginationjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#maxPageIndicatorCountPROPERTY        pageCount5    The number of pages for this pagination control. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#pageCount
 805 Paginationjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#pageCountPROPERTYpageFactorys    The pageFactory callback function that is called when a page has been selected by the application or the user. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#pageFactory
 806 Paginationjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#pageFactoryMETHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#createDefaultSkin()
 807 Paginationjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#createDefaultSkin()METHODcurrentPageIndexPropertyE ()   The current page index to display for this pagination control. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#currentPageIndexProperty()
 808 Paginationjavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#currentPageIndexProperty()METHODgetClassCssMetaData () `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#getClassCssMetaData()
 809 Paginationjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#getClassCssMetaData()METHODgetControlCssMetaData () bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#getControlCssMetaData()
 810 Paginationjavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#getControlCssMetaData()METHODgetCurrentPageIndex& ()   Returns the current page index. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#getCurrentPageIndex()
 811 Paginationjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#getCurrentPageIndex()METHODgetMaxPageIndicatorCount5 ()   Returns the maximum number of page indicators. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#getMaxPageIndicatorCount()
 812 Paginationjavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#getMaxPageIndicatorCount()METHODgetPageCount# ()   Returns the number of pages. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#getPageCount()
 813 Paginationjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#getPageCount()METHODgetPageFactory2 ()   Returns the page factory callback function. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#getPageFactory()
 814 Paginationjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#getPageFactory()METHODmaxPageIndicatorCountPropertyP ()   The maximum number of page indicators to use for this pagination control. jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#maxPageIndicatorCountProperty()
 815 Paginationjavafx.scene.controljhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#maxPageIndicatorCountProperty()METHODpageCountProperty7 ()   The number of pages for this pagination control. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#pageCountProperty()
 816 Paginationjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#pageCountProperty()METHODpageFactoryPropertyu ()   The pageFactory callback function that is called when a page has been selected by the application or the user. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#pageFactoryProperty()
 817 Paginationjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#pageFactoryProperty()METHODsetCurrentPageIndex, (int value)   Sets the current page index. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#setCurrentPageIndex()
 818 Paginationjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#setCurrentPageIndex()METHODsetMaxPageIndicatorCount; (int value)   Sets the maximum number of page indicators. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#setMaxPageIndicatorCount()
 819 Paginationjavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#setMaxPageIndicatorCount()METHODsetPageCount) (int value)   Sets the number of pages. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#setPageCount()
 820 Paginationjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#setPageCount()METHODsetPageFactoryY ( Callback <java.lang.Integer, Node > value)   Sets the page factory callback function. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#setPageFactory()
 821 Paginationjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#setPageFactory()FIELD
INDETERMINATE?    Value for indicating that the page count is indeterminate. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#INDETERMINATE
 822 Paginationjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#INDETERMINATEFIELDSTYLE_CLASS_BULLETP    The style class to change the numeric page indicators to bullet indicators. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#STYLE_CLASS_BULLET
 823 Paginationjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Pagination.html#STYLE_CLASS_BULLETCLASSPaintjavafx.scene.paintChttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Paint.htmlChttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Paint.htmlMETHODisOpaque4 ()   Gets whether this Paint is completely opaque. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Paint.html#isOpaque()Paintjavafx.scene.paintNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Paint.html#isOpaque()METHODvalueOfP (java.lang.String value)   Creates a paint value from a string representation. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Paint.html#valueOf()Paintjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Paint.html#valueOf()CLASSPair3A convenience class to represent name-value pairs. javafx.util;http://download.java.net/jdk8/jfxdocs/javafx/util/Pair.html;http://download.java.net/jdk8/jfxdocs/javafx/util/Pair.htmlMETHODequalsM (java.lang.Object o)   Test this  Pair  for equality with another  Object . Dhttp://download.java.net/jdk8/jfxdocs/javafx/util/Pair.html#equals()Pairjavafx.utilDhttp://download.java.net/jdk8/jfxdocs/javafx/util/Pair.html#equals()METHODgetKey" ()   Gets the key for this pair. Dhttp://download.java.net/jdk8/jfxdocs/javafx/util/Pair.html#getKey()Pairjavafx.utilDhttp://download.java.net/jdk8/jfxdocs/javafx/util/Pair.html#getKey()METHODgetValue$ ()   Gets the value for this pair. Fhttp://download.java.net/jdk8/jfxdocs/javafx/util/Pair.html#getValue()Pairjavafx.utilFhttp://download.java.net/jdk8/jfxdocs/javafx/util/Pair.html#getValue()METHODhashCode, ()   Generate a hash code for this  Pair . Fhttp://download.java.net/jdk8/jfxdocs/javafx/util/Pair.html#hashCode()Pairjavafx.utilFhttp://download.java.net/jdk8/jfxdocs/javafx/util/Pair.html#hashCode()METHODtoString. ()    String  representation of this  Pair . Fhttp://download.java.net/jdk8/jfxdocs/javafx/util/Pair.html#toString()Pairjavafx.utilFhttp://download.java.net/jdk8/jfxdocs/javafx/util/Pair.html#toString()CLASSPane This class may be used directly in cases where absolute positioning of children is required since it does not perform layout beyond resizing resizable children javafx.scene.layoutChttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Pane.htmlChttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Pane.htmlMETHODgetChildren2 ()   Gets the list of children of this  Parent . Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Pane.html#getChildren()Panejavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Pane.html#getChildren()CLASSPaper The paper sizes which are enumerated for a printer is the authoritative source of Paper sizes that may be selected for printing on that printer.   However for cjavafx.print=http://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html=http://download.java.net/jdk8/jfxdocs/javafx/print/Paper.htmlMETHODequals (java.lang.Object o) Fhttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#equals()Paperjavafx.printFhttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#equals()METHOD  getHeight8 ()   Get the height of the paper in points (1/72 inch) Ihttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#getHeight()Paperjavafx.printIhttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#getHeight()METHODgetName ()   Get the paper name. Ghttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#getName()Paperjavafx.printGhttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#getName()METHODgetWidth7 ()   Get the width of the paper in points (1/72 inch) Hhttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#getWidth()Paperjavafx.printHhttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#getWidth()METHODhashCode () Hhttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#hashCode()Paperjavafx.printHhttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#hashCode()METHODtoString () Hhttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#toString()Paperjavafx.printHhttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#toString()FIELDA02    Specifies the ISO A0 size, 841 mm by 1189 mm. @http://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#A0Paperjavafx.print@http://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#A0FIELDA11    Specifies the ISO A1 size, 594 mm by 841 mm. @http://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#A1Paperjavafx.print@http://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#A1FIELDA21    Specifies the ISO A2 size, 420 mm by 594 mm. @http://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#A2Paperjavafx.print@http://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#A2FIELDA31    Specifies the ISO A3 size, 297 mm by 420 mm. @http://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#A3Paperjavafx.print@http://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#A3FIELDA41    Specifies the ISO A4 size, 210 mm by 297 mm. @http://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#A4Paperjavafx.print@http://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#A4FIELDA51    Specifies the ISO A5 size, 148 mm by 210 mm. @http://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#A5Paperjavafx.print@http://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#A5FIELDA61    Specifies the ISO A6 size, 105 mm by 148 mm. @http://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#A6Paperjavafx.print@http://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#A6FIELDC:    Specifies the engineering C size, 17 inch by 22 inch. ?http://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#CPaperjavafx.print?http://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#CFIELDDESIGNATED_LONG>    Specifies the ISO Designated Long size, 110 mm by 220 mm. Mhttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#DESIGNATED_LONGPaperjavafx.printMhttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#DESIGNATED_LONGFIELD EXECUTIVE>    Specifies the executive size, 7.25 inches by 10.5 inches. Ghttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#EXECUTIVEPaperjavafx.printGhttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#EXECUTIVEFIELDJAPANESE_POSTCARD<    Specifies the Japanese postcard size, 100 mm by 148 mm. Ohttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#JAPANESE_POSTCARDPaperjavafx.printOhttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#JAPANESE_POSTCARDFIELDJIS_B41    Specifies the JIS B4 size, 257 mm by 364 mm. Dhttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#JIS_B4Paperjavafx.printDhttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#JIS_B4FIELDJIS_B51    Specifies the JIS B5 size, 182 mm by 257 mm. Dhttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#JIS_B5Paperjavafx.printDhttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#JIS_B5FIELDJIS_B61    Specifies the JIS B6 size, 128 mm by 182 mm. Dhttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#JIS_B6Paperjavafx.printDhttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#JIS_B6FIELDLEGALF    Specifies the North American legal size, 8.5 inches by 14 inches. Chttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#LEGALPaperjavafx.printChttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#LEGALFIELDMONARCH_ENVELOPE@    Specifies the Monarch envelope size, 3.87 inch by 7.5 inch. Nhttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#MONARCH_ENVELOPEPaperjavafx.printNhttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#MONARCH_ENVELOPEFIELDNA_8X10:    Specifies the North American 8 inch by 10 inch paper. Ehttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#NA_8X10Paperjavafx.printEhttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#NA_8X10FIELD      NA_LETTERF    Specifies the North American letter size, 8.5 inches by 11 inches Ghttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#NA_LETTERPaperjavafx.printGhttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#NA_LETTERFIELDNA_NUMBER_10_ENVELOPE_    Specifies the North American Number 10 business envelope size, 4.125 inches by 9.5 inches. Shttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#NA_NUMBER_10_ENVELOPEPaperjavafx.printShttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#NA_NUMBER_10_ENVELOPEFIELDTABLOID8    Specifies the tabloid size, 11 inches by 17 inches. Ehttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#TABLOIDPaperjavafx.printEhttp://download.java.net/jdk8/jfxdocs/javafx/print/Paper.html#TABLOIDCLASSPaperSourcejavafx.printChttp://download.java.net/jdk8/jfxdocs/javafx/print/PaperSource.htmlChttp://download.java.net/jdk8/jfxdocs/javafx/print/PaperSource.htmlMETHODgetName- ()   Returns the name of this paper source. Mhttp://download.java.net/jdk8/jfxdocs/javafx/print/PaperSource.html#getName()PaperSourcejavafx.printMhttp://download.java.net/jdk8/jfxdocs/javafx/print/PaperSource.html#getName()METHODtoString () Nhttp://download.java.net/jdk8/jfxdocs/javafx/print/PaperSource.html#toString()PaperSourcejavafx.printNhttp://download.java.net/jdk8/jfxdocs/javafx/print/PaperSource.html#toString()FIELD      AUTOMATIC.    Specify to automatically select the tray. Mhttp://download.java.net/jdk8/jfxdocs/javafx/print/PaperSource.html#AUTOMATICPaperSourcejavafx.printMhttp://download.java.net/jdk8/jfxdocs/javafx/print/PaperSource.html#AUTOMATICFIELDBOTTOM'    Specify to select the BOTTOM tray. Jhttp://download.java.net/jdk8/jfxdocs/javafx/print/PaperSource.html#BOTTOMPaperSourcejavafx.printJhttp://download.java.net/jdk8/jfxdocs/javafx/print/PaperSource.html#BOTTOMFIELDENVELOPE)    Specify to select the ENVELOPE tray. Lhttp://download.java.net/jdk8/jfxdocs/javafx/print/PaperSource.html#ENVELOPEPaperSourcejavafx.printLhttp://download.java.net/jdk8/jfxdocs/javafx/print/PaperSource.html#ENVELOPEFIELDLARGE_CAPACITY/    Specify to select the LARGE_CAPACITY tray. Rhttp://download.java.net/jdk8/jfxdocs/javafx/print/PaperSource.html#LARGE_CAPACITYPaperSourcejavafx.printRhttp://download.java.net/jdk8/jfxdocs/javafx/print/PaperSource.html#LARGE_CAPACITYFIELDMAIN%    Specify to select the MAIN tray. Hhttp://download.java.net/jdk8/jfxdocs/javafx/print/PaperSource.html#MAINPaperSourcejavafx.printHhttp://download.java.net/jdk8/jfxdocs/javafx/print/PaperSource.html#MAINFIELDMANUAL'    Specify to select the MANUAL tray. Jhttp://download.java.net/jdk8/jfxdocs/javafx/print/PaperSource.html#MANUALPaperSourcejavafx.printJhttp://download.java.net/jdk8/jfxdocs/javafx/print/PaperSource.html#MANUALFIELDMIDDLE'    Specify to select the MIDDLE tray. Jhttp://download.java.net/jdk8/jfxdocs/javafx/print/PaperSource.html#MIDDLEPaperSourcejavafx.printJhttp://download.java.net/jdk8/jfxdocs/javafx/print/PaperSource.html#MIDDLEFIELDSIDE%    Specify to select the SIDE tray. Hhttp://download.java.net/jdk8/jfxdocs/javafx/print/PaperSource.html#SIDEPaperSourcejavafx.printHhttp://download.java.net/jdk8/jfxdocs/javafx/print/PaperSource.html#SIDEFIELDTOP$    Specify to select the TOP tray. Ghttp://download.java.net/jdk8/jfxdocs/javafx/print/PaperSource.html#TOPPaperSourcejavafx.printGhttp://download.java.net/jdk8/jfxdocs/javafx/print/PaperSource.html#TOPCLASSParallelCamera If a scene contains only 2D transforms, then the following details are not relevant. This camera defines a viewing volume for a parallel (orthographic) projectijavafx.sceneFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/ParallelCamera.htmlFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/ParallelCamera.htmlCLASSParallelTransition Children of this  Transition  inherit   node  , if their  node  property is not specified.   Code Segment Example:       Rectangle rect = new Rectangle (100, 40javafx.animationNhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ParallelTransition.htmlNhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ParallelTransition.htmlPROPERTYnodeg    This   Node   is used in all child   Transitions  , that do not define a target  Node  themselves. Shttp://download.java.net/jdk8/jfxdocs/javafx/animation/ParallelTransition.html#nodeParallelTransitionjavafx.animationShttp://download.java.net/jdk8/jfxdocs/javafx/animation/ParallelTransition.html#nodeMETHODgetChildrenA ()   A list of   Animations   that will be played sequentially. \http://download.java.net/jdk8/jfxdocs/javafx/animation/ParallelTransition.html#getChildren()ParallelTransitionjavafx.animation\http://download.java.net/jdk8/jfxdocs/javafx/animation/ParallelTransition.html#getChildren()METHODgetNode+ ()   Gets the value of the property node. Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ParallelTransition.html#getNode()ParallelTransitionjavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ParallelTransition.html#getNode()METHODgetParentTargetNodeF ()   Returns the target   Node   for animation of this  Transition . dhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ParallelTransition.html#getParentTargetNode()ParallelTransitionjavafx.animationdhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ParallelTransition.html#getParentTargetNode()METHODinterpolatec (double frac)   The method  interpolate()  has to be provided by implementations of  Transition . \http://download.java.net/jdk8/jfxdocs/javafx/animation/ParallelTransition.html#interpolate()ParallelTransitionjavafx.animation\http://download.java.net/jdk8/jfxdocs/javafx/animation/ParallelTransition.html#interpolate()METHODnodePropertyi ()   This   Node   is used in all child   Transitions  , that do not define a target  Node  themselves. ]http://download.java.net/jdk8/jfxdocs/javafx/animation/ParallelTransition.html#nodeProperty()ParallelTransitionjavafx.animation]http://download.java.net/jdk8/jfxdocs/javafx/animation/ParallelTransition.html#nodeProperty()METHODsetNode7 ( Node  value)   Sets the value of the property node. Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ParallelTransition.html#setNode()ParallelTransitionjavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ParallelTransition.html#setNode()CLASSParent This class handles all hierarchical scene graph operations, including adding/removing child nodes, marking branches dirty for layout and rendering, picking, boujavafx.scene>http://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html>http://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.htmlPROPERTYneedsLayoutX    Indicates that this Node and its subnodes requires a layout pass on the next pulse. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#needsLayoutParentjavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#needsLayoutMETHODcomputeMinHeight> (double width)   Calculates the min height of this  Parent . Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#computeMinHeight()Parentjavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#computeMinHeight()METHODcomputeMinWidthB (double height)   Calculates the minimum width of this  Parent . Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#computeMinWidth()Parentjavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#computeMinWidth()METHODcomputePrefHeightD (double width)   Calculates the preferred height of this  Parent . Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#computePrefHeight()Parentjavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#computePrefHeight()METHODcomputePrefWidthD (double height)   Calculates the preferred width of this  Parent . Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#computePrefWidth()Parentjavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#computePrefWidth()METHODgetBaselineOffsetG ()   Calculates the baseline offset based on the first managed child. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#getBaselineOffset()Parentjavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#getBaselineOffset()METHODgetChildren2 ()   Gets the list of children of this  Parent . Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#getChildren()Parentjavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#getChildren()METHODgetChildrenUnmodifiableF ()   Gets the list of children of this  Parent  as a read-only list. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#getChildrenUnmodifiable()Parentjavafx.sceneXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#getChildrenUnmodifiable()METHODgetManagedChildren> ()   Gets the list of all managed children of this  Parent . Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#getManagedChildren()Parentjavafx.sceneShttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#getManagedChildren()METHODgetStylesheetsl ()   Gets an observable list of string URLs linking to the stylesheets to use with this Parent's contents. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#getStylesheets()Parentjavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#getStylesheets()METHOD
isNeedsLayout2 ()   Gets the value of the property needsLayout. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#isNeedsLayout()Parentjavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#isNeedsLayout()METHODlayoutL ()   Executes a top-down layout pass on the scene graph under this parent. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#layout()Parentjavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#layout()METHODlayoutChildrenN ()   Invoked during the layout pass to layout the children in this  Parent . Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#layoutChildren()Parentjavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#layoutChildren()METHODlookupj (java.lang.String selector)   Finds this  Node , or the first sub-node, based on the given CSS selector. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#lookup()Parentjavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#lookup()METHOD   minHeightT (double width)   Returns the node's minimum height for use in layout calculations. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#minHeight()Parentjavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#minHeight()METHODminWidthT (double height)   Returns the node's minimum width for use in layout calculations. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#minWidth()Parentjavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#minWidth()METHODneedsLayoutPropertyZ ()   Indicates that this Node and its subnodes requires a layout pass on the next pulse. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#needsLayoutProperty()Parentjavafx.sceneThttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#needsLayoutProperty()METHOD
 824 prefHeightV (double width)   Returns the node's preferred height for use in layout calculations. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#prefHeight()Parentjavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#prefHeight()METHOD     prefWidthV (double height)   Returns the node's preferred width for use in layout calculations. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#prefWidth()Parentjavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#prefWidth()METHOD
requestLayoutP ()   Requests a layout pass to be performed before the next scene is rendered. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#requestLayout()Parentjavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#requestLayout()METHODrequestParentLayout^ ()   Requests a layout pass of the parent to be performed before the next scene is rendered. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#requestParentLayout()Parentjavafx.sceneThttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#requestParentLayout()METHODsetNeedsLayout? (boolean value)   Sets the value of the property needsLayout. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#setNeedsLayout()Parentjavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#setNeedsLayout()METHODupdateBounds () Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#updateBounds()Parentjavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#updateBounds()FIELDParent! ()   Constructs a new  Parent . Ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#ParentParentjavafx.sceneEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Parent.html#ParentCLASSParsedValue A ParsedValue is meaningful to the code that calculates actual values from parsed CSS values. Elsewhere the value returned by   getValue()   is likely to be obs
 825 javafx.cssAhttp://download.java.net/jdk8/jfxdocs/javafx/css/ParsedValue.htmlAhttp://download.java.net/jdk8/jfxdocs/javafx/css/ParsedValue.htmlMETHODconvertS ( Font  font)   Convenience method for calling   convert   on this  ParsedValue . Khttp://download.java.net/jdk8/jfxdocs/javafx/css/ParsedValue.html#convert()ParsedValue
 826 javafx.cssKhttp://download.java.net/jdk8/jfxdocs/javafx/css/ParsedValue.html#convert()METHODgetConverter] ()   A  StyleConverter  converts the parsed value to the type of the   StyleableProperty  . Phttp://download.java.net/jdk8/jfxdocs/javafx/css/ParsedValue.html#getConverter()ParsedValue
 827 javafx.cssPhttp://download.java.net/jdk8/jfxdocs/javafx/css/ParsedValue.html#getConverter()METHODgetValue () Lhttp://download.java.net/jdk8/jfxdocs/javafx/css/ParsedValue.html#getValue()ParsedValue
 828 javafx.cssLhttp://download.java.net/jdk8/jfxdocs/javafx/css/ParsedValue.html#getValue()FIELD    converterc    The  StyleConverter  which converts the parsed value to the type of the   StyleableProperty  . Khttp://download.java.net/jdk8/jfxdocs/javafx/css/ParsedValue.html#converterParsedValue
 829 javafx.cssKhttp://download.java.net/jdk8/jfxdocs/javafx/css/ParsedValue.html#converterFIELDvalue5    The CSS property value as created by the parser. Ghttp://download.java.net/jdk8/jfxdocs/javafx/css/ParsedValue.html#valueParsedValue
 830 javafx.cssGhttp://download.java.net/jdk8/jfxdocs/javafx/css/ParsedValue.html#valueCLASS
PasswordFieldjavafx.scene.controlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PasswordField.htmlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PasswordField.htmlMETHODcopy& ()   Does nothing for PasswordField. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PasswordField.html#copy()
PasswordFieldjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PasswordField.html#copy()METHODcut& ()   Does nothing for PasswordField. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PasswordField.html#cut()
PasswordFieldjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PasswordField.html#cut()CLASSPathjavafx.scene.shapeBhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Path.htmlBhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Path.htmlPROPERTYfillRuleP    Defines the filling rule constant for determining the interior of the path. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Path.html#fillRulePathjavafx.scene.shapeKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Path.html#fillRuleMETHODfillRulePropertyR ()   Defines the filling rule constant for determining the interior of the path. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Path.html#fillRuleProperty()Pathjavafx.scene.shapeUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Path.html#fillRuleProperty()METHODgetElements: ()   Gets observable list of path elements of this path. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Path.html#getElements()Pathjavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Path.html#getElements()METHODgetFillRule/ ()   Gets the value of the property fillRule. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Path.html#getFillRule()Pathjavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Path.html#getFillRule()METHODsetFillRule? ( FillRule  value)   Sets the value of the property fillRule. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Path.html#setFillRule()Pathjavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Path.html#setFillRule()METHODtoString= ()   Returns a string representation of this  Path  object. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Path.html#toString()Pathjavafx.scene.shapeMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Path.html#toString()CLASSPathElementjavafx.scene.shapeIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/PathElement.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/PathElement.htmlPROPERTYabsoluteQ    A flag that indicates whether the path coordinates are absolute or relative. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/PathElement.html#absolutePathElementjavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/PathElement.html#absoluteMETHODabsolutePropertyS ()   A flag that indicates whether the path coordinates are absolute or relative. \http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/PathElement.html#absoluteProperty()PathElementjavafx.scene.shape\http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/PathElement.html#absoluteProperty()METHOD
 831 isAbsolute/ ()   Gets the value of the property absolute. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/PathElement.html#isAbsolute()PathElementjavafx.scene.shapeVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/PathElement.html#isAbsolute()METHODsetAbsolute< (boolean value)   Sets the value of the property absolute. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/PathElement.html#setAbsolute()PathElementjavafx.scene.shapeWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/PathElement.html#setAbsolute()CLASSPathTransition The animated path is defined by the outline of a shape.   Code Segment Example:       import javafx.scene.shape.*; import javafx.animation.transition.*; ... Recjavafx.animationJhttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.htmlPROPERTYduration'    The duration of this  Transition . Shttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#durationPathTransitionjavafx.animationShttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#durationPROPERTYnode.    The target node of this  PathTransition . Ohttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#nodePathTransitionjavafx.animationOhttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#nodePROPERTYorientationB    Specifies the upright orientation of  node  along the  path . Vhttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#orientationPathTransitionjavafx.animationVhttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#orientationPROPERTYpath<    The shape on which outline the node should be animated. Ohttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#pathPathTransitionjavafx.animationOhttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#pathMETHODdurationProperty) ()   The duration of this  Transition . ]http://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#durationProperty()PathTransitionjavafx.animation]http://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#durationProperty()METHODgetDuration/ ()   Gets the value of the property duration. Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#getDuration()PathTransitionjavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#getDuration()METHODgetNode+ ()   Gets the value of the property node. Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#getNode()PathTransitionjavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#getNode()METHODgetOrientation2 ()   Gets the value of the property orientation. [http://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#getOrientation()PathTransitionjavafx.animation[http://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#getOrientation()METHODgetPath+ ()   Gets the value of the property path. Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#getPath()PathTransitionjavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#getPath()METHODinterpolatec (double frac)   The method  interpolate()  has to be provided by implementations of  Transition . Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#interpolate()PathTransitionjavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#interpolate()METHODnodeProperty0 ()   The target node of this  PathTransition . Yhttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#nodeProperty()PathTransitionjavafx.animationYhttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#nodeProperty()METHODorientationPropertyD ()   Specifies the upright orientation of  node  along the  path . `http://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#orientationProperty()PathTransitionjavafx.animation`http://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#orientationProperty()METHODpathProperty> ()   The shape on which outline the node should be animated. Yhttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#pathProperty()PathTransitionjavafx.animationYhttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#pathProperty()METHODsetDuration? ( Duration  value)   Sets the value of the property duration. Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#setDuration()PathTransitionjavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#setDuration()METHODsetNode7 ( Node  value)   Sets the value of the property node. Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#setNode()PathTransitionjavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#setNode()METHODsetOrientationX ( PathTransition.OrientationType  value)   Sets the value of the property orientation. [http://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#setOrientation()PathTransitionjavafx.animation[http://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#setOrientation()METHODsetPath8 ( Shape  value)   Sets the value of the property path. Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#setPath()PathTransitionjavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.html#setPath()ENUMPathTransition.OrientationTypejavafx.animationZhttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.OrientationType.htmlZhttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.OrientationType.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. dhttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.OrientationType.html#valueOf()PathTransition.OrientationTypejavafx.animationdhttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.OrientationType.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. chttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.OrientationType.html#values()PathTransition.OrientationTypejavafx.animationchttp://download.java.net/jdk8/jfxdocs/javafx/animation/PathTransition.OrientationType.html#values()CLASSPauseTransition Code Segment Example:       import javafx.scene.shape.*; import javafx.animation.transition.*; ... Rectangle rect = new Rectangle (100, 40, 100, 100); rect.setAjavafx.animationKhttp://download.java.net/jdk8/jfxdocs/javafx/animation/PauseTransition.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/animation/PauseTransition.htmlPROPERTYduration'    The duration of this  Transition . Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/PauseTransition.html#durationPauseTransitionjavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/PauseTransition.html#durationMETHODdurationProperty) ()   The duration of this  Transition . ^http://download.java.net/jdk8/jfxdocs/javafx/animation/PauseTransition.html#durationProperty()PauseTransitionjavafx.animation^http://download.java.net/jdk8/jfxdocs/javafx/animation/PauseTransition.html#durationProperty()METHODgetDuration/ ()   Gets the value of the property duration. Yhttp://download.java.net/jdk8/jfxdocs/javafx/animation/PauseTransition.html#getDuration()PauseTransitionjavafx.animationYhttp://download.java.net/jdk8/jfxdocs/javafx/animation/PauseTransition.html#getDuration()METHODinterpolatec (double frac)   The method  interpolate()  has to be provided by implementations of  Transition . Yhttp://download.java.net/jdk8/jfxdocs/javafx/animation/PauseTransition.html#interpolate()PauseTransitionjavafx.animationYhttp://download.java.net/jdk8/jfxdocs/javafx/animation/PauseTransition.html#interpolate()METHODsetDuration? ( Duration  value)   Sets the value of the property duration. Yhttp://download.java.net/jdk8/jfxdocs/javafx/animation/PauseTransition.html#setDuration()PauseTransitionjavafx.animationYhttp://download.java.net/jdk8/jfxdocs/javafx/animation/PauseTransition.html#setDuration()CLASSPercentageStringConverterS  StringConverter   implementation for  Number  values that represent percentages. javafx.util.converterZhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/PercentageStringConverter.htmlZhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/PercentageStringConverter.htmlMETHODgetNumberFormatf ()   Return a  NumberFormat  instance to use for formatting and parsing in this   StringConverter  . lhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/PercentageStringConverter.html#getNumberFormat()PercentageStringConverterjavafx.util.converterlhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/PercentageStringConverter.html#getNumberFormat()CLASSPerspectiveCamera This camera defines a viewing volume for a perspective projection; a truncated right pyramid. The  fieldOfView  value can be used to change viewing volume. Thisjavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/PerspectiveCamera.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/PerspectiveCamera.htmlPROPERTYfieldOfView]    Specifies the field of view angle of the camera's projection plane, measured in degrees. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/PerspectiveCamera.html#fieldOfViewPerspectiveCamerajavafx.sceneUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/PerspectiveCamera.html#fieldOfViewPROPERTYverticalFieldOfViewn    Defines whether the  fieldOfView  property is to apply to the vertical dimension of the projection plane. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/PerspectiveCamera.html#verticalFieldOfViewPerspectiveCamerajavafx.scene]http://download.java.net/jdk8/jfxdocs/javafx/scene/PerspectiveCamera.html#verticalFieldOfViewMETHODfieldOfViewProperty_ ()   Specifies the field of view angle of the camera's projection plane, measured in degrees. _http://download.java.net/jdk8/jfxdocs/javafx/scene/PerspectiveCamera.html#fieldOfViewProperty()PerspectiveCamerajavafx.scene_http://download.java.net/jdk8/jfxdocs/javafx/scene/PerspectiveCamera.html#fieldOfViewProperty()METHODgetFieldOfView2 ()   Gets the value of the property fieldOfView. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/PerspectiveCamera.html#getFieldOfView()PerspectiveCamerajavafx.sceneZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/PerspectiveCamera.html#getFieldOfView()METHODisFixedEyeAtCameraZero () bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/PerspectiveCamera.html#isFixedEyeAtCameraZero()PerspectiveCamerajavafx.scenebhttp://download.java.net/jdk8/jfxdocs/javafx/scene/PerspectiveCamera.html#isFixedEyeAtCameraZero()METHODisVerticalFieldOfView: ()   Gets the value of the property verticalFieldOfView. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/PerspectiveCamera.html#isVerticalFieldOfView()PerspectiveCamerajavafx.sceneahttp://download.java.net/jdk8/jfxdocs/javafx/scene/PerspectiveCamera.html#isVerticalFieldOfView()METHODsetFieldOfView> (double value)   Sets the value of the property fieldOfView. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/PerspectiveCamera.html#setFieldOfView()PerspectiveCamerajavafx.sceneZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/PerspectiveCamera.html#setFieldOfView()METHODsetVerticalFieldOfViewG (boolean value)   Sets the value of the property verticalFieldOfView. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/PerspectiveCamera.html#setVerticalFieldOfView()PerspectiveCamerajavafx.scenebhttp://download.java.net/jdk8/jfxdocs/javafx/scene/PerspectiveCamera.html#setVerticalFieldOfView()METHODverticalFieldOfViewPropertyp ()   Defines whether the  fieldOfView  property is to apply to the vertical dimension of the projection plane. ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/PerspectiveCamera.html#verticalFieldOfViewProperty()PerspectiveCamerajavafx.sceneghttp://download.java.net/jdk8/jfxdocs/javafx/scene/PerspectiveCamera.html#verticalFieldOfViewProperty()CLASSPerspectiveTransform A perspective transformation is capable of mapping an arbitrary quadrilateral into another arbitrary quadrilateral, while preserving the straightness of lines. javafx.scene.effectShttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.htmlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.htmlPROPERTYinput!    The input for this  Effect . Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#inputPerspectiveTransformjavafx.scene.effectYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#inputPROPERTYllxf    The x coordinate of the output location onto which the lower left corner of the source is mapped. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#llxPerspectiveTransformjavafx.scene.effectWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#llxPROPERTYllyf    The y coordinate of the output location onto which the lower left corner of the source is mapped. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#llyPerspectiveTransformjavafx.scene.effectWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#llyPROPERTYlrxg    The x coordinate of the output location onto which the lower right corner of the source is mapped. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#lrxPerspectiveTransformjavafx.scene.effectWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#lrxPROPERTYlryg    The y coordinate of the output location onto which the lower right corner of the source is mapped. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#lryPerspectiveTransformjavafx.scene.effectWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#lryPROPERTYulxf    The x coordinate of the output location onto which the upper left corner of the source is mapped. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#ulxPerspectiveTransformjavafx.scene.effectWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#ulxPROPERTYulyf    The y coordinate of the output location onto which the upper left corner of the source is mapped. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#ulyPerspectiveTransformjavafx.scene.effectWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#ulyPROPERTYurxg    The x coordinate of the output location onto which the upper right corner of the source is mapped. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#urxPerspectiveTransformjavafx.scene.effectWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#urxPROPERTYuryg    The y coordinate of the output location onto which the upper right corner of the source is mapped. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#uryPerspectiveTransformjavafx.scene.effectWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#uryMETHODgetInput, ()   Gets the value of the property input. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#getInput()PerspectiveTransformjavafx.scene.effect^http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#getInput()METHODgetLlx* ()   Gets the value of the property llx. \http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#getLlx()PerspectiveTransformjavafx.scene.effect\http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#getLlx()METHODgetLly* ()   Gets the value of the property lly. \http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#getLly()PerspectiveTransformjavafx.scene.effect\http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#getLly()METHODgetLrx* ()   Gets the value of the property lrx. \http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#getLrx()PerspectiveTransformjavafx.scene.effect\http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#getLrx()METHODgetLry* ()   Gets the value of the property lry. \http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#getLry()PerspectiveTransformjavafx.scene.effect\http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#getLry()METHODgetUlx* ()   Gets the value of the property ulx. \http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#getUlx()PerspectiveTransformjavafx.scene.effect\http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#getUlx()METHODgetUly* ()   Gets the value of the property uly. \http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#getUly()PerspectiveTransformjavafx.scene.effect\http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#getUly()METHODgetUrx* ()   Gets the value of the property urx. \http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#getUrx()PerspectiveTransformjavafx.scene.effect\http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#getUrx()METHODgetUry* ()   Gets the value of the property ury. \http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#getUry()PerspectiveTransformjavafx.scene.effect\http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#getUry()METHOD
inputProperty# ()   The input for this  Effect . chttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#inputProperty()PerspectiveTransformjavafx.scene.effectchttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#inputProperty()METHODllxPropertyh ()   The x coordinate of the output location onto which the lower left corner of the source is mapped. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#llxProperty()PerspectiveTransformjavafx.scene.effectahttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#llxProperty()METHODllyPropertyh ()   The y coordinate of the output location onto which the lower left corner of the source is mapped. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#llyProperty()PerspectiveTransformjavafx.scene.effectahttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#llyProperty()METHODlrxPropertyi ()   The x coordinate of the output location onto which the lower right corner of the source is mapped. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#lrxProperty()PerspectiveTransformjavafx.scene.effectahttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#lrxProperty()METHODlryPropertyi ()   The y coordinate of the output location onto which the lower right corner of the source is mapped. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#lryProperty()PerspectiveTransformjavafx.scene.effectahttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#lryProperty()METHODsetInput: ( Effect  value)   Sets the value of the property input. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#setInput()PerspectiveTransformjavafx.scene.effect^http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#setInput()METHODsetLlx6 (double value)   Sets the value of the property llx. \http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#setLlx()PerspectiveTransformjavafx.scene.effect\http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#setLlx()METHODsetLly6 (double value)   Sets the value of the property lly. \http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#setLly()PerspectiveTransformjavafx.scene.effect\http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#setLly()METHODsetLrx6 (double value)   Sets the value of the property lrx. \http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#setLrx()PerspectiveTransformjavafx.scene.effect\http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#setLrx()METHODsetLry6 (double value)   Sets the value of the property lry. \http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#setLry()PerspectiveTransformjavafx.scene.effect\http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#setLry()METHODsetUlx6 (double value)   Sets the value of the property ulx. \http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#setUlx()PerspectiveTransformjavafx.scene.effect\http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#setUlx()METHODsetUly6 (double value)   Sets the value of the property uly. \http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#setUly()PerspectiveTransformjavafx.scene.effect\http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#setUly()METHODsetUrx6 (double value)   Sets the value of the property urx. \http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#setUrx()PerspectiveTransformjavafx.scene.effect\http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#setUrx()METHODsetUry6 (double value)   Sets the value of the property ury. \http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#setUry()PerspectiveTransformjavafx.scene.effect\http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#setUry()METHODulxPropertyh ()   The x coordinate of the output location onto which the upper left corner of the source is mapped. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#ulxProperty()PerspectiveTransformjavafx.scene.effectahttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#ulxProperty()METHODulyPropertyh ()   The y coordinate of the output location onto which the upper left corner of the source is mapped. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#ulyProperty()PerspectiveTransformjavafx.scene.effectahttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#ulyProperty()METHODurxPropertyi ()   The x coordinate of the output location onto which the upper right corner of the source is mapped. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#urxProperty()PerspectiveTransformjavafx.scene.effectahttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#urxProperty()METHODuryPropertyi ()   The y coordinate of the output location onto which the upper right corner of the source is mapped. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#uryProperty()PerspectiveTransformjavafx.scene.effectahttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/PerspectiveTransform.html#uryProperty()CLASS
PhongMaterial The color is computed by the following equation:      for each ambient light source i { ambient += lightColor[i] } for each point light source i { diffuse += (Ljavafx.scene.paintKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.htmlPROPERTYbumpMap[    The bump map of this  PhongMaterial , which is a normal map stored as a RGB   Image  . Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#bumpMap
PhongMaterialjavafx.scene.paintShttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#bumpMapPROPERTYdiffuseColor/    The diffuse color of this  PhongMaterial . Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#diffuseColor
PhongMaterialjavafx.scene.paintXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#diffuseColorPROPERTY
 832 diffuseMap-    The diffuse map of this  PhongMaterial . Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#diffuseMap
PhongMaterialjavafx.scene.paintVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#diffuseMapPROPERTYselfIlluminationMap7    The self illumination map of this  PhongMaterial . _http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#selfIlluminationMap
PhongMaterialjavafx.scene.paint_http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#selfIlluminationMapPROPERTY
specularColor0    The specular color of this  PhongMaterial . Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#specularColor
PhongMaterialjavafx.scene.paintYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#specularColorPROPERTYspecularMap.    The specular map of this  PhongMaterial . Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#specularMap
PhongMaterialjavafx.scene.paintWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#specularMapPROPERTY
specularPower0    The specular power of this  PhongMaterial . Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#specularPower
PhongMaterialjavafx.scene.paintYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#specularPowerMETHODbumpMapProperty] ()   The bump map of this  PhongMaterial , which is a normal map stored as a RGB   Image  . ]http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#bumpMapProperty()
PhongMaterialjavafx.scene.paint]http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#bumpMapProperty()METHODdiffuseColorProperty1 ()   The diffuse color of this  PhongMaterial . bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#diffuseColorProperty()
PhongMaterialjavafx.scene.paintbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#diffuseColorProperty()METHODdiffuseMapProperty/ ()   The diffuse map of this  PhongMaterial . `http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#diffuseMapProperty()
PhongMaterialjavafx.scene.paint`http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#diffuseMapProperty()METHOD
 833 getBumpMap. ()   Gets the value of the property bumpMap. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#getBumpMap()
PhongMaterialjavafx.scene.paintXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#getBumpMap()METHODgetDiffuseColor3 ()   Gets the value of the property diffuseColor. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#getDiffuseColor()
PhongMaterialjavafx.scene.paint]http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#getDiffuseColor()METHOD
getDiffuseMap1 ()   Gets the value of the property diffuseMap. [http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#getDiffuseMap()
PhongMaterialjavafx.scene.paint[http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#getDiffuseMap()METHODgetSelfIlluminationMap: ()   Gets the value of the property selfIlluminationMap. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#getSelfIlluminationMap()
PhongMaterialjavafx.scene.paintdhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#getSelfIlluminationMap()METHODgetSpecularColor4 ()   Gets the value of the property specularColor. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#getSpecularColor()
PhongMaterialjavafx.scene.paint^http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#getSpecularColor()METHODgetSpecularMap2 ()   Gets the value of the property specularMap. \http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#getSpecularMap()
PhongMaterialjavafx.scene.paint\http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#getSpecularMap()METHODgetSpecularPower4 ()   Gets the value of the property specularPower. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#getSpecularPower()
PhongMaterialjavafx.scene.paint^http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#getSpecularPower()METHODselfIlluminationMapProperty9 ()   The self illumination map of this  PhongMaterial . ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#selfIlluminationMapProperty()
PhongMaterialjavafx.scene.paintihttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#selfIlluminationMapProperty()METHOD
 834 setBumpMap; ( Image  value)   Sets the value of the property bumpMap. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#setBumpMap()
PhongMaterialjavafx.scene.paintXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#setBumpMap()METHODsetDiffuseColor@ ( Color  value)   Sets the value of the property diffuseColor. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#setDiffuseColor()
PhongMaterialjavafx.scene.paint]http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#setDiffuseColor()METHOD
setDiffuseMap> ( Image  value)   Sets the value of the property diffuseMap. [http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#setDiffuseMap()
PhongMaterialjavafx.scene.paint[http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#setDiffuseMap()METHODsetSelfIlluminationMapG ( Image  value)   Sets the value of the property selfIlluminationMap. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#setSelfIlluminationMap()
PhongMaterialjavafx.scene.paintdhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#setSelfIlluminationMap()METHODsetSpecularColorA ( Color  value)   Sets the value of the property specularColor. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#setSpecularColor()
PhongMaterialjavafx.scene.paint^http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#setSpecularColor()METHODsetSpecularMap? ( Image  value)   Sets the value of the property specularMap. \http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#setSpecularMap()
PhongMaterialjavafx.scene.paint\http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#setSpecularMap()METHODsetSpecularPower@ (double value)   Sets the value of the property specularPower. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#setSpecularPower()
PhongMaterialjavafx.scene.paint^http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#setSpecularPower()METHODspecularColorProperty2 ()   The specular color of this  PhongMaterial . chttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#specularColorProperty()
PhongMaterialjavafx.scene.paintchttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#specularColorProperty()METHODspecularMapProperty0 ()   The specular map of this  PhongMaterial . ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#specularMapProperty()
PhongMaterialjavafx.scene.paintahttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#specularMapProperty()METHODspecularPowerProperty2 ()   The specular power of this  PhongMaterial . chttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#specularPowerProperty()
PhongMaterialjavafx.scene.paintchttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#specularPowerProperty()METHODtoString () Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#toString()
PhongMaterialjavafx.scene.paintVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/PhongMaterial.html#toString()CLASS
 835 PickResultjavafx.scene.inputHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/PickResult.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/PickResult.htmlMETHODgetIntersectedDistanceZ ()   Returns the intersected distance between camera position and the intersected point. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/PickResult.html#getIntersectedDistance()
 836 PickResultjavafx.scene.inputahttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/PickResult.html#getIntersectedDistance()METHODgetIntersectedFace ()   Returns the intersected face of the picked Node, FACE_UNDEFINED if the node doesn't have user-specified faces or was picked on bounds. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/input/PickResult.html#getIntersectedFace()
 837 PickResultjavafx.scene.input]http://download.java.net/jdk8/jfxdocs/javafx/scene/input/PickResult.html#getIntersectedFace()METHODgetIntersectedNode$ ()   Returns the intersected node. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/input/PickResult.html#getIntersectedNode()
 838 PickResultjavafx.scene.input]http://download.java.net/jdk8/jfxdocs/javafx/scene/input/PickResult.html#getIntersectedNode()METHODgetIntersectedPointL ()   Returns the intersected point in local coordinate of the picked Node. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/input/PickResult.html#getIntersectedPoint()
 839 PickResultjavafx.scene.input^http://download.java.net/jdk8/jfxdocs/javafx/scene/input/PickResult.html#getIntersectedPoint()METHODgetIntersectedTexCoordI ()   Return the intersected texture coordinates of the picked 3d shape. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/PickResult.html#getIntersectedTexCoord()
 840 PickResultjavafx.scene.inputahttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/PickResult.html#getIntersectedTexCoord()METHODtoString () Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/PickResult.html#toString()
 841 PickResultjavafx.scene.inputShttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/PickResult.html#toString()FIELDFACE_UNDEFINED    An undefined face. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/PickResult.html#FACE_UNDEFINED
 842 PickResultjavafx.scene.inputWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/PickResult.html#FACE_UNDEFINEDCLASSPieChart The clockwise property is set to true by default, which means slices are placed in the clockwise order. The labelsVisible property is used to either display piejavafx.scene.chartFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.htmlFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.htmlPROPERTY      clockwiseD    When true we start placing slices clockwise from the startAngle Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#clockwisePieChartjavafx.scene.chartPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#clockwisePROPERTYdata    PieCharts data Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#dataPieChartjavafx.scene.chartKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#dataPROPERTYlabelLineLengthL    The length of the line from the outside of the pie to the slice labels. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#labelLineLengthPieChartjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#labelLineLengthPROPERTY
labelsVisible)    When true pie slice labels are drawn Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#labelsVisiblePieChartjavafx.scene.chartThttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#labelsVisiblePROPERTY
 843 startAngle.    The angle to start the first pie slice at Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#startAnglePieChartjavafx.scene.chartQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#startAngleMETHODclockwisePropertyF ()   When true we start placing slices clockwise from the startAngle Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#clockwiseProperty()PieChartjavafx.scene.chartZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#clockwiseProperty()METHODdataProperty ()   PieCharts data Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#dataProperty()PieChartjavafx.scene.chartUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#dataProperty()METHODgetClassCssMetaData () \http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#getClassCssMetaData()PieChartjavafx.scene.chart\http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#getClassCssMetaData()METHODgetCssMetaData’ ()   This method should delegate to   Node.getClassCssMetaData()   so that a Node's CssMetaData can be accessed without the need for reflection. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#getCssMetaData()PieChartjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#getCssMetaData()METHODgetData+ ()   Gets the value of the property data. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#getData()PieChartjavafx.scene.chartPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#getData()METHODgetLabelLineLength6 ()   Gets the value of the property labelLineLength. [http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#getLabelLineLength()PieChartjavafx.scene.chart[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#getLabelLineLength()METHODgetLabelsVisible: ()   Indicates whether pie slice labels are drawn or not Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#getLabelsVisible()PieChartjavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#getLabelsVisible()METHOD
getStartAngle1 ()   Gets the value of the property startAngle. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#getStartAngle()PieChartjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#getStartAngle()METHODisClockwise0 ()   Gets the value of the property clockwise. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#isClockwise()PieChartjavafx.scene.chartThttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#isClockwise()METHODlabelLineLengthPropertyN ()   The length of the line from the outside of the pie to the slice labels. `http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#labelLineLengthProperty()PieChartjavafx.scene.chart`http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#labelLineLengthProperty()METHODlabelsVisibleProperty+ ()   When true pie slice labels are drawn ^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#labelsVisibleProperty()PieChartjavafx.scene.chart^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#labelsVisibleProperty()METHODlayoutChartChildren™ (double top, double left, double contentWidth, double contentHeight)   Called to update and layout the chart children available from getChartChildren() \http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#layoutChartChildren()PieChartjavafx.scene.chart\http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#layoutChartChildren()METHODsetClockwise= (boolean value)   Sets the value of the property clockwise. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#setClockwise()PieChartjavafx.scene.chartUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#setClockwise()METHODsetDataR ( ObservableList < PieChart.Data > value)   Sets the value of the property data. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#setData()PieChartjavafx.scene.chartPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#setData()METHODsetLabelLineLengthB (double value)   Sets the value of the property labelLineLength. [http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#setLabelLineLength()PieChartjavafx.scene.chart[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#setLabelLineLength()METHODsetLabelsVisibleA (boolean value)   Sets the value of the property labelsVisible. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#setLabelsVisible()PieChartjavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#setLabelsVisible()METHOD
setStartAngle= (double value)   Sets the value of the property startAngle. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#setStartAngle()PieChartjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#setStartAngle()METHODstartAngleProperty0 ()   The angle to start the first pie slice at [http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#startAngleProperty()PieChartjavafx.scene.chart[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.html#startAngleProperty()CLASS
PieChart.Datajavafx.scene.chartKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.Data.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.Data.htmlPROPERTYchart*    The chart which this data belongs to. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.Data.html#chart
PieChart.Datajavafx.scene.chartQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.Data.html#chartPROPERTYname    The name of the pie slice Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.Data.html#name
PieChart.Datajavafx.scene.chartPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.Data.html#namePROPERTYpieValue    The value of the pie slice Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.Data.html#pieValue
PieChart.Datajavafx.scene.chartThttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.Data.html#pieValueMETHOD
chartProperty, ()   The chart which this data belongs to. [http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.Data.html#chartProperty()
PieChart.Datajavafx.scene.chart[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.Data.html#chartProperty()METHODgetChart, ()   Gets the value of the property chart. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.Data.html#getChart()
PieChart.Datajavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.Data.html#getChart()METHODgetName+ ()   Gets the value of the property name. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.Data.html#getName()
PieChart.Datajavafx.scene.chartUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.Data.html#getName()METHODgetNode () Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.Data.html#getNode()
PieChart.Datajavafx.scene.chartUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.Data.html#getNode()METHODgetPieValue/ ()   Gets the value of the property pieValue. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.Data.html#getPieValue()
PieChart.Datajavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.Data.html#getPieValue()METHODnameProperty  ()   The name of the pie slice Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.Data.html#nameProperty()
PieChart.Datajavafx.scene.chartZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.Data.html#nameProperty()METHODpieValueProperty! ()   The value of the pie slice ^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.Data.html#pieValueProperty()
PieChart.Datajavafx.scene.chart^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.Data.html#pieValueProperty()METHODsetNameA (java.lang.String value)   Sets the value of the property name. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.Data.html#setName()
PieChart.Datajavafx.scene.chartUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.Data.html#setName()METHODsetPieValue; (double value)   Sets the value of the property pieValue. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.Data.html#setPieValue()
PieChart.Datajavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.Data.html#setPieValue()METHODtoString= ()   Returns a string representation of this  Data  object. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.Data.html#toString()
PieChart.Datajavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/PieChart.Data.html#toString()CLASSPixelFormat Pixels in this format can be decoded using the following sample code:   int pixel = array[rowstart + x]; int alpha = ((pixel >> 24) & 0xff); int red = ((pixel >javafx.scene.imageIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.htmlMETHODcreateByteIndexedInstance  (int[] colors)   Creates a  PixelFormat  instance describing a pixel layout with the pixels stored as single bytes representing an index into the specified looehttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.html#createByteIndexedInstance()PixelFormatjavafx.scene.imageehttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.html#createByteIndexedInstance()METHOD&createByteIndexedPremultipliedInstance  (int[] colors)   Creates a  PixelFormat  instance describing a pixel layout with the pixels stored as single bytes representing an index into the specified loorhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.html#createByteIndexedPremultipliedInstance()PixelFormatjavafx.scene.imagerhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.html#createByteIndexedPremultipliedInstance()METHODgetArgb  ( T  buf, int x, int y, int scanlineStride)   Reads pixel data from the buffer at the specified coordinates and converts it to a 32-bit integer representation Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.html#getArgb()PixelFormatjavafx.scene.imageShttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.html#getArgb()METHODgetByteBgraInstance  ()   Returns a  WritablePixelFormat  instance describing a pixel layout with the pixels stored in adjacent bytes with the  non-premultiplied  components stored_http://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.html#getByteBgraInstance()PixelFormatjavafx.scene.image_http://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.html#getByteBgraInstance()METHODgetByteBgraPreInstance  ()   Returns a  WritablePixelFormat  instance describing a pixel layout with the pixels stored in adjacent bytes with the  premultiplied  components stored in bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.html#getByteBgraPreInstance()PixelFormatjavafx.scene.imagebhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.html#getByteBgraPreInstance()METHODgetByteRgbInstance  ()   Returns a  PixelFormat  instance describing a pixel layout with the pixels stored in adjacent bytes with the color components stored in order of increasin^http://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.html#getByteRgbInstance()PixelFormatjavafx.scene.image^http://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.html#getByteRgbInstance()METHODgetIntArgbInstance  ()   Returns a  WritablePixelFormat  instance describing a pixel layout with the pixels stored in 32-bit integers with the  non-premultiplied  components store^http://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.html#getIntArgbInstance()PixelFormatjavafx.scene.image^http://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.html#getIntArgbInstance()METHODgetIntArgbPreInstance  ()   Returns a  WritablePixelFormat  instance describing a pixel layout with the pixels stored in 32-bit integers with the  premultiplied  components stored inahttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.html#getIntArgbPreInstance()PixelFormatjavafx.scene.imageahttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.html#getIntArgbPreInstance()METHODgetTypek ()   Returns the enum representing the storage format of the pixels managed by this  PixelFormat  object. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.html#getType()PixelFormatjavafx.scene.imageShttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.html#getType()METHODisPremultiplied  ()   Returns true iff the color components decoded (or encoded) by this format are pre-multiplied by the alpha component for more efficient blending calculatio[http://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.html#isPremultiplied()PixelFormatjavafx.scene.image[http://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.html#isPremultiplied()METHOD
 844 isWritablel ()   Returns true iff this  PixelFormat  object can convert color information into a pixel representation. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.html#isWritable()PixelFormatjavafx.scene.imageVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.html#isWritable()ENUMPixelFormat.Typejavafx.scene.imageNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.Type.htmlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.Type.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.Type.html#valueOf()PixelFormat.Typejavafx.scene.imageXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.Type.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.Type.html#values()PixelFormat.Typejavafx.scene.imageWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelFormat.Type.html#values()CLASSPixelReaderjavafx.scene.imageIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelReader.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelReader.htmlMETHODgetArgb (int x, int y)   Reads a 32-bit integer representation of the color of a pixel from the specified coordinates in the surface. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelReader.html#getArgb()PixelReaderjavafx.scene.imageShttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelReader.html#getArgb()METHODgetColorˆ (int x, int y)   Reads the color of a pixel from the specified coordinates in the surface and returns the value as a   Color   object. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelReader.html#getColor()PixelReaderjavafx.scene.imageThttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelReader.html#getColor()METHODgetPixelFormat  ()   This method returns the  PixelFormat  in which the surface stores its pixels, or a roughly equivalent pixel format into which it can easily convert its piZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelReader.html#getPixelFormat()PixelReaderjavafx.scene.imageZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelReader.html#getPixelFormat()METHOD    getPixels  (int x, int y, int w, int h,  WritablePixelFormat <java.nio.ByteBuffer> pixelformat, byte[] buffer, int offset, int scanlineStride)   Reads pixel data from a rUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelReader.html#getPixels()PixelReaderjavafx.scene.imageUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelReader.html#getPixels()METHOD      getPixels  (int x, int y, int w, int h,  WritablePixelFormat <java.nio.IntBuffer> pixelformat, int[] buffer, int offset, int scanlineStride)   Reads pixel data from a recUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelReader.html#getPixels()PixelReaderjavafx.scene.imageUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelReader.html#getPixels()METHOD      getPixels  (int x, int y, int w, int h,  WritablePixelFormat <T> pixelformat, T buffer, int scanlineStride)   Reads pixel data from a rectangular region of the surface inUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelReader.html#getPixels()PixelReaderjavafx.scene.imageUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelReader.html#getPixels()CLASSPixelWriterjavafx.scene.imageIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelWriter.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelWriter.htmlMETHODgetPixelFormat  ()   This method returns the  PixelFormat  in which the surface stores its pixels, or a roughly equivalent pixel format from which it can easily convert pixelsZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelWriter.html#getPixelFormat()PixelWriterjavafx.scene.imageZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelWriter.html#getPixelFormat()METHODsetArgbi (int x, int y, int argb)   Stores pixel data for a color into the specified coordinates of the surface. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelWriter.html#setArgb()PixelWriterjavafx.scene.imageShttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelWriter.html#setArgb()METHODsetColorn (int x, int y,  Color  c)   Stores pixel data for a   Color   into the specified coordinates of the surface. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelWriter.html#setColor()PixelWriterjavafx.scene.imageThttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelWriter.html#setColor()METHOD       setPixels  (int x, int y, int w, int h,  PixelFormat <java.nio.ByteBuffer> pixelformat, byte[] buffer, int offset, int scanlineStride)   Stores pixel data from a byte arrUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelWriter.html#setPixels()PixelWriterjavafx.scene.imageUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelWriter.html#setPixels()METHOD      setPixels  (int x, int y, int w, int h,  PixelFormat <java.nio.IntBuffer> pixelformat, int[] buffer, int offset, int scanlineStride)   Stores pixel data from an int arrayUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelWriter.html#setPixels()PixelWriterjavafx.scene.imageUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelWriter.html#setPixels()METHOD      setPixels  (int x, int y, int w, int h,  PixelFormat <T> pixelformat, T buffer, int scanlineStride)   Stores pixel data from a buffer into a rectangular region of the surUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelWriter.html#setPixels()PixelWriterjavafx.scene.imageUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelWriter.html#setPixels()METHOD      setPixels  (int dstx, int dsty, int w, int h,  PixelReader  reader, int srcx, int srcy)   Stores pixel data retrieved from a  PixelReader  instance into a rectangular regUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelWriter.html#setPixels()PixelWriterjavafx.scene.imageUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/PixelWriter.html#setPixels()CLASSPlatform NOTE: applications should avoid flooding JavaFX with too many pending Runnables. Otherwise, the application may become unresponsive. Applications are encouragedjavafx.applicationFhttp://download.java.net/jdk8/jfxdocs/javafx/application/Platform.htmlFhttp://download.java.net/jdk8/jfxdocs/javafx/application/Platform.htmlMETHODexit2 ()   Causes the JavaFX application to terminate. Mhttp://download.java.net/jdk8/jfxdocs/javafx/application/Platform.html#exit()Platformjavafx.applicationMhttp://download.java.net/jdk8/jfxdocs/javafx/application/Platform.html#exit()METHODisFxApplicationThreadK ()   Returns true if the calling thread is the JavaFX Application Thread. ^http://download.java.net/jdk8/jfxdocs/javafx/application/Platform.html#isFxApplicationThread()Platformjavafx.application^http://download.java.net/jdk8/jfxdocs/javafx/application/Platform.html#isFxApplicationThread()METHODisImplicitExit4 ()   Gets the value of the implicitExit attribute. Whttp://download.java.net/jdk8/jfxdocs/javafx/application/Platform.html#isImplicitExit()Platformjavafx.applicationWhttp://download.java.net/jdk8/jfxdocs/javafx/application/Platform.html#isImplicitExit()METHODisSupportedo ( ConditionalFeature  feature)   Queries whether a specific conditional feature is supported by the platform. Thttp://download.java.net/jdk8/jfxdocs/javafx/application/Platform.html#isSupported()Platformjavafx.applicationThttp://download.java.net/jdk8/jfxdocs/javafx/application/Platform.html#isSupported()METHODrunLater… (java.lang.Runnable runnable)   Run the specified Runnable on the JavaFX Application Thread at some unspecified time in the future. Qhttp://download.java.net/jdk8/jfxdocs/javafx/application/Platform.html#runLater()Platformjavafx.applicationQhttp://download.java.net/jdk8/jfxdocs/javafx/application/Platform.html#runLater()METHODsetImplicitExitR (boolean implicitExit)   Sets the implicitExit attribute to the specified value. Xhttp://download.java.net/jdk8/jfxdocs/javafx/application/Platform.html#setImplicitExit()Platformjavafx.applicationXhttp://download.java.net/jdk8/jfxdocs/javafx/application/Platform.html#setImplicitExit()CLASSPoint2Djavafx.geometryBhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.htmlBhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.htmlMETHODaddo (double x, double y)   Returns a point with the specified coordinates added to the coordinates of this point. Hhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#add()Point2Djavafx.geometryHhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#add()METHODaddy ( Point2D  point)   Returns a point with the coordinates of the specified point added to the coordinates of this point. Hhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#add()Point2Djavafx.geometryHhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#add()METHODangle (double x, double y)   Computes the angle (in degrees) between the vector represented by this point and the specified vector. Jhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#angle()Point2Djavafx.geometryJhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#angle()METHODangle• ( Point2D  point)   Computes the angle (in degrees) between the vector represented by this point and the vector represented by the specified point. Jhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#angle()Point2Djavafx.geometryJhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#angle()METHODanglev ( Point2D  p1,  Point2D  p2)   Computes the angle (in degrees) between the three points with this point as a vertex. Jhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#angle()Point2Djavafx.geometryJhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#angle()METHODcrossProductt (double x, double y)   Computes cross product of the vector represented by this instance and the specified vector. Qhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#crossProduct()Point2Djavafx.geometryQhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#crossProduct()METHODcrossProductr ( Point2D  vector)   Computes cross product of the vector represented by this instance and the specified vector. Qhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#crossProduct()Point2Djavafx.geometryQhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#crossProduct()METHODdistanceY (double x1, double y1)   Computes the distance between this point and point  (x1, y1) . Mhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#distance()Point2Djavafx.geometryMhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#distance()METHODdistanceY ( Point2D  point)   Computes the distance between this point and the specified  point . Mhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#distance()Point2Djavafx.geometryMhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#distance()METHOD
 845 dotProduct{ (double x, double y)   Computes dot (scalar) product of the vector represented by this instance and the specified vector. Ohttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#dotProduct()Point2Djavafx.geometryOhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#dotProduct()METHOD
 846 dotProducty ( Point2D  vector)   Computes dot (scalar) product of the vector represented by this instance and the specified vector. Ohttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#dotProduct()Point2Djavafx.geometryOhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#dotProduct()METHODequalsV (java.lang.Object obj)   Indicates whether some other object is "equal to" this one. Khttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#equals()Point2Djavafx.geometryKhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#equals()METHODgetX ()   The x coordinate. Ihttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#getX()Point2Djavafx.geometryIhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#getX()METHODgetY ()   The y coordinate. Ihttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#getY()Point2Djavafx.geometryIhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#getY()METHODhashCode/ ()   Returns a hash code value for the point. Mhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#hashCode()Point2Djavafx.geometryMhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#hashCode()METHOD magnitudea ()   Computes magnitude (length) of the relative magnitude vector represented by this instance. Nhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#magnitude()Point2Djavafx.geometryNhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#magnitude()METHODmidpoints (double x, double y)   Returns a point which lies in the middle between this point and the specified coordinates. Mhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#midpoint()Point2Djavafx.geometryMhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#midpoint()METHODmidpointj ( Point2D  point)   Returns a point which lies in the middle between this point and the specified point. Mhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#midpoint()Point2Djavafx.geometryMhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#midpoint()METHODmultiplyi (double factor)   Returns a point with the coordinates of this point multiplied by the specified factor Mhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#multiply()Point2Djavafx.geometryMhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#multiply()METHOD     normalizeM ()   Normalizes the relative magnitude vector represented by this instance. Nhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#normalize()Point2Djavafx.geometryNhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#normalize()METHODsubtractv (double x, double y)   Returns a point with the specified coordinates subtracted from the coordinates of this point. Mhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#subtract()Point2Djavafx.geometryMhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#subtract()METHODsubtract€ ( Point2D  point)   Returns a point with the coordinates of the specified point subtracted from the coordinates of this point. Mhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#subtract()Point2Djavafx.geometryMhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#subtract()METHODtoString9 ()   Returns a string representation of this  Point2D . Mhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#toString()Point2Djavafx.geometryMhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#toString()FIELDZERO4    Point or vector with both coordinates set to 0. Ghttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#ZEROPoint2Djavafx.geometryGhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point2D.html#ZEROCLASSPoint3Djavafx.geometryBhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.htmlBhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.htmlMETHODaddy (double x, double y, double z)   Returns a point with the specified coordinates added to the coordinates of this point. Hhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#add()Point3Djavafx.geometryHhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#add()METHODaddy ( Point3D  point)   Returns a point with the coordinates of the specified point added to the coordinates of this point. Hhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#add()Point3Djavafx.geometryHhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#add()METHODangle‰ (double x, double y, double z)   Computes the angle (in degrees) between the vector represented by this point and the specified vector. Jhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#angle()Point3Djavafx.geometryJhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#angle()METHODangle• ( Point3D  point)   Computes the angle (in degrees) between the vector represented by this point and the vector represented by the specified point. Jhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#angle()Point3Djavafx.geometryJhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#angle()METHODanglev ( Point3D  p1,  Point3D  p2)   Computes the angle (in degrees) between the three points with this point as a vertex. Jhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#angle()Point3Djavafx.geometryJhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#angle()METHODcrossProduct~ (double x, double y, double z)   Computes cross product of the vector represented by this instance and the specified vector. Qhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#crossProduct()Point3Djavafx.geometryQhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#crossProduct()METHODcrossProductr ( Point3D  vector)   Computes cross product of the vector represented by this instance and the specified vector. Qhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#crossProduct()Point3Djavafx.geometryQhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#crossProduct()METHODdistanceh (double x1, double y1, double z1)   Computes the distance between this point and point  (x1, y1, z1) . Mhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#distance()Point3Djavafx.geometryMhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#distance()METHODdistanceY ( Point3D  point)   Computes the distance between this point and the specified  point . Mhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#distance()Point3Djavafx.geometryMhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#distance()METHOD
 847 dotProduct… (double x, double y, double z)   Computes dot (scalar) product of the vector represented by this instance and the specified vector. Ohttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#dotProduct()Point3Djavafx.geometryOhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#dotProduct()METHOD
 848 dotProducty ( Point3D  vector)   Computes dot (scalar) product of the vector represented by this instance and the specified vector. Ohttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#dotProduct()Point3Djavafx.geometryOhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#dotProduct()METHODequalsC (java.lang.Object obj)   Returns a hash code value for the point. Khttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#equals()Point3Djavafx.geometryKhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#equals()METHODgetX ()   The x coordinate. Ihttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#getX()Point3Djavafx.geometryIhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#getX()METHODgetY ()   The y coordinate. Ihttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#getY()Point3Djavafx.geometryIhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#getY()METHODgetZ ()   The z coordinate. Ihttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#getZ()Point3Djavafx.geometryIhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#getZ()METHODhashCode5 ()   Returns a hash code for this  Point3D  object. Mhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#hashCode()Point3Djavafx.geometryMhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#hashCode()METHOD      magnitudea ()   Computes magnitude (length) of the relative magnitude vector represented by this instance. Nhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#magnitude()Point3Djavafx.geometryNhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#magnitude()METHODmidpoint} (double x, double y, double z)   Returns a point which lies in the middle between this point and the specified coordinates. Mhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#midpoint()Point3Djavafx.geometryMhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#midpoint()METHODmidpointj ( Point3D  point)   Returns a point which lies in the middle between this point and the specified point. Mhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#midpoint()Point3Djavafx.geometryMhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#midpoint()METHODmultiplyi (double factor)   Returns a point with the coordinates of this point multiplied by the specified factor Mhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#multiply()Point3Djavafx.geometryMhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#multiply()METHOD   normalizeM ()   Normalizes the relative magnitude vector represented by this instance. Nhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#normalize()Point3Djavafx.geometryNhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#normalize()METHODsubtract€ (double x, double y, double z)   Returns a point with the specified coordinates subtracted from the coordinates of this point. Mhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#subtract()Point3Djavafx.geometryMhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#subtract()METHODsubtract€ ( Point3D  point)   Returns a point with the coordinates of the specified point subtracted from the coordinates of this point. Mhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#subtract()Point3Djavafx.geometryMhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#subtract()METHODtoString9 ()   Returns a string representation of this  Point3D . Mhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#toString()Point3Djavafx.geometryMhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#toString()FIELDZERO9    Point or vector with all three coordinates set to 0. Ghttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#ZEROPoint3Djavafx.geometryGhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Point3D.html#ZEROCLASS
 849 PointLightjavafx.sceneBhttp://download.java.net/jdk8/jfxdocs/javafx/scene/PointLight.htmlBhttp://download.java.net/jdk8/jfxdocs/javafx/scene/PointLight.htmlCLASSPolygonjavafx.scene.shapeEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Polygon.htmlEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Polygon.htmlMETHOD   getPoints6 ()   Gets the coordinates of the  Polygon  vertices. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Polygon.html#getPoints()Polygonjavafx.scene.shapeQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Polygon.html#getPoints()METHODtoString@ ()   Returns a string representation of this  Polygon  object. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Polygon.html#toString()Polygonjavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Polygon.html#toString()CLASSPolylinejavafx.scene.shapeFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Polyline.htmlFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Polyline.htmlMETHOD    getPoints7 ()   Gets the coordinates of the  PolyLine  segments. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Polyline.html#getPoints()Polylinejavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Polyline.html#getPoints()METHODtoStringA ()   Returns a string representation of this  Polyline  object. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Polyline.html#toString()Polylinejavafx.scene.shapeQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Polyline.html#toString()CLASSPopupjavafx.stage=http://download.java.net/jdk8/jfxdocs/javafx/stage/Popup.html=http://download.java.net/jdk8/jfxdocs/javafx/stage/Popup.htmlMETHOD
 850 getContentD ()   The ObservableList of  Node s to be rendered on this  Popup . Jhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Popup.html#getContent()Popupjavafx.stageJhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Popup.html#getContent()CLASSPopupControl|Parsing this style might not be supported on some limited platforms. It is recommended to use a standalone CSS file instead.javafx.scene.controlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.htmlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.htmlPROPERTYid#    The id of this  PopupControl . Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#idPopupControljavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#idPROPERTY       maxHeightC    Property for overriding the control's computed maximum height. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#maxHeightPopupControljavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#maxHeightPROPERTYmaxWidthB    Property for overriding the control's computed maximum width. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#maxWidthPopupControljavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#maxWidthPROPERTY       minHeightC    Property for overriding the control's computed minimum height. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#minHeightPopupControljavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#minHeightPROPERTYminWidthB    Property for overriding the control's computed minimum width. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#minWidthPopupControljavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#minWidthPROPERTY
 851 prefHeightE    Property for overriding the control's computed preferred height. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#prefHeightPopupControljavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#prefHeightPROPERTY        prefWidthD    Property for overriding the control's computed preferred width. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#prefWidthPopupControljavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#prefWidthPROPERTYskin6    Skin is responsible for rendering this  Control . Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#skinPopupControljavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#skinPROPERTYstyleY    A string representation of the CSS style associated with this specific PopupControl. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#stylePopupControljavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#styleMETHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#createDefaultSkin()PopupControljavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#createDefaultSkin()METHODgetClassCssMetaData () bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getClassCssMetaData()PopupControljavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getClassCssMetaData()METHODgetCssMetaData’ ()   This method should delegate to   Node.getClassCssMetaData()   so that a Node's CssMetaData can be accessed without the need for reflection. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getCssMetaData()PopupControljavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getCssMetaData()METHODgetId% ()   The id of this  PopupControl . Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getId()PopupControljavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getId()METHODgetMaxHeightE ()   Property for overriding the control's computed maximum height. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getMaxHeight()PopupControljavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getMaxHeight()METHODgetMaxWidthD ()   Property for overriding the control's computed maximum width. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getMaxWidth()PopupControljavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getMaxWidth()METHODgetMinHeightE ()   Property for overriding the control's computed minimum height. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getMinHeight()PopupControljavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getMinHeight()METHODgetMinWidthD ()   Property for overriding the control's computed minimum width. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getMinWidth()PopupControljavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getMinWidth()METHOD
getPrefHeightG ()   Property for overriding the control's computed preferred height. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getPrefHeight()PopupControljavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getPrefHeight()METHODgetPrefWidthF ()   Property for overriding the control's computed preferred width. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getPrefWidth()PopupControljavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getPrefWidth()METHODgetPseudoClassStates7 ()   Return the pseudo-class state of this Styleable. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getPseudoClassStates()PopupControljavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getPseudoClassStates()METHODgetSkin+ ()   Gets the value of the property skin. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getSkin()PopupControljavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getSkin()METHODgetStyle] ()   A string representation of the CSS style associated with this specific  PopupControl . Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getStyle()PopupControljavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getStyle()METHODgetStyleableParentJ ()   Return the parent of this Styleable, or null if there is no parent. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getStyleableParent()PopupControljavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getStyleableParent()METHOD
getStyleClass` ()   Returns the list of String identifiers that make up the styleClass for this PopupControl. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getStyleClass()PopupControljavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getStyleClass()METHODgetTypeSelectorL ()   The type of this  Styleable  that is to be used in selector matching. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getTypeSelector()PopupControljavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#getTypeSelector()METHOD
 852 idProperty% ()   The id of this  PopupControl . Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#idProperty()PopupControljavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#idProperty()METHOD    maxHeightV (double width)   Called during layout to determine the maximum height for this node. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#maxHeight()PopupControljavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#maxHeight()METHODmaxHeightPropertyE ()   Property for overriding the control's computed maximum height. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#maxHeightProperty()PopupControljavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#maxHeightProperty()METHODmaxWidthV (double height)   Called during layout to determine the maximum width for this node. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#maxWidth()PopupControljavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#maxWidth()METHODmaxWidthPropertyD ()   Property for overriding the control's computed maximum width. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#maxWidthProperty()PopupControljavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#maxWidthProperty()METHOD        minHeightV (double width)   Called during layout to determine the minimum height for this node. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#minHeight()PopupControljavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#minHeight()METHODminHeightPropertyE ()   Property for overriding the control's computed minimum height. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#minHeightProperty()PopupControljavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#minHeightProperty()METHODminWidthV (double height)   Called during layout to determine the minimum width for this node. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#minWidth()PopupControljavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#minWidth()METHODminWidthPropertyD ()   Property for overriding the control's computed minimum width. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#minWidthProperty()PopupControljavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#minWidthProperty()METHOD
 853 prefHeightX (double width)   Called during layout to determine the preferred height for this node. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#prefHeight()PopupControljavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#prefHeight()METHODprefHeightPropertyG ()   Property for overriding the control's computed preferred height. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#prefHeightProperty()PopupControljavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#prefHeightProperty()METHOD  prefWidthX (double height)   Called during layout to determine the preferred width for this node. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#prefWidth()PopupControljavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#prefWidth()METHODprefWidthPropertyF ()   Property for overriding the control's computed preferred width. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#prefWidthProperty()PopupControljavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#prefWidthProperty()METHODpseudoClassStateChanged- ( PseudoClass  pseudoClass, boolean active) fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#pseudoClassStateChanged()PopupControljavafx.scene.controlfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#pseudoClassStateChanged()METHODsetId@ (java.lang.String value)   Sets the id of this  PopupControl . Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#setId()PopupControljavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#setId()METHODsetMaxHeightQ (double value)   Property for overriding the control's computed maximum height. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#setMaxHeight()PopupControljavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#setMaxHeight()METHOD
 854 setMaxSizez (double maxWidth, double maxHeight)   Convenience method for overriding the control's computed maximum width and height. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#setMaxSize()PopupControljavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#setMaxSize()METHODsetMaxWidthP (double value)   Property for overriding the control's computed maximum width. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#setMaxWidth()PopupControljavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#setMaxWidth()METHODsetMinHeightQ (double value)   Property for overriding the control's computed minimum height. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#setMinHeight()PopupControljavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#setMinHeight()METHOD
 855 setMinSizez (double minWidth, double minHeight)   Convenience method for overriding the control's computed minimum width and height. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#setMinSize()PopupControljavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#setMinSize()METHODsetMinWidthP (double value)   Property for overriding the control's computed minimum width. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#setMinWidth()PopupControljavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#setMinWidth()METHOD
setPrefHeightS (double value)   Property for overriding the control's computed preferred height. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#setPrefHeight()PopupControljavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#setPrefHeight()METHODsetPrefSize~ (double prefWidth, double prefHeight)   Convenience method for overriding the control's computed preferred width and height. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#setPrefSize()PopupControljavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#setPrefSize()METHODsetPrefWidthR (double value)   Property for overriding the control's computed preferred width. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#setPrefWidth()PopupControljavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#setPrefWidth()METHODsetSkin: ( Skin <?> value)   Sets the value of the property skin. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#setSkin()PopupControljavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#setSkin()METHODsetStyles (java.lang.String value)   A string representation of the CSS style associated with this specific  PopupControl . Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#setStyle()PopupControljavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#setStyle()METHODskinProperty8 ()   Skin is responsible for rendering this  Control . [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#skinProperty()PopupControljavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#skinProperty()METHOD
styleProperty[ ()   A string representation of the CSS style associated with this specific PopupControl. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#styleProperty()PopupControljavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#styleProperty()FIELDbridgel    We need a special root node, except we can't replace the special root node already in the PopupControl. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#bridgePopupControljavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#bridgeFIELDUSE_COMPUTED_SIZE     Sentinel value which can be passed to a control's setMinWidth(), setMinHeight(), setPrefWidth(), setPrefHeight(), setMaxWidth(), setMaxHeight() methods to r^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#USE_COMPUTED_SIZEPopupControljavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#USE_COMPUTED_SIZEFIELD
USE_PREF_SIZE     Sentinel value which can be passed to a control's setMinWidth(), setMinHeight(), setMaxWidth() or setMaxHeight() methods to indicate that the preferred dimeZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#USE_PREF_SIZEPopupControljavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/PopupControl.html#USE_PREF_SIZECLASS
PopupFeaturesjavafx.scene.webIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/PopupFeatures.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/PopupFeatures.htmlMETHODhasMenu2 ()   Returns whether menu bar should be present. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/PopupFeatures.html#hasMenu()
PopupFeaturesjavafx.scene.webShttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/PopupFeatures.html#hasMenu()METHOD   hasStatus4 ()   Returns whether status bar should be present. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/PopupFeatures.html#hasStatus()
PopupFeaturesjavafx.scene.webUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/PopupFeatures.html#hasStatus()METHOD
 856 hasToolbar2 ()   Returns whether tool bar should be present. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/PopupFeatures.html#hasToolbar()
PopupFeaturesjavafx.scene.webVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/PopupFeatures.html#hasToolbar()METHODisResizable8 ()   Returns whether popup window should be resizable. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/PopupFeatures.html#isResizable()
PopupFeaturesjavafx.scene.webWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/PopupFeatures.html#isResizable()CLASSPopupWindow A PopupWindow is a secondary window which has no window decorations or title bar. It doesn't show up in the OS as a top-level window. It is typically used for tjavafx.stageChttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.htmlChttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.htmlPROPERTYanchorLocationI    Specifies the popup anchor point which is used in popup positioning. Rhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#anchorLocationPopupWindowjavafx.stageRhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#anchorLocationPROPERTYanchorXH    Specifies the x coordinate of the popup anchor point on the screen. Khttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#anchorXPopupWindowjavafx.stageKhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#anchorXPROPERTYanchorYH    Specifies the y coordinate of the popup anchor point on the screen. Khttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#anchorYPopupWindowjavafx.stageKhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#anchorYPROPERTYautoFix     This convenience variable indicates whether, when the popup is shown, it should automatically correct its position such that it doesn't end up positioned ofKhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#autoFixPopupWindowjavafx.stageKhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#autoFixPROPERTYautoHide/    Specifies whether Popups should auto hide. Lhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#autoHidePopupWindowjavafx.stageLhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#autoHidePROPERTYconsumeAutoHidingEventsU    Specifies whether the event, which caused the Popup to hide, should be consumed. [http://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#consumeAutoHidingEventsPopupWindowjavafx.stage[http://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#consumeAutoHidingEventsPROPERTYhideOnEscapez    Specifies whether the PopupWindow should be hidden when an unhandled escape key is pressed while the popup has focus. Phttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#hideOnEscapePopupWindowjavafx.stagePhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#hideOnEscapePROPERTY
 857 onAutoHide"    Called after autoHide is run. Nhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#onAutoHidePopupWindowjavafx.stageNhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#onAutoHidePROPERTY      ownerNode/    The node which is the owner of this popup. Mhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#ownerNodePopupWindowjavafx.stageMhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#ownerNodePROPERTYownerWindow2    The window which is the parent of this popup. Ohttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#ownerWindowPopupWindowjavafx.stageOhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#ownerWindowMETHODanchorLocationPropertyK ()   Specifies the popup anchor point which is used in popup positioning. \http://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#anchorLocationProperty()PopupWindowjavafx.stage\http://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#anchorLocationProperty()METHODanchorXPropertyJ ()   Specifies the x coordinate of the popup anchor point on the screen. Uhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#anchorXProperty()PopupWindowjavafx.stageUhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#anchorXProperty()METHODanchorYPropertyJ ()   Specifies the y coordinate of the popup anchor point on the screen. Uhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#anchorYProperty()PopupWindowjavafx.stageUhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#anchorYProperty()METHODautoFixProperty  ()   This convenience variable indicates whether, when the popup is shown, it should automatically correct its position such that it doesn't end up positioned Uhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#autoFixProperty()PopupWindowjavafx.stageUhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#autoFixProperty()METHODautoHideProperty1 ()   Specifies whether Popups should auto hide. Vhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#autoHideProperty()PopupWindowjavafx.stageVhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#autoHideProperty()METHODconsumeAutoHidingEventsPropertyW ()   Specifies whether the event, which caused the Popup to hide, should be consumed. ehttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#consumeAutoHidingEventsProperty()PopupWindowjavafx.stageehttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#consumeAutoHidingEventsProperty()METHODgetAnchorLocation5 ()   Gets the value of the property anchorLocation. Whttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#getAnchorLocation()PopupWindowjavafx.stageWhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#getAnchorLocation()METHOD
 858 getAnchorX. ()   Gets the value of the property anchorX. Phttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#getAnchorX()PopupWindowjavafx.stagePhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#getAnchorX()METHOD
 859 getAnchorY. ()   Gets the value of the property anchorY. Phttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#getAnchorY()PopupWindowjavafx.stagePhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#getAnchorY()METHODgetConsumeAutoHidingEvents> ()   Gets the value of the property consumeAutoHidingEvents. `http://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#getConsumeAutoHidingEvents()PopupWindowjavafx.stage`http://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#getConsumeAutoHidingEvents()METHOD
getOnAutoHide1 ()   Gets the value of the property onAutoHide. Shttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#getOnAutoHide()PopupWindowjavafx.stageShttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#getOnAutoHide()METHODgetOwnerNode0 ()   Gets the value of the property ownerNode. Rhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#getOwnerNode()PopupWindowjavafx.stageRhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#getOwnerNode()METHODgetOwnerWindow2 ()   Gets the value of the property ownerWindow. Thttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#getOwnerWindow()PopupWindowjavafx.stageThttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#getOwnerWindow()METHODhide+ ()   Hide this Popup and all its children Jhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#hide()PopupWindowjavafx.stageJhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#hide()METHODhideOnEscapeProperty| ()   Specifies whether the PopupWindow should be hidden when an unhandled escape key is pressed while the popup has focus. Zhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#hideOnEscapeProperty()PopupWindowjavafx.stageZhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#hideOnEscapeProperty()METHOD      isAutoFix. ()   Gets the value of the property autoFix. Ohttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#isAutoFix()PopupWindowjavafx.stageOhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#isAutoFix()METHOD
 860 isAutoHide/ ()   Gets the value of the property autoHide. Phttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#isAutoHide()PopupWindowjavafx.stagePhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#isAutoHide()METHODisHideOnEscape3 ()   Gets the value of the property hideOnEscape. Thttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#isHideOnEscape()PopupWindowjavafx.stageThttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#isHideOnEscape()METHODonAutoHideProperty$ ()   Called after autoHide is run. Xhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#onAutoHideProperty()PopupWindowjavafx.stageXhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#onAutoHideProperty()METHODownerNodeProperty1 ()   The node which is the owner of this popup. Whttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#ownerNodeProperty()PopupWindowjavafx.stageWhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#ownerNodeProperty()METHODownerWindowProperty4 ()   The window which is the parent of this popup. Yhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#ownerWindowProperty()PopupWindowjavafx.stageYhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#ownerWindowProperty()METHODsetAnchorLocationW ( PopupWindow.AnchorLocation  value)   Sets the value of the property anchorLocation. Whttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#setAnchorLocation()PopupWindowjavafx.stageWhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#setAnchorLocation()METHOD
 861 setAnchorX: (double value)   Sets the value of the property anchorX. Phttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#setAnchorX()PopupWindowjavafx.stagePhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#setAnchorX()METHOD
 862 setAnchorY: (double value)   Sets the value of the property anchorY. Phttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#setAnchorY()PopupWindowjavafx.stagePhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#setAnchorY()METHOD
 863 setAutoFix; (boolean value)   Sets the value of the property autoFix. Phttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#setAutoFix()PopupWindowjavafx.stagePhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#setAutoFix()METHODsetAutoHide< (boolean value)   Sets the value of the property autoHide. Qhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#setAutoHide()PopupWindowjavafx.stageQhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#setAutoHide()METHODsetConsumeAutoHidingEventsK (boolean value)   Sets the value of the property consumeAutoHidingEvents. `http://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#setConsumeAutoHidingEvents()PopupWindowjavafx.stage`http://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#setConsumeAutoHidingEvents()METHODsetHideOnEscape@ (boolean value)   Sets the value of the property hideOnEscape. Uhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#setHideOnEscape()PopupWindowjavafx.stageUhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#setHideOnEscape()METHOD
setOnAutoHideN ( EventHandler < Event > value)   Sets the value of the property onAutoHide. Shttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#setOnAutoHide()PopupWindowjavafx.stageShttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#setOnAutoHide()METHODsetScener ( Scene  scene)   Note to subclasses: the scene used by PopupWindow is very specifically managed by PopupWindow. Nhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#setScene()PopupWindowjavafx.stageNhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#setScene()METHODshowo ( Node  ownerNode, double anchorX, double anchorY)   Shows the popup at the specified location on the screen. Jhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#show()PopupWindowjavafx.stageJhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#show()METHODshow$ ( Window  owner)   Show the popup. Jhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#show()PopupWindowjavafx.stageJhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#show()METHODshows ( Window  ownerWindow, double anchorX, double anchorY)   Shows the popup at the specified location on the screen. Jhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#show()PopupWindowjavafx.stageJhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html#show()ENUMPopupWindow.AnchorLocationjavafx.stageRhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.AnchorLocation.htmlRhttp://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.AnchorLocation.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. \http://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.AnchorLocation.html#valueOf()PopupWindow.AnchorLocationjavafx.stage\http://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.AnchorLocation.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. [http://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.AnchorLocation.html#values()PopupWindow.AnchorLocationjavafx.stage[http://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.AnchorLocation.html#values()ENUMPosjavafx.geometry>http://download.java.net/jdk8/jfxdocs/javafx/geometry/Pos.html>http://download.java.net/jdk8/jfxdocs/javafx/geometry/Pos.htmlMETHODgetHpos4 ()   Returns the horizontal positioning/alignment. Hhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Pos.html#getHpos()Posjavafx.geometryHhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Pos.html#getHpos()METHODgetVpos2 ()   Returns the vertical positioning/alignment. Hhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Pos.html#getVpos()Posjavafx.geometryHhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Pos.html#getVpos()METHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Hhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Pos.html#valueOf()Posjavafx.geometryHhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Pos.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Ghttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Pos.html#values()Posjavafx.geometryGhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Pos.html#values()CLASS Preloader A preloader is a small application that is started before the main application to customize the startup experience. The preloader:      gets notification of projavafx.applicationGhttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.htmlMETHODhandleApplicationNotification] ( Preloader.PreloaderNotification  info)   Indicates an application-generated notification. ghttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.html#handleApplicationNotification()    Preloaderjavafx.applicationghttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.html#handleApplicationNotification()METHODhandleErrorNotificationE ( Preloader.ErrorNotification  info)   Called when an error occurs. ahttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.html#handleErrorNotification()      Preloaderjavafx.applicationahttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.html#handleErrorNotification()METHODhandleProgressNotification? ( Preloader.ProgressNotification  info)   Indicates progress. dhttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.html#handleProgressNotification()    Preloaderjavafx.applicationdhttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.html#handleProgressNotification()METHODhandleStateChangeNotificationW ( Preloader.StateChangeNotification  info)   Indicates a change in application state. ghttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.html#handleStateChangeNotification()   Preloaderjavafx.applicationghttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.html#handleStateChangeNotification()CLASSPreloader.ErrorNotificationjavafx.applicationYhttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.ErrorNotification.htmlYhttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.ErrorNotification.htmlMETHODgetCauseX ()   Retrieves the Exception or Error associated with this error notification, if any. dhttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.ErrorNotification.html#getCause()Preloader.ErrorNotificationjavafx.applicationdhttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.ErrorNotification.html#getCause()METHOD
 864 getDetails. ()   Retrieves the description of the error. fhttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.ErrorNotification.html#getDetails()Preloader.ErrorNotificationjavafx.applicationfhttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.ErrorNotification.html#getDetails()METHODgetLocation< ()   Retrieves the URL associated with this error, if any. ghttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.ErrorNotification.html#getLocation()Preloader.ErrorNotificationjavafx.applicationghttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.ErrorNotification.html#getLocation()METHODtoStringJ ()   Returns a string representation of this  ErrorNotification  object. dhttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.ErrorNotification.html#toString()Preloader.ErrorNotificationjavafx.applicationdhttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.ErrorNotification.html#toString()CLASSPreloader.PreloaderNotificationjavafx.application]http://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.PreloaderNotification.html]http://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.PreloaderNotification.htmlCLASSPreloader.ProgressNotificationjavafx.application\http://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.ProgressNotification.html\http://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.ProgressNotification.htmlMETHODgetProgress4 ()   Retrieves the progress for this notification. jhttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.ProgressNotification.html#getProgress()Preloader.ProgressNotificationjavafx.applicationjhttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.ProgressNotification.html#getProgress()CLASS!Preloader.StateChangeNotificationjavafx.application_http://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.StateChangeNotification.html_http://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.StateChangeNotification.htmlMETHODgetApplicationJ ()   Returns the Application instance associated with this notification. phttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.StateChangeNotification.html#getApplication()!Preloader.StateChangeNotificationjavafx.applicationphttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.StateChangeNotification.html#getApplication()METHODgetType( ()   Returns the type of notification. ihttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.StateChangeNotification.html#getType()!Preloader.StateChangeNotificationjavafx.applicationihttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.StateChangeNotification.html#getType()ENUM&Preloader.StateChangeNotification.Typejavafx.applicationdhttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.StateChangeNotification.Type.htmldhttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.StateChangeNotification.Type.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. nhttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.StateChangeNotification.Type.html#valueOf()&Preloader.StateChangeNotification.Typejavafx.applicationnhttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.StateChangeNotification.Type.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. mhttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.StateChangeNotification.Type.html#values()&Preloader.StateChangeNotification.Typejavafx.applicationmhttp://download.java.net/jdk8/jfxdocs/javafx/application/Preloader.StateChangeNotification.Type.html#values()ENUM
 865 PrintColorjavafx.printBhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrintColor.htmlBhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrintColor.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Lhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrintColor.html#valueOf()
 866 PrintColorjavafx.printLhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrintColor.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Khttp://download.java.net/jdk8/jfxdocs/javafx/print/PrintColor.html#values()
 867 PrintColorjavafx.printKhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrintColor.html#values()CLASSPrinter Printers may be enumerated and selected for use with a print job.   The configuration of the printer default settings are then used to populate the initial settjavafx.print?http://download.java.net/jdk8/jfxdocs/javafx/print/Printer.html?http://download.java.net/jdk8/jfxdocs/javafx/print/Printer.htmlPROPERTYdefaultPrinterJ    A read only object property representing the current default printer. Nhttp://download.java.net/jdk8/jfxdocs/javafx/print/Printer.html#defaultPrinterPrinterjavafx.printNhttp://download.java.net/jdk8/jfxdocs/javafx/print/Printer.html#defaultPrinterMETHODcreatePageLayout  ( Paper  paper,  PageOrientation  orient, double lMargin, double rMargin, double tMargin, double bMargin)   Obtain a new PageLayout for this printer using the Rhttp://download.java.net/jdk8/jfxdocs/javafx/print/Printer.html#createPageLayout()Printerjavafx.printRhttp://download.java.net/jdk8/jfxdocs/javafx/print/Printer.html#createPageLayout()METHODcreatePageLayout› ( Paper  paper,  PageOrientation  orient,  Printer.MarginType  mType)   Obtain a new PageLayout instance for this printer using the specified parameters. Rhttp://download.java.net/jdk8/jfxdocs/javafx/print/Printer.html#createPageLayout()Printerjavafx.printRhttp://download.java.net/jdk8/jfxdocs/javafx/print/Printer.html#createPageLayout()METHODdefaultPrinterPropertyL ()   A read only object property representing the current default printer. Xhttp://download.java.net/jdk8/jfxdocs/javafx/print/Printer.html#defaultPrinterProperty()Printerjavafx.printXhttp://download.java.net/jdk8/jfxdocs/javafx/print/Printer.html#defaultPrinterProperty()METHODgetAllPrinters' ()   Retrieve the installed printers. Phttp://download.java.net/jdk8/jfxdocs/javafx/print/Printer.html#getAllPrinters()Printerjavafx.printPhttp://download.java.net/jdk8/jfxdocs/javafx/print/Printer.html#getAllPrinters()METHODgetDefaultPageLayout7 ()   Return the default page layout for this printer. Vhttp://download.java.net/jdk8/jfxdocs/javafx/print/Printer.html#getDefaultPageLayout()Printerjavafx.printVhttp://download.java.net/jdk8/jfxdocs/javafx/print/Printer.html#getDefaultPageLayout()METHODgetDefaultPrinter$ ()   Retrieve the default printer. Shttp://download.java.net/jdk8/jfxdocs/javafx/print/Printer.html#getDefaultPrinter()Printerjavafx.printShttp://download.java.net/jdk8/jfxdocs/javafx/print/Printer.html#getDefaultPrinter()METHODgetNamej ()   Return the name used by the underlying system to identify the printer to users and/or applications. Ihttp://download.java.net/jdk8/jfxdocs/javafx/print/Printer.html#getName()Printerjavafx.printIhttp://download.java.net/jdk8/jfxdocs/javafx/print/Printer.html#getName()METHODgetPrinterAttributes[ ()   Retrieves the delegate object encapsulating the printer attributes and capabilities. Vhttp://download.java.net/jdk8/jfxdocs/javafx/print/Printer.html#getPrinterAttributes()Printerjavafx.printVhttp://download.java.net/jdk8/jfxdocs/javafx/print/Printer.html#getPrinterAttributes()METHODtoString () Jhttp://download.java.net/jdk8/jfxdocs/javafx/print/Printer.html#toString()Printerjavafx.printJhttp://download.java.net/jdk8/jfxdocs/javafx/print/Printer.html#toString()ENUMPrinter.MarginType†This is is also useful for an application that wants to know this so it can construct a new PageLayout that fits within these margins.javafx.printJhttp://download.java.net/jdk8/jfxdocs/javafx/print/Printer.MarginType.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/print/Printer.MarginType.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Thttp://download.java.net/jdk8/jfxdocs/javafx/print/Printer.MarginType.html#valueOf()Printer.MarginTypejavafx.printThttp://download.java.net/jdk8/jfxdocs/javafx/print/Printer.MarginType.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Shttp://download.java.net/jdk8/jfxdocs/javafx/print/Printer.MarginType.html#values()Printer.MarginTypejavafx.printShttp://download.java.net/jdk8/jfxdocs/javafx/print/Printer.MarginType.html#values()CLASSPrinterAttributes there are methods to retrieve the default or current value, as well as the set or range of supported values, as appropriate.   Instances of this class are delegjavafx.printIhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.htmlMETHODgetDefaultCollation% ()   The default collation setting. _http://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getDefaultCollation()PrinterAttributesjavafx.print_http://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getDefaultCollation()METHODgetDefaultCopies- ()   The default number of copies to print. \http://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getDefaultCopies()PrinterAttributesjavafx.print\http://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getDefaultCopies()METHODgetDefaultPageOrientation@ ()   Return the default orientation for paper on this printer. ehttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getDefaultPageOrientation()PrinterAttributesjavafx.printehttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getDefaultPageOrientation()METHODgetDefaultPaper: ()   Return the default paper size used on this printer. [http://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getDefaultPaper()PrinterAttributesjavafx.print[http://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getDefaultPaper()METHODgetDefaultPaperSource2 ()   Return the default paper input source/tray/ ahttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getDefaultPaperSource()PrinterAttributesjavafx.printahttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getDefaultPaperSource()METHODgetDefaultPrintColor9 ()   Get the default color setting : greyscale or color `http://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getDefaultPrintColor()PrinterAttributesjavafx.print`http://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getDefaultPrintColor()METHODgetDefaultPrintQuality) ()   Return the default quality setting bhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getDefaultPrintQuality()PrinterAttributesjavafx.printbhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getDefaultPrintQuality()METHODgetDefaultPrintResolutionE ()   Return the default print resolution for paper on this printer. ehttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getDefaultPrintResolution()PrinterAttributesjavafx.printehttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getDefaultPrintResolution()METHODgetDefaultPrintSides5 ()   Returns the default value for duplex settings. `http://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getDefaultPrintSides()PrinterAttributesjavafx.print`http://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getDefaultPrintSides()METHODgetMaxCopies. ()   The maximum supported number of copies. Xhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getMaxCopies()PrinterAttributesjavafx.printXhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getMaxCopies()METHODgetSupportedCollationsX ()   Returns an unmodifiable set of the supported collation settings for this printer. bhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getSupportedCollations()PrinterAttributesjavafx.printbhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getSupportedCollations()METHODgetSupportedPageOrientationsR ()   Returns an unmodifiable set of the supported orientations for this printer. hhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getSupportedPageOrientations()PrinterAttributesjavafx.printhhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getSupportedPageOrientations()METHODgetSupportedPapersQ ()   Returns an unmodifiable set of the supported paper sizes for this printer. ^http://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getSupportedPapers()PrinterAttributesjavafx.print^http://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getSupportedPapers()METHODgetSupportedPaperSourcesl ()   Returns an unmodifiable set of the supported paper sources (ie input bins or trays) for this printer. dhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getSupportedPaperSources()PrinterAttributesjavafx.printdhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getSupportedPaperSources()METHODgetSupportedPrintColorsT ()   Returns an unmodifiable set of the supported color settings for this printer. chttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getSupportedPrintColors()PrinterAttributesjavafx.printchttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getSupportedPrintColors()METHODgetSupportedPrintQualityV ()   Returns an unmodifiable set of the supported quality settings for this printer. dhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getSupportedPrintQuality()PrinterAttributesjavafx.printdhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getSupportedPrintQuality()METHODgetSupportedPrintResolutionsW ()   Returns an unmodifiable set of the supported print resolutions for this printer. hhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getSupportedPrintResolutions()PrinterAttributesjavafx.printhhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getSupportedPrintResolutions()METHODgetSupportedPrintSidesU ()   Returns an unmodifiable set of the supported duplex settings for this printer. bhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getSupportedPrintSides()PrinterAttributesjavafx.printbhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#getSupportedPrintSides()METHODsupportsPageRanges, ()   Reports if page ranges are supported. ^http://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#supportsPageRanges()PrinterAttributesjavafx.print^http://download.java.net/jdk8/jfxdocs/javafx/print/PrinterAttributes.html#supportsPageRanges()CLASS
 868 PrinterJob It includes    Printer discovery  Job creation  Job configuration based on supported printer capabilities  Page setup  Rendering of a node hierachy to a page.  javafx.printBhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.htmlBhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.htmlPROPERTY     jobStatusE    A read only object property representing the current  JobStatus  Lhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#jobStatus
 869 PrinterJobjavafx.printLhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#jobStatusPROPERTYprinter6    Property representing the  Printer  for this job. Jhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#printer
 870 PrinterJobjavafx.printJhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#printerMETHOD      cancelJobC ()   Cancel the underlying print job at the earliest opportunity. Nhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#cancelJob()
 871 PrinterJobjavafx.printNhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#cancelJob()METHODcreatePrinterJob& ()   Factory method to create a job. Uhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#createPrinterJob()
 872 PrinterJobjavafx.printUhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#createPrinterJob()METHODcreatePrinterJobO ( Printer  printer)   Factory method to create a job for a specified printer. Uhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#createPrinterJob()
 873 PrinterJobjavafx.printUhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#createPrinterJob()METHODendJobY ()   If the job can be successfully spooled to the printer queue this will return true. Khttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#endJob()
 874 PrinterJobjavafx.printKhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#endJob()METHODgetJobSettings• ()   The  JobSettings  encapsulates all the API supported job configuration options such as number of copies, collation option, duplex option, etc. Shttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#getJobSettings()
 875 PrinterJobjavafx.printShttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#getJobSettings()METHODgetJobStatus, ()   Obtain the current status of the job. Qhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#getJobStatus()
 876 PrinterJobjavafx.printQhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#getJobStatus()METHOD
 877 getPrinter; ()   Gets the printer currently associated with this job. Ohttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#getPrinter()
 878 PrinterJobjavafx.printOhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#getPrinter()METHODjobStatusPropertyG ()   A read only object property representing the current  JobStatus  Vhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#jobStatusProperty()
 879 PrinterJobjavafx.printVhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#jobStatusProperty()METHODprinterProperty8 ()   Property representing the  Printer  for this job. Thttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#printerProperty()
 880 PrinterJobjavafx.printThttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#printerProperty()METHOD    printPage+ ( Node  node)   Print the specified node. Nhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#printPage()
 881 PrinterJobjavafx.printNhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#printPage()METHOD  printPaged ( PageLayout  pageLayout,  Node  node)   Print the specified node using the specified page layout. Nhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#printPage()
 882 PrinterJobjavafx.printNhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#printPage()METHOD
 883 setPrinter8 ( Printer  printer)   Change the printer for this job. Ohttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#setPrinter()
 884 PrinterJobjavafx.printOhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#setPrinter()METHODshowPageSetupDialog2 ( Window  owner)   Displays a Page Setup dialog. Xhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#showPageSetupDialog()
 885 PrinterJobjavafx.printXhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#showPageSetupDialog()METHODshowPrintDialog- ( Window  owner)   Displays a Print Dialog. Thttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#showPrintDialog()
 886 PrinterJobjavafx.printThttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#showPrintDialog()METHODtoString () Mhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#toString()
 887 PrinterJobjavafx.printMhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.html#toString()ENUMPrinterJob.JobStatus The typical life cycle of a job is as follows :    job will be created with status  NOT_STARTED  and will stay there during configuration via dialogs etc.  job javafx.printLhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.JobStatus.htmlLhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.JobStatus.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Vhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.JobStatus.html#valueOf()PrinterJob.JobStatusjavafx.printVhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.JobStatus.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Uhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.JobStatus.html#values()PrinterJob.JobStatusjavafx.printUhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrinterJob.JobStatus.html#values()ENUMPrintQualityjavafx.printDhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrintQuality.htmlDhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrintQuality.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Nhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrintQuality.html#valueOf()PrintQualityjavafx.printNhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrintQuality.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Mhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrintQuality.html#values()PrintQualityjavafx.printMhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrintQuality.html#values()CLASSPrintResolutionjavafx.printGhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrintResolution.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrintResolution.htmlMETHODequals (java.lang.Object o) Phttp://download.java.net/jdk8/jfxdocs/javafx/print/PrintResolution.html#equals()PrintResolutionjavafx.printPhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrintResolution.html#equals()METHODgetCrossFeedResolution% ()   Returns the resolution in dpi. `http://download.java.net/jdk8/jfxdocs/javafx/print/PrintResolution.html#getCrossFeedResolution()PrintResolutionjavafx.print`http://download.java.net/jdk8/jfxdocs/javafx/print/PrintResolution.html#getCrossFeedResolution()METHODgetFeedResolution% ()   Returns the resolution in dpi. [http://download.java.net/jdk8/jfxdocs/javafx/print/PrintResolution.html#getFeedResolution()PrintResolutionjavafx.print[http://download.java.net/jdk8/jfxdocs/javafx/print/PrintResolution.html#getFeedResolution()METHODhashCode () Rhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrintResolution.html#hashCode()PrintResolutionjavafx.printRhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrintResolution.html#hashCode()METHODtoString () Rhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrintResolution.html#toString()PrintResolutionjavafx.printRhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrintResolution.html#toString()ENUM
 888 PrintSidesjavafx.printBhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrintSides.htmlBhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrintSides.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Lhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrintSides.html#valueOf()
 889 PrintSidesjavafx.printLhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrintSides.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Khttp://download.java.net/jdk8/jfxdocs/javafx/print/PrintSides.html#values()
 890 PrintSidesjavafx.printKhttp://download.java.net/jdk8/jfxdocs/javafx/print/PrintSides.html#values()ENUMPriorityjavafx.scene.layoutGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Priority.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Priority.htmlMETHODmax_ ( Priority  a,  Priority  b)   Convenience method for returning the higher of two priorities. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Priority.html#max()Priorityjavafx.scene.layoutMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Priority.html#max()METHODmin^ ( Priority  a,  Priority  b)   Convenience method for returning the lower of two priorities. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Priority.html#min()Priorityjavafx.scene.layoutMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Priority.html#min()METHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Priority.html#valueOf()Priorityjavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Priority.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Priority.html#values()Priorityjavafx.scene.layoutPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Priority.html#values()CLASSProgressBar ProgressBar sets focusTraversable to false.     This first example creates a ProgressBar with an indeterminate value :    import javafx.scene.control.ProgressBajavafx.scene.controlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ProgressBar.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ProgressBar.htmlMETHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ProgressBar.html#createDefaultSkin()ProgressBarjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ProgressBar.html#createDefaultSkin()CLASSProgressBarTableCell Updates the item associated with this Cell. This method should   only  be called by Skin implementations of ListView, TableView, TreeView, or other controls usijavafx.scene.control.cellYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ProgressBarTableCell.htmlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ProgressBarTableCell.htmlMETHODforTableColumnr ()   Provides a   ProgressBar   that allows easy visualisation of a Number value as it proceeds from 0.0 to 1.0. jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ProgressBarTableCell.html#forTableColumn()ProgressBarTableCelljavafx.scene.control.celljhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ProgressBarTableCell.html#forTableColumn()METHOD
 891 updateItemW (java.lang.Double item, boolean empty)    Updates the item associated with this Cell. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ProgressBarTableCell.html#updateItem()ProgressBarTableCelljavafx.scene.control.cellfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ProgressBarTableCell.html#updateItem()CLASSProgressBarTreeTableCell Updates the item associated with this Cell. This method should   only  be called by Skin implementations of ListView, TableView, TreeView, or other controls usijavafx.scene.control.cell]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ProgressBarTreeTableCell.html]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ProgressBarTreeTableCell.htmlMETHODforTreeTableColumnr ()   Provides a   ProgressBar   that allows easy visualisation of a Number value as it proceeds from 0.0 to 1.0. rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ProgressBarTreeTableCell.html#forTreeTableColumn()ProgressBarTreeTableCelljavafx.scene.control.cellrhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ProgressBarTreeTableCell.html#forTreeTableColumn()METHOD
 892 updateItemW (java.lang.Double item, boolean empty)    Updates the item associated with this Cell. jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ProgressBarTreeTableCell.html#updateItem()ProgressBarTreeTableCelljavafx.scene.control.celljhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/ProgressBarTreeTableCell.html#updateItem()CLASSProgressIndicator ProgressIndicator sets focusTraversable to false.     This first example creates a ProgressIndicator with an indeterminate value :    import javafx.scene.controjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ProgressIndicator.htmlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ProgressIndicator.htmlPROPERTY
indeterminatea    A flag indicating whether it is possible to determine the progress of the ProgressIndicator. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ProgressIndicator.html#indeterminateProgressIndicatorjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ProgressIndicator.html#indeterminatePROPERTYprogress2    The actual progress of the ProgressIndicator. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ProgressIndicator.html#progressProgressIndicatorjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ProgressIndicator.html#progressMETHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ProgressIndicator.html#createDefaultSkin()ProgressIndicatorjavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ProgressIndicator.html#createDefaultSkin()METHODgetProgress/ ()   Gets the value of the property progress. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ProgressIndicator.html#getProgress()ProgressIndicatorjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ProgressIndicator.html#getProgress()METHODindeterminatePropertyc ()   A flag indicating whether it is possible to determine the progress of the ProgressIndicator. ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ProgressIndicator.html#indeterminateProperty()ProgressIndicatorjavafx.scene.controlihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ProgressIndicator.html#indeterminateProperty()METHODisIndeterminate4 ()   Gets the value of the property indeterminate. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ProgressIndicator.html#isIndeterminate()ProgressIndicatorjavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ProgressIndicator.html#isIndeterminate()METHODprogressProperty4 ()   The actual progress of the ProgressIndicator. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ProgressIndicator.html#progressProperty()ProgressIndicatorjavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ProgressIndicator.html#progressProperty()METHODsetProgress; (double value)   Sets the value of the property progress. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ProgressIndicator.html#setProgress()ProgressIndicatorjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ProgressIndicator.html#setProgress()FIELDINDETERMINATE_PROGRESSF    Value for progress indicating that the progress is indeterminate. hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ProgressIndicator.html#INDETERMINATE_PROGRESSProgressIndicatorjavafx.scene.controlhhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ProgressIndicator.html#INDETERMINATE_PROGRESSCLASS
 893 PromptDatajavafx.scene.webFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/PromptData.htmlFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/PromptData.htmlMETHODgetDefaultValue9 ()   Returns default value carried by this data object. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/PromptData.html#getDefaultValue()
 894 PromptDatajavafx.scene.webXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/PromptData.html#getDefaultValue()METHOD
 895 getMessage3 ()   Returns message carried by this data object. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/PromptData.html#getMessage()
 896 PromptDatajavafx.scene.webShttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/PromptData.html#getMessage()CLASSPropertyjavafx.beans.propertyIhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/Property.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/Property.htmlMETHODbindd ( ObservableValue <? extends  T > observable)   Create a unidirection binding for this  Property . Phttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/Property.html#bind()Propertyjavafx.beans.propertyPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/Property.html#bind()METHODbindBidirectionalc ( Property < T > other)   Create a bidirectional binding between this  Property  and another one. ]http://download.java.net/jdk8/jfxdocs/javafx/beans/property/Property.html#bindBidirectional()Propertyjavafx.beans.property]http://download.java.net/jdk8/jfxdocs/javafx/beans/property/Property.html#bindBidirectional()METHODisBound6 ()   Can be used to check, if a  Property  is bound. Shttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/Property.html#isBound()Propertyjavafx.beans.propertyShttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/Property.html#isBound()METHODunbind= ()   Remove the unidirectional binding for this  Property . Rhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/Property.html#unbind()Propertyjavafx.beans.propertyRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/Property.html#unbind()METHODunbindBidirectionalc ( Property < T > other)   Remove a bidirectional binding between this  Property  and another one. _http://download.java.net/jdk8/jfxdocs/javafx/beans/property/Property.html#unbindBidirectional()Propertyjavafx.beans.property_http://download.java.net/jdk8/jfxdocs/javafx/beans/property/Property.html#unbindBidirectional()CLASSPropertyValueFactory If no method matching this pattern exists, there is fall-through support for attempting to call get<property>() or is<property>() (that is,  getFirstName()  or javafx.scene.control.cellYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/PropertyValueFactory.htmlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/PropertyValueFactory.htmlMETHODcall  ( TableColumn.CellDataFeatures < S , T > param)   The  call  method is called when required, and is given a single argument of type P, with a requirement that `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/PropertyValueFactory.html#call()PropertyValueFactoryjavafx.scene.control.cell`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/PropertyValueFactory.html#call()METHODgetProperty= ()   Returns the property name provided in the constructor. ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/PropertyValueFactory.html#getProperty()PropertyValueFactoryjavafx.scene.control.cellghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/PropertyValueFactory.html#getProperty()CLASSPseudoClass Note that if a node has a default pseudo-class state, a horizontal orientation for example,  pseudoClassStateChanged  should be called from the constructor to s
 897 javafx.cssAhttp://download.java.net/jdk8/jfxdocs/javafx/css/PseudoClass.htmlAhttp://download.java.net/jdk8/jfxdocs/javafx/css/PseudoClass.htmlMETHODgetPseudoClassb (java.lang.String pseudoClass)   There is only one PseudoClass instance for a given pseudoClass. Rhttp://download.java.net/jdk8/jfxdocs/javafx/css/PseudoClass.html#getPseudoClass()PseudoClass
 898 javafx.cssRhttp://download.java.net/jdk8/jfxdocs/javafx/css/PseudoClass.html#getPseudoClass()METHODgetPseudoClassName () Vhttp://download.java.net/jdk8/jfxdocs/javafx/css/PseudoClass.html#getPseudoClassName()PseudoClass
 899 javafx.cssVhttp://download.java.net/jdk8/jfxdocs/javafx/css/PseudoClass.html#getPseudoClassName()CLASS  QuadCurvejavafx.scene.shapeGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.htmlPROPERTYcontrolXR    Defines the X coordinate of the control point of the quadratic curve segment. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#controlX      QuadCurvejavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#controlXPROPERTYcontrolYR    Defines the Y coordinate of the control point of the quadratic curve segment. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#controlY  QuadCurvejavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#controlYPROPERTYendXN    Defines the X coordinate of the end point of the quadratic curve segment. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#endX    QuadCurvejavafx.scene.shapeLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#endXPROPERTYendYN    Defines the Y coordinate of the end point of the quadratic curve segment. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#endY        QuadCurvejavafx.scene.shapeLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#endYPROPERTYstartXP    Defines the X coordinate of the start point of the quadratic curve segment. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#startX  QuadCurvejavafx.scene.shapeNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#startXPROPERTYstartYP    Defines the Y coordinate of the start point of the quadratic curve segment. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#startY        QuadCurvejavafx.scene.shapeNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#startYMETHODcontrolXPropertyT ()   Defines the X coordinate of the control point of the quadratic curve segment. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#controlXProperty()      QuadCurvejavafx.scene.shapeZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#controlXProperty()METHODcontrolYPropertyT ()   Defines the Y coordinate of the control point of the quadratic curve segment. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#controlYProperty()  QuadCurvejavafx.scene.shapeZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#controlYProperty()METHODendXPropertyP ()   Defines the X coordinate of the end point of the quadratic curve segment. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#endXProperty()      QuadCurvejavafx.scene.shapeVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#endXProperty()METHODendYPropertyP ()   Defines the Y coordinate of the end point of the quadratic curve segment. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#endYProperty()  QuadCurvejavafx.scene.shapeVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#endYProperty()METHODgetControlX/ ()   Gets the value of the property controlX. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#getControlX()     QuadCurvejavafx.scene.shapeUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#getControlX()METHODgetControlY/ ()   Gets the value of the property controlY. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#getControlY()      QuadCurvejavafx.scene.shapeUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#getControlY()METHODgetEndX+ ()   Gets the value of the property endX. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#getEndX()  QuadCurvejavafx.scene.shapeQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#getEndX()METHODgetEndY+ ()   Gets the value of the property endY. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#getEndY()      QuadCurvejavafx.scene.shapeQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#getEndY()METHOD  getStartX- ()   Gets the value of the property startX. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#getStartX()       QuadCurvejavafx.scene.shapeShttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#getStartX()METHOD        getStartY- ()   Gets the value of the property startY. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#getStartY()       QuadCurvejavafx.scene.shapeShttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#getStartY()METHODsetControlX; (double value)   Sets the value of the property controlX. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#setControlX()    QuadCurvejavafx.scene.shapeUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#setControlX()METHODsetControlY; (double value)   Sets the value of the property controlY. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#setControlY()  QuadCurvejavafx.scene.shapeUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#setControlY()METHODsetEndX7 (double value)   Sets the value of the property endX. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#setEndX()      QuadCurvejavafx.scene.shapeQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#setEndX()METHODsetEndY7 (double value)   Sets the value of the property endY. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#setEndY()  QuadCurvejavafx.scene.shapeQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#setEndY()METHOD  setStartX9 (double value)   Sets the value of the property startX. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#setStartX()   QuadCurvejavafx.scene.shapeShttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#setStartX()METHOD        setStartY9 (double value)   Sets the value of the property startY. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#setStartY()   QuadCurvejavafx.scene.shapeShttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#setStartY()METHODstartXPropertyR ()   Defines the X coordinate of the start point of the quadratic curve segment. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#startXProperty()       QuadCurvejavafx.scene.shapeXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#startXProperty()METHODstartYPropertyR ()   Defines the Y coordinate of the start point of the quadratic curve segment. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#startYProperty()  QuadCurvejavafx.scene.shapeXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#startYProperty()METHODtoStringB ()   Returns a string representation of this  QuadCurve  object. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#toString()        QuadCurvejavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurve.html#toString()CLASSQuadCurveTo For more information on path elements see the   Path   and   PathElement   classes.  Example:   import javafx.scene.shape.*; Path path = new Path(); MoveTo movejavafx.scene.shapeIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.htmlPROPERTYcontrolX=    Defines the X coordinate of the quadratic control point. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#controlXQuadCurveTojavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#controlXPROPERTYcontrolY=    Defines the Y coordinate of the quadratic control point. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#controlYQuadCurveTojavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#controlYPROPERTYx5    Defines the X coordinate of the final end point. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#xQuadCurveTojavafx.scene.shapeKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#xPROPERTYy5    Defines the Y coordinate of the final end point. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#yQuadCurveTojavafx.scene.shapeKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#yMETHODcontrolXProperty? ()   Defines the X coordinate of the quadratic control point. \http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#controlXProperty()QuadCurveTojavafx.scene.shape\http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#controlXProperty()METHODcontrolYProperty? ()   Defines the Y coordinate of the quadratic control point. \http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#controlYProperty()QuadCurveTojavafx.scene.shape\http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#controlYProperty()METHODgetControlX/ ()   Gets the value of the property controlX. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#getControlX()QuadCurveTojavafx.scene.shapeWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#getControlX()METHODgetControlY/ ()   Gets the value of the property controlY. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#getControlY()QuadCurveTojavafx.scene.shapeWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#getControlY()METHODgetX( ()   Gets the value of the property x. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#getX()QuadCurveTojavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#getX()METHODgetY( ()   Gets the value of the property y. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#getY()QuadCurveTojavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#getY()METHODsetControlX; (double value)   Sets the value of the property controlX. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#setControlX()QuadCurveTojavafx.scene.shapeWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#setControlX()METHODsetControlY; (double value)   Sets the value of the property controlY. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#setControlY()QuadCurveTojavafx.scene.shapeWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#setControlY()METHODsetX4 (double value)   Sets the value of the property x. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#setX()QuadCurveTojavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#setX()METHODsetY4 (double value)   Sets the value of the property y. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#setY()QuadCurveTojavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#setY()METHODtoStringE ()   Returns a string representation of this  CubicCurveTo  object. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#toString()QuadCurveTojavafx.scene.shapeThttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#toString()METHOD   xProperty7 ()   Defines the X coordinate of the final end point. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#xProperty()QuadCurveTojavafx.scene.shapeUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#xProperty()METHOD      yProperty7 ()   Defines the Y coordinate of the final end point. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#yProperty()QuadCurveTojavafx.scene.shapeUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/QuadCurveTo.html#yProperty()CLASSRadialGradient Each stop in the sequence must have an offset that is greater than the previous stop in the sequence.   The list is unmodifiable and will throw  UnsupportedOperjavafx.scene.paintLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/RadialGradient.htmlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/RadialGradient.htmlMETHODequalsV (java.lang.Object obj)   Indicates whether some other object is "equal to" this one. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/RadialGradient.html#equals()RadialGradientjavafx.scene.paintUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/RadialGradient.html#equals()METHOD
 900 getCenterXX ()   Defines the X coordinate of the center point of the circle defining the gradient. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/RadialGradient.html#getCenterX()RadialGradientjavafx.scene.paintYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/RadialGradient.html#getCenterX()METHOD
 901 getCenterYX ()   Defines the X coordinate of the center point of the circle defining the gradient. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/RadialGradient.html#getCenterY()RadialGradientjavafx.scene.paintYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/RadialGradient.html#getCenterY()METHODgetCycleMethod ()   Defines which of the follwing cycle method is applied to the  LinearGradient :  CycleMethod.NO_CYCLE ,  CycleMethod.REFLECT , or  CycleMethod.REPEAT . ]http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/RadialGradient.html#getCycleMethod()RadialGradientjavafx.scene.paint]http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/RadialGradient.html#getCycleMethod()METHOD
getFocusAnglez ()   Defines the angle in degrees from the center of the gradient to the focus point to which the first color is mapped. \http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/RadialGradient.html#getFocusAngle()RadialGradientjavafx.scene.paint\http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/RadialGradient.html#getFocusAngle()METHODgetFocusDistancer ()   Defines the distance from the center of the gradient to the focus point to which the first color is mapped. _http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/RadialGradient.html#getFocusDistance()RadialGradientjavafx.scene.paint_http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/RadialGradient.html#getFocusDistance()METHOD        getRadiusU ()   Specifies the radius of the circle defining the extents of the color gradient. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/RadialGradient.html#getRadius()RadialGradientjavafx.scene.paintXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/RadialGradient.html#getRadius()METHODgetStopsh ()   A sequence of 2 or more  Stop  values specifying how to distribute the colors along the gradient. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/RadialGradient.html#getStops()RadialGradientjavafx.scene.paintWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/RadialGradient.html#getStops()METHODhashCode< ()   Returns a hash code for this  RadialGradient  object. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/RadialGradient.html#hashCode()RadialGradientjavafx.scene.paintWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/RadialGradient.html#hashCode()METHODisOpaque4 ()   Gets whether this Paint is completely opaque. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/RadialGradient.html#isOpaque()RadialGradientjavafx.scene.paintWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/RadialGradient.html#isOpaque()METHODisProportionalS ()   Indicates whether the center and radius values are proportional or absolute. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/RadialGradient.html#isProportional()RadialGradientjavafx.scene.paint]http://download.java.net/jdk8/jfxdocs/javafx/scene/paint/RadialGradient.html#isProportional()METHODtoStringG ()   Returns a string representation of this  RadialGradient  object. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/RadialGradient.html#toString()RadialGradientjavafx.scene.paintWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/RadialGradient.html#toString()METHODvalueOfZ (java.lang.String value)   Creates a radial gradient value from a string representation. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/RadialGradient.html#valueOf()RadialGradientjavafx.scene.paintVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/RadialGradient.html#valueOf()CLASSRadioButton RadioButtons create a series of items where only one item can be selected. RadioButtons are a specialized   ToggleButton  . When a RadioButton is pressed and rejavafx.scene.controlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/RadioButton.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/RadioButton.htmlMETHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/RadioButton.html#createDefaultSkin()RadioButtonjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/RadioButton.html#createDefaultSkin()METHODfire‰ ()   Toggles the state of the radio button if and only if the RadioButton has not already selected or is not part of a   ToggleGroup  . Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/RadioButton.html#fire()RadioButtonjavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/RadioButton.html#fire()CLASS
RadioMenuItem A RadioMenuItem is a   MenuItem   that can be toggled (it uses the   Toggle   mixin). This means that RadioMenuItem has an API very similar in nature to other cjavafx.scene.controlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/RadioMenuItem.htmlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/RadioMenuItem.htmlPROPERTYselected*    The selected state for this  Toggle . Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/RadioMenuItem.html#selected
RadioMenuItemjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/RadioMenuItem.html#selectedPROPERTYtoggleGroupG    Represents the   ToggleGroup   that this RadioMenuItem belongs to. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/RadioMenuItem.html#toggleGroup
RadioMenuItemjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/RadioMenuItem.html#toggleGroupMETHODgetToggleGroup2 ()   Gets the value of the property toggleGroup. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/RadioMenuItem.html#getToggleGroup()
RadioMenuItemjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/RadioMenuItem.html#getToggleGroup()METHOD
 902 isSelected/ ()   Gets the value of the property selected. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/RadioMenuItem.html#isSelected()
RadioMenuItemjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/RadioMenuItem.html#isSelected()METHODselectedProperty, ()   The selected state for this  Toggle . `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/RadioMenuItem.html#selectedProperty()
RadioMenuItemjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/RadioMenuItem.html#selectedProperty()METHODsetSelected< (boolean value)   Sets the value of the property selected. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/RadioMenuItem.html#setSelected()
RadioMenuItemjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/RadioMenuItem.html#setSelected()METHODsetToggleGroupE ( ToggleGroup  value)   Sets the value of the property toggleGroup. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/RadioMenuItem.html#setToggleGroup()
RadioMenuItemjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/RadioMenuItem.html#setToggleGroup()METHODtoggleGroupPropertyI ()   Represents the   ToggleGroup   that this RadioMenuItem belongs to. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/RadioMenuItem.html#toggleGroupProperty()
RadioMenuItemjavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/RadioMenuItem.html#toggleGroupProperty()CLASSReadOnlyBooleanPropertyjavafx.beans.propertyXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanProperty.htmlXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanProperty.htmlMETHODasObjectc ()   Creates a   ReadOnlyObjectProperty   that holds the value of this  ReadOnlyBooleanProperty . chttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanProperty.html#asObject()ReadOnlyBooleanPropertyjavafx.beans.propertychttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanProperty.html#asObject()METHODreadOnlyBooleanProperty{ ( ReadOnlyProperty <java.lang.Boolean> property)   Returns a  ReadOnlyBooleanProperty  that wraps a   ReadOnlyProperty  . rhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanProperty.html#readOnlyBooleanProperty()ReadOnlyBooleanPropertyjavafx.beans.propertyrhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanProperty.html#readOnlyBooleanProperty()METHODtoStringP ()   Returns a string representation of this  ReadOnlyBooleanProperty  object. chttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanProperty.html#toString()ReadOnlyBooleanPropertyjavafx.beans.propertychttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanProperty.html#toString()CLASSReadOnlyBooleanPropertyBase Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.property\http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanPropertyBase.html\http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanPropertyBase.htmlMETHODaddListener  ( ChangeListener <? super java.lang.Boolean> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. jhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanPropertyBase.html#addListener()ReadOnlyBooleanPropertyBasejavafx.beans.propertyjhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanPropertyBase.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. jhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanPropertyBase.html#addListener()ReadOnlyBooleanPropertyBasejavafx.beans.propertyjhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanPropertyBase.html#addListener()METHODfireValueChangedEvent] ()   Sends notifications to all attached   InvalidationListeners   and   ChangeListeners  . thttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanPropertyBase.html#fireValueChangedEvent()ReadOnlyBooleanPropertyBasejavafx.beans.propertythttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanPropertyBase.html#fireValueChangedEvent()METHODremoveListener  ( ChangeListener <? super java.lang.Boolean> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Obmhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanPropertyBase.html#removeListener()ReadOnlyBooleanPropertyBasejavafx.beans.propertymhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanPropertyBase.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invmhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanPropertyBase.html#removeListener()ReadOnlyBooleanPropertyBasejavafx.beans.propertymhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanPropertyBase.html#removeListener()CLASSReadOnlyBooleanWrapper Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.propertyWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanWrapper.htmlWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanWrapper.htmlMETHODaddListener  ( ChangeListener <? super java.lang.Boolean> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. ehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanWrapper.html#addListener()ReadOnlyBooleanWrapperjavafx.beans.propertyehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanWrapper.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. ehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanWrapper.html#addListener()ReadOnlyBooleanWrapperjavafx.beans.propertyehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanWrapper.html#addListener()METHODfireValueChangedEvent] ()   Sends notifications to all attached   InvalidationListeners   and   ChangeListeners  . ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanWrapper.html#fireValueChangedEvent()ReadOnlyBooleanWrapperjavafx.beans.propertyohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanWrapper.html#fireValueChangedEvent()METHODgetReadOnlyProperty^ ()   Returns the readonly property, that is synchronized with this  ReadOnlyBooleanWrapper . mhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanWrapper.html#getReadOnlyProperty()ReadOnlyBooleanWrapperjavafx.beans.propertymhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanWrapper.html#getReadOnlyProperty()METHODremoveListener  ( ChangeListener <? super java.lang.Boolean> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Obhhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanWrapper.html#removeListener()ReadOnlyBooleanWrapperjavafx.beans.propertyhhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanWrapper.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invhhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanWrapper.html#removeListener()ReadOnlyBooleanWrapperjavafx.beans.propertyhhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyBooleanWrapper.html#removeListener()CLASSReadOnlyDoublePropertyjavafx.beans.propertyWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoubleProperty.htmlWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoubleProperty.htmlMETHODasObjectb ()   Creates a   ReadOnlyObjectProperty   that holds the value of this  ReadOnlyDoubleProperty . bhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoubleProperty.html#asObject()ReadOnlyDoublePropertyjavafx.beans.propertybhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoubleProperty.html#asObject()METHODreadOnlyDoublePropertyj ( ReadOnlyProperty <T> property)   Returns a  ReadOnlyDoubleProperty  that wraps a   ReadOnlyProperty  . phttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoubleProperty.html#readOnlyDoubleProperty()ReadOnlyDoublePropertyjavafx.beans.propertyphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoubleProperty.html#readOnlyDoubleProperty()METHODtoStringO ()   Returns a string representation of this  ReadOnlyDoubleProperty  object. bhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoubleProperty.html#toString()ReadOnlyDoublePropertyjavafx.beans.propertybhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoubleProperty.html#toString()CLASSReadOnlyDoublePropertyBase Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.property[http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoublePropertyBase.html[http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoublePropertyBase.htmlMETHODaddListenerŸ ( ChangeListener <? super java.lang.Number> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoublePropertyBase.html#addListener()ReadOnlyDoublePropertyBasejavafx.beans.propertyihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoublePropertyBase.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoublePropertyBase.html#addListener()ReadOnlyDoublePropertyBasejavafx.beans.propertyihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoublePropertyBase.html#addListener()METHODfireValueChangedEvent] ()   Sends notifications to all attached   InvalidationListeners   and   ChangeListeners  . shttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoublePropertyBase.html#fireValueChangedEvent()ReadOnlyDoublePropertyBasejavafx.beans.propertyshttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoublePropertyBase.html#fireValueChangedEvent()METHODremoveListener  ( ChangeListener <? super java.lang.Number> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Obslhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoublePropertyBase.html#removeListener()ReadOnlyDoublePropertyBasejavafx.beans.propertylhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoublePropertyBase.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invlhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoublePropertyBase.html#removeListener()ReadOnlyDoublePropertyBasejavafx.beans.propertylhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoublePropertyBase.html#removeListener()CLASSReadOnlyDoubleWrapper Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.propertyVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoubleWrapper.htmlVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoubleWrapper.htmlMETHODaddListenerŸ ( ChangeListener <? super java.lang.Number> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. dhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoubleWrapper.html#addListener()ReadOnlyDoubleWrapperjavafx.beans.propertydhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoubleWrapper.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. dhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoubleWrapper.html#addListener()ReadOnlyDoubleWrapperjavafx.beans.propertydhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoubleWrapper.html#addListener()METHODfireValueChangedEvent] ()   Sends notifications to all attached   InvalidationListeners   and   ChangeListeners  . nhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoubleWrapper.html#fireValueChangedEvent()ReadOnlyDoubleWrapperjavafx.beans.propertynhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoubleWrapper.html#fireValueChangedEvent()METHODgetReadOnlyProperty^ ()   Returns the read-only property, that is synchronized with this  ReadOnlyDoubleWrapper . lhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoubleWrapper.html#getReadOnlyProperty()ReadOnlyDoubleWrapperjavafx.beans.propertylhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoubleWrapper.html#getReadOnlyProperty()METHODremoveListener  ( ChangeListener <? super java.lang.Number> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Obsghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoubleWrapper.html#removeListener()ReadOnlyDoubleWrapperjavafx.beans.propertyghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoubleWrapper.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoubleWrapper.html#removeListener()ReadOnlyDoubleWrapperjavafx.beans.propertyghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyDoubleWrapper.html#removeListener()CLASSReadOnlyFloatPropertyjavafx.beans.propertyVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatProperty.htmlVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatProperty.htmlMETHODasObjecta ()   Creates a   ReadOnlyObjectProperty   that holds the value of this  ReadOnlyFloatProperty . ahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatProperty.html#asObject()ReadOnlyFloatPropertyjavafx.beans.propertyahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatProperty.html#asObject()METHODreadOnlyFloatPropertyi ( ReadOnlyProperty <T> property)   Returns a  ReadOnlyFloatProperty  that wraps a   ReadOnlyProperty  . nhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatProperty.html#readOnlyFloatProperty()ReadOnlyFloatPropertyjavafx.beans.propertynhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatProperty.html#readOnlyFloatProperty()METHODtoStringN ()   Returns a string representation of this  ReadOnlyFloatProperty  object. ahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatProperty.html#toString()ReadOnlyFloatPropertyjavafx.beans.propertyahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatProperty.html#toString()CLASSReadOnlyFloatPropertyBase Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.propertyZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatPropertyBase.htmlZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatPropertyBase.htmlMETHODaddListenerŸ ( ChangeListener <? super java.lang.Number> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. hhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatPropertyBase.html#addListener()ReadOnlyFloatPropertyBasejavafx.beans.propertyhhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatPropertyBase.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. hhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatPropertyBase.html#addListener()ReadOnlyFloatPropertyBasejavafx.beans.propertyhhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatPropertyBase.html#addListener()METHODfireValueChangedEvent] ()   Sends notifications to all attached   InvalidationListeners   and   ChangeListeners  . rhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatPropertyBase.html#fireValueChangedEvent()ReadOnlyFloatPropertyBasejavafx.beans.propertyrhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatPropertyBase.html#fireValueChangedEvent()METHODremoveListener  ( ChangeListener <? super java.lang.Number> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Obskhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatPropertyBase.html#removeListener()ReadOnlyFloatPropertyBasejavafx.beans.propertykhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatPropertyBase.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invkhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatPropertyBase.html#removeListener()ReadOnlyFloatPropertyBasejavafx.beans.propertykhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatPropertyBase.html#removeListener()CLASSReadOnlyFloatWrapper Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.propertyUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatWrapper.htmlUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatWrapper.htmlMETHODaddListenerŸ ( ChangeListener <? super java.lang.Number> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. chttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatWrapper.html#addListener()ReadOnlyFloatWrapperjavafx.beans.propertychttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatWrapper.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. chttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatWrapper.html#addListener()ReadOnlyFloatWrapperjavafx.beans.propertychttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatWrapper.html#addListener()METHODfireValueChangedEvent] ()   Sends notifications to all attached   InvalidationListeners   and   ChangeListeners  . mhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatWrapper.html#fireValueChangedEvent()ReadOnlyFloatWrapperjavafx.beans.propertymhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatWrapper.html#fireValueChangedEvent()METHODgetReadOnlyProperty\ ()   Returns the readonly property, that is synchronized with this  ReadOnlyFloatWrapper . khttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatWrapper.html#getReadOnlyProperty()ReadOnlyFloatWrapperjavafx.beans.propertykhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatWrapper.html#getReadOnlyProperty()METHODremoveListener  ( ChangeListener <? super java.lang.Number> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Obsfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatWrapper.html#removeListener()ReadOnlyFloatWrapperjavafx.beans.propertyfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatWrapper.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatWrapper.html#removeListener()ReadOnlyFloatWrapperjavafx.beans.propertyfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyFloatWrapper.html#removeListener()CLASSReadOnlyIntegerPropertyjavafx.beans.propertyXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerProperty.htmlXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerProperty.htmlMETHODasObjectc ()   Creates a   ReadOnlyObjectProperty   that holds the value of this  ReadOnlyIntegerProperty . chttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerProperty.html#asObject()ReadOnlyIntegerPropertyjavafx.beans.propertychttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerProperty.html#asObject()METHODreadOnlyIntegerPropertyk ( ReadOnlyProperty <T> property)   Returns a  ReadOnlyIntegerProperty  that wraps a   ReadOnlyProperty  . rhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerProperty.html#readOnlyIntegerProperty()ReadOnlyIntegerPropertyjavafx.beans.propertyrhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerProperty.html#readOnlyIntegerProperty()METHODtoStringP ()   Returns a string representation of this  ReadOnlyIntegerProperty  object. chttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerProperty.html#toString()ReadOnlyIntegerPropertyjavafx.beans.propertychttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerProperty.html#toString()CLASSReadOnlyIntegerPropertyBase Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.property\http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerPropertyBase.html\http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerPropertyBase.htmlMETHODaddListenerŸ ( ChangeListener <? super java.lang.Number> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. jhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerPropertyBase.html#addListener()ReadOnlyIntegerPropertyBasejavafx.beans.propertyjhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerPropertyBase.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. jhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerPropertyBase.html#addListener()ReadOnlyIntegerPropertyBasejavafx.beans.propertyjhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerPropertyBase.html#addListener()METHODfireValueChangedEvent] ()   Sends notifications to all attached   InvalidationListeners   and   ChangeListeners  . thttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerPropertyBase.html#fireValueChangedEvent()ReadOnlyIntegerPropertyBasejavafx.beans.propertythttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerPropertyBase.html#fireValueChangedEvent()METHODremoveListener  ( ChangeListener <? super java.lang.Number> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Obsmhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerPropertyBase.html#removeListener()ReadOnlyIntegerPropertyBasejavafx.beans.propertymhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerPropertyBase.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invmhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerPropertyBase.html#removeListener()ReadOnlyIntegerPropertyBasejavafx.beans.propertymhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerPropertyBase.html#removeListener()CLASSReadOnlyIntegerWrapper Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.propertyWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerWrapper.htmlWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerWrapper.htmlMETHODaddListenerŸ ( ChangeListener <? super java.lang.Number> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. ehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerWrapper.html#addListener()ReadOnlyIntegerWrapperjavafx.beans.propertyehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerWrapper.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. ehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerWrapper.html#addListener()ReadOnlyIntegerWrapperjavafx.beans.propertyehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerWrapper.html#addListener()METHODfireValueChangedEvent] ()   Sends notifications to all attached   InvalidationListeners   and   ChangeListeners  . ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerWrapper.html#fireValueChangedEvent()ReadOnlyIntegerWrapperjavafx.beans.propertyohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerWrapper.html#fireValueChangedEvent()METHODgetReadOnlyProperty^ ()   Returns the readonly property, that is synchronized with this  ReadOnlyIntegerWrapper . mhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerWrapper.html#getReadOnlyProperty()ReadOnlyIntegerWrapperjavafx.beans.propertymhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerWrapper.html#getReadOnlyProperty()METHODremoveListener  ( ChangeListener <? super java.lang.Number> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Obshhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerWrapper.html#removeListener()ReadOnlyIntegerWrapperjavafx.beans.propertyhhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerWrapper.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invhhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerWrapper.html#removeListener()ReadOnlyIntegerWrapperjavafx.beans.propertyhhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyIntegerWrapper.html#removeListener()CLASSReadOnlyJavaBeanBooleanProperty As a minimum, the Java Bean must implement a getter for the property. If the getter of an instance of this class is called, the property of the Java Bean is retjavafx.beans.property.adapterhhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanProperty.htmlhhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanProperty.htmlMETHODdisposei ()   Signals to the JavaFX property that it will not be used anymore and any references can be removed. rhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanProperty.html#dispose()ReadOnlyJavaBeanBooleanPropertyjavafx.beans.property.adapterrhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanProperty.html#dispose()METHODfireValueChangedEvent] ()   Sends notifications to all attached   InvalidationListeners   and   ChangeListeners  . €http://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanProperty.html#fireValueChangedEvent()ReadOnlyJavaBeanBooleanPropertyjavafx.beans.property.adapter€http://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanProperty.html#fireValueChangedEvent()METHODgetB ()   Returns the current value of this  ObservableBooleanValue . nhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanProperty.html#get()ReadOnlyJavaBeanBooleanPropertyjavafx.beans.property.adapternhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanProperty.html#get()METHODgetBean8 ()   Returns the  Object  that contains this property. rhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanProperty.html#getBean()ReadOnlyJavaBeanBooleanPropertyjavafx.beans.property.adapterrhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanProperty.html#getBean()METHODgetName) ()   Returns the name of this property. rhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanProperty.html#getName()ReadOnlyJavaBeanBooleanPropertyjavafx.beans.property.adapterrhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanProperty.html#getName()CLASS&ReadOnlyJavaBeanBooleanPropertyBuilder Not all properties of a builder have to specified, there are several combinations possible. As a minimum the   name(java.lang.String)   of the property and the javafx.beans.property.adapterohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanPropertyBuilder.htmlohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanPropertyBuilder.htmlMETHODbeanT (java.lang.Object bean)   Set the Java Bean instance the adapter should connect to vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanPropertyBuilder.html#bean()&ReadOnlyJavaBeanBooleanPropertyBuilderjavafx.beans.property.adaptervhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanPropertyBuilder.html#bean()METHOD   beanClassb (java.lang.Class<?> beanClass)   Set the Java Bean class in which the getter should be searched. {http://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanPropertyBuilder.html#beanClass()&ReadOnlyJavaBeanBooleanPropertyBuilderjavafx.beans.property.adapter{http://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanPropertyBuilder.html#beanClass()METHODbuildT ()   Generate a new   ReadOnlyJavaBeanBooleanProperty   with the current settings. whttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanPropertyBuilder.html#build()&ReadOnlyJavaBeanBooleanPropertyBuilderjavafx.beans.property.adapterwhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanPropertyBuilder.html#build()METHODcreateH ()   Create a new instance of  ReadOnlyJavaBeanBooleanPropertyBuilder  xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanPropertyBuilder.html#create()&ReadOnlyJavaBeanBooleanPropertyBuilderjavafx.beans.property.adapterxhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanPropertyBuilder.html#create()METHODgetterE (java.lang.reflect.Method getter)   Set the getter method directly. xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanPropertyBuilder.html#getter()&ReadOnlyJavaBeanBooleanPropertyBuilderjavafx.beans.property.adapterxhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanPropertyBuilder.html#getter()METHODgetterE (java.lang.String getter)   Set an alternative name for the getter. xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanPropertyBuilder.html#getter()&ReadOnlyJavaBeanBooleanPropertyBuilderjavafx.beans.property.adapterxhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanPropertyBuilder.html#getter()METHODname8 (java.lang.String name)   Set the name of the property vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanPropertyBuilder.html#name()&ReadOnlyJavaBeanBooleanPropertyBuilderjavafx.beans.property.adaptervhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanPropertyBuilder.html#name()CLASSReadOnlyJavaBeanDoubleProperty As a minimum, the Java Bean must implement a getter for the property. If the getter of an instance of this class is called, the property of the Java Bean is retjavafx.beans.property.adapterghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanDoubleProperty.htmlghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanDoubleProperty.htmlMETHODdisposei ()   Signals to the JavaFX property that it will not be used anymore and any references can be removed. qhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanDoubleProperty.html#dispose()ReadOnlyJavaBeanDoublePropertyjavafx.beans.property.adapterqhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanDoubleProperty.html#dispose()METHODfireValueChangedEvent] ()   Sends notifications to all attached   InvalidationListeners   and   ChangeListeners  . http://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanDoubleProperty.html#fireValueChangedEvent()ReadOnlyJavaBeanDoublePropertyjavafx.beans.property.adapterhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanDoubleProperty.html#fireValueChangedEvent()METHODgetA ()   Returns the current value of this  ObservableDoubleValue . mhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanDoubleProperty.html#get()ReadOnlyJavaBeanDoublePropertyjavafx.beans.property.adaptermhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanDoubleProperty.html#get()METHODgetBean8 ()   Returns the  Object  that contains this property. qhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanDoubleProperty.html#getBean()ReadOnlyJavaBeanDoublePropertyjavafx.beans.property.adapterqhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanDoubleProperty.html#getBean()METHODgetName) ()   Returns the name of this property. qhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanDoubleProperty.html#getName()ReadOnlyJavaBeanDoublePropertyjavafx.beans.property.adapterqhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanDoubleProperty.html#getName()CLASS%ReadOnlyJavaBeanDoublePropertyBuilder Not all properties of a builder have to specified, there are several combinations possible. As a minimum the   name(java.lang.String)   of the property and the javafx.beans.property.adapternhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanDoublePropertyBuilder.htmlnhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanDoublePropertyBuilder.htmlMETHODbeanT (java.lang.Object bean)   Set the Java Bean instance the adapter should connect to uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanDoublePropertyBuilder.html#bean()%ReadOnlyJavaBeanDoublePropertyBuilderjavafx.beans.property.adapteruhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanDoublePropertyBuilder.html#bean()METHOD      beanClassb (java.lang.Class<?> beanClass)   Set the Java Bean class in which the getter should be searched. zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanDoublePropertyBuilder.html#beanClass()%ReadOnlyJavaBeanDoublePropertyBuilderjavafx.beans.property.adapterzhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanDoublePropertyBuilder.html#beanClass()METHODbuildS ()   Generate a new   ReadOnlyJavaBeanDoubleProperty   with the current settings. vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanDoublePropertyBuilder.html#build()%ReadOnlyJavaBeanDoublePropertyBuilderjavafx.beans.property.adaptervhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanDoublePropertyBuilder.html#build()METHODcreateG ()   Create a new instance of  ReadOnlyJavaBeanDoublePropertyBuilder  whttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanDoublePropertyBuilder.html#create()%ReadOnlyJavaBeanDoublePropertyBuilderjavafx.beans.property.adapterwhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanDoublePropertyBuilder.html#create()METHODgetterE (java.lang.reflect.Method getter)   Set the getter method directly. whttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanDoublePropertyBuilder.html#getter()%ReadOnlyJavaBeanDoublePropertyBuilderjavafx.beans.property.adapterwhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanDoublePropertyBuilder.html#getter()METHODgetterE (java.lang.String getter)   Set an alternative name for the getter. whttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanDoublePropertyBuilder.html#getter()%ReadOnlyJavaBeanDoublePropertyBuilderjavafx.beans.property.adapterwhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanDoublePropertyBuilder.html#getter()METHODname8 (java.lang.String name)   Set the name of the property uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanDoublePropertyBuilder.html#name()%ReadOnlyJavaBeanDoublePropertyBuilderjavafx.beans.property.adapteruhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanDoublePropertyBuilder.html#name()CLASSReadOnlyJavaBeanFloatProperty As a minimum, the Java Bean must implement a getter for the property. If the getter of an instance of this class is called, the property of the Java Bean is retjavafx.beans.property.adapterfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatProperty.htmlfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatProperty.htmlMETHODdisposei ()   Signals to the JavaFX property that it will not be used anymore and any references can be removed. phttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatProperty.html#dispose()ReadOnlyJavaBeanFloatPropertyjavafx.beans.property.adapterphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatProperty.html#dispose()METHODfireValueChangedEvent] ()   Sends notifications to all attached   InvalidationListeners   and   ChangeListeners  . ~http://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatProperty.html#fireValueChangedEvent()ReadOnlyJavaBeanFloatPropertyjavafx.beans.property.adapter~http://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatProperty.html#fireValueChangedEvent()METHODget@ ()   Returns the current value of this  ObservableFloatValue . lhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatProperty.html#get()ReadOnlyJavaBeanFloatPropertyjavafx.beans.property.adapterlhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatProperty.html#get()METHODgetBean8 ()   Returns the  Object  that contains this property. phttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatProperty.html#getBean()ReadOnlyJavaBeanFloatPropertyjavafx.beans.property.adapterphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatProperty.html#getBean()METHODgetName) ()   Returns the name of this property. phttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatProperty.html#getName()ReadOnlyJavaBeanFloatPropertyjavafx.beans.property.adapterphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatProperty.html#getName()CLASS$ReadOnlyJavaBeanFloatPropertyBuilder Not all properties of a builder have to specified, there are several combinations possible. As a minimum the   name(java.lang.String)   of the property and the javafx.beans.property.adaptermhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatPropertyBuilder.htmlmhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatPropertyBuilder.htmlMETHODbeanT (java.lang.Object bean)   Set the Java Bean instance the adapter should connect to thttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatPropertyBuilder.html#bean()$ReadOnlyJavaBeanFloatPropertyBuilderjavafx.beans.property.adapterthttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatPropertyBuilder.html#bean()METHOD   beanClassb (java.lang.Class<?> beanClass)   Set the Java Bean class in which the getter should be searched. yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatPropertyBuilder.html#beanClass()$ReadOnlyJavaBeanFloatPropertyBuilderjavafx.beans.property.adapteryhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatPropertyBuilder.html#beanClass()METHODbuildR ()   Generate a new   ReadOnlyJavaBeanFloatProperty   with the current settings. uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatPropertyBuilder.html#build()$ReadOnlyJavaBeanFloatPropertyBuilderjavafx.beans.property.adapteruhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatPropertyBuilder.html#build()METHODcreateF ()   Create a new instance of  ReadOnlyJavaBeanFloatPropertyBuilder  vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatPropertyBuilder.html#create()$ReadOnlyJavaBeanFloatPropertyBuilderjavafx.beans.property.adaptervhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatPropertyBuilder.html#create()METHODgetterE (java.lang.reflect.Method getter)   Set the getter method directly. vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatPropertyBuilder.html#getter()$ReadOnlyJavaBeanFloatPropertyBuilderjavafx.beans.property.adaptervhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatPropertyBuilder.html#getter()METHODgetterE (java.lang.String getter)   Set an alternative name for the getter. vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatPropertyBuilder.html#getter()$ReadOnlyJavaBeanFloatPropertyBuilderjavafx.beans.property.adaptervhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatPropertyBuilder.html#getter()METHODname8 (java.lang.String name)   Set the name of the property thttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatPropertyBuilder.html#name()$ReadOnlyJavaBeanFloatPropertyBuilderjavafx.beans.property.adapterthttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatPropertyBuilder.html#name()CLASSReadOnlyJavaBeanIntegerProperty As a minimum, the Java Bean must implement a getter for the property. If the getter of an instance of this class is called, the property of the Java Bean is retjavafx.beans.property.adapterhhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerProperty.htmlhhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerProperty.htmlMETHODdisposei ()   Signals to the JavaFX property that it will not be used anymore and any references can be removed. rhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerProperty.html#dispose()ReadOnlyJavaBeanIntegerPropertyjavafx.beans.property.adapterrhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerProperty.html#dispose()METHODfireValueChangedEvent] ()   Sends notifications to all attached   InvalidationListeners   and   ChangeListeners  . €http://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerProperty.html#fireValueChangedEvent()ReadOnlyJavaBeanIntegerPropertyjavafx.beans.property.adapter€http://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerProperty.html#fireValueChangedEvent()METHODgetB ()   Returns the current value of this  ObservableIntegerValue . nhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerProperty.html#get()ReadOnlyJavaBeanIntegerPropertyjavafx.beans.property.adapternhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerProperty.html#get()METHODgetBean8 ()   Returns the  Object  that contains this property. rhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerProperty.html#getBean()ReadOnlyJavaBeanIntegerPropertyjavafx.beans.property.adapterrhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerProperty.html#getBean()METHODgetName) ()   Returns the name of this property. rhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerProperty.html#getName()ReadOnlyJavaBeanIntegerPropertyjavafx.beans.property.adapterrhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerProperty.html#getName()CLASS&ReadOnlyJavaBeanIntegerPropertyBuilder Not all properties of a builder have to specified, there are several combinations possible. As a minimum the   name(java.lang.String)   of the property and the javafx.beans.property.adapterohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerPropertyBuilder.htmlohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerPropertyBuilder.htmlMETHODbeanT (java.lang.Object bean)   Set the Java Bean instance the adapter should connect to vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerPropertyBuilder.html#bean()&ReadOnlyJavaBeanIntegerPropertyBuilderjavafx.beans.property.adaptervhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerPropertyBuilder.html#bean()METHOD   beanClassb (java.lang.Class<?> beanClass)   Set the Java Bean class in which the getter should be searched. {http://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerPropertyBuilder.html#beanClass()&ReadOnlyJavaBeanIntegerPropertyBuilderjavafx.beans.property.adapter{http://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerPropertyBuilder.html#beanClass()METHODbuildT ()   Generate a new   ReadOnlyJavaBeanIntegerProperty   with the current settings. whttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerPropertyBuilder.html#build()&ReadOnlyJavaBeanIntegerPropertyBuilderjavafx.beans.property.adapterwhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerPropertyBuilder.html#build()METHODcreateH ()   Create a new instance of  ReadOnlyJavaBeanIntegerPropertyBuilder  xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerPropertyBuilder.html#create()&ReadOnlyJavaBeanIntegerPropertyBuilderjavafx.beans.property.adapterxhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerPropertyBuilder.html#create()METHODgetterE (java.lang.reflect.Method getter)   Set the getter method directly. xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerPropertyBuilder.html#getter()&ReadOnlyJavaBeanIntegerPropertyBuilderjavafx.beans.property.adapterxhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerPropertyBuilder.html#getter()METHODgetterE (java.lang.String getter)   Set an alternative name for the getter. xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerPropertyBuilder.html#getter()&ReadOnlyJavaBeanIntegerPropertyBuilderjavafx.beans.property.adapterxhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerPropertyBuilder.html#getter()METHODname8 (java.lang.String name)   Set the name of the property vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerPropertyBuilder.html#name()&ReadOnlyJavaBeanIntegerPropertyBuilderjavafx.beans.property.adaptervhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerPropertyBuilder.html#name()CLASSReadOnlyJavaBeanLongProperty As a minimum, the Java Bean must implement a getter for the property. If the getter of an instance of this class is called, the property of the Java Bean is retjavafx.beans.property.adapterehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanLongProperty.htmlehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanLongProperty.htmlMETHODdisposei ()   Signals to the JavaFX property that it will not be used anymore and any references can be removed. ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanLongProperty.html#dispose()ReadOnlyJavaBeanLongPropertyjavafx.beans.property.adapterohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanLongProperty.html#dispose()METHODfireValueChangedEvent] ()   Sends notifications to all attached   InvalidationListeners   and   ChangeListeners  . }http://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanLongProperty.html#fireValueChangedEvent()ReadOnlyJavaBeanLongPropertyjavafx.beans.property.adapter}http://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanLongProperty.html#fireValueChangedEvent()METHODget? ()   Returns the current value of this  ObservableLongValue . khttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanLongProperty.html#get()ReadOnlyJavaBeanLongPropertyjavafx.beans.property.adapterkhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanLongProperty.html#get()METHODgetBean8 ()   Returns the  Object  that contains this property. ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanLongProperty.html#getBean()ReadOnlyJavaBeanLongPropertyjavafx.beans.property.adapterohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanLongProperty.html#getBean()METHODgetName) ()   Returns the name of this property. ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanLongProperty.html#getName()ReadOnlyJavaBeanLongPropertyjavafx.beans.property.adapterohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanLongProperty.html#getName()CLASS#ReadOnlyJavaBeanLongPropertyBuilder Not all properties of a builder have to specified, there are several combinations possible. As a minimum the   name(java.lang.String)   of the property and the javafx.beans.property.adapterlhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanLongPropertyBuilder.htmllhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanLongPropertyBuilder.htmlMETHODbeanT (java.lang.Object bean)   Set the Java Bean instance the adapter should connect to shttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanLongPropertyBuilder.html#bean()#ReadOnlyJavaBeanLongPropertyBuilderjavafx.beans.property.adaptershttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanLongPropertyBuilder.html#bean()METHOD        beanClassb (java.lang.Class<?> beanClass)   Set the Java Bean class in which the getter should be searched. xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanLongPropertyBuilder.html#beanClass()#ReadOnlyJavaBeanLongPropertyBuilderjavafx.beans.property.adapterxhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanLongPropertyBuilder.html#beanClass()METHODbuildQ ()   Generate a new   ReadOnlyJavaBeanLongProperty   with the current settings. thttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanLongPropertyBuilder.html#build()#ReadOnlyJavaBeanLongPropertyBuilderjavafx.beans.property.adapterthttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanLongPropertyBuilder.html#build()METHODcreateE ()   Create a new instance of  ReadOnlyJavaBeanLongPropertyBuilder  uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanLongPropertyBuilder.html#create()#ReadOnlyJavaBeanLongPropertyBuilderjavafx.beans.property.adapteruhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanLongPropertyBuilder.html#create()METHODgetterE (java.lang.reflect.Method getter)   Set the getter method directly. uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanLongPropertyBuilder.html#getter()#ReadOnlyJavaBeanLongPropertyBuilderjavafx.beans.property.adapteruhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanLongPropertyBuilder.html#getter()METHODgetterE (java.lang.String getter)   Set an alternative name for the getter. uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanLongPropertyBuilder.html#getter()#ReadOnlyJavaBeanLongPropertyBuilderjavafx.beans.property.adapteruhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanLongPropertyBuilder.html#getter()METHODname8 (java.lang.String name)   Set the name of the property shttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanLongPropertyBuilder.html#name()#ReadOnlyJavaBeanLongPropertyBuilderjavafx.beans.property.adaptershttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanLongPropertyBuilder.html#name()CLASSReadOnlyJavaBeanObjectProperty As a minimum, the Java Bean must implement a getter for the property. If the getter of an instance of this class is called, the property of the Java Bean is retjavafx.beans.property.adapterghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectProperty.htmlghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectProperty.htmlMETHODdisposei ()   Signals to the JavaFX property that it will not be used anymore and any references can be removed. qhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectProperty.html#dispose()ReadOnlyJavaBeanObjectPropertyjavafx.beans.property.adapterqhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectProperty.html#dispose()METHODfireValueChangedEvent] ()   Sends notifications to all attached   InvalidationListeners   and   ChangeListeners  . http://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectProperty.html#fireValueChangedEvent()ReadOnlyJavaBeanObjectPropertyjavafx.beans.property.adapterhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectProperty.html#fireValueChangedEvent()METHODgetD ()   Returns the current value of this  ObservableObjectValue<T> . mhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectProperty.html#get()ReadOnlyJavaBeanObjectPropertyjavafx.beans.property.adaptermhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectProperty.html#get()METHODgetBean8 ()   Returns the  Object  that contains this property. qhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectProperty.html#getBean()ReadOnlyJavaBeanObjectPropertyjavafx.beans.property.adapterqhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectProperty.html#getBean()METHODgetName) ()   Returns the name of this property. qhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectProperty.html#getName()ReadOnlyJavaBeanObjectPropertyjavafx.beans.property.adapterqhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectProperty.html#getName()CLASS%ReadOnlyJavaBeanObjectPropertyBuilder Not all properties of a builder have to specified, there are several combinations possible. As a minimum the   name(java.lang.String)   of the property and the javafx.beans.property.adapternhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectPropertyBuilder.htmlnhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectPropertyBuilder.htmlMETHODbeanT (java.lang.Object bean)   Set the Java Bean instance the adapter should connect to uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectPropertyBuilder.html#bean()%ReadOnlyJavaBeanObjectPropertyBuilderjavafx.beans.property.adapteruhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectPropertyBuilder.html#bean()METHOD beanClassb (java.lang.Class<?> beanClass)   Set the Java Bean class in which the getter should be searched. zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectPropertyBuilder.html#beanClass()%ReadOnlyJavaBeanObjectPropertyBuilderjavafx.beans.property.adapterzhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectPropertyBuilder.html#beanClass()METHODbuildS ()   Generate a new   ReadOnlyJavaBeanObjectProperty   with the current settings. vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectPropertyBuilder.html#build()%ReadOnlyJavaBeanObjectPropertyBuilderjavafx.beans.property.adaptervhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectPropertyBuilder.html#build()METHODcreateG ()   Create a new instance of  ReadOnlyJavaBeanObjectPropertyBuilder  whttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectPropertyBuilder.html#create()%ReadOnlyJavaBeanObjectPropertyBuilderjavafx.beans.property.adapterwhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectPropertyBuilder.html#create()METHODgetterE (java.lang.reflect.Method getter)   Set the getter method directly. whttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectPropertyBuilder.html#getter()%ReadOnlyJavaBeanObjectPropertyBuilderjavafx.beans.property.adapterwhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectPropertyBuilder.html#getter()METHODgetterE (java.lang.String getter)   Set an alternative name for the getter. whttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectPropertyBuilder.html#getter()%ReadOnlyJavaBeanObjectPropertyBuilderjavafx.beans.property.adapterwhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectPropertyBuilder.html#getter()METHODname8 (java.lang.String name)   Set the name of the property uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectPropertyBuilder.html#name()%ReadOnlyJavaBeanObjectPropertyBuilderjavafx.beans.property.adapteruhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectPropertyBuilder.html#name()CLASSReadOnlyJavaBeanPropertyjavafx.beans.property.adapterahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanProperty.htmlahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanProperty.htmlMETHODdisposei ()   Signals to the JavaFX property that it will not be used anymore and any references can be removed. khttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanProperty.html#dispose()ReadOnlyJavaBeanPropertyjavafx.beans.property.adapterkhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanProperty.html#dispose()METHODfireValueChangedEvent‡ ()   This method can be called to notify the adapter of a change of the Java Bean value, if the Java Bean property is not bound (i.e. yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanProperty.html#fireValueChangedEvent()ReadOnlyJavaBeanPropertyjavafx.beans.property.adapteryhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanProperty.html#fireValueChangedEvent()CLASSReadOnlyJavaBeanStringProperty As a minimum, the Java Bean must implement a getter for the property. If the getter of an instance of this class is called, the property of the Java Bean is retjavafx.beans.property.adapterghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanStringProperty.htmlghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanStringProperty.htmlMETHODdisposei ()   Signals to the JavaFX property that it will not be used anymore and any references can be removed. qhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanStringProperty.html#dispose()ReadOnlyJavaBeanStringPropertyjavafx.beans.property.adapterqhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanStringProperty.html#dispose()METHODfireValueChangedEvent] ()   Sends notifications to all attached   InvalidationListeners   and   ChangeListeners  . http://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanStringProperty.html#fireValueChangedEvent()ReadOnlyJavaBeanStringPropertyjavafx.beans.property.adapterhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanStringProperty.html#fireValueChangedEvent()METHODgetD ()   Returns the current value of this  ObservableObjectValue<T> . mhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanStringProperty.html#get()ReadOnlyJavaBeanStringPropertyjavafx.beans.property.adaptermhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanStringProperty.html#get()METHODgetBean8 ()   Returns the  Object  that contains this property. qhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanStringProperty.html#getBean()ReadOnlyJavaBeanStringPropertyjavafx.beans.property.adapterqhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanStringProperty.html#getBean()METHODgetName) ()   Returns the name of this property. qhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanStringProperty.html#getName()ReadOnlyJavaBeanStringPropertyjavafx.beans.property.adapterqhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanStringProperty.html#getName()CLASS%ReadOnlyJavaBeanStringPropertyBuilder Not all properties of a builder have to specified, there are several combinations possible. As a minimum the   name(java.lang.String)   of the property and the javafx.beans.property.adapternhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanStringPropertyBuilder.htmlnhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanStringPropertyBuilder.htmlMETHODbeanT (java.lang.Object bean)   Set the Java Bean instance the adapter should connect to uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanStringPropertyBuilder.html#bean()%ReadOnlyJavaBeanStringPropertyBuilderjavafx.beans.property.adapteruhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanStringPropertyBuilder.html#bean()METHOD   beanClassb (java.lang.Class<?> beanClass)   Set the Java Bean class in which the getter should be searched. zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanStringPropertyBuilder.html#beanClass()%ReadOnlyJavaBeanStringPropertyBuilderjavafx.beans.property.adapterzhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanStringPropertyBuilder.html#beanClass()METHODbuildS ()   Generate a new   ReadOnlyJavaBeanStringProperty   with the current settings. vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanStringPropertyBuilder.html#build()%ReadOnlyJavaBeanStringPropertyBuilderjavafx.beans.property.adaptervhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanStringPropertyBuilder.html#build()METHODcreateG ()   Create a new instance of  ReadOnlyJavaBeanStringPropertyBuilder  whttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanStringPropertyBuilder.html#create()%ReadOnlyJavaBeanStringPropertyBuilderjavafx.beans.property.adapterwhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanStringPropertyBuilder.html#create()METHODgetterE (java.lang.reflect.Method getter)   Set the getter method directly. whttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanStringPropertyBuilder.html#getter()%ReadOnlyJavaBeanStringPropertyBuilderjavafx.beans.property.adapterwhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanStringPropertyBuilder.html#getter()METHODgetterE (java.lang.String getter)   Set an alternative name for the getter. whttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanStringPropertyBuilder.html#getter()%ReadOnlyJavaBeanStringPropertyBuilderjavafx.beans.property.adapterwhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanStringPropertyBuilder.html#getter()METHODname8 (java.lang.String name)   Set the name of the property uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanStringPropertyBuilder.html#name()%ReadOnlyJavaBeanStringPropertyBuilderjavafx.beans.property.adapteruhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/adapter/ReadOnlyJavaBeanStringPropertyBuilder.html#name()CLASSReadOnlyListProperty A bidirectional content binding ensures that the content of two  ObservableLists  is the same. If the content of one of the lists changes, the other one will bejavafx.beans.propertyUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListProperty.htmlUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListProperty.htmlMETHODbindContent  ( ObservableList < E > list)   Creates a content binding between the   ObservableList  , that is wrapped in this  ReadOnlyListProperty , and another  Observablchttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListProperty.html#bindContent()ReadOnlyListPropertyjavafx.beans.propertychttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListProperty.html#bindContent()METHODbindContentBidirectional  ( ObservableList < E > list)   Creates a bidirectional content binding of the   ObservableList  , that is wrapped in this  ReadOnlyListProperty , and another  phttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListProperty.html#bindContentBidirectional()ReadOnlyListPropertyjavafx.beans.propertyphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListProperty.html#bindContentBidirectional()METHODequals (java.lang.Object obj) ^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListProperty.html#equals()ReadOnlyListPropertyjavafx.beans.property^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListProperty.html#equals()METHODhashCode () `http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListProperty.html#hashCode()ReadOnlyListPropertyjavafx.beans.property`http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListProperty.html#hashCode()METHODtoStringM ()   Returns a string representation of this  ReadOnlyListProperty  object. `http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListProperty.html#toString()ReadOnlyListPropertyjavafx.beans.property`http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListProperty.html#toString()METHOD
unbindContent (java.lang.Object object)   Deletes a content binding between the   ObservableList  , that is wrapped in this  ReadOnlyListProperty , and another  Object . ehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListProperty.html#unbindContent()ReadOnlyListPropertyjavafx.beans.propertyehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListProperty.html#unbindContent()METHODunbindContentBidirectional  (java.lang.Object object)   Deletes a bidirectional content binding between the   ObservableList  , that is wrapped in this  ReadOnlyListProperty , and anotherrhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListProperty.html#unbindContentBidirectional()ReadOnlyListPropertyjavafx.beans.propertyrhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListProperty.html#unbindContentBidirectional()CLASSReadOnlyListPropertyBase Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.propertyYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListPropertyBase.htmlYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListPropertyBase.htmlMETHODaddListener  ( ChangeListener <? super  ObservableList < E >> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListPropertyBase.html#addListener()ReadOnlyListPropertyBasejavafx.beans.propertyghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListPropertyBase.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. ghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListPropertyBase.html#addListener()ReadOnlyListPropertyBasejavafx.beans.propertyghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListPropertyBase.html#addListener()METHODaddListenerX ( ListChangeListener <? super  E > listener)   Add a listener to this observable list. ghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListPropertyBase.html#addListener()ReadOnlyListPropertyBasejavafx.beans.propertyghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListPropertyBase.html#addListener()METHODfireValueChangedEventY ()   This method needs to be called if the reference to the   ObservableList   changes. qhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListPropertyBase.html#fireValueChangedEvent()ReadOnlyListPropertyBasejavafx.beans.propertyqhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListPropertyBase.html#fireValueChangedEvent()METHODfireValueChangedEvent“ ( ListChangeListener.Change <? extends  E > change)   This method needs to be called if the content of the referenced   ObservableList   changes. qhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListPropertyBase.html#fireValueChangedEvent()ReadOnlyListPropertyBasejavafx.beans.propertyqhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListPropertyBase.html#fireValueChangedEvent()METHODremoveListener  ( ChangeListener <? super  ObservableList < E >> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of thejhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListPropertyBase.html#removeListener()ReadOnlyListPropertyBasejavafx.beans.propertyjhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListPropertyBase.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invjhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListPropertyBase.html#removeListener()ReadOnlyListPropertyBasejavafx.beans.propertyjhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListPropertyBase.html#removeListener()METHODremoveListenerg ( ListChangeListener <? super  E > listener)   Tries to removed a listener from this observable list. jhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListPropertyBase.html#removeListener()ReadOnlyListPropertyBasejavafx.beans.propertyjhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListPropertyBase.html#removeListener()CLASSReadOnlyListWrapper Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.propertyThttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListWrapper.htmlThttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListWrapper.htmlMETHODaddListener  ( ChangeListener <? super  ObservableList < E >> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changbhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListWrapper.html#addListener()ReadOnlyListWrapperjavafx.beans.propertybhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListWrapper.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. bhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListWrapper.html#addListener()ReadOnlyListWrapperjavafx.beans.propertybhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListWrapper.html#addListener()METHODaddListenerX ( ListChangeListener <? super  E > listener)   Add a listener to this observable list. bhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListWrapper.html#addListener()ReadOnlyListWrapperjavafx.beans.propertybhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListWrapper.html#addListener()METHODfireValueChangedEventv ()   Sends notifications to all attached   InvalidationListeners  ,   ChangeListeners  , and   ListChangeListener  . lhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListWrapper.html#fireValueChangedEvent()ReadOnlyListWrapperjavafx.beans.propertylhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListWrapper.html#fireValueChangedEvent()METHODfireValueChangedEvent  ( ListChangeListener.Change <? extends  E > change)   Sends notifications to all attached   InvalidationListeners  ,   ChangeListeners  , and   ListChangeListelhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListWrapper.html#fireValueChangedEvent()ReadOnlyListWrapperjavafx.beans.propertylhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListWrapper.html#fireValueChangedEvent()METHODgetReadOnlyProperty[ ()   Returns the readonly property, that is synchronized with this  ReadOnlyListWrapper . jhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListWrapper.html#getReadOnlyProperty()ReadOnlyListWrapperjavafx.beans.propertyjhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListWrapper.html#getReadOnlyProperty()METHODremoveListener  ( ChangeListener <? super  ObservableList < E >> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of theehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListWrapper.html#removeListener()ReadOnlyListWrapperjavafx.beans.propertyehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListWrapper.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListWrapper.html#removeListener()ReadOnlyListWrapperjavafx.beans.propertyehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListWrapper.html#removeListener()METHODremoveListenerg ( ListChangeListener <? super  E > listener)   Tries to removed a listener from this observable list. ehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListWrapper.html#removeListener()ReadOnlyListWrapperjavafx.beans.propertyehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyListWrapper.html#removeListener()CLASSReadOnlyLongPropertyjavafx.beans.propertyUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongProperty.htmlUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongProperty.htmlMETHODasObject` ()   Creates a   ReadOnlyObjectProperty   that holds the value of this  ReadOnlyLongProperty . `http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongProperty.html#asObject()ReadOnlyLongPropertyjavafx.beans.property`http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongProperty.html#asObject()METHODreadOnlyLongPropertyh ( ReadOnlyProperty <T> property)   Returns a  ReadOnlyLongProperty  that wraps a   ReadOnlyProperty  . lhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongProperty.html#readOnlyLongProperty()ReadOnlyLongPropertyjavafx.beans.propertylhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongProperty.html#readOnlyLongProperty()METHODtoStringM ()   Returns a string representation of this  ReadOnlyLongProperty  object. `http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongProperty.html#toString()ReadOnlyLongPropertyjavafx.beans.property`http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongProperty.html#toString()CLASSReadOnlyLongPropertyBase Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.propertyYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongPropertyBase.htmlYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongPropertyBase.htmlMETHODaddListenerŸ ( ChangeListener <? super java.lang.Number> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. ghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongPropertyBase.html#addListener()ReadOnlyLongPropertyBasejavafx.beans.propertyghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongPropertyBase.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. ghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongPropertyBase.html#addListener()ReadOnlyLongPropertyBasejavafx.beans.propertyghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongPropertyBase.html#addListener()METHODfireValueChangedEvent] ()   Sends notifications to all attached   InvalidationListeners   and   ChangeListeners  . qhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongPropertyBase.html#fireValueChangedEvent()ReadOnlyLongPropertyBasejavafx.beans.propertyqhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongPropertyBase.html#fireValueChangedEvent()METHODremoveListener  ( ChangeListener <? super java.lang.Number> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Obsjhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongPropertyBase.html#removeListener()ReadOnlyLongPropertyBasejavafx.beans.propertyjhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongPropertyBase.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invjhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongPropertyBase.html#removeListener()ReadOnlyLongPropertyBasejavafx.beans.propertyjhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongPropertyBase.html#removeListener()CLASSReadOnlyLongWrapper Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.propertyThttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongWrapper.htmlThttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongWrapper.htmlMETHODaddListenerŸ ( ChangeListener <? super java.lang.Number> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. bhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongWrapper.html#addListener()ReadOnlyLongWrapperjavafx.beans.propertybhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongWrapper.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. bhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongWrapper.html#addListener()ReadOnlyLongWrapperjavafx.beans.propertybhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongWrapper.html#addListener()METHODfireValueChangedEvent] ()   Sends notifications to all attached   InvalidationListeners   and   ChangeListeners  . lhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongWrapper.html#fireValueChangedEvent()ReadOnlyLongWrapperjavafx.beans.propertylhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongWrapper.html#fireValueChangedEvent()METHODgetReadOnlyProperty[ ()   Returns the readonly property, that is synchronized with this  ReadOnlyLongWrapper . jhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongWrapper.html#getReadOnlyProperty()ReadOnlyLongWrapperjavafx.beans.propertyjhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongWrapper.html#getReadOnlyProperty()METHODremoveListener  ( ChangeListener <? super java.lang.Number> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Obsehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongWrapper.html#removeListener()ReadOnlyLongWrapperjavafx.beans.propertyehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongWrapper.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongWrapper.html#removeListener()ReadOnlyLongWrapperjavafx.beans.propertyehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyLongWrapper.html#removeListener()CLASSReadOnlyMapProperty A bidirectional content binding ensures that the content of two  ObservableMaps  is the same. If the content of one of the maps changes, the other one will be ujavafx.beans.propertyThttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapProperty.htmlThttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapProperty.htmlMETHODbindContent  ( ObservableMap < K , V > map)   Creates a content binding between the   ObservableMap  , that is wrapped in this  ReadOnlyMapProperty , and another  Observablbhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapProperty.html#bindContent()ReadOnlyMapPropertyjavafx.beans.propertybhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapProperty.html#bindContent()METHODbindContentBidirectional  ( ObservableMap < K , V > map)   Creates a bidirectional content binding of the   ObservableMap  , that is wrapped in this  ReadOnlyMapProperty , and another  ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapProperty.html#bindContentBidirectional()ReadOnlyMapPropertyjavafx.beans.propertyohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapProperty.html#bindContentBidirectional()METHODequals (java.lang.Object obj) ]http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapProperty.html#equals()ReadOnlyMapPropertyjavafx.beans.property]http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapProperty.html#equals()METHODhashCodeA ()   Returns a hash code for this  ReadOnlyMapProperty  object. _http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapProperty.html#hashCode()ReadOnlyMapPropertyjavafx.beans.property_http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapProperty.html#hashCode()METHODtoStringL ()   Returns a string representation of this  ReadOnlyMapProperty  object. _http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapProperty.html#toString()ReadOnlyMapPropertyjavafx.beans.property_http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapProperty.html#toString()METHOD
unbindContent› (java.lang.Object object)   Deletes a content binding between the   ObservableMap  , that is wrapped in this  ReadOnlyMapProperty , and another  Object . dhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapProperty.html#unbindContent()ReadOnlyMapPropertyjavafx.beans.propertydhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapProperty.html#unbindContent()METHODunbindContentBidirectional  (java.lang.Object object)   Deletes a bidirectional content binding between the   ObservableMap  , that is wrapped in this  ReadOnlyMapProperty , and another  qhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapProperty.html#unbindContentBidirectional()ReadOnlyMapPropertyjavafx.beans.propertyqhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapProperty.html#unbindContentBidirectional()CLASSReadOnlyMapPropertyBase Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.propertyXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapPropertyBase.htmlXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapPropertyBase.htmlMETHODaddListener  ( ChangeListener <? super  ObservableMap < K , V >> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  chfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapPropertyBase.html#addListener()ReadOnlyMapPropertyBasejavafx.beans.propertyfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapPropertyBase.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. fhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapPropertyBase.html#addListener()ReadOnlyMapPropertyBasejavafx.beans.propertyfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapPropertyBase.html#addListener()METHODaddListenerb ( MapChangeListener <? super  K ,? super  V > listener)   Add a listener to this observable map. fhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapPropertyBase.html#addListener()ReadOnlyMapPropertyBasejavafx.beans.propertyfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapPropertyBase.html#addListener()METHODfireValueChangedEventY ()   This method needs to be called if the reference to the   ObservableList   changes. phttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapPropertyBase.html#fireValueChangedEvent()ReadOnlyMapPropertyBasejavafx.beans.propertyphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapPropertyBase.html#fireValueChangedEvent()METHODfireValueChangedEvent  ( MapChangeListener.Change <? extends  K ,? extends  V > change)   This method needs to be called if the content of the referenced   ObservableList   changes. phttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapPropertyBase.html#fireValueChangedEvent()ReadOnlyMapPropertyBasejavafx.beans.propertyphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapPropertyBase.html#fireValueChangedEvent()METHODremoveListener  ( ChangeListener <? super  ObservableMap < K , V >> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapPropertyBase.html#removeListener()ReadOnlyMapPropertyBasejavafx.beans.propertyihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapPropertyBase.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapPropertyBase.html#removeListener()ReadOnlyMapPropertyBasejavafx.beans.propertyihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapPropertyBase.html#removeListener()METHODremoveListenerr ( MapChangeListener <? super  K ,? super  V > listener)   Tries to removed a listener from this observable list. ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapPropertyBase.html#removeListener()ReadOnlyMapPropertyBasejavafx.beans.propertyihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapPropertyBase.html#removeListener()CLASSReadOnlyMapWrapper Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.propertyShttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapWrapper.htmlShttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapWrapper.htmlMETHODaddListener  ( ChangeListener <? super  ObservableMap < K , V >> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  chahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapWrapper.html#addListener()ReadOnlyMapWrapperjavafx.beans.propertyahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapWrapper.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. ahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapWrapper.html#addListener()ReadOnlyMapWrapperjavafx.beans.propertyahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapWrapper.html#addListener()METHODaddListenerb ( MapChangeListener <? super  K ,? super  V > listener)   Add a listener to this observable map. ahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapWrapper.html#addListener()ReadOnlyMapWrapperjavafx.beans.propertyahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapWrapper.html#addListener()METHODfireValueChangedEventu ()   Sends notifications to all attached   InvalidationListeners  ,   ChangeListeners  , and   MapChangeListener  . khttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapWrapper.html#fireValueChangedEvent()ReadOnlyMapWrapperjavafx.beans.propertykhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapWrapper.html#fireValueChangedEvent()METHODfireValueChangedEvent  ( MapChangeListener.Change <? extends  K ,? extends  V > change)   Sends notifications to all attached   InvalidationListeners  ,   ChangeListeners  , and   Makhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapWrapper.html#fireValueChangedEvent()ReadOnlyMapWrapperjavafx.beans.propertykhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapWrapper.html#fireValueChangedEvent()METHODgetReadOnlyPropertyZ ()   Returns the readonly property, that is synchronized with this  ReadOnlyMapWrapper . ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapWrapper.html#getReadOnlyProperty()ReadOnlyMapWrapperjavafx.beans.propertyihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapWrapper.html#getReadOnlyProperty()METHODremoveListener  ( ChangeListener <? super  ObservableMap < K , V >> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of dhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapWrapper.html#removeListener()ReadOnlyMapWrapperjavafx.beans.propertydhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapWrapper.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invdhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapWrapper.html#removeListener()ReadOnlyMapWrapperjavafx.beans.propertydhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapWrapper.html#removeListener()METHODremoveListenerr ( MapChangeListener <? super  K ,? super  V > listener)   Tries to removed a listener from this observable list. dhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapWrapper.html#removeListener()ReadOnlyMapWrapperjavafx.beans.propertydhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyMapWrapper.html#removeListener()CLASSReadOnlyObjectPropertyjavafx.beans.propertyWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectProperty.htmlWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectProperty.htmlMETHODtoStringO ()   Returns a string representation of this  ReadOnlyObjectProperty  object. bhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectProperty.html#toString()ReadOnlyObjectPropertyjavafx.beans.propertybhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectProperty.html#toString()CLASSReadOnlyObjectPropertyBase Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.property[http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectPropertyBase.html[http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectPropertyBase.htmlMETHODaddListener’ ( ChangeListener <? super  T > listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectPropertyBase.html#addListener()ReadOnlyObjectPropertyBasejavafx.beans.propertyihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectPropertyBase.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectPropertyBase.html#addListener()ReadOnlyObjectPropertyBasejavafx.beans.propertyihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectPropertyBase.html#addListener()METHODfireValueChangedEvent] ()   Sends notifications to all attached   InvalidationListeners   and   ChangeListeners  . shttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectPropertyBase.html#fireValueChangedEvent()ReadOnlyObjectPropertyBasejavafx.beans.propertyshttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectPropertyBase.html#fireValueChangedEvent()METHODremoveListener  ( ChangeListener <? super  T > listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  ObservableValue lhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectPropertyBase.html#removeListener()ReadOnlyObjectPropertyBasejavafx.beans.propertylhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectPropertyBase.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invlhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectPropertyBase.html#removeListener()ReadOnlyObjectPropertyBasejavafx.beans.propertylhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectPropertyBase.html#removeListener()CLASSReadOnlyObjectWrapper Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.propertyVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectWrapper.htmlVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectWrapper.htmlMETHODaddListener’ ( ChangeListener <? super  T > listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. dhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectWrapper.html#addListener()ReadOnlyObjectWrapperjavafx.beans.propertydhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectWrapper.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. dhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectWrapper.html#addListener()ReadOnlyObjectWrapperjavafx.beans.propertydhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectWrapper.html#addListener()METHODfireValueChangedEvent] ()   Sends notifications to all attached   InvalidationListeners   and   ChangeListeners  . nhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectWrapper.html#fireValueChangedEvent()ReadOnlyObjectWrapperjavafx.beans.propertynhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectWrapper.html#fireValueChangedEvent()METHODgetReadOnlyProperty] ()   Returns the readonly property, that is synchronized with this  ReadOnlyObjectWrapper . lhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectWrapper.html#getReadOnlyProperty()ReadOnlyObjectWrapperjavafx.beans.propertylhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectWrapper.html#getReadOnlyProperty()METHODremoveListener  ( ChangeListener <? super  T > listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  ObservableValue ghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectWrapper.html#removeListener()ReadOnlyObjectWrapperjavafx.beans.propertyghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectWrapper.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectWrapper.html#removeListener()ReadOnlyObjectWrapperjavafx.beans.propertyghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyObjectWrapper.html#removeListener()CLASSReadOnlyPropertyjavafx.beans.propertyQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyProperty.htmlQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyProperty.htmlMETHODgetBean8 ()   Returns the  Object  that contains this property. [http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyProperty.html#getBean()ReadOnlyPropertyjavafx.beans.property[http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyProperty.html#getBean()METHODgetName) ()   Returns the name of this property. [http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyProperty.html#getName()ReadOnlyPropertyjavafx.beans.property[http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyProperty.html#getName()CLASSReadOnlySetProperty A bidirectional content binding ensures that the content of two  ObservableSets  is the same. If the content of one of the sets changes, the other one will be ujavafx.beans.propertyThttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetProperty.htmlThttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetProperty.htmlMETHODbindContent  ( ObservableSet < E > set)   Creates a content binding between the   ObservableSet  , that is wrapped in this  ReadOnlySetProperty , and another  ObservableSetbhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetProperty.html#bindContent()ReadOnlySetPropertyjavafx.beans.propertybhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetProperty.html#bindContent()METHODbindContentBidirectional  ( ObservableSet < E > set)   Creates a bidirectional content binding of the   ObservableSet  , that is wrapped in this  ReadOnlySetProperty , and another  Obseohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetProperty.html#bindContentBidirectional()ReadOnlySetPropertyjavafx.beans.propertyohttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetProperty.html#bindContentBidirectional()METHODequals (java.lang.Object obj) ]http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetProperty.html#equals()ReadOnlySetPropertyjavafx.beans.property]http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetProperty.html#equals()METHODhashCodeA ()   Returns a hash code for this  ReadOnlySetProperty  object. _http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetProperty.html#hashCode()ReadOnlySetPropertyjavafx.beans.property_http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetProperty.html#hashCode()METHODtoStringL ()   Returns a string representation of this  ReadOnlySetProperty  object. _http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetProperty.html#toString()ReadOnlySetPropertyjavafx.beans.property_http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetProperty.html#toString()METHOD
unbindContent› (java.lang.Object object)   Deletes a content binding between the   ObservableSet  , that is wrapped in this  ReadOnlySetProperty , and another  Object . dhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetProperty.html#unbindContent()ReadOnlySetPropertyjavafx.beans.propertydhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetProperty.html#unbindContent()METHODunbindContentBidirectional  (java.lang.Object object)   Deletes a bidirectional content binding between the   ObservableSet  , that is wrapped in this  ReadOnlySetProperty , and another  qhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetProperty.html#unbindContentBidirectional()ReadOnlySetPropertyjavafx.beans.propertyqhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetProperty.html#unbindContentBidirectional()CLASSReadOnlySetPropertyBase Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.propertyXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetPropertyBase.htmlXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetPropertyBase.htmlMETHODaddListener  ( ChangeListener <? super  ObservableSet < E >> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changefhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetPropertyBase.html#addListener()ReadOnlySetPropertyBasejavafx.beans.propertyfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetPropertyBase.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. fhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetPropertyBase.html#addListener()ReadOnlySetPropertyBasejavafx.beans.propertyfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetPropertyBase.html#addListener()METHODaddListenerV ( SetChangeListener <? super  E > listener)   Add a listener to this observable set. fhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetPropertyBase.html#addListener()ReadOnlySetPropertyBasejavafx.beans.propertyfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetPropertyBase.html#addListener()METHODfireValueChangedEventX ()   This method needs to be called if the reference to the   ObservableSet   changes. phttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetPropertyBase.html#fireValueChangedEvent()ReadOnlySetPropertyBasejavafx.beans.propertyphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetPropertyBase.html#fireValueChangedEvent()METHODfireValueChangedEvent‘ ( SetChangeListener.Change <? extends  E > change)   This method needs to be called if the content of the referenced   ObservableSet   changes. phttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetPropertyBase.html#fireValueChangedEvent()ReadOnlySetPropertyBasejavafx.beans.propertyphttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetPropertyBase.html#fireValueChangedEvent()METHODremoveListener  ( ChangeListener <? super  ObservableSet < E >> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetPropertyBase.html#removeListener()ReadOnlySetPropertyBasejavafx.beans.propertyihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetPropertyBase.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetPropertyBase.html#removeListener()ReadOnlySetPropertyBasejavafx.beans.propertyihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetPropertyBase.html#removeListener()METHODremoveListenere ( SetChangeListener <? super  E > listener)   Tries to removed a listener from this observable set. ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetPropertyBase.html#removeListener()ReadOnlySetPropertyBasejavafx.beans.propertyihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetPropertyBase.html#removeListener()CLASSReadOnlySetWrapper Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.propertyShttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetWrapper.htmlShttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetWrapper.htmlMETHODaddListener  ( ChangeListener <? super  ObservableSet < E >> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changeahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetWrapper.html#addListener()ReadOnlySetWrapperjavafx.beans.propertyahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetWrapper.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. ahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetWrapper.html#addListener()ReadOnlySetWrapperjavafx.beans.propertyahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetWrapper.html#addListener()METHODaddListenerV ( SetChangeListener <? super  E > listener)   Add a listener to this observable set. ahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetWrapper.html#addListener()ReadOnlySetWrapperjavafx.beans.propertyahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetWrapper.html#addListener()METHODfireValueChangedEventu ()   Sends notifications to all attached   InvalidationListeners  ,   ChangeListeners  , and   SetChangeListener  . khttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetWrapper.html#fireValueChangedEvent()ReadOnlySetWrapperjavafx.beans.propertykhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetWrapper.html#fireValueChangedEvent()METHODfireValueChangedEvent  ( SetChangeListener.Change <? extends  E > change)   Sends notifications to all attached   InvalidationListeners  ,   ChangeListeners  , and   SetChangeListenekhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetWrapper.html#fireValueChangedEvent()ReadOnlySetWrapperjavafx.beans.propertykhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetWrapper.html#fireValueChangedEvent()METHODgetReadOnlyPropertyZ ()   Returns the readonly property, that is synchronized with this  ReadOnlySetWrapper . ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetWrapper.html#getReadOnlyProperty()ReadOnlySetWrapperjavafx.beans.propertyihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetWrapper.html#getReadOnlyProperty()METHODremoveListener  ( ChangeListener <? super  ObservableSet < E >> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the dhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetWrapper.html#removeListener()ReadOnlySetWrapperjavafx.beans.propertydhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetWrapper.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invdhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetWrapper.html#removeListener()ReadOnlySetWrapperjavafx.beans.propertydhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetWrapper.html#removeListener()METHODremoveListenere ( SetChangeListener <? super  E > listener)   Tries to removed a listener from this observable set. dhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetWrapper.html#removeListener()ReadOnlySetWrapperjavafx.beans.propertydhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlySetWrapper.html#removeListener()CLASSReadOnlyStringPropertyjavafx.beans.propertyWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringProperty.htmlWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringProperty.htmlMETHODtoStringO ()   Returns a string representation of this  ReadOnlyStringProperty  object. bhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringProperty.html#toString()ReadOnlyStringPropertyjavafx.beans.propertybhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringProperty.html#toString()CLASSReadOnlyStringPropertyBase Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.property[http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringPropertyBase.html[http://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringPropertyBase.htmlMETHODaddListenerŸ ( ChangeListener <? super java.lang.String> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringPropertyBase.html#addListener()ReadOnlyStringPropertyBasejavafx.beans.propertyihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringPropertyBase.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringPropertyBase.html#addListener()ReadOnlyStringPropertyBasejavafx.beans.propertyihttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringPropertyBase.html#addListener()METHODfireValueChangedEvent] ()   Sends notifications to all attached   InvalidationListeners   and   ChangeListeners  . shttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringPropertyBase.html#fireValueChangedEvent()ReadOnlyStringPropertyBasejavafx.beans.propertyshttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringPropertyBase.html#fireValueChangedEvent()METHODremoveListener  ( ChangeListener <? super java.lang.String> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Obslhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringPropertyBase.html#removeListener()ReadOnlyStringPropertyBasejavafx.beans.propertylhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringPropertyBase.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invlhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringPropertyBase.html#removeListener()ReadOnlyStringPropertyBasejavafx.beans.propertylhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringPropertyBase.html#removeListener()CLASSReadOnlyStringWrapper Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.propertyVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringWrapper.htmlVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringWrapper.htmlMETHODaddListenerŸ ( ChangeListener <? super java.lang.String> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. dhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringWrapper.html#addListener()ReadOnlyStringWrapperjavafx.beans.propertydhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringWrapper.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. dhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringWrapper.html#addListener()ReadOnlyStringWrapperjavafx.beans.propertydhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringWrapper.html#addListener()METHODfireValueChangedEvent] ()   Sends notifications to all attached   InvalidationListeners   and   ChangeListeners  . nhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringWrapper.html#fireValueChangedEvent()ReadOnlyStringWrapperjavafx.beans.propertynhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringWrapper.html#fireValueChangedEvent()METHODgetReadOnlyProperty] ()   Returns the readonly property, that is synchronized with this  ReadOnlyStringWrapper . lhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringWrapper.html#getReadOnlyProperty()ReadOnlyStringWrapperjavafx.beans.propertylhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringWrapper.html#getReadOnlyProperty()METHODremoveListener  ( ChangeListener <? super java.lang.String> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Obsghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringWrapper.html#removeListener()ReadOnlyStringWrapperjavafx.beans.propertyghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringWrapper.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringWrapper.html#removeListener()ReadOnlyStringWrapperjavafx.beans.propertyghttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/ReadOnlyStringWrapper.html#removeListener()CLASS   Rectangle Example code: the following code creates a rectangle with 20 pixel rounded corners.    import javafx.scene.shape.*; Rectangle r = new Rectangle(); r.setX(50); rjavafx.scene.shapeGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.htmlPROPERTY      arcHeightS    Defines the vertical diameter of the arc at the four corners of the rectangle. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#arcHeight   Rectanglejavafx.scene.shapeQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#arcHeightPROPERTYarcWidthU    Defines the horizontal diameter of the arc at the four corners of the rectangle. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#arcWidth      Rectanglejavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#arcWidthPROPERTYheight)    Defines the height of the rectangle. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#height     Rectanglejavafx.scene.shapeNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#heightPROPERTYwidth(    Defines the width of the rectangle. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#width  Rectanglejavafx.scene.shapeMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#widthPROPERTYxH    Defines the X coordinate of the upper-left corner of the rectangle. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#x   Rectanglejavafx.scene.shapeIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#xPROPERTYyH    Defines the Y coordinate of the upper-left corner of the rectangle. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#y       Rectanglejavafx.scene.shapeIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#yMETHODarcHeightPropertyU ()   Defines the vertical diameter of the arc at the four corners of the rectangle. [http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#arcHeightProperty()        Rectanglejavafx.scene.shape[http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#arcHeightProperty()METHODarcWidthPropertyW ()   Defines the horizontal diameter of the arc at the four corners of the rectangle. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#arcWidthProperty()      Rectanglejavafx.scene.shapeZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#arcWidthProperty()METHODgetArcHeight0 ()   Gets the value of the property arcHeight. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#getArcHeight()      Rectanglejavafx.scene.shapeVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#getArcHeight()METHODgetArcWidth/ ()   Gets the value of the property arcWidth. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#getArcWidth()     Rectanglejavafx.scene.shapeUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#getArcWidth()METHODgetClassCssMetaData () ]http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#getClassCssMetaData() Rectanglejavafx.scene.shape]http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#getClassCssMetaData()METHODgetCssMetaData’ ()   This method should delegate to   Node.getClassCssMetaData()   so that a Node's CssMetaData can be accessed without the need for reflection. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#getCssMetaData()    Rectanglejavafx.scene.shapeXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#getCssMetaData()METHOD   getHeight- ()   Gets the value of the property height. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#getHeight()       Rectanglejavafx.scene.shapeShttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#getHeight()METHODgetWidth, ()   Gets the value of the property width. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#getWidth()   Rectanglejavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#getWidth()METHODgetX( ()   Gets the value of the property x. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#getX()      Rectanglejavafx.scene.shapeNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#getX()METHODgetY( ()   Gets the value of the property y. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#getY()  Rectanglejavafx.scene.shapeNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#getY()METHODheightProperty+ ()   Defines the height of the rectangle. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#heightProperty()   Rectanglejavafx.scene.shapeXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#heightProperty()METHODsetArcHeight< (double value)   Sets the value of the property arcHeight. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#setArcHeight() Rectanglejavafx.scene.shapeVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#setArcHeight()METHODsetArcWidth; (double value)   Sets the value of the property arcWidth. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#setArcWidth() Rectanglejavafx.scene.shapeUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#setArcWidth()METHOD      setHeight9 (double value)   Sets the value of the property height. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#setHeight()   Rectanglejavafx.scene.shapeShttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#setHeight()METHODsetWidth8 (double value)   Sets the value of the property width. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#setWidth()       Rectanglejavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#setWidth()METHODsetX4 (double value)   Sets the value of the property x. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#setX()  Rectanglejavafx.scene.shapeNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#setX()METHODsetY4 (double value)   Sets the value of the property y. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#setY()      Rectanglejavafx.scene.shapeNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#setY()METHODtoStringB ()   Returns a string representation of this  Rectangle  object. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#toString()  Rectanglejavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#toString()METHOD
widthProperty* ()   Defines the width of the rectangle. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#widthProperty()  Rectanglejavafx.scene.shapeWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#widthProperty()METHOD    xPropertyJ ()   Defines the X coordinate of the upper-left corner of the rectangle. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#xProperty()  Rectanglejavafx.scene.shapeShttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#xProperty()METHOD        yPropertyJ ()   Defines the Y coordinate of the upper-left corner of the rectangle. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#yProperty()  Rectanglejavafx.scene.shapeShttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Rectangle.html#yProperty()CLASSRectangle2Djavafx.geometryFhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.htmlFhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.htmlMETHODcontainsn (double x, double y)   Tests if the specified  (x, y)  coordinates are inside the boundary of  Rectangle2D . Qhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#contains()Rectangle2Djavafx.geometryQhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#contains()METHODcontainsŠ (double x, double y, double w, double h)   Tests if the interior of this  Rectangle2D  entirely contains the specified rectangular area. Qhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#contains()Rectangle2Djavafx.geometryQhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#contains()METHODcontainsW ( Point2D  p)   Tests if the specified point is inside the boundary of  Rectangle2D . Qhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#contains()Rectangle2Djavafx.geometryQhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#contains()METHODcontainss ( Rectangle2D  r)   Tests if the interior of this  Rectangle2D  entirely contains the specified Rectangle2D,  r . Qhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#contains()Rectangle2Djavafx.geometryQhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#contains()METHODequalsV (java.lang.Object obj)   Indicates whether some other object is "equal to" this one. Ohttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#equals()Rectangle2Djavafx.geometryOhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#equals()METHOD       getHeight( ()   The height of this  Rectangle2D . Rhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#getHeight()Rectangle2Djavafx.geometryRhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#getHeight()METHODgetMaxXH ()   The x coordinate of the lower-right corner of this  Rectangle2D . Phttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#getMaxX()Rectangle2Djavafx.geometryPhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#getMaxX()METHODgetMaxYH ()   The y coordinate of the lower-right corner of this  Rectangle2D . Phttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#getMaxY()Rectangle2Djavafx.geometryPhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#getMaxY()METHODgetMinXG ()   The x coordinate of the upper-left corner of this  Rectangle2D . Phttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#getMinX()Rectangle2Djavafx.geometryPhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#getMinX()METHODgetMinYG ()   The y coordinate of the upper-left corner of this  Rectangle2D . Phttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#getMinY()Rectangle2Djavafx.geometryPhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#getMinY()METHODgetWidth' ()   The width of this  Rectangle2D . Qhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#getWidth()Rectangle2Djavafx.geometryQhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#getWidth()METHODhashCode9 ()   Returns a hash code for this  Rectangle2D  object. Qhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#hashCode()Rectangle2Djavafx.geometryQhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#hashCode()METHOD
 903 intersects‘ (double x, double y, double w, double h)   Tests if the interior of this  Rectangle2D  intersects the interior of a specified rectangular area. Shttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#intersects()Rectangle2Djavafx.geometryShttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#intersects()METHOD
 904 intersectsz ( Rectangle2D  r)   Tests if the interior of this  Rectangle2D  intersects the interior of a specified Rectangle2D,  r . Shttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#intersects()Rectangle2Djavafx.geometryShttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#intersects()METHODtoString= ()   Returns a string representation of this  Rectangle2D . Qhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#toString()Rectangle2Djavafx.geometryQhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#toString()FIELDEMPTYJ    An empty  Rectangle2D  instance (with all coordinates equal to zero). Lhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#EMPTYRectangle2Djavafx.geometryLhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Rectangle2D.html#EMPTYCLASS
 905 Reflection Note that the reflection of a  Node  with a  Reflection  effect installed will not respond to mouse events or the containment methods on the  Node .   Example: javafx.scene.effectIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.htmlPROPERTY
bottomOpacity\    The bottom opacity value, which is the opacity of the reflection at its bottom extreme. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#bottomOpacity
 906 Reflectionjavafx.scene.effectWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#bottomOpacityPROPERTYfractionA    The fraction of the input that is visible in the reflection. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#fraction
 907 Reflectionjavafx.scene.effectRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#fractionPROPERTYinput!    The input for this  Effect . Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#input
 908 Reflectionjavafx.scene.effectOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#inputPROPERTY  topOffsett    The top offset adjustment, which is the distance between the bottom of the input and the top of the reflection. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#topOffset
 909 Reflectionjavafx.scene.effectShttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#topOffsetPROPERTY
 910 topOpacityV    The top opacity value, which is the opacity of the reflection at its top extreme. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#topOpacity
 911 Reflectionjavafx.scene.effectThttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#topOpacityMETHODbottomOpacityProperty^ ()   The bottom opacity value, which is the opacity of the reflection at its bottom extreme. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#bottomOpacityProperty()
 912 Reflectionjavafx.scene.effectahttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#bottomOpacityProperty()METHODfractionPropertyC ()   The fraction of the input that is visible in the reflection. \http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#fractionProperty()
 913 Reflectionjavafx.scene.effect\http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#fractionProperty()METHODgetBottomOpacity4 ()   Gets the value of the property bottomOpacity. \http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#getBottomOpacity()
 914 Reflectionjavafx.scene.effect\http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#getBottomOpacity()METHODgetFraction/ ()   Gets the value of the property fraction. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#getFraction()
 915 Reflectionjavafx.scene.effectWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#getFraction()METHODgetInput, ()   Gets the value of the property input. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#getInput()
 916 Reflectionjavafx.scene.effectThttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#getInput()METHODgetTopOffset0 ()   Gets the value of the property topOffset. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#getTopOffset()
 917 Reflectionjavafx.scene.effectXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#getTopOffset()METHOD
getTopOpacity1 ()   Gets the value of the property topOpacity. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#getTopOpacity()
 918 Reflectionjavafx.scene.effectYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#getTopOpacity()METHOD
inputProperty# ()   The input for this  Effect . Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#inputProperty()
 919 Reflectionjavafx.scene.effectYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#inputProperty()METHODsetBottomOpacity@ (double value)   Sets the value of the property bottomOpacity. \http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#setBottomOpacity()
 920 Reflectionjavafx.scene.effect\http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#setBottomOpacity()METHODsetFraction; (double value)   Sets the value of the property fraction. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#setFraction()
 921 Reflectionjavafx.scene.effectWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#setFraction()METHODsetInput: ( Effect  value)   Sets the value of the property input. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#setInput()
 922 Reflectionjavafx.scene.effectThttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#setInput()METHODsetTopOffset< (double value)   Sets the value of the property topOffset. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#setTopOffset()
 923 Reflectionjavafx.scene.effectXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#setTopOffset()METHOD
setTopOpacity= (double value)   Sets the value of the property topOpacity. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#setTopOpacity()
 924 Reflectionjavafx.scene.effectYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#setTopOpacity()METHODtopOffsetPropertyv ()   The top offset adjustment, which is the distance between the bottom of the input and the top of the reflection. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#topOffsetProperty()
 925 Reflectionjavafx.scene.effect]http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#topOffsetProperty()METHODtopOpacityPropertyX ()   The top opacity value, which is the opacity of the reflection at its top extreme. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#topOpacityProperty()
 926 Reflectionjavafx.scene.effect^http://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Reflection.html#topOpacityProperty()CLASSRegion Defaults to the  USE_COMPUTED_SIZE  flag, which means that  minWidth(forHeight)  will return the region's internally computed minimum width.   Setting this valujavafx.scene.layoutEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.htmlEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.htmlPROPERTY
 927 backgroundw    The background of the Region, which is made up of zero or more BackgroundFills, and zero or more BackgroundImages. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#backgroundRegionjavafx.scene.layoutPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#backgroundPROPERTYborderm    The border of the Region, which is made up of zero or more BorderStrokes, and zero or more BorderImages. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#borderRegionjavafx.scene.layoutLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#borderPROPERTY
 928 cacheShapeŒ    Defines a hint to the system indicating that the Shape used to define the region's background is stable and would benefit from caching. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#cacheShapeRegionjavafx.scene.layoutPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#cacheShapePROPERTYcenterShapeO    Defines whether the shape is centered within the Region's width or height. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#centerShapeRegionjavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#centerShapePROPERTYheight'    The height of this resizable node. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#heightRegionjavafx.scene.layoutLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#heightPROPERTYinsetsœ    The insets of the Region define the distance from the edge of the region (its layout bounds, or (0, 0, width, height)) to the edge of the content area. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#insetsRegionjavafx.scene.layoutLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#insetsPROPERTY  maxHeightB    Property for overriding the region's computed maximum height. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#maxHeightRegionjavafx.scene.layoutOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#maxHeightPROPERTYmaxWidthA    Property for overriding the region's computed maximum width. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#maxWidthRegionjavafx.scene.layoutNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#maxWidthPROPERTY   minHeightB    Property for overriding the region's computed minimum height. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#minHeightRegionjavafx.scene.layoutOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#minHeightPROPERTYminWidthA    Property for overriding the region's computed minimum width. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#minWidthRegionjavafx.scene.layoutNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#minWidthPROPERTYopaqueInsetsT    Defines the area of the region within which completely opaque pixels are drawn. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#opaqueInsetsRegionjavafx.scene.layoutRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#opaqueInsetsPROPERTYpaddingJ    The top, right, bottom, and left padding around the region's content. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#paddingRegionjavafx.scene.layoutMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#paddingPROPERTY
 929 prefHeightD    Property for overriding the region's computed preferred height. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#prefHeightRegionjavafx.scene.layoutPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#prefHeightPROPERTY      prefWidthC    Property for overriding the region's computed preferred width. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#prefWidthRegionjavafx.scene.layoutOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#prefWidthPROPERTY
 930 scaleShapeX    Specifies whether the shape, if defined, is scaled to match the size of the Region. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#scaleShapeRegionjavafx.scene.layoutPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#scaleShapePROPERTYshape€    When specified, the  shape  will cause the region to be rendered as the specified shape rather than as a rounded rectangle. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#shapeRegionjavafx.scene.layoutKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#shapePROPERTYsnapToPixelp    Defines whether this region adjusts position, spacing, and size values of its children to pixel boundaries. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#snapToPixelRegionjavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#snapToPixelPROPERTYwidth&    The width of this resizable node. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#widthRegionjavafx.scene.layoutKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#widthMETHODbackgroundPropertyy ()   The background of the Region, which is made up of zero or more BackgroundFills, and zero or more BackgroundImages. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#backgroundProperty()Regionjavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#backgroundProperty()METHODborderPropertyo ()   The border of the Region, which is made up of zero or more BorderStrokes, and zero or more BorderImages. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#borderProperty()Regionjavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#borderProperty()METHODcacheShapePropertyŽ ()   Defines a hint to the system indicating that the Shape used to define the region's background is stable and would benefit from caching. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#cacheShapeProperty()Regionjavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#cacheShapeProperty()METHODcenterShapePropertyQ ()   Defines whether the shape is centered within the Region's width or height. [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#centerShapeProperty()Regionjavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#centerShapeProperty()METHODcomputeMaxHeight> (double width)   Computes the maximum height of this region. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#computeMaxHeight()Regionjavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#computeMaxHeight()METHODcomputeMaxWidth? (double height)   Computes the maximum width for this region. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#computeMaxWidth()Regionjavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#computeMaxWidth()METHODcomputeMinHeight> (double width)   Computes the minimum height of this region. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#computeMinHeight()Regionjavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#computeMinHeight()METHODcomputeMinWidth> (double height)   Computes the minimum width of this region. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#computeMinWidth()Regionjavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#computeMinWidth()METHODcomputePrefHeight  (double width)   Computes the preferred height of this region for the given width; Region subclasses should override this method to return an appropriate valueYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#computePrefHeight()Regionjavafx.scene.layoutYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#computePrefHeight()METHODcomputePrefWidthU (double height)   Computes the preferred width of this region for the given height. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#computePrefWidth()Regionjavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#computePrefWidth()METHOD
getBackground1 ()   Gets the value of the property background. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getBackground()Regionjavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getBackground()METHOD  getBorder- ()   Gets the value of the property border. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getBorder()Regionjavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getBorder()METHODgetClassCssMetaData () [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getClassCssMetaData()Regionjavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getClassCssMetaData()METHODgetCssMetaData’ ()   This method should delegate to   Node.getClassCssMetaData()   so that a Node's CssMetaData can be accessed without the need for reflection. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getCssMetaData()Regionjavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getCssMetaData()METHOD        getHeight- ()   Gets the value of the property height. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getHeight()Regionjavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getHeight()METHOD    getInsets- ()   Gets the value of the property insets. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getInsets()Regionjavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getInsets()METHODgetMaxHeight0 ()   Gets the value of the property maxHeight. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getMaxHeight()Regionjavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getMaxHeight()METHODgetMaxWidth/ ()   Gets the value of the property maxWidth. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getMaxWidth()Regionjavafx.scene.layoutShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getMaxWidth()METHODgetMinHeight0 ()   Gets the value of the property minHeight. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getMinHeight()Regionjavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getMinHeight()METHODgetMinWidth/ ()   Gets the value of the property minWidth. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getMinWidth()Regionjavafx.scene.layoutShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getMinWidth()METHODgetOpaqueInsets3 ()   Gets the value of the property opaqueInsets. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getOpaqueInsets()Regionjavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getOpaqueInsets()METHOD
 931 getPadding. ()   Gets the value of the property padding. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getPadding()Regionjavafx.scene.layoutRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getPadding()METHOD
getPrefHeight1 ()   Gets the value of the property prefHeight. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getPrefHeight()Regionjavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getPrefHeight()METHODgetPrefWidth0 ()   Gets the value of the property prefWidth. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getPrefWidth()Regionjavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getPrefWidth()METHODgetShape, ()   Gets the value of the property shape. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getShape()Regionjavafx.scene.layoutPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getShape()METHODgetWidth, ()   Gets the value of the property width. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getWidth()Regionjavafx.scene.layoutPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#getWidth()METHODheightProperty) ()   The height of this resizable node. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#heightProperty()Regionjavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#heightProperty()METHODinsetsPropertyž ()   The insets of the Region define the distance from the edge of the region (its layout bounds, or (0, 0, width, height)) to the edge of the content area. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#insetsProperty()Regionjavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#insetsProperty()METHODisCacheShape1 ()   Gets the value of the property cacheShape. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#isCacheShape()Regionjavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#isCacheShape()METHOD
isCenterShape2 ()   Gets the value of the property centerShape. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#isCenterShape()Regionjavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#isCenterShape()METHODisResizable6 ()   Returns  true  since all Regions are resizable. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#isResizable()Regionjavafx.scene.layoutShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#isResizable()METHODisScaleShape1 ()   Gets the value of the property scaleShape. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#isScaleShape()Regionjavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#isScaleShape()METHOD
isSnapToPixel2 ()   Gets the value of the property snapToPixel. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#isSnapToPixel()Regionjavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#isSnapToPixel()METHODlayoutInArea  ( Node  child, double areaX, double areaY, double areaWidth, double areaHeight, double areaBaselineOffset,  HPos  halignment,  VPos  valignment)   Utility methThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#layoutInArea()Regionjavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#layoutInArea()METHODlayoutInArea  ( Node  child, double areaX, double areaY, double areaWidth, double areaHeight, double areaBaselineOffset,  Insets  margin, boolean fillWidth, boolean fillHeigThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#layoutInArea()Regionjavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#layoutInArea()METHODlayoutInArea  ( Node  child, double areaX, double areaY, double areaWidth, double areaHeight, double areaBaselineOffset,  Insets  margin, boolean fillWidth, boolean fillHeigThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#layoutInArea()Regionjavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#layoutInArea()METHODlayoutInArea  ( Node  child, double areaX, double areaY, double areaWidth, double areaHeight, double areaBaselineOffset,  Insets  margin,  HPos  halignment,  VPos  valignmenThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#layoutInArea()Regionjavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#layoutInArea()METHOD  maxHeightV (double width)   Called during layout to determine the maximum height for this node. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#maxHeight()Regionjavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#maxHeight()METHODmaxHeightPropertyD ()   Property for overriding the region's computed maximum height. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#maxHeightProperty()Regionjavafx.scene.layoutYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#maxHeightProperty()METHODmaxWidthV (double height)   Called during layout to determine the maximum width for this node. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#maxWidth()Regionjavafx.scene.layoutPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#maxWidth()METHODmaxWidthPropertyC ()   Property for overriding the region's computed maximum width. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#maxWidthProperty()Regionjavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#maxWidthProperty()METHOD      minHeightV (double width)   Called during layout to determine the minimum height for this node. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#minHeight()Regionjavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#minHeight()METHODminHeightPropertyD ()   Property for overriding the region's computed minimum height. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#minHeightProperty()Regionjavafx.scene.layoutYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#minHeightProperty()METHODminWidthV (double height)   Called during layout to determine the minimum width for this node. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#minWidth()Regionjavafx.scene.layoutPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#minWidth()METHODminWidthPropertyC ()   Property for overriding the region's computed minimum width. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#minWidthProperty()Regionjavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#minWidthProperty()METHODopaqueInsetsPropertyV ()   Defines the area of the region within which completely opaque pixels are drawn. \http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#opaqueInsetsProperty()Regionjavafx.scene.layout\http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#opaqueInsetsProperty()METHODpaddingPropertyL ()   The top, right, bottom, and left padding around the region's content. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#paddingProperty()Regionjavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#paddingProperty()METHODpositionInArea  ( Node  child, double areaX, double areaY, double areaWidth, double areaHeight, double areaBaselineOffset,  HPos  halignment,  VPos  valignment)   Utility methVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#positionInArea()Regionjavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#positionInArea()METHODpositionInArea  ( Node  child, double areaX, double areaY, double areaWidth, double areaHeight, double areaBaselineOffset,  Insets  margin,  HPos  halignment,  VPos  valignmenVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#positionInArea()Regionjavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#positionInArea()METHOD
 932 prefHeightX (double width)   Called during layout to determine the preferred height for this node. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#prefHeight()Regionjavafx.scene.layoutRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#prefHeight()METHODprefHeightPropertyF ()   Property for overriding the region's computed preferred height. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#prefHeightProperty()Regionjavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#prefHeightProperty()METHOD     prefWidthX (double height)   Called during layout to determine the preferred width for this node. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#prefWidth()Regionjavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#prefWidth()METHODprefWidthPropertyE ()   Property for overriding the region's computed preferred width. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#prefWidthProperty()Regionjavafx.scene.layoutYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#prefWidthProperty()METHODresizet (double width, double height)   Invoked by the region's parent during layout to set the region's width and height. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#resize()Regionjavafx.scene.layoutNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#resize()METHODscaleShapePropertyZ ()   Specifies whether the shape, if defined, is scaled to match the size of the Region. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#scaleShapeProperty()Regionjavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#scaleShapeProperty()METHOD
setBackgroundC ( Background  value)   Sets the value of the property background. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setBackground()Regionjavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setBackground()METHOD     setBorder; ( Border  value)   Sets the value of the property border. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setBorder()Regionjavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setBorder()METHOD
setCacheShape> (boolean value)   Sets the value of the property cacheShape. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setCacheShape()Regionjavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setCacheShape()METHODsetCenterShape? (boolean value)   Sets the value of the property centerShape. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setCenterShape()Regionjavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setCenterShape()METHOD   setHeight9 (double value)   Sets the value of the property height. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setHeight()Regionjavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setHeight()METHODsetMaxHeight< (double value)   Sets the value of the property maxHeight. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setMaxHeight()Regionjavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setMaxHeight()METHOD
 933 setMaxSizey (double maxWidth, double maxHeight)   Convenience method for overriding the region's computed maximum width and height. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setMaxSize()Regionjavafx.scene.layoutRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setMaxSize()METHODsetMaxWidth; (double value)   Sets the value of the property maxWidth. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setMaxWidth()Regionjavafx.scene.layoutShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setMaxWidth()METHODsetMinHeight< (double value)   Sets the value of the property minHeight. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setMinHeight()Regionjavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setMinHeight()METHOD
 934 setMinSizey (double minWidth, double minHeight)   Convenience method for overriding the region's computed minimum width and height. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setMinSize()Regionjavafx.scene.layoutRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setMinSize()METHODsetMinWidth; (double value)   Sets the value of the property minWidth. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setMinWidth()Regionjavafx.scene.layoutShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setMinWidth()METHODsetOpaqueInsetsA ( Insets  value)   Sets the value of the property opaqueInsets. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setOpaqueInsets()Regionjavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setOpaqueInsets()METHOD
 935 setPadding< ( Insets  value)   Sets the value of the property padding. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setPadding()Regionjavafx.scene.layoutRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setPadding()METHOD
setPrefHeight= (double value)   Sets the value of the property prefHeight. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setPrefHeight()Regionjavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setPrefHeight()METHODsetPrefSize} (double prefWidth, double prefHeight)   Convenience method for overriding the region's computed preferred width and height. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setPrefSize()Regionjavafx.scene.layoutShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setPrefSize()METHODsetPrefWidth< (double value)   Sets the value of the property prefWidth. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setPrefWidth()Regionjavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setPrefWidth()METHOD
setScaleShape> (boolean value)   Sets the value of the property scaleShape. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setScaleShape()Regionjavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setScaleShape()METHODsetShape9 ( Shape  value)   Sets the value of the property shape. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setShape()Regionjavafx.scene.layoutPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setShape()METHODsetSnapToPixel? (boolean value)   Sets the value of the property snapToPixel. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setSnapToPixel()Regionjavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setSnapToPixel()METHODsetWidth8 (double value)   Sets the value of the property width. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setWidth()Regionjavafx.scene.layoutPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#setWidth()METHOD
shapeProperty‚ ()   When specified, the  shape  will cause the region to be rendered as the specified shape rather than as a rounded rectangle. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#shapeProperty()Regionjavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#shapeProperty()METHODsnappedBottomInsetV ()   Utility method to get the bottom inset which includes padding and border inset. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#snappedBottomInset()Regionjavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#snappedBottomInset()METHODsnappedLeftInsetT ()   Utility method to get the left inset which includes padding and border inset. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#snappedLeftInset()Regionjavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#snappedLeftInset()METHODsnappedRightInsetU ()   Utility method to get the right inset which includes padding and border inset. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#snappedRightInset()Regionjavafx.scene.layoutYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#snappedRightInset()METHODsnappedTopInsetS ()   Utility method to get the top inset which includes padding and border inset. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#snappedTopInset()Regionjavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#snappedTopInset()METHODsnapPositionŒ (double value)   If this region's snapToPixel property is true, returns a value rounded to the nearest pixel, else returns the same value. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#snapPosition()Regionjavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#snapPosition()METHODsnapSize‹ (double value)   If this region's snapToPixel property is true, returns a value ceiled to the nearest pixel, else returns the same value. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#snapSize()Regionjavafx.scene.layoutPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#snapSize()METHOD snapSpaceŒ (double value)   If this region's snapToPixel property is true, returns a value rounded to the nearest pixel, else returns the same value. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#snapSpace()Regionjavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#snapSpace()METHODsnapToPixelPropertyr ()   Defines whether this region adjusts position, spacing, and size values of its children to pixel boundaries. [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#snapToPixelProperty()Regionjavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#snapToPixelProperty()METHOD
widthProperty( ()   The width of this resizable node. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#widthProperty()Regionjavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#widthProperty()FIELDUSE_COMPUTED_SIZE     Sentinel value which can be passed to a region's   setMinWidth  ,   setMinHeight  ,   setPrefWidth  ,   setPrefHeight  ,   setMaxWidth  ,   setMaxHeight   mWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#USE_COMPUTED_SIZERegionjavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#USE_COMPUTED_SIZEFIELD
USE_PREF_SIZE     Sentinel value which can be passed to a region's   setMinWidth  ,   setMinHeight  ,   setMaxWidth   or   setMaxHeight   methods to indicate that the preferrShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#USE_PREF_SIZERegionjavafx.scene.layoutShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/Region.html#USE_PREF_SIZECLASSResizeFeaturesBasejavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ResizeFeaturesBase.htmlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ResizeFeaturesBase.htmlMETHOD  getColumn” ()   Returns the column upon which the resize is occurring, or null if this ResizeFeatures instance was created as a result of a resize operation. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ResizeFeaturesBase.html#getColumn()ResizeFeaturesBasejavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ResizeFeaturesBase.html#getColumn()METHODgetDeltaW ()   Returns the amount of horizontal space added or removed in the resize operation. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ResizeFeaturesBase.html#getDelta()ResizeFeaturesBasejavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ResizeFeaturesBase.html#getDelta()CLASSRotate For example, to rotate a text 30 degrees around the Z-axis at anchor point of (50,30):    Text text = new Text("This is a test"); text.setX(10); text.setY(50); javafx.scene.transformHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.htmlPROPERTYangle7    Defines the angle of rotation measured in degrees. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#angleRotatejavafx.scene.transformNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#anglePROPERTYaxis5    Defines the axis of rotation at the pivot point. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#axisRotatejavafx.scene.transformMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#axisPROPERTYpivotX:    Defines the X coordinate of the rotation pivot point. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#pivotXRotatejavafx.scene.transformOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#pivotXPROPERTYpivotY:    Defines the Y coordinate of the rotation pivot point. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#pivotYRotatejavafx.scene.transformOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#pivotYPROPERTYpivotZ:    Defines the Z coordinate of the rotation pivot point. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#pivotZRotatejavafx.scene.transformOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#pivotZMETHOD
angleProperty9 ()   Defines the angle of rotation measured in degrees. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#angleProperty()Rotatejavafx.scene.transformXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#angleProperty()METHODaxisProperty7 ()   Defines the axis of rotation at the pivot point. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#axisProperty()Rotatejavafx.scene.transformWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#axisProperty()METHODclone- ()   Returns a deep copy of this transform. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#clone()Rotatejavafx.scene.transformPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#clone()METHODcreateConcatenationd ( Transform  transform)   Returns the concatenation of this transform and the specified transform. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#createConcatenation()Rotatejavafx.scene.transform^http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#createConcatenation()METHOD
createInverse7 ()   Returns the inverse transform of this transform. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#createInverse()Rotatejavafx.scene.transformXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#createInverse()METHODdeltaTransformT (double x, double y)   Transforms the relative magnitude vector by this transform. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#deltaTransform()Rotatejavafx.scene.transformYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#deltaTransform()METHODdeltaTransform^ (double x, double y, double z)   Transforms the relative magnitude vector by this transform. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#deltaTransform()Rotatejavafx.scene.transformYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#deltaTransform()METHODgetAngle, ()   Gets the value of the property angle. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getAngle()Rotatejavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getAngle()METHODgetAxis+ ()   Gets the value of the property axis. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getAxis()Rotatejavafx.scene.transformRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getAxis()METHODgetMxx? ()   Gets the X coordinate scaling element of the 3x4 matrix. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getMxx()Rotatejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getMxx()METHODgetMxy8 ()   Gets the XY coordinate element of the 3x4 matrix. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getMxy()Rotatejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getMxy()METHODgetMxz8 ()   Gets the XZ coordinate element of the 3x4 matrix. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getMxz()Rotatejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getMxz()METHODgetMyx8 ()   Gets the YX coordinate element of the 3x4 matrix. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getMyx()Rotatejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getMyx()METHODgetMyy? ()   Gets the Y coordinate scaling element of the 3x4 matrix. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getMyy()Rotatejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getMyy()METHODgetMyz8 ()   Gets the YZ coordinate element of the 3x4 matrix. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getMyz()Rotatejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getMyz()METHODgetMzx8 ()   Gets the ZX coordinate element of the 3x4 matrix. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getMzx()Rotatejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getMzx()METHODgetMzy8 ()   Gets the ZY coordinate element of the 3x4 matrix. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getMzy()Rotatejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getMzy()METHODgetMzz? ()   Gets the Z coordinate scaling element of the 3x4 matrix. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getMzz()Rotatejavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getMzz()METHOD     getPivotX- ()   Gets the value of the property pivotX. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getPivotX()Rotatejavafx.scene.transformThttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getPivotX()METHOD   getPivotY- ()   Gets the value of the property pivotY. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getPivotY()Rotatejavafx.scene.transformThttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getPivotY()METHOD   getPivotZ- ()   Gets the value of the property pivotZ. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getPivotZ()Rotatejavafx.scene.transformThttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getPivotZ()METHODgetTxC ()   Gets the X coordinate translation element of the 3x4 matrix. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getTx()Rotatejavafx.scene.transformPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getTx()METHODgetTyC ()   Gets the Y coordinate translation element of the 3x4 matrix. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getTy()Rotatejavafx.scene.transformPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getTy()METHODgetTzC ()   Gets the Z coordinate translation element of the 3x4 matrix. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getTz()Rotatejavafx.scene.transformPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#getTz()METHODinverseDeltaTransformc (double x, double y)   Transforms the relative magnitude vector by the inverse of this transform. `http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#inverseDeltaTransform()Rotatejavafx.scene.transform`http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#inverseDeltaTransform()METHODinverseDeltaTransformm (double x, double y, double z)   Transforms the relative magnitude vector by the inverse of this transform. `http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#inverseDeltaTransform()Rotatejavafx.scene.transform`http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#inverseDeltaTransform()METHODinverseTransformY (double x, double y)   Transforms the specified point by the inverse of this transform. [http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#inverseTransform()Rotatejavafx.scene.transform[http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#inverseTransform()METHODinverseTransformc (double x, double y, double z)   Transforms the specified point by the inverse of this transform. [http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#inverseTransform()Rotatejavafx.scene.transform[http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#inverseTransform()METHODpivotXProperty< ()   Defines the X coordinate of the rotation pivot point. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#pivotXProperty()Rotatejavafx.scene.transformYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#pivotXProperty()METHODpivotYProperty< ()   Defines the Y coordinate of the rotation pivot point. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#pivotYProperty()Rotatejavafx.scene.transformYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#pivotYProperty()METHODpivotZProperty< ()   Defines the Z coordinate of the rotation pivot point. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#pivotZProperty()Rotatejavafx.scene.transformYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#pivotZProperty()METHODsetAngle8 (double value)   Sets the value of the property angle. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#setAngle()Rotatejavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#setAngle()METHODsetAxis: ( Point3D  value)   Sets the value of the property axis. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#setAxis()Rotatejavafx.scene.transformRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#setAxis()METHOD   setPivotX9 (double value)   Sets the value of the property pivotX. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#setPivotX()Rotatejavafx.scene.transformThttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#setPivotX()METHOD       setPivotY9 (double value)   Sets the value of the property pivotY. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#setPivotY()Rotatejavafx.scene.transformThttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#setPivotY()METHOD       setPivotZ9 (double value)   Sets the value of the property pivotZ. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#setPivotZ()Rotatejavafx.scene.transformThttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#setPivotZ()METHODtoString? ()   Returns a string representation of this  Rotate  object. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#toString()Rotatejavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#toString()METHOD    transformJ (double x, double y)   Transforms the specified point by this transform. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#transform()Rotatejavafx.scene.transformThttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#transform()METHOD      transformT (double x, double y, double z)   Transforms the specified point by this transform. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#transform()Rotatejavafx.scene.transformThttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#transform()METHODtransformChanged] ()   This method must be called by all transforms whenever any of their parameters changes. [http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#transformChanged()Rotatejavafx.scene.transform[http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#transformChanged()FIELDX_AXIS2    Specifies the X-axis as the axis of rotation. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#X_AXISRotatejavafx.scene.transformOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#X_AXISFIELDY_AXIS2    Specifies the Y-axis as the axis of rotation. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#Y_AXISRotatejavafx.scene.transformOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#Y_AXISFIELDZ_AXIS2    Specifies the Z-axis as the axis of rotation. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#Z_AXISRotatejavafx.scene.transformOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Rotate.html#Z_AXISCLASSRotateEvent The event is delivered to the top-most node picked on the gesture coordinates in time of the gesture start - the whole gesture is delivered to the same node evejavafx.scene.inputIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/RotateEvent.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/RotateEvent.htmlMETHODcopyForŽ (java.lang.Object newSource,  EventTarget  newTarget)   Creates and returns a copy of this event with the specified event source and target. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/RotateEvent.html#copyFor()RotateEventjavafx.scene.inputShttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/RotateEvent.html#copyFor()METHODcopyForŸ (java.lang.Object newSource,  EventTarget  newTarget,  EventType < RotateEvent > type)   Creates a copy of the given event with the given fields substituted. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/RotateEvent.html#copyFor()RotateEventjavafx.scene.inputShttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/RotateEvent.html#copyFor()METHODgetAngle- ()   Gets the rotation angle of this event. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/RotateEvent.html#getAngle()RotateEventjavafx.scene.inputThttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/RotateEvent.html#getAngle()METHODgetEventType) ()   Gets the event type of this event. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/RotateEvent.html#getEventType()RotateEventjavafx.scene.inputXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/RotateEvent.html#getEventType()METHOD
getTotalAngle: ()   Gets the cumulative rotation angle of this gesture. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/RotateEvent.html#getTotalAngle()RotateEventjavafx.scene.inputYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/RotateEvent.html#getTotalAngle()METHODtoStringD ()   Returns a string representation of this  RotateEvent  object. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/RotateEvent.html#toString()RotateEventjavafx.scene.inputThttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/RotateEvent.html#toString()FIELDANY1    Common supertype for all rotate event types. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/RotateEvent.html#ANYRotateEventjavafx.scene.inputMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/RotateEvent.html#ANYFIELDROTATEl    This event occurs when user performs a rotating gesture such as dragging two fingers around each other. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/RotateEvent.html#ROTATERotateEventjavafx.scene.inputPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/RotateEvent.html#ROTATEFIELDROTATION_FINISHED4    This event occurs when a rotating gesture ends. [http://download.java.net/jdk8/jfxdocs/javafx/scene/input/RotateEvent.html#ROTATION_FINISHEDRotateEventjavafx.scene.input[http://download.java.net/jdk8/jfxdocs/javafx/scene/input/RotateEvent.html#ROTATION_FINISHEDFIELDROTATION_STARTED;    This event occurs when a rotating gesture is detected. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/RotateEvent.html#ROTATION_STARTEDRotateEventjavafx.scene.inputZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/RotateEvent.html#ROTATION_STARTEDCLASSRotateTransition It starts from the  fromAngle  if provided else uses the  node 's  rotate  value.   It stops at the  toAngle  value if provided else it will use start value plujavafx.animationLhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.htmlLhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.htmlPROPERTYaxis@    Specifies the axis of rotation for this  RotateTransition . Qhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#axisRotateTransitionjavafx.animationQhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#axisPROPERTYbyAngle\    Specifies the incremented stop angle value, from the start, of this  RotateTransition . Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#byAngleRotateTransitionjavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#byAnglePROPERTYduration-    The duration of this  RotateTransition . Uhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#durationRotateTransitionjavafx.animationUhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#durationPROPERTY     fromAngleA    Specifies the start angle value for this  RotateTransition . Vhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#fromAngleRotateTransitionjavafx.animationVhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#fromAnglePROPERTYnode0    The target node of this  RotateTransition . Qhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#nodeRotateTransitionjavafx.animationQhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#nodePROPERTYtoAngle@    Specifies the stop angle value for this  RotateTransition . Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#toAngleRotateTransitionjavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#toAngleMETHODaxisPropertyB ()   Specifies the axis of rotation for this  RotateTransition . [http://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#axisProperty()RotateTransitionjavafx.animation[http://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#axisProperty()METHODbyAngleProperty^ ()   Specifies the incremented stop angle value, from the start, of this  RotateTransition . ^http://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#byAngleProperty()RotateTransitionjavafx.animation^http://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#byAngleProperty()METHODdurationProperty/ ()   The duration of this  RotateTransition . _http://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#durationProperty()RotateTransitionjavafx.animation_http://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#durationProperty()METHODfromAnglePropertyC ()   Specifies the start angle value for this  RotateTransition . `http://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#fromAngleProperty()RotateTransitionjavafx.animation`http://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#fromAngleProperty()METHODgetAxis+ ()   Gets the value of the property axis. Vhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#getAxis()RotateTransitionjavafx.animationVhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#getAxis()METHOD
 936 getByAngle. ()   Gets the value of the property byAngle. Yhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#getByAngle()RotateTransitionjavafx.animationYhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#getByAngle()METHODgetDuration/ ()   Gets the value of the property duration. Zhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#getDuration()RotateTransitionjavafx.animationZhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#getDuration()METHODgetFromAngle0 ()   Gets the value of the property fromAngle. [http://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#getFromAngle()RotateTransitionjavafx.animation[http://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#getFromAngle()METHODgetNode+ ()   Gets the value of the property node. Vhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#getNode()RotateTransitionjavafx.animationVhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#getNode()METHOD
 937 getToAngle. ()   Gets the value of the property toAngle. Yhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#getToAngle()RotateTransitionjavafx.animationYhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#getToAngle()METHODinterpolatec (double frac)   The method  interpolate()  has to be provided by implementations of  Transition . Zhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#interpolate()RotateTransitionjavafx.animationZhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#interpolate()METHODnodeProperty2 ()   The target node of this  RotateTransition . [http://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#nodeProperty()RotateTransitionjavafx.animation[http://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#nodeProperty()METHODsetAxis: ( Point3D  value)   Sets the value of the property axis. Vhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#setAxis()RotateTransitionjavafx.animationVhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#setAxis()METHOD
 938 setByAngle: (double value)   Sets the value of the property byAngle. Yhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#setByAngle()RotateTransitionjavafx.animationYhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#setByAngle()METHODsetDuration? ( Duration  value)   Sets the value of the property duration. Zhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#setDuration()RotateTransitionjavafx.animationZhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#setDuration()METHODsetFromAngle< (double value)   Sets the value of the property fromAngle. [http://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#setFromAngle()RotateTransitionjavafx.animation[http://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#setFromAngle()METHODsetNode7 ( Node  value)   Sets the value of the property node. Vhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#setNode()RotateTransitionjavafx.animationVhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#setNode()METHOD
 939 setToAngle: (double value)   Sets the value of the property toAngle. Yhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#setToAngle()RotateTransitionjavafx.animationYhttp://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#setToAngle()METHODtoAnglePropertyB ()   Specifies the stop angle value for this  RotateTransition . ^http://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#toAngleProperty()RotateTransitionjavafx.animation^http://download.java.net/jdk8/jfxdocs/javafx/animation/RotateTransition.html#toAngleProperty()CLASSRowConstraints For example, to create a GridPane with 10 rows 50 pixels tall:    GridPane gridpane = new GridPane(); for (int i = 0; i    Or, to create a GridPane where rows tjavafx.scene.layoutMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.htmlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.htmlPROPERTY
 940 fillHeight*    The vertical fill policy for the row. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#fillHeightRowConstraintsjavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#fillHeightPROPERTY        maxHeight$    The maximum height for the row. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#maxHeightRowConstraintsjavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#maxHeightPROPERTY minHeight$    The minimum height for the row. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#minHeightRowConstraintsjavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#minHeightPROPERTY
percentHeight&    The height percentage of the row. [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#percentHeightRowConstraintsjavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#percentHeightPROPERTY
 941 prefHeight&    The preferred height for the row. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#prefHeightRowConstraintsjavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#prefHeightPROPERTY
 942 valignment(    The vertical alignment for the row. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#valignmentRowConstraintsjavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#valignmentPROPERTYvgrow,    The vertical grow priority for the row. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#vgrowRowConstraintsjavafx.scene.layoutShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#vgrowMETHODfillHeightProperty, ()   The vertical fill policy for the row. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#fillHeightProperty()RowConstraintsjavafx.scene.layoutbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#fillHeightProperty()METHODgetMaxHeight0 ()   Gets the value of the property maxHeight. \http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#getMaxHeight()RowConstraintsjavafx.scene.layout\http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#getMaxHeight()METHODgetMinHeight0 ()   Gets the value of the property minHeight. \http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#getMinHeight()RowConstraintsjavafx.scene.layout\http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#getMinHeight()METHODgetPercentHeight4 ()   Gets the value of the property percentHeight. `http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#getPercentHeight()RowConstraintsjavafx.scene.layout`http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#getPercentHeight()METHOD
getPrefHeight1 ()   Gets the value of the property prefHeight. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#getPrefHeight()RowConstraintsjavafx.scene.layout]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#getPrefHeight()METHOD
getValignment1 ()   Gets the value of the property valignment. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#getValignment()RowConstraintsjavafx.scene.layout]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#getValignment()METHODgetVgrow, ()   Gets the value of the property vgrow. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#getVgrow()RowConstraintsjavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#getVgrow()METHODisFillHeight1 ()   Gets the value of the property fillHeight. \http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#isFillHeight()RowConstraintsjavafx.scene.layout\http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#isFillHeight()METHODmaxHeightProperty& ()   The maximum height for the row. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#maxHeightProperty()RowConstraintsjavafx.scene.layoutahttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#maxHeightProperty()METHODminHeightProperty& ()   The minimum height for the row. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#minHeightProperty()RowConstraintsjavafx.scene.layoutahttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#minHeightProperty()METHODpercentHeightProperty( ()   The height percentage of the row. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#percentHeightProperty()RowConstraintsjavafx.scene.layoutehttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#percentHeightProperty()METHODprefHeightProperty( ()   The preferred height for the row. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#prefHeightProperty()RowConstraintsjavafx.scene.layoutbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#prefHeightProperty()METHOD
setFillHeight> (boolean value)   Sets the value of the property fillHeight. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#setFillHeight()RowConstraintsjavafx.scene.layout]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#setFillHeight()METHODsetMaxHeight< (double value)   Sets the value of the property maxHeight. \http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#setMaxHeight()RowConstraintsjavafx.scene.layout\http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#setMaxHeight()METHODsetMinHeight< (double value)   Sets the value of the property minHeight. \http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#setMinHeight()RowConstraintsjavafx.scene.layout\http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#setMinHeight()METHODsetPercentHeight@ (double value)   Sets the value of the property percentHeight. `http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#setPercentHeight()RowConstraintsjavafx.scene.layout`http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#setPercentHeight()METHOD
setPrefHeight= (double value)   Sets the value of the property prefHeight. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#setPrefHeight()RowConstraintsjavafx.scene.layout]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#setPrefHeight()METHOD
setValignment= ( VPos  value)   Sets the value of the property valignment. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#setValignment()RowConstraintsjavafx.scene.layout]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#setValignment()METHODsetVgrow< ( Priority  value)   Sets the value of the property vgrow. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#setVgrow()RowConstraintsjavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#setVgrow()METHODtoStringG ()   Returns a string representation of this  RowConstraints  object. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#toString()RowConstraintsjavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#toString()METHODvalignmentProperty* ()   The vertical alignment for the row. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#valignmentProperty()RowConstraintsjavafx.scene.layoutbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#valignmentProperty()METHOD
vgrowProperty. ()   The vertical grow priority for the row. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#vgrowProperty()RowConstraintsjavafx.scene.layout]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/RowConstraints.html#vgrowProperty()CLASSScalejavafx.scene.transformGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.htmlPROPERTYpivotXA    Defines the X coordinate about which point the scale occurs. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#pivotXScalejavafx.scene.transformNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#pivotXPROPERTYpivotYA    Defines the Y coordinate about which point the scale occurs. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#pivotYScalejavafx.scene.transformNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#pivotYPROPERTYpivotZA    Defines the Z coordinate about which point the scale occurs. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#pivotZScalejavafx.scene.transformNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#pivotZPROPERTYxS    Defines the factor by which coordinates are scaled along the X axis direction. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#xScalejavafx.scene.transformIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#xPROPERTYyS    Defines the factor by which coordinates are scaled along the Y axis direction. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#yScalejavafx.scene.transformIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#yPROPERTYzS    Defines the factor by which coordinates are scaled along the Z axis direction. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#zScalejavafx.scene.transformIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#zMETHODclone- ()   Returns a deep copy of this transform. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#clone()Scalejavafx.scene.transformOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#clone()METHODcreateConcatenationd ( Transform  transform)   Returns the concatenation of this transform and the specified transform. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#createConcatenation()Scalejavafx.scene.transform]http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#createConcatenation()METHOD
createInverse7 ()   Returns the inverse transform of this transform. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#createInverse()Scalejavafx.scene.transformWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#createInverse()METHODdeltaTransformT (double x, double y)   Transforms the relative magnitude vector by this transform. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#deltaTransform()Scalejavafx.scene.transformXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#deltaTransform()METHODdeltaTransform^ (double x, double y, double z)   Transforms the relative magnitude vector by this transform. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#deltaTransform()Scalejavafx.scene.transformXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#deltaTransform()METHODgetMxx? ()   Gets the X coordinate scaling element of the 3x4 matrix. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#getMxx()Scalejavafx.scene.transformPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#getMxx()METHODgetMyy? ()   Gets the Y coordinate scaling element of the 3x4 matrix. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#getMyy()Scalejavafx.scene.transformPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#getMyy()METHODgetMzz? ()   Gets the Z coordinate scaling element of the 3x4 matrix. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#getMzz()Scalejavafx.scene.transformPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#getMzz()METHOD getPivotX- ()   Gets the value of the property pivotX. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#getPivotX()Scalejavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#getPivotX()METHOD      getPivotY- ()   Gets the value of the property pivotY. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#getPivotY()Scalejavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#getPivotY()METHOD      getPivotZ- ()   Gets the value of the property pivotZ. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#getPivotZ()Scalejavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#getPivotZ()METHODgetTxC ()   Gets the X coordinate translation element of the 3x4 matrix. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#getTx()Scalejavafx.scene.transformOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#getTx()METHODgetTyC ()   Gets the Y coordinate translation element of the 3x4 matrix. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#getTy()Scalejavafx.scene.transformOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#getTy()METHODgetTzC ()   Gets the Z coordinate translation element of the 3x4 matrix. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#getTz()Scalejavafx.scene.transformOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#getTz()METHODgetX( ()   Gets the value of the property x. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#getX()Scalejavafx.scene.transformNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#getX()METHODgetY( ()   Gets the value of the property y. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#getY()Scalejavafx.scene.transformNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#getY()METHODgetZ( ()   Gets the value of the property z. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#getZ()Scalejavafx.scene.transformNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#getZ()METHODinverseDeltaTransformc (double x, double y)   Transforms the relative magnitude vector by the inverse of this transform. _http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#inverseDeltaTransform()Scalejavafx.scene.transform_http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#inverseDeltaTransform()METHODinverseDeltaTransformm (double x, double y, double z)   Transforms the relative magnitude vector by the inverse of this transform. _http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#inverseDeltaTransform()Scalejavafx.scene.transform_http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#inverseDeltaTransform()METHODinverseTransformY (double x, double y)   Transforms the specified point by the inverse of this transform. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#inverseTransform()Scalejavafx.scene.transformZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#inverseTransform()METHODinverseTransformc (double x, double y, double z)   Transforms the specified point by the inverse of this transform. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#inverseTransform()Scalejavafx.scene.transformZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#inverseTransform()METHODpivotXPropertyC ()   Defines the X coordinate about which point the scale occurs. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#pivotXProperty()Scalejavafx.scene.transformXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#pivotXProperty()METHODpivotYPropertyC ()   Defines the Y coordinate about which point the scale occurs. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#pivotYProperty()Scalejavafx.scene.transformXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#pivotYProperty()METHODpivotZPropertyC ()   Defines the Z coordinate about which point the scale occurs. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#pivotZProperty()Scalejavafx.scene.transformXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#pivotZProperty()METHOD    setPivotX9 (double value)   Sets the value of the property pivotX. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#setPivotX()Scalejavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#setPivotX()METHOD  setPivotY9 (double value)   Sets the value of the property pivotY. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#setPivotY()Scalejavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#setPivotY()METHOD  setPivotZ9 (double value)   Sets the value of the property pivotZ. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#setPivotZ()Scalejavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#setPivotZ()METHODsetX4 (double value)   Sets the value of the property x. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#setX()Scalejavafx.scene.transformNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#setX()METHODsetY4 (double value)   Sets the value of the property y. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#setY()Scalejavafx.scene.transformNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#setY()METHODsetZ4 (double value)   Sets the value of the property z. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#setZ()Scalejavafx.scene.transformNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#setZ()METHODtoString> ()   Returns a string representation of this  Scale  object. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#toString()Scalejavafx.scene.transformRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#toString()METHOD       transformJ (double x, double y)   Transforms the specified point by this transform. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#transform()Scalejavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#transform()METHOD transformT (double x, double y, double z)   Transforms the specified point by this transform. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#transform()Scalejavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#transform()METHOD       xPropertyU ()   Defines the factor by which coordinates are scaled along the X axis direction. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#xProperty()Scalejavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#xProperty()METHOD      yPropertyU ()   Defines the factor by which coordinates are scaled along the Y axis direction. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#yProperty()Scalejavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#yProperty()METHOD      zPropertyU ()   Defines the factor by which coordinates are scaled along the Z axis direction. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#zProperty()Scalejavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Scale.html#zProperty()CLASSScaleTransition It starts from the ( fromX ,  fromY ,  fromZ ) value if provided else uses the  node 's ( scaleX ,  scaleY ,  scaleZ ) value.   It stops at the ( toX ,  toY ,  javafx.animationKhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.htmlPROPERTYbyX]    Specifies the incremented stop X scale value, from the start, of this  ScaleTransition . Ohttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#byXScaleTransitionjavafx.animationOhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#byXPROPERTYbyY]    Specifies the incremented stop Y scale value, from the start, of this  ScaleTransition . Ohttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#byYScaleTransitionjavafx.animationOhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#byYPROPERTYbyZ]    Specifies the incremented stop Z scale value, from the start, of this  ScaleTransition . Ohttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#byZScaleTransitionjavafx.animationOhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#byZPROPERTYduration,    The duration of this  ScaleTransition . Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#durationScaleTransitionjavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#durationPROPERTYfromXA    Specifies the start X scale value of this  ScaleTransition . Qhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#fromXScaleTransitionjavafx.animationQhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#fromXPROPERTYfromYA    Specifies the start Y scale value of this  ScaleTransition . Qhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#fromYScaleTransitionjavafx.animationQhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#fromYPROPERTYfromZA    Specifies the start Z scale value of this  ScaleTransition . Qhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#fromZScaleTransitionjavafx.animationQhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#fromZPROPERTYnode/    The target node of this  ScaleTransition . Phttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#nodeScaleTransitionjavafx.animationPhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#nodePROPERTYtoX@    Specifies the stop X scale value of this  ScaleTransition . Ohttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#toXScaleTransitionjavafx.animationOhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#toXPROPERTYtoY6    The stop Y scale value of this  ScaleTransition . Ohttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#toYScaleTransitionjavafx.animationOhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#toYPROPERTYtoZ6    The stop Z scale value of this  ScaleTransition . Ohttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#toZScaleTransitionjavafx.animationOhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#toZMETHODbyXProperty_ ()   Specifies the incremented stop X scale value, from the start, of this  ScaleTransition . Yhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#byXProperty()ScaleTransitionjavafx.animationYhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#byXProperty()METHODbyYProperty_ ()   Specifies the incremented stop Y scale value, from the start, of this  ScaleTransition . Yhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#byYProperty()ScaleTransitionjavafx.animationYhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#byYProperty()METHODbyZProperty_ ()   Specifies the incremented stop Z scale value, from the start, of this  ScaleTransition . Yhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#byZProperty()ScaleTransitionjavafx.animationYhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#byZProperty()METHODdurationProperty. ()   The duration of this  ScaleTransition . ^http://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#durationProperty()ScaleTransitionjavafx.animation^http://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#durationProperty()METHOD
fromXPropertyC ()   Specifies the start X scale value of this  ScaleTransition . [http://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#fromXProperty()ScaleTransitionjavafx.animation[http://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#fromXProperty()METHOD
fromYPropertyC ()   Specifies the start Y scale value of this  ScaleTransition . [http://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#fromYProperty()ScaleTransitionjavafx.animation[http://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#fromYProperty()METHOD
fromZPropertyC ()   Specifies the start Z scale value of this  ScaleTransition . [http://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#fromZProperty()ScaleTransitionjavafx.animation[http://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#fromZProperty()METHODgetByX* ()   Gets the value of the property byX. Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#getByX()ScaleTransitionjavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#getByX()METHODgetByY* ()   Gets the value of the property byY. Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#getByY()ScaleTransitionjavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#getByY()METHODgetByZ* ()   Gets the value of the property byZ. Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#getByZ()ScaleTransitionjavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#getByZ()METHODgetDuration/ ()   Gets the value of the property duration. Yhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#getDuration()ScaleTransitionjavafx.animationYhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#getDuration()METHODgetFromX, ()   Gets the value of the property fromX. Vhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#getFromX()ScaleTransitionjavafx.animationVhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#getFromX()METHODgetFromY, ()   Gets the value of the property fromY. Vhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#getFromY()ScaleTransitionjavafx.animationVhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#getFromY()METHODgetFromZ, ()   Gets the value of the property fromZ. Vhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#getFromZ()ScaleTransitionjavafx.animationVhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#getFromZ()METHODgetNode+ ()   Gets the value of the property node. Uhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#getNode()ScaleTransitionjavafx.animationUhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#getNode()METHODgetToX* ()   Gets the value of the property toX. Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#getToX()ScaleTransitionjavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#getToX()METHODgetToY* ()   Gets the value of the property toY. Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#getToY()ScaleTransitionjavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#getToY()METHODgetToZ* ()   Gets the value of the property toZ. Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#getToZ()ScaleTransitionjavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#getToZ()METHODinterpolatec (double frac)   The method  interpolate()  has to be provided by implementations of  Transition . Yhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#interpolate()ScaleTransitionjavafx.animationYhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#interpolate()METHODnodeProperty1 ()   The target node of this  ScaleTransition . Zhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#nodeProperty()ScaleTransitionjavafx.animationZhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#nodeProperty()METHODsetByX6 (double value)   Sets the value of the property byX. Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#setByX()ScaleTransitionjavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#setByX()METHODsetByY6 (double value)   Sets the value of the property byY. Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#setByY()ScaleTransitionjavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#setByY()METHODsetByZ6 (double value)   Sets the value of the property byZ. Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#setByZ()ScaleTransitionjavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#setByZ()METHODsetDuration? ( Duration  value)   Sets the value of the property duration. Yhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#setDuration()ScaleTransitionjavafx.animationYhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#setDuration()METHODsetFromX8 (double value)   Sets the value of the property fromX. Vhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#setFromX()ScaleTransitionjavafx.animationVhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#setFromX()METHODsetFromY8 (double value)   Sets the value of the property fromY. Vhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#setFromY()ScaleTransitionjavafx.animationVhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#setFromY()METHODsetFromZ8 (double value)   Sets the value of the property fromZ. Vhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#setFromZ()ScaleTransitionjavafx.animationVhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#setFromZ()METHODsetNode7 ( Node  value)   Sets the value of the property node. Uhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#setNode()ScaleTransitionjavafx.animationUhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#setNode()METHODsetToX6 (double value)   Sets the value of the property toX. Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#setToX()ScaleTransitionjavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#setToX()METHODsetToY6 (double value)   Sets the value of the property toY. Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#setToY()ScaleTransitionjavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#setToY()METHODsetToZ6 (double value)   Sets the value of the property toZ. Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#setToZ()ScaleTransitionjavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#setToZ()METHODtoXPropertyB ()   Specifies the stop X scale value of this  ScaleTransition . Yhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#toXProperty()ScaleTransitionjavafx.animationYhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#toXProperty()METHODtoYProperty8 ()   The stop Y scale value of this  ScaleTransition . Yhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#toYProperty()ScaleTransitionjavafx.animationYhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#toYProperty()METHODtoZProperty8 ()   The stop Z scale value of this  ScaleTransition . Yhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#toZProperty()ScaleTransitionjavafx.animationYhttp://download.java.net/jdk8/jfxdocs/javafx/animation/ScaleTransition.html#toZProperty()CLASSScatterChartjavafx.scene.chartJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ScatterChart.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ScatterChart.htmlMETHOD
dataItemAdded‡ ( XYChart.Series < X , Y > series, int itemIndex,  XYChart.Data < X , Y > item)   Called when a data item has been added to a series. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ScatterChart.html#dataItemAdded()ScatterChartjavafx.scene.chartZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ScatterChart.html#dataItemAdded()METHODdataItemChangedx ( XYChart.Data < X , Y > item)   Called when a data item has changed, ie its xValue, yValue or extraValue has changed. \http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ScatterChart.html#dataItemChanged()ScatterChartjavafx.scene.chart\http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ScatterChart.html#dataItemChanged()METHODdataItemRemoved  ( XYChart.Data < X , Y > item,  XYChart.Series < X , Y > series)   Called when a data item has been removed from data model but it is still visible on the char\http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ScatterChart.html#dataItemRemoved()ScatterChartjavafx.scene.chart\http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ScatterChart.html#dataItemRemoved()METHODlayoutPlotChildren5 ()   Called to update and layout the plot children. _http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ScatterChart.html#layoutPlotChildren()ScatterChartjavafx.scene.chart_http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ScatterChart.html#layoutPlotChildren()METHODseriesAddedi ( XYChart.Series < X , Y > series, int seriesIndex)   A series has been added to the charts data model. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ScatterChart.html#seriesAdded()ScatterChartjavafx.scene.chartXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ScatterChart.html#seriesAdded()METHOD
seriesRemovedz ( XYChart.Series < X , Y > series)   A series has been removed from the data model but it is still visible on the chart. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ScatterChart.html#seriesRemoved()ScatterChartjavafx.scene.chartZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ScatterChart.html#seriesRemoved()METHODupdateLegend^ ()   This is called whenever a series is added or removed and the legend needs to be updated Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ScatterChart.html#updateLegend()ScatterChartjavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ScatterChart.html#updateLegend()CLASSScene The application must specify the root  Node  for the scene graph by setting the  root  property. If a  Group  is used as the root, the contents of the scene grajavafx.scene=http://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html=http://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.htmlPROPERTYcameraA    Specifies the type of camera use for rendering this  Scene . Dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#cameraScenejavafx.sceneDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#cameraPROPERTYcursor/    Defines the mouse cursor for this  Scene . Dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#cursorScenejavafx.sceneDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#cursorPROPERTYeffectiveNodeOrientation    The effective node orientation of a scene resolves the inheritance of node orientation, returning either left-to-right or right-to-left. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#effectiveNodeOrientationScenejavafx.sceneVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#effectiveNodeOrientationPROPERTYeventDispatcher3    Specifies the event dispatcher for this scene. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#eventDispatcherScenejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#eventDispatcherPROPERTYfill1    Defines the background fill of this  Scene . Bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#fillScenejavafx.sceneBhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#fillPROPERTY
 943 focusOwner*    The scene's current focus owner node. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#focusOwnerScenejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#focusOwnerPROPERTYheight    The height of this  Scene  Dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#heightScenejavafx.sceneDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#heightPROPERTYnodeOrientation&    Property holding NodeOrientation. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#nodeOrientationScenejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#nodeOrientationPROPERTYonContextMenuRequestedq    Defines a function to be called when a mouse button has been clicked (pressed and released) on this  Scene . Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onContextMenuRequestedScenejavafx.sceneThttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onContextMenuRequestedPROPERTYonDragDetectedI    Defines a function to be called when drag gesture has been detected. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onDragDetectedScenejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onDragDetectedPROPERTY
 944 onDragDone    Defines a function to be called when this @{code Scene} is a drag and drop gesture source after its data has been dropped on a drop target. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onDragDoneScenejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onDragDonePROPERTY
onDragDroppedt    Defines a function to be called when the mouse button is released on this  Scene  during drag and drop gesture. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onDragDroppedScenejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onDragDroppedPROPERTY
onDragEnteredK    Defines a function to be called when drag gesture enters this  Scene . Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onDragEnteredScenejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onDragEnteredPROPERTYonDragExitedJ    Defines a function to be called when drag gesture exits this  Scene . Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onDragExitedScenejavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onDragExitedPROPERTY
 945 onDragOverV    Defines a function to be called when drag gesture progresses within this  Scene . Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onDragOverScenejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onDragOverPROPERTYonInputMethodTextChangedl    Defines a function to be called when this  Node  has input focus and the input method text has changed. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onInputMethodTextChangedScenejavafx.sceneVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onInputMethodTextChangedPROPERTYonKeyPressedq    Defines a function to be called when some  Node  of this  Scene  has input focus and a key has been pressed. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onKeyPressedScenejavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onKeyPressedPROPERTY
onKeyReleasedr    Defines a function to be called when some  Node  of this  Scene  has input focus and a key has been released. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onKeyReleasedScenejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onKeyReleasedPROPERTY
 946 onKeyTypedo    Defines a function to be called when some  Node  of this  Scene  has input focus and a key has been typed. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onKeyTypedScenejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onKeyTypedPROPERTYonMouseClickedq    Defines a function to be called when a mouse button has been clicked (pressed and released) on this  Scene . Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseClickedScenejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseClickedPROPERTYonMouseDragEntered`    Defines a function to be called when a full press-drag-release gesture enters this  Scene . Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseDragEnteredScenejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseDragEnteredPROPERTYonMouseDragExited_    Defines a function to be called when a full press-drag-release gesture exits this  Scene . Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseDragExitedScenejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseDragExitedPROPERTYonMouseDraggede    Defines a function to be called when a mouse button is pressed on this  Scene  and then dragged. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseDraggedScenejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseDraggedPROPERTYonMouseDragOverk    Defines a function to be called when a full press-drag-release gesture progresses within this  Scene . Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseDragOverScenejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseDragOverPROPERTYonMouseDragReleasede    Defines a function to be called when a full press-drag-release gesture ends within this  Scene . Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseDragReleasedScenejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseDragReleasedPROPERTYonMouseEnteredH    Defines a function to be called when the mouse enters this  Scene . Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseEnteredScenejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseEnteredPROPERTY
onMouseExitedG    Defines a function to be called when the mouse exits this  Scene . Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseExitedScenejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseExitedPROPERTYonMouseMovedq    Defines a function to be called when mouse cursor moves within this  Scene  but no buttons have been pushed. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseMovedScenejavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseMovedPROPERTYonMousePressedZ    Defines a function to be called when a mouse button has been pressed on this  Scene . Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMousePressedScenejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMousePressedPROPERTYonMouseReleased[    Defines a function to be called when a mouse button has been released on this  Scene . Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseReleasedScenejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseReleasedPROPERTYonRotateJ    Defines a function to be called when user performs a rotating action. Fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onRotateScenejavafx.sceneFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onRotatePROPERTYonRotationFinishedB    Defines a function to be called when a rotating gesture ends. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onRotationFinishedScenejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onRotationFinishedPROPERTYonRotationStartedI    Defines a function to be called when a rotating gesture is detected. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onRotationStartedScenejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onRotationStartedPROPERTYonScrollFinishedC    Defines a function to be called when a scrolling gesture ends. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onScrollFinishedScenejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onScrollFinishedPROPERTYonScrollK    Defines a function to be called when user performs a scrolling action. Fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onScrollScenejavafx.sceneFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onScrollPROPERTYonScrollStartedJ    Defines a function to be called when a scrolling gesture is detected. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onScrollStartedScenejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onScrollStartedPROPERTYonSwipeDownZ    Defines a function to be called when an downward swipe gesture happens in this scene. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onSwipeDownScenejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onSwipeDownPROPERTYonSwipeLeftZ    Defines a function to be called when an leftward swipe gesture happens in this scene. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onSwipeLeftScenejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onSwipeLeftPROPERTYonSwipeRight[    Defines a function to be called when an rightward swipe gesture happens in this scene. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onSwipeRightScenejavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onSwipeRightPROPERTY  onSwipeUpX    Defines a function to be called when an upward swipe gesture happens in this scene. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onSwipeUpScenejavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onSwipeUpPROPERTYonTouchMovedA    Defines a function to be called when a touch point is moved. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onTouchMovedScenejavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onTouchMovedPROPERTYonTouchPressedG    Defines a function to be called when a new touch point is pressed. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onTouchPressedScenejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onTouchPressedPROPERTYonTouchReleasedG    Defines a function to be called when a new touch point is pressed. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onTouchReleasedScenejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onTouchReleasedPROPERTYonTouchStationaryP    Defines a function to be called when a touch point stays pressed and still. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onTouchStationaryScenejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onTouchStationaryPROPERTYonZoomFinishedA    Defines a function to be called when a zooming gesture ends. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onZoomFinishedScenejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onZoomFinishedPROPERTYonZoomI    Defines a function to be called when user performs a zooming action. Dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onZoomScenejavafx.sceneDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onZoomPROPERTY
onZoomStartedH    Defines a function to be called when a zooming gesture is detected. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onZoomStartedScenejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onZoomStartedPROPERTYroot0    Defines the root  Node  of the scene graph. Bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#rootScenejavafx.sceneBhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#rootPROPERTYwidth    The width of this  Scene  Chttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#widthScenejavafx.sceneChttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#widthPROPERTYwindow"    The  Window  for this  Scene  Dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#windowScenejavafx.sceneDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#windowPROPERTYx=    The horizontal location of this  Scene  on the  Window . ?http://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#xScenejavafx.scene?http://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#xPROPERTYy;    The vertical location of this  Scene  on the  Window . ?http://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#yScenejavafx.scene?http://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#yMETHODaddEventFiltern ( EventType <T> eventType,  EventHandler <? super T> eventFilter)   Registers an event filter to this scene. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#addEventFilter()Scenejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#addEventFilter()METHODaddEventHandlerp ( EventType <T> eventType,  EventHandler <? super T> eventHandler)   Registers an event handler to this scene. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#addEventHandler()Scenejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#addEventHandler()METHODaddMnemonic4 ( Mnemonic  m)   Registers the specified mnemonic. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#addMnemonic()Scenejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#addMnemonic()METHODbuildEventDispatchChainQ ( EventDispatchChain  tail)   Construct an event dispatch chain for this scene. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#buildEventDispatchChain()Scenejavafx.sceneWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#buildEventDispatchChain()METHODcameraPropertyC ()   Specifies the type of camera use for rendering this  Scene . Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#cameraProperty()Scenejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#cameraProperty()METHODcursorProperty1 ()   Defines the mouse cursor for this  Scene . Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#cursorProperty()Scenejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#cursorProperty()METHOD effectiveNodeOrientationProperty ()   The effective node orientation of a scene resolves the inheritance of node orientation, returning either left-to-right or right-to-left. `http://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#effectiveNodeOrientationProperty()Scenejavafx.scene`http://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#effectiveNodeOrientationProperty()METHODeventDispatcherProperty5 ()   Specifies the event dispatcher for this scene. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#eventDispatcherProperty()Scenejavafx.sceneWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#eventDispatcherProperty()METHODfillProperty3 ()   Defines the background fill of this  Scene . Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#fillProperty()Scenejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#fillProperty()METHODfocusOwnerProperty, ()   The scene's current focus owner node. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#focusOwnerProperty()Scenejavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#focusOwnerProperty()METHODgetAccelerators6 ()   Gets the list of accelerators for this  Scene . Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getAccelerators()Scenejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getAccelerators()METHODgetAntiAliasing? ()   Return the defined  SceneAntialiasing  for this  Scene . Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getAntiAliasing()Scenejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getAntiAliasing()METHOD      getCamera- ()   Gets the value of the property camera. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getCamera()Scenejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getCamera()METHOD    getCursor- ()   Gets the value of the property cursor. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getCursor()Scenejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getCursor()METHODgetEffectiveNodeOrientation? ()   Gets the value of the property effectiveNodeOrientation. [http://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getEffectiveNodeOrientation()Scenejavafx.scene[http://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getEffectiveNodeOrientation()METHODgetEventDispatcher6 ()   Gets the value of the property eventDispatcher. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getEventDispatcher()Scenejavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getEventDispatcher()METHODgetFill+ ()   Gets the value of the property fill. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getFill()Scenejavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getFill()METHOD
getFocusOwner1 ()   Gets the value of the property focusOwner. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getFocusOwner()Scenejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getFocusOwner()METHOD    getHeight- ()   Gets the value of the property height. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getHeight()Scenejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getHeight()METHODgetMnemonics3 ()   Gets the list of mnemonics for this  Scene . Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getMnemonics()Scenejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getMnemonics()METHODgetNodeOrientation6 ()   Gets the value of the property nodeOrientation. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getNodeOrientation()Scenejavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getNodeOrientation()METHODgetOnContextMenuRequested= ()   Gets the value of the property onContextMenuRequested. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnContextMenuRequested()Scenejavafx.sceneYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnContextMenuRequested()METHODgetOnDragDetected5 ()   Gets the value of the property onDragDetected. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnDragDetected()Scenejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnDragDetected()METHOD
getOnDragDone1 ()   Gets the value of the property onDragDone. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnDragDone()Scenejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnDragDone()METHODgetOnDragDropped4 ()   Gets the value of the property onDragDropped. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnDragDropped()Scenejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnDragDropped()METHODgetOnDragEntered4 ()   Gets the value of the property onDragEntered. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnDragEntered()Scenejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnDragEntered()METHODgetOnDragExited3 ()   Gets the value of the property onDragExited. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnDragExited()Scenejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnDragExited()METHOD
getOnDragOver1 ()   Gets the value of the property onDragOver. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnDragOver()Scenejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnDragOver()METHODgetOnInputMethodTextChanged? ()   Gets the value of the property onInputMethodTextChanged. [http://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnInputMethodTextChanged()Scenejavafx.scene[http://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnInputMethodTextChanged()METHODgetOnKeyPressed3 ()   Gets the value of the property onKeyPressed. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnKeyPressed()Scenejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnKeyPressed()METHODgetOnKeyReleased4 ()   Gets the value of the property onKeyReleased. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnKeyReleased()Scenejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnKeyReleased()METHOD
getOnKeyTyped1 ()   Gets the value of the property onKeyTyped. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnKeyTyped()Scenejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnKeyTyped()METHODgetOnMouseClicked5 ()   Gets the value of the property onMouseClicked. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnMouseClicked()Scenejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnMouseClicked()METHODgetOnMouseDragEntered9 ()   Gets the value of the property onMouseDragEntered. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnMouseDragEntered()Scenejavafx.sceneUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnMouseDragEntered()METHODgetOnMouseDragExited8 ()   Gets the value of the property onMouseDragExited. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnMouseDragExited()Scenejavafx.sceneThttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnMouseDragExited()METHODgetOnMouseDragged5 ()   Gets the value of the property onMouseDragged. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnMouseDragged()Scenejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnMouseDragged()METHODgetOnMouseDragOver6 ()   Gets the value of the property onMouseDragOver. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnMouseDragOver()Scenejavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnMouseDragOver()METHODgetOnMouseDragReleased: ()   Gets the value of the property onMouseDragReleased. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnMouseDragReleased()Scenejavafx.sceneVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnMouseDragReleased()METHODgetOnMouseEntered5 ()   Gets the value of the property onMouseEntered. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnMouseEntered()Scenejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnMouseEntered()METHODgetOnMouseExited4 ()   Gets the value of the property onMouseExited. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnMouseExited()Scenejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnMouseExited()METHODgetOnMouseMoved3 ()   Gets the value of the property onMouseMoved. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnMouseMoved()Scenejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnMouseMoved()METHODgetOnMousePressed5 ()   Gets the value of the property onMousePressed. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnMousePressed()Scenejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnMousePressed()METHODgetOnMouseReleased6 ()   Gets the value of the property onMouseReleased. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnMouseReleased()Scenejavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnMouseReleased()METHODgetOnRotate/ ()   Gets the value of the property onRotate. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnRotate()Scenejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnRotate()METHODgetOnRotationFinished9 ()   Gets the value of the property onRotationFinished. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnRotationFinished()Scenejavafx.sceneUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnRotationFinished()METHODgetOnRotationStarted8 ()   Gets the value of the property onRotationStarted. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnRotationStarted()Scenejavafx.sceneThttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnRotationStarted()METHODgetOnScroll/ ()   Gets the value of the property onScroll. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnScroll()Scenejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnScroll()METHODgetOnScrollFinished7 ()   Gets the value of the property onScrollFinished. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnScrollFinished()Scenejavafx.sceneShttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnScrollFinished()METHODgetOnScrollStarted6 ()   Gets the value of the property onScrollStarted. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnScrollStarted()Scenejavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnScrollStarted()METHODgetOnSwipeDown2 ()   Gets the value of the property onSwipeDown. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnSwipeDown()Scenejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnSwipeDown()METHODgetOnSwipeLeft2 ()   Gets the value of the property onSwipeLeft. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnSwipeLeft()Scenejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnSwipeLeft()METHODgetOnSwipeRight3 ()   Gets the value of the property onSwipeRight. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnSwipeRight()Scenejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnSwipeRight()METHODgetOnSwipeUp0 ()   Gets the value of the property onSwipeUp. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnSwipeUp()Scenejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnSwipeUp()METHODgetOnTouchMoved3 ()   Gets the value of the property onTouchMoved. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnTouchMoved()Scenejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnTouchMoved()METHODgetOnTouchPressed5 ()   Gets the value of the property onTouchPressed. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnTouchPressed()Scenejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnTouchPressed()METHODgetOnTouchReleased6 ()   Gets the value of the property onTouchReleased. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnTouchReleased()Scenejavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnTouchReleased()METHODgetOnTouchStationary8 ()   Gets the value of the property onTouchStationary. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnTouchStationary()Scenejavafx.sceneThttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnTouchStationary()METHOD       getOnZoom- ()   Gets the value of the property onZoom. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnZoom()Scenejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnZoom()METHODgetOnZoomFinished5 ()   Gets the value of the property onZoomFinished. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnZoomFinished()Scenejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnZoomFinished()METHODgetOnZoomStarted4 ()   Gets the value of the property onZoomStarted. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnZoomStarted()Scenejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getOnZoomStarted()METHODgetRoot+ ()   Gets the value of the property root. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getRoot()Scenejavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getRoot()METHODgetStylesheetsk ()   Gets an observable list of string URLs linking to the stylesheets to use with this scene's contents. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getStylesheets()Scenejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getStylesheets()METHODgetWidth, ()   Gets the value of the property width. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getWidth()Scenejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getWidth()METHOD        getWindow- ()   Gets the value of the property window. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getWindow()Scenejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getWindow()METHODgetX( ()   Gets the value of the property x. Dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getX()Scenejavafx.sceneDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getX()METHODgetY( ()   Gets the value of the property y. Dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getY()Scenejavafx.sceneDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#getY()METHODheightProperty! ()   The height of this  Scene  Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#heightProperty()Scenejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#heightProperty()METHOD
isDepthBuffer; ()   Retrieves the depth buffer attribute for this scene. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#isDepthBuffer()Scenejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#isDepthBuffer()METHODlookupn (java.lang.String selector)   Looks for any node within the scene graph based on the specified CSS selector. Fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#lookup()Scenejavafx.sceneFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#lookup()METHODnodeOrientationProperty( ()   Property holding NodeOrientation. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#nodeOrientationProperty()Scenejavafx.sceneWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#nodeOrientationProperty()METHODonContextMenuRequestedPropertys ()   Defines a function to be called when a mouse button has been clicked (pressed and released) on this  Scene . ^http://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onContextMenuRequestedProperty()Scenejavafx.scene^http://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onContextMenuRequestedProperty()METHODonDragDetectedPropertyK ()   Defines a function to be called when drag gesture has been detected. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onDragDetectedProperty()Scenejavafx.sceneVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onDragDetectedProperty()METHODonDragDoneProperty’ ()   Defines a function to be called when this @{code Scene} is a drag and drop gesture source after its data has been dropped on a drop target. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onDragDoneProperty()Scenejavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onDragDoneProperty()METHODonDragDroppedPropertyv ()   Defines a function to be called when the mouse button is released on this  Scene  during drag and drop gesture. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onDragDroppedProperty()Scenejavafx.sceneUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onDragDroppedProperty()METHODonDragEnteredPropertyM ()   Defines a function to be called when drag gesture enters this  Scene . Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onDragEnteredProperty()Scenejavafx.sceneUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onDragEnteredProperty()METHODonDragExitedPropertyL ()   Defines a function to be called when drag gesture exits this  Scene . Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onDragExitedProperty()Scenejavafx.sceneThttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onDragExitedProperty()METHODonDragOverPropertyX ()   Defines a function to be called when drag gesture progresses within this  Scene . Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onDragOverProperty()Scenejavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onDragOverProperty()METHOD onInputMethodTextChangedPropertyn ()   Defines a function to be called when this  Node  has input focus and the input method text has changed. `http://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onInputMethodTextChangedProperty()Scenejavafx.scene`http://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onInputMethodTextChangedProperty()METHODonKeyPressedPropertys ()   Defines a function to be called when some  Node  of this  Scene  has input focus and a key has been pressed. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onKeyPressedProperty()Scenejavafx.sceneThttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onKeyPressedProperty()METHODonKeyReleasedPropertyt ()   Defines a function to be called when some  Node  of this  Scene  has input focus and a key has been released. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onKeyReleasedProperty()Scenejavafx.sceneUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onKeyReleasedProperty()METHODonKeyTypedPropertyq ()   Defines a function to be called when some  Node  of this  Scene  has input focus and a key has been typed. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onKeyTypedProperty()Scenejavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onKeyTypedProperty()METHODonMouseClickedPropertys ()   Defines a function to be called when a mouse button has been clicked (pressed and released) on this  Scene . Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseClickedProperty()Scenejavafx.sceneVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseClickedProperty()METHODonMouseDragEnteredPropertyb ()   Defines a function to be called when a full press-drag-release gesture enters this  Scene . Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseDragEnteredProperty()Scenejavafx.sceneZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseDragEnteredProperty()METHODonMouseDragExitedPropertya ()   Defines a function to be called when a full press-drag-release gesture exits this  Scene . Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseDragExitedProperty()Scenejavafx.sceneYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseDragExitedProperty()METHODonMouseDraggedPropertyg ()   Defines a function to be called when a mouse button is pressed on this  Scene  and then dragged. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseDraggedProperty()Scenejavafx.sceneVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseDraggedProperty()METHODonMouseDragOverPropertym ()   Defines a function to be called when a full press-drag-release gesture progresses within this  Scene . Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseDragOverProperty()Scenejavafx.sceneWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseDragOverProperty()METHODonMouseDragReleasedPropertyg ()   Defines a function to be called when a full press-drag-release gesture ends within this  Scene . [http://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseDragReleasedProperty()Scenejavafx.scene[http://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseDragReleasedProperty()METHODonMouseEnteredPropertyJ ()   Defines a function to be called when the mouse enters this  Scene . Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseEnteredProperty()Scenejavafx.sceneVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseEnteredProperty()METHODonMouseExitedPropertyI ()   Defines a function to be called when the mouse exits this  Scene . Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseExitedProperty()Scenejavafx.sceneUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseExitedProperty()METHODonMouseMovedPropertys ()   Defines a function to be called when mouse cursor moves within this  Scene  but no buttons have been pushed. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseMovedProperty()Scenejavafx.sceneThttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseMovedProperty()METHODonMousePressedProperty\ ()   Defines a function to be called when a mouse button has been pressed on this  Scene . Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMousePressedProperty()Scenejavafx.sceneVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMousePressedProperty()METHODonMouseReleasedProperty] ()   Defines a function to be called when a mouse button has been released on this  Scene . Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseReleasedProperty()Scenejavafx.sceneWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onMouseReleasedProperty()METHODonRotatePropertyL ()   Defines a function to be called when user performs a rotating action. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onRotateProperty()Scenejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onRotateProperty()METHODonRotationFinishedPropertyD ()   Defines a function to be called when a rotating gesture ends. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onRotationFinishedProperty()Scenejavafx.sceneZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onRotationFinishedProperty()METHODonRotationStartedPropertyK ()   Defines a function to be called when a rotating gesture is detected. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onRotationStartedProperty()Scenejavafx.sceneYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onRotationStartedProperty()METHODonScrollFinishedPropertyE ()   Defines a function to be called when a scrolling gesture ends. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onScrollFinishedProperty()Scenejavafx.sceneXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onScrollFinishedProperty()METHODonScrollPropertyM ()   Defines a function to be called when user performs a scrolling action. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onScrollProperty()Scenejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onScrollProperty()METHODonScrollStartedPropertyL ()   Defines a function to be called when a scrolling gesture is detected. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onScrollStartedProperty()Scenejavafx.sceneWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onScrollStartedProperty()METHODonSwipeDownProperty\ ()   Defines a function to be called when an downward swipe gesture happens in this scene. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onSwipeDownProperty()Scenejavafx.sceneShttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onSwipeDownProperty()METHODonSwipeLeftProperty\ ()   Defines a function to be called when an leftward swipe gesture happens in this scene. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onSwipeLeftProperty()Scenejavafx.sceneShttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onSwipeLeftProperty()METHODonSwipeRightProperty] ()   Defines a function to be called when an rightward swipe gesture happens in this scene. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onSwipeRightProperty()Scenejavafx.sceneThttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onSwipeRightProperty()METHODonSwipeUpPropertyZ ()   Defines a function to be called when an upward swipe gesture happens in this scene. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onSwipeUpProperty()Scenejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onSwipeUpProperty()METHODonTouchMovedPropertyC ()   Defines a function to be called when a touch point is moved. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onTouchMovedProperty()Scenejavafx.sceneThttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onTouchMovedProperty()METHODonTouchPressedPropertyI ()   Defines a function to be called when a new touch point is pressed. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onTouchPressedProperty()Scenejavafx.sceneVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onTouchPressedProperty()METHODonTouchReleasedPropertyI ()   Defines a function to be called when a new touch point is pressed. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onTouchReleasedProperty()Scenejavafx.sceneWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onTouchReleasedProperty()METHODonTouchStationaryPropertyR ()   Defines a function to be called when a touch point stays pressed and still. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onTouchStationaryProperty()Scenejavafx.sceneYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onTouchStationaryProperty()METHODonZoomFinishedPropertyC ()   Defines a function to be called when a zooming gesture ends. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onZoomFinishedProperty()Scenejavafx.sceneVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onZoomFinishedProperty()METHODonZoomPropertyK ()   Defines a function to be called when user performs a zooming action. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onZoomProperty()Scenejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onZoomProperty()METHODonZoomStartedPropertyJ ()   Defines a function to be called when a zooming gesture is detected. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onZoomStartedProperty()Scenejavafx.sceneUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#onZoomStartedProperty()METHODremoveEventFilter‡ ( EventType <T> eventType,  EventHandler <? super T> eventFilter)   Unregisters a previously registered event filter from this scene. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#removeEventFilter()Scenejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#removeEventFilter()METHODremoveEventHandler‰ ( EventType <T> eventType,  EventHandler <? super T> eventHandler)   Unregisters a previously registered event handler from this scene. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#removeEventHandler()Scenejavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#removeEventHandler()METHODremoveMnemonic6 ( Mnemonic  m)   Unregisters the specified mnemonic. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#removeMnemonic()Scenejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#removeMnemonic()METHODrootProperty2 ()   Defines the root  Node  of the scene graph. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#rootProperty()Scenejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#rootProperty()METHOD     setCamera; ( Camera  value)   Sets the value of the property camera. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setCamera()Scenejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setCamera()METHOD      setCursor; ( Cursor  value)   Sets the value of the property cursor. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setCursor()Scenejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setCursor()METHODsetEventDispatcherM ( EventDispatcher  value)   Sets the value of the property eventDispatcher. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setEventDispatcher()Scenejavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setEventDispatcher()METHODsetEventHandlers ( EventType <T> eventType,  EventHandler <? super T> eventHandler)   Sets the handler to use for this event type. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setEventHandler()Scenejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setEventHandler()METHODsetFill8 ( Paint  value)   Sets the value of the property fill. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setFill()Scenejavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setFill()METHODsetNodeOrientationS ( NodeOrientation  orientation)   Sets the value of the property nodeOrientation. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setNodeOrientation()Scenejavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setNodeOrientation()METHODsetOnContextMenuRequestedm ( EventHandler <? super  ContextMenuEvent > value)   Sets the value of the property onContextMenuRequested. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnContextMenuRequested()Scenejavafx.sceneYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnContextMenuRequested()METHODsetOnDragDetected_ ( EventHandler <? super  MouseEvent > value)   Sets the value of the property onDragDetected. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnDragDetected()Scenejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnDragDetected()METHOD
setOnDragDoneZ ( EventHandler <? super  DragEvent > value)   Sets the value of the property onDragDone. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnDragDone()Scenejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnDragDone()METHODsetOnDragDropped] ( EventHandler <? super  DragEvent > value)   Sets the value of the property onDragDropped. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnDragDropped()Scenejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnDragDropped()METHODsetOnDragEntered] ( EventHandler <? super  DragEvent > value)   Sets the value of the property onDragEntered. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnDragEntered()Scenejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnDragEntered()METHODsetOnDragExited\ ( EventHandler <? super  DragEvent > value)   Sets the value of the property onDragExited. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnDragExited()Scenejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnDragExited()METHOD
setOnDragOverZ ( EventHandler <? super  DragEvent > value)   Sets the value of the property onDragOver. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnDragOver()Scenejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnDragOver()METHODsetOnInputMethodTextChangedo ( EventHandler <? super  InputMethodEvent > value)   Sets the value of the property onInputMethodTextChanged. [http://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnInputMethodTextChanged()Scenejavafx.scene[http://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnInputMethodTextChanged()METHODsetOnKeyPressed[ ( EventHandler <? super  KeyEvent > value)   Sets the value of the property onKeyPressed. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnKeyPressed()Scenejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnKeyPressed()METHODsetOnKeyReleased\ ( EventHandler <? super  KeyEvent > value)   Sets the value of the property onKeyReleased. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnKeyReleased()Scenejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnKeyReleased()METHOD
setOnKeyTypedY ( EventHandler <? super  KeyEvent > value)   Sets the value of the property onKeyTyped. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnKeyTyped()Scenejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnKeyTyped()METHODsetOnMouseClicked_ ( EventHandler <? super  MouseEvent > value)   Sets the value of the property onMouseClicked. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnMouseClicked()Scenejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnMouseClicked()METHODsetOnMouseDragEnteredg ( EventHandler <? super  MouseDragEvent > value)   Sets the value of the property onMouseDragEntered. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnMouseDragEntered()Scenejavafx.sceneUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnMouseDragEntered()METHODsetOnMouseDragExitedf ( EventHandler <? super  MouseDragEvent > value)   Sets the value of the property onMouseDragExited. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnMouseDragExited()Scenejavafx.sceneThttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnMouseDragExited()METHODsetOnMouseDragged_ ( EventHandler <? super  MouseEvent > value)   Sets the value of the property onMouseDragged. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnMouseDragged()Scenejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnMouseDragged()METHODsetOnMouseDragOverd ( EventHandler <? super  MouseDragEvent > value)   Sets the value of the property onMouseDragOver. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnMouseDragOver()Scenejavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnMouseDragOver()METHODsetOnMouseDragReleasedh ( EventHandler <? super  MouseDragEvent > value)   Sets the value of the property onMouseDragReleased. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnMouseDragReleased()Scenejavafx.sceneVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnMouseDragReleased()METHODsetOnMouseEntered_ ( EventHandler <? super  MouseEvent > value)   Sets the value of the property onMouseEntered. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnMouseEntered()Scenejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnMouseEntered()METHODsetOnMouseExited^ ( EventHandler <? super  MouseEvent > value)   Sets the value of the property onMouseExited. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnMouseExited()Scenejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnMouseExited()METHODsetOnMouseMoved] ( EventHandler <? super  MouseEvent > value)   Sets the value of the property onMouseMoved. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnMouseMoved()Scenejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnMouseMoved()METHODsetOnMousePressed_ ( EventHandler <? super  MouseEvent > value)   Sets the value of the property onMousePressed. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnMousePressed()Scenejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnMousePressed()METHODsetOnMouseReleased` ( EventHandler <? super  MouseEvent > value)   Sets the value of the property onMouseReleased. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnMouseReleased()Scenejavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnMouseReleased()METHODsetOnRotateZ ( EventHandler <? super  RotateEvent > value)   Sets the value of the property onRotate. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnRotate()Scenejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnRotate()METHODsetOnRotationFinishedd ( EventHandler <? super  RotateEvent > value)   Sets the value of the property onRotationFinished. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnRotationFinished()Scenejavafx.sceneUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnRotationFinished()METHODsetOnRotationStartedc ( EventHandler <? super  RotateEvent > value)   Sets the value of the property onRotationStarted. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnRotationStarted()Scenejavafx.sceneThttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnRotationStarted()METHODsetOnScrollZ ( EventHandler <? super  ScrollEvent > value)   Sets the value of the property onScroll. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnScroll()Scenejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnScroll()METHODsetOnScrollFinishedb ( EventHandler <? super  ScrollEvent > value)   Sets the value of the property onScrollFinished. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnScrollFinished()Scenejavafx.sceneShttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnScrollFinished()METHODsetOnScrollStarteda ( EventHandler <? super  ScrollEvent > value)   Sets the value of the property onScrollStarted. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnScrollStarted()Scenejavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnScrollStarted()METHODsetOnSwipeDown\ ( EventHandler <? super  SwipeEvent > value)   Sets the value of the property onSwipeDown. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnSwipeDown()Scenejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnSwipeDown()METHODsetOnSwipeLeft\ ( EventHandler <? super  SwipeEvent > value)   Sets the value of the property onSwipeLeft. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnSwipeLeft()Scenejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnSwipeLeft()METHODsetOnSwipeRight] ( EventHandler <? super  SwipeEvent > value)   Sets the value of the property onSwipeRight. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnSwipeRight()Scenejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnSwipeRight()METHODsetOnSwipeUpZ ( EventHandler <? super  SwipeEvent > value)   Sets the value of the property onSwipeUp. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnSwipeUp()Scenejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnSwipeUp()METHODsetOnTouchMoved] ( EventHandler <? super  TouchEvent > value)   Sets the value of the property onTouchMoved. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnTouchMoved()Scenejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnTouchMoved()METHODsetOnTouchPressed_ ( EventHandler <? super  TouchEvent > value)   Sets the value of the property onTouchPressed. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnTouchPressed()Scenejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnTouchPressed()METHODsetOnTouchReleased` ( EventHandler <? super  TouchEvent > value)   Sets the value of the property onTouchReleased. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnTouchReleased()Scenejavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnTouchReleased()METHODsetOnTouchStationaryb ( EventHandler <? super  TouchEvent > value)   Sets the value of the property onTouchStationary. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnTouchStationary()Scenejavafx.sceneThttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnTouchStationary()METHOD      setOnZoomV ( EventHandler <? super  ZoomEvent > value)   Sets the value of the property onZoom. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnZoom()Scenejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnZoom()METHODsetOnZoomFinished^ ( EventHandler <? super  ZoomEvent > value)   Sets the value of the property onZoomFinished. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnZoomFinished()Scenejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnZoomFinished()METHODsetOnZoomStarted] ( EventHandler <? super  ZoomEvent > value)   Sets the value of the property onZoomStarted. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnZoomStarted()Scenejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setOnZoomStarted()METHODsetRoot9 ( Parent  value)   Sets the value of the property root. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setRoot()Scenejavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#setRoot()METHODsnapshot  ( Callback < SnapshotResult ,java.lang.Void> callback,  WritableImage  image)   Takes a snapshot of this scene at the next frame and calls the specified callbaHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#snapshot()Scenejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#snapshot()METHODsnapshotk ( WritableImage  image)   Takes a snapshot of this scene and returns the rendered image when it is ready. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#snapshot()Scenejavafx.sceneHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#snapshot()METHODstartDragAndDropv ( TransferMode ... transferModes)   Confirms a potential drag and drop gesture that is recognized over this  Scene . Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#startDragAndDrop()Scenejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#startDragAndDrop()METHOD
startFullDragR ()   Starts a full press-drag-release gesture with this scene as gesture source. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#startFullDrag()Scenejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#startFullDrag()METHOD
widthProperty  ()   The width of this  Scene  Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#widthProperty()Scenejavafx.sceneMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#widthProperty()METHODwindowProperty$ ()   The  Window  for this  Scene  Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#windowProperty()Scenejavafx.sceneNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#windowProperty()METHOD      xProperty? ()   The horizontal location of this  Scene  on the  Window . Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#xProperty()Scenejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#xProperty()METHOD  yProperty= ()   The vertical location of this  Scene  on the  Window . Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#yProperty()Scenejavafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/Scene.html#yProperty()CLASSSceneAntialiasing‘Note: In order for  SceneAntialiasing  to have an affect, the underlying system must support:   ConditionalFeature.SCENE3D   and anti-aliasing.  javafx.sceneIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SceneAntialiasing.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SceneAntialiasing.htmlMETHODtoString () Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/SceneAntialiasing.html#toString()SceneAntialiasingjavafx.sceneThttp://download.java.net/jdk8/jfxdocs/javafx/scene/SceneAntialiasing.html#toString()FIELDBALANCEDN    Enables anti-aliasing optimizing for a balance of quality and performance Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SceneAntialiasing.html#BALANCEDSceneAntialiasingjavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SceneAntialiasing.html#BALANCEDFIELDDISABLED    Disables anti-aliasing Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SceneAntialiasing.html#DISABLEDSceneAntialiasingjavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SceneAntialiasing.html#DISABLEDCLASSScheduledService The ScheduledService is a   Service   which will automatically restart itself after a successful execution, and under some conditions will restart even in case javafx.concurrentMhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.htmlMhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.htmlPROPERTYbackoffStrategyF    Computes the amount of time to add to the period on each failure. ]http://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#backoffStrategyScheduledServicejavafx.concurrent]http://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#backoffStrategyPROPERTYcumulativePeriod=    The current cumulative period in use between iterations. ^http://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#cumulativePeriodScheduledServicejavafx.concurrent^http://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#cumulativePeriodPROPERTYcurrentFailureCountA    The current number of times the ScheduledService has failed. ahttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#currentFailureCountScheduledServicejavafx.concurrentahttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#currentFailureCountPROPERTYdelayl    The initial delay between when the ScheduledService is first started, and when it will begin operation. Shttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#delayScheduledServicejavafx.concurrentShttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#delayPROPERTY      lastValue*    The last successfully computed value. Whttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#lastValueScheduledServicejavafx.concurrentWhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#lastValuePROPERTYmaximumCumulativePeriod8    The maximum allowed value for the cumulativePeriod. ehttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#maximumCumulativePeriodScheduledServicejavafx.concurrentehttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#maximumCumulativePeriodPROPERTYmaximumFailureCounti    The maximum number of times the ScheduledService can fail before it simply ends in the FAILED state. ahttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#maximumFailureCountScheduledServicejavafx.concurrentahttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#maximumFailureCountPROPERTYperiodi    The minimum amount of time to allow between the start of the last run and the start of the next run. Thttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#periodScheduledServicejavafx.concurrentThttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#periodPROPERTYrestartOnFailuren    Indicates whether the ScheduledService should automatically restart in the case of a failure in the Task. ^http://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#restartOnFailureScheduledServicejavafx.concurrent^http://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#restartOnFailureMETHODbackoffStrategyPropertyH ()   Computes the amount of time to add to the period on each failure. ghttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#backoffStrategyProperty()ScheduledServicejavafx.concurrentghttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#backoffStrategyProperty()METHODcancelz ()   Cancels any currently running task and stops this scheduled service, such that no additional iterations will occur. Vhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#cancel()ScheduledServicejavafx.concurrentVhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#cancel()METHODcumulativePeriodProperty? ()   The current cumulative period in use between iterations. hhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#cumulativePeriodProperty()ScheduledServicejavafx.concurrenthhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#cumulativePeriodProperty()METHODcurrentFailureCountPropertyC ()   The current number of times the ScheduledService has failed. khttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#currentFailureCountProperty()ScheduledServicejavafx.concurrentkhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#currentFailureCountProperty()METHOD
delayPropertyn ()   The initial delay between when the ScheduledService is first started, and when it will begin operation. ]http://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#delayProperty()ScheduledServicejavafx.concurrent]http://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#delayProperty()METHODexecuteTask^ ( Task < V > task)    Uses the  executor  defined on this Service to execute the given task. [http://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#executeTask()ScheduledServicejavafx.concurrent[http://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#executeTask()METHODfailed ()   A protected convenience method for subclasses, called whenever the state of the Task has transitioned to the FAILED state. Vhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#failed()ScheduledServicejavafx.concurrentVhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#failed()METHODgetBackoffStrategy6 ()   Gets the value of the property backoffStrategy. bhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#getBackoffStrategy()ScheduledServicejavafx.concurrentbhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#getBackoffStrategy()METHODgetCumulativePeriod7 ()   Gets the value of the property cumulativePeriod. chttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#getCumulativePeriod()ScheduledServicejavafx.concurrentchttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#getCumulativePeriod()METHODgetCurrentFailureCount: ()   Gets the value of the property currentFailureCount. fhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#getCurrentFailureCount()ScheduledServicejavafx.concurrentfhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#getCurrentFailureCount()METHODgetDelay, ()   Gets the value of the property delay. Xhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#getDelay()ScheduledServicejavafx.concurrentXhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#getDelay()METHODgetLastValue0 ()   Gets the value of the property lastValue. \http://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#getLastValue()ScheduledServicejavafx.concurrent\http://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#getLastValue()METHODgetMaximumCumulativePeriod> ()   Gets the value of the property maximumCumulativePeriod. jhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#getMaximumCumulativePeriod()ScheduledServicejavafx.concurrentjhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#getMaximumCumulativePeriod()METHODgetMaximumFailureCount: ()   Gets the value of the property maximumFailureCount. fhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#getMaximumFailureCount()ScheduledServicejavafx.concurrentfhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#getMaximumFailureCount()METHOD      getPeriod- ()   Gets the value of the property period. Yhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#getPeriod()ScheduledServicejavafx.concurrentYhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#getPeriod()METHODgetRestartOnFailure7 ()   Gets the value of the property restartOnFailure. chttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#getRestartOnFailure()ScheduledServicejavafx.concurrentchttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#getRestartOnFailure()METHODlastValueProperty, ()   The last successfully computed value. ahttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#lastValueProperty()ScheduledServicejavafx.concurrentahttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#lastValueProperty()METHODmaximumCumulativePeriodProperty: ()   The maximum allowed value for the cumulativePeriod. ohttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#maximumCumulativePeriodProperty()ScheduledServicejavafx.concurrentohttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#maximumCumulativePeriodProperty()METHODmaximumFailureCountPropertyk ()   The maximum number of times the ScheduledService can fail before it simply ends in the FAILED state. khttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#maximumFailureCountProperty()ScheduledServicejavafx.concurrentkhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#maximumFailureCountProperty()METHODperiodPropertyk ()   The minimum amount of time to allow between the start of the last run and the start of the next run. ^http://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#periodProperty()ScheduledServicejavafx.concurrent^http://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#periodProperty()METHODreset ()   Resets the Service. Uhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#reset()ScheduledServicejavafx.concurrentUhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#reset()METHODrestartOnFailurePropertyp ()   Indicates whether the ScheduledService should automatically restart in the case of a failure in the Task. hhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#restartOnFailureProperty()ScheduledServicejavafx.concurrenthhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#restartOnFailureProperty()METHODsetBackoffStrategyh ( Callback < ScheduledService <?>, Duration > value)   Sets the value of the property backoffStrategy. bhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#setBackoffStrategy()ScheduledServicejavafx.concurrentbhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#setBackoffStrategy()METHODsetDelay< ( Duration  value)   Sets the value of the property delay. Xhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#setDelay()ScheduledServicejavafx.concurrentXhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#setDelay()METHODsetMaximumCumulativePeriodN ( Duration  value)   Sets the value of the property maximumCumulativePeriod. jhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#setMaximumCumulativePeriod()ScheduledServicejavafx.concurrentjhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#setMaximumCumulativePeriod()METHODsetMaximumFailureCountC (int value)   Sets the value of the property maximumFailureCount. fhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#setMaximumFailureCount()ScheduledServicejavafx.concurrentfhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#setMaximumFailureCount()METHOD     setPeriod= ( Duration  value)   Sets the value of the property period. Yhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#setPeriod()ScheduledServicejavafx.concurrentYhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#setPeriod()METHODsetRestartOnFailureD (boolean value)   Sets the value of the property restartOnFailure. chttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#setRestartOnFailure()ScheduledServicejavafx.concurrentchttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#setRestartOnFailure()METHOD  succeeded„ ()   A protected convenience method for subclasses, called whenever the state of the Task has transitioned to the SUCCEEDED state. Yhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#succeeded()ScheduledServicejavafx.concurrentYhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#succeeded()FIELDEXPONENTIAL_BACKOFF_STRATEGY    A Callback implementation for the  backoffStrategy  property which will exponentially backoff the period between re-executions in the case of a failure. jhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#EXPONENTIAL_BACKOFF_STRATEGYScheduledServicejavafx.concurrentjhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#EXPONENTIAL_BACKOFF_STRATEGYFIELDLINEAR_BACKOFF_STRATEGY˜    A Callback implementation for the  backoffStrategy  property which will linearly backoff the period between re-executions in the case of a failure. ehttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#LINEAR_BACKOFF_STRATEGYScheduledServicejavafx.concurrentehttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#LINEAR_BACKOFF_STRATEGYFIELDLOGARITHMIC_BACKOFF_STRATEGYŸ    A Callback implementation for the  backoffStrategy  property which will logarithmically backoff the period between re-executions in the case of a failure. jhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#LOGARITHMIC_BACKOFF_STRATEGYScheduledServicejavafx.concurrentjhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/ScheduledService.html#LOGARITHMIC_BACKOFF_STRATEGYCLASSScreen For example:    Rectangle2D primaryScreenBounds = Screen.getPrimary().getVisualBounds(); //set Stage boundaries to visible bounds of the main screen stage.setX(javafx.stage>http://download.java.net/jdk8/jfxdocs/javafx/stage/Screen.html>http://download.java.net/jdk8/jfxdocs/javafx/stage/Screen.htmlMETHODequalsV (java.lang.Object obj)   Indicates whether some other object is "equal to" this one. Ghttp://download.java.net/jdk8/jfxdocs/javafx/stage/Screen.html#equals()Screenjavafx.stageGhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Screen.html#equals()METHOD   getBounds( ()   Gets the bounds of this  Screen . Jhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Screen.html#getBounds()Screenjavafx.stageJhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Screen.html#getBounds()METHODgetDpi< ()   Gets the resolution (dots per inch) of this  Screen . Ghttp://download.java.net/jdk8/jfxdocs/javafx/stage/Screen.html#getDpi()Screenjavafx.stageGhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Screen.html#getDpi()METHOD
 947 getPrimary ()   The primary  Screen . Khttp://download.java.net/jdk8/jfxdocs/javafx/stage/Screen.html#getPrimary()Screenjavafx.stageKhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Screen.html#getPrimary()METHOD
 948 getScreens< ()   The observable list of currently available  Screens . Khttp://download.java.net/jdk8/jfxdocs/javafx/stage/Screen.html#getScreens()Screenjavafx.stageKhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Screen.html#getScreens()METHODgetScreensForRectangleƒ (double x, double y, double width, double height)   Returns a ObservableList of  Screens  that intersects the provided rectangle. Whttp://download.java.net/jdk8/jfxdocs/javafx/stage/Screen.html#getScreensForRectangle()Screenjavafx.stageWhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Screen.html#getScreensForRectangle()METHODgetScreensForRectanglec ( Rectangle2D  r)   Returns a ObservableList of  Screens  that intersects the provided rectangle. Whttp://download.java.net/jdk8/jfxdocs/javafx/stage/Screen.html#getScreensForRectangle()Screenjavafx.stageWhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Screen.html#getScreensForRectangle()METHODgetVisualBounds/ ()   Gets the visual bounds of this  Screen . Phttp://download.java.net/jdk8/jfxdocs/javafx/stage/Screen.html#getVisualBounds()Screenjavafx.stagePhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Screen.html#getVisualBounds()METHODhashCode4 ()   Returns a hash code for this  Screen  object. Ihttp://download.java.net/jdk8/jfxdocs/javafx/stage/Screen.html#hashCode()Screenjavafx.stageIhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Screen.html#hashCode()METHODtoString? ()   Returns a string representation of this  Screen  object. Ihttp://download.java.net/jdk8/jfxdocs/javafx/stage/Screen.html#toString()Screenjavafx.stageIhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Screen.html#toString()CLASS       ScrollBar ScrollBar sets focusTraversable to false.     This example creates a vertical ScrollBar :    import javafx.scene.control.ScrollBar; ScrollBar s1 = new ScrollBarjavafx.scene.controlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.htmlPROPERTYblockIncrementT    The amount by which to adjust the scrollbar if the track of the bar is clicked. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#blockIncrement     ScrollBarjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#blockIncrementPROPERTYmax7    The maximum value represented by this  ScrollBar . Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#max ScrollBarjavafx.scene.controlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#maxPROPERTYmin7    The minimum value represented by this  ScrollBar . Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#min    ScrollBarjavafx.scene.controlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#minPROPERTYorientationU    The orientation of the  ScrollBar  can either be   HORIZONTAL   or   VERTICAL  . Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#orientation      ScrollBarjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#orientationPROPERTY
unitIncrementl    The amount by which to adjust the ScrollBar when the   increment   or   decrement   methods are called. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#unitIncrement   ScrollBarjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#unitIncrementPROPERTYvalue7    The current value represented by this  ScrollBar . Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#value      ScrollBarjavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#valuePROPERTY
visibleAmountj    Visible amount of the scrollbar's range, typically represented by the size of the scroll bar's thumb. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#visibleAmount   ScrollBarjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#visibleAmountMETHODadjustValueK (double position)   Adjusts the   value   property by   blockIncrement  . Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#adjustValue()    ScrollBarjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#adjustValue()METHODblockIncrementPropertyV ()   The amount by which to adjust the scrollbar if the track of the bar is clicked. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#blockIncrementProperty()   ScrollBarjavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#blockIncrementProperty()METHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#createDefaultSkin()      ScrollBarjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#createDefaultSkin()METHOD    decrementG ()   Decrements the value of the  ScrollBar  by the   unitIncrement   Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#decrement()   ScrollBarjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#decrement()METHODgetBlockIncrement5 ()   Gets the value of the property blockIncrement. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#getBlockIncrement()        ScrollBarjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#getBlockIncrement()METHODgetClassCssMetaData () _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#getClassCssMetaData()     ScrollBarjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#getClassCssMetaData()METHODgetControlCssMetaData () ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#getControlCssMetaData()       ScrollBarjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#getControlCssMetaData()METHODgetMax* ()   Gets the value of the property max. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#getMax()     ScrollBarjavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#getMax()METHODgetMin* ()   Gets the value of the property min. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#getMin()    ScrollBarjavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#getMin()METHODgetOrientation2 ()   Gets the value of the property orientation. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#getOrientation()    ScrollBarjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#getOrientation()METHODgetUnitIncrement4 ()   Gets the value of the property unitIncrement. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#getUnitIncrement()      ScrollBarjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#getUnitIncrement()METHODgetValue, ()   Gets the value of the property value. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#getValue()      ScrollBarjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#getValue()METHODgetVisibleAmount4 ()   Gets the value of the property visibleAmount. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#getVisibleAmount()    ScrollBarjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#getVisibleAmount()METHOD     incrementG ()   Increments the value of the  ScrollBar  by the   unitIncrement   Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#increment()   ScrollBarjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#increment()METHODmaxProperty9 ()   The maximum value represented by this  ScrollBar . Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#maxProperty()        ScrollBarjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#maxProperty()METHODminProperty9 ()   The minimum value represented by this  ScrollBar . Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#minProperty()      ScrollBarjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#minProperty()METHODorientationPropertyW ()   The orientation of the  ScrollBar  can either be   HORIZONTAL   or   VERTICAL  . _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#orientationProperty()        ScrollBarjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#orientationProperty()METHODsetBlockIncrementA (double value)   Sets the value of the property blockIncrement. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#setBlockIncrement()  ScrollBarjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#setBlockIncrement()METHODsetMax6 (double value)   Sets the value of the property max. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#setMax()     ScrollBarjavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#setMax()METHODsetMin6 (double value)   Sets the value of the property min. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#setMin()        ScrollBarjavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#setMin()METHODsetOrientationE ( Orientation  value)   Sets the value of the property orientation. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#setOrientation() ScrollBarjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#setOrientation()METHODsetUnitIncrement@ (double value)   Sets the value of the property unitIncrement. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#setUnitIncrement()  ScrollBarjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#setUnitIncrement()METHODsetValue8 (double value)   Sets the value of the property value. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#setValue()  ScrollBarjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#setValue()METHODsetVisibleAmount@ (double value)   Sets the value of the property visibleAmount. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#setVisibleAmount()        ScrollBarjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#setVisibleAmount()METHODunitIncrementPropertyn ()   The amount by which to adjust the ScrollBar when the   increment   or   decrement   methods are called. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#unitIncrementProperty()        ScrollBarjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#unitIncrementProperty()METHOD
valueProperty9 ()   The current value represented by this  ScrollBar . Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#valueProperty()        ScrollBarjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#valueProperty()METHODvisibleAmountPropertyl ()   Visible amount of the scrollbar's range, typically represented by the size of the scroll bar's thumb. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#visibleAmountProperty()     ScrollBarjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollBar.html#visibleAmountProperty()CLASSScrollEvent When the scrolling is produced by a touch gesture (such as dragging a finger over a touch screen), it is surrounded by the  SCROLL_STARTED  and  SCROLL_FINISHEDjavafx.scene.inputIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.htmlMETHODcopyForŽ (java.lang.Object newSource,  EventTarget  newTarget)   Creates and returns a copy of this event with the specified event source and target. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#copyFor()ScrollEventjavafx.scene.inputShttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#copyFor()METHODcopyForŸ (java.lang.Object newSource,  EventTarget  newTarget,  EventType < ScrollEvent > type)   Creates a copy of the given event with the given fields substituted. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#copyFor()ScrollEventjavafx.scene.inputShttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#copyFor()METHOD       getDeltaX) ()   Gets the horizontal scroll amount. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#getDeltaX()ScrollEventjavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#getDeltaX()METHOD    getDeltaY' ()   Gets the vertical scroll amount. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#getDeltaY()ScrollEventjavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#getDeltaY()METHODgetEventType) ()   Gets the event type of this event. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#getEventType()ScrollEventjavafx.scene.inputXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#getEventType()METHODgetMultiplierXO ()   Gets the multiplier used to convert mouse wheel rotation units to pixels Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#getMultiplierX()ScrollEventjavafx.scene.inputZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#getMultiplierX()METHODgetMultiplierYO ()   Gets the multiplier used to convert mouse wheel rotation units to pixels Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#getMultiplierY()ScrollEventjavafx.scene.inputZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#getMultiplierY()METHOD
getTextDeltaX4 ()   Gets the horizontal text-based scroll amount. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#getTextDeltaX()ScrollEventjavafx.scene.inputYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#getTextDeltaX()METHODgetTextDeltaXUnitsD ()   Gets the horizontal scrolling units for text-based scrolling. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#getTextDeltaXUnits()ScrollEventjavafx.scene.input^http://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#getTextDeltaXUnits()METHOD
getTextDeltaY2 ()   Gets the vertical text-based scroll amount. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#getTextDeltaY()ScrollEventjavafx.scene.inputYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#getTextDeltaY()METHODgetTextDeltaYUnitsB ()   Gets the vertical scrolling units for text-based scrolling. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#getTextDeltaYUnits()ScrollEventjavafx.scene.input^http://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#getTextDeltaYUnits()METHODgetTotalDeltaXJ ()   Gets the cumulative horizontal scroll amount for the whole gesture. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#getTotalDeltaX()ScrollEventjavafx.scene.inputZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#getTotalDeltaX()METHODgetTotalDeltaYH ()   Gets the cumulative vertical scroll amount for the whole gesture. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#getTotalDeltaY()ScrollEventjavafx.scene.inputZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#getTotalDeltaY()METHOD
getTouchCount: ()   Gets number of touch points that caused this event. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#getTouchCount()ScrollEventjavafx.scene.inputYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#getTouchCount()METHODtoStringD ()   Returns a string representation of this  ScrollEvent  object. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#toString()ScrollEventjavafx.scene.inputThttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#toString()FIELDANY1    Common supertype for all scroll event types. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#ANYScrollEventjavafx.scene.inputMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#ANYFIELDSCROLL    This event occurs when user performs a scrolling action such as rotating mouse wheel or dragging a finger over touch screen. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#SCROLLScrollEventjavafx.scene.inputPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#SCROLLFIELDSCROLL_FINISHED5    This event occurs when a scrolling gesture ends. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#SCROLL_FINISHEDScrollEventjavafx.scene.inputYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#SCROLL_FINISHEDFIELDSCROLL_STARTED<    This event occurs when a scrolling gesture is detected. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#SCROLL_STARTEDScrollEventjavafx.scene.inputXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.html#SCROLL_STARTEDENUM%ScrollEvent.HorizontalTextScrollUnitsjavafx.scene.inputchttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.HorizontalTextScrollUnits.htmlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.HorizontalTextScrollUnits.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.HorizontalTextScrollUnits.html#valueOf()%ScrollEvent.HorizontalTextScrollUnitsjavafx.scene.inputmhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.HorizontalTextScrollUnits.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.HorizontalTextScrollUnits.html#values()%ScrollEvent.HorizontalTextScrollUnitsjavafx.scene.inputlhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.HorizontalTextScrollUnits.html#values()ENUM#ScrollEvent.VerticalTextScrollUnitsjavafx.scene.inputahttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.VerticalTextScrollUnits.htmlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.VerticalTextScrollUnits.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. khttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.VerticalTextScrollUnits.html#valueOf()#ScrollEvent.VerticalTextScrollUnitsjavafx.scene.inputkhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.VerticalTextScrollUnits.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.VerticalTextScrollUnits.html#values()#ScrollEvent.VerticalTextScrollUnitsjavafx.scene.inputjhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ScrollEvent.VerticalTextScrollUnits.html#values()CLASS
 949 ScrollPane The ScrollPane allows the application to set the current, minimum, and maximum values for positioning the contents in the horizontal and vertical directions. Thjavafx.scene.controlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.htmlPROPERTYcontent5    The node used as the content of this ScrollPane. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#content
 950 ScrollPanejavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#contentPROPERTYfitToHeight‹    If true and if the contained node is a Resizable, then the node will be kept resized to match the height of the ScrollPane's viewport. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#fitToHeight
 951 ScrollPanejavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#fitToHeightPROPERTY
 952 fitToWidthŠ    If true and if the contained node is a Resizable, then the node will be kept resized to match the width of the ScrollPane's viewport. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#fitToWidth
 953 ScrollPanejavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#fitToWidthPROPERTY
 954 hbarPolicy@    Specifies the policy for showing the horizontal scroll bar. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#hbarPolicy
 955 ScrollPanejavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#hbarPolicyPROPERTYhmax:    The maximum allowable   hvalue   for this ScrollPane. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#hmax
 956 ScrollPanejavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#hmaxPROPERTYhmin:    The minimum allowable   hvalue   for this ScrollPane. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#hmin
 957 ScrollPanejavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#hminPROPERTYhvalue>    The current horizontal scroll position of the ScrollPane. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#hvalue
 958 ScrollPanejavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#hvaluePROPERTYpannableV    Specifies whether the user should be able to pan the viewport by using the mouse. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#pannable
 959 ScrollPanejavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#pannablePROPERTYprefViewportHeight=    Specify the preferred height of the ScrollPane Viewport. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#prefViewportHeight
 960 ScrollPanejavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#prefViewportHeightPROPERTYprefViewportWidth<    Specify the perferred width of the ScrollPane Viewport. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#prefViewportWidth
 961 ScrollPanejavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#prefViewportWidthPROPERTY
 962 vbarPolicy>    Specifies the policy for showing the vertical scroll bar. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#vbarPolicy
 963 ScrollPanejavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#vbarPolicyPROPERTYviewportBounds2    The actual Bounds of the ScrollPane Viewport. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#viewportBounds
 964 ScrollPanejavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#viewportBoundsPROPERTYvmax:    The maximum allowable   vvalue   for this ScrollPane. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#vmax
 965 ScrollPanejavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#vmaxPROPERTYvmin:    The minimum allowable   vvalue   for this ScrollPane. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#vmin
 966 ScrollPanejavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#vminPROPERTYvvalue<    The current vertical scroll position of the ScrollPane. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#vvalue
 967 ScrollPanejavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#vvalueMETHODcontentProperty7 ()   The node used as the content of this ScrollPane. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#contentProperty()
 968 ScrollPanejavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#contentProperty()METHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#createDefaultSkin()
 969 ScrollPanejavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#createDefaultSkin()METHODfitToHeightProperty ()   If true and if the contained node is a Resizable, then the node will be kept resized to match the height of the ScrollPane's viewport. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#fitToHeightProperty()
 970 ScrollPanejavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#fitToHeightProperty()METHODfitToWidthPropertyΠ()   If true and if the contained node is a Resizable, then the node will be kept resized to match the width of the ScrollPane's viewport. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#fitToWidthProperty()
 971 ScrollPanejavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#fitToWidthProperty()METHODgetClassCssMetaData () `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#getClassCssMetaData()
 972 ScrollPanejavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#getClassCssMetaData()METHOD
 973 getContent. ()   Gets the value of the property content. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#getContent()
 974 ScrollPanejavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#getContent()METHODgetControlCssMetaData () bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#getControlCssMetaData()
 975 ScrollPanejavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#getControlCssMetaData()METHOD
getHbarPolicy1 ()   Gets the value of the property hbarPolicy. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#getHbarPolicy()
 976 ScrollPanejavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#getHbarPolicy()METHODgetHmax+ ()   Gets the value of the property hmax. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#getHmax()
 977 ScrollPanejavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#getHmax()METHODgetHmin+ ()   Gets the value of the property hmin. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#getHmin()
 978 ScrollPanejavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#getHmin()METHOD    getHvalue- ()   Gets the value of the property hvalue. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#getHvalue()
 979 ScrollPanejavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#getHvalue()METHODgetPrefViewportHeight9 ()   Gets the value of the property prefViewportHeight. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#getPrefViewportHeight()
 980 ScrollPanejavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#getPrefViewportHeight()METHODgetPrefViewportWidth8 ()   Gets the value of the property prefViewportWidth. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#getPrefViewportWidth()
 981 ScrollPanejavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#getPrefViewportWidth()METHOD
getVbarPolicy1 ()   Gets the value of the property vbarPolicy. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#getVbarPolicy()
 982 ScrollPanejavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#getVbarPolicy()METHODgetViewportBounds5 ()   Gets the value of the property viewportBounds. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#getViewportBounds()
 983 ScrollPanejavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#getViewportBounds()METHODgetVmax+ ()   Gets the value of the property vmax. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#getVmax()
 984 ScrollPanejavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#getVmax()METHODgetVmin+ ()   Gets the value of the property vmin. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#getVmin()
 985 ScrollPanejavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#getVmin()METHOD    getVvalue- ()   Gets the value of the property vvalue. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#getVvalue()
 986 ScrollPanejavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#getVvalue()METHODhbarPolicyPropertyB ()   Specifies the policy for showing the horizontal scroll bar. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#hbarPolicyProperty()
 987 ScrollPanejavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#hbarPolicyProperty()METHODhmaxProperty< ()   The maximum allowable   hvalue   for this ScrollPane. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#hmaxProperty()
 988 ScrollPanejavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#hmaxProperty()METHODhminProperty< ()   The minimum allowable   hvalue   for this ScrollPane. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#hminProperty()
 989 ScrollPanejavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#hminProperty()METHODhvalueProperty@ ()   The current horizontal scroll position of the ScrollPane. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#hvalueProperty()
 990 ScrollPanejavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#hvalueProperty()METHOD
isFitToHeight2 ()   Gets the value of the property fitToHeight. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#isFitToHeight()
 991 ScrollPanejavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#isFitToHeight()METHODisFitToWidth1 ()   Gets the value of the property fitToWidth. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#isFitToWidth()
 992 ScrollPanejavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#isFitToWidth()METHOD
 993 isPannable/ ()   Gets the value of the property pannable. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#isPannable()
 994 ScrollPanejavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#isPannable()METHODpannablePropertyX ()   Specifies whether the user should be able to pan the viewport by using the mouse. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#pannableProperty()
 995 ScrollPanejavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#pannableProperty()METHODprefViewportHeightProperty? ()   Specify the preferred height of the ScrollPane Viewport. ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#prefViewportHeightProperty()
 996 ScrollPanejavafx.scene.controlghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#prefViewportHeightProperty()METHODprefViewportWidthProperty> ()   Specify the perferred width of the ScrollPane Viewport. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#prefViewportWidthProperty()
 997 ScrollPanejavafx.scene.controlfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#prefViewportWidthProperty()METHOD
 998 setContent: ( Node  value)   Sets the value of the property content. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setContent()
 999 ScrollPanejavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setContent()METHODsetFitToHeight? (boolean value)   Sets the value of the property fitToHeight. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setFitToHeight()
1000 ScrollPanejavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setFitToHeight()METHOD
setFitToWidth> (boolean value)   Sets the value of the property fitToWidth. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setFitToWidth()
1001 ScrollPanejavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setFitToWidth()METHOD
setHbarPolicyS ( ScrollPane.ScrollBarPolicy  value)   Sets the value of the property hbarPolicy. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setHbarPolicy()
1002 ScrollPanejavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setHbarPolicy()METHODsetHmax7 (double value)   Sets the value of the property hmax. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setHmax()
1003 ScrollPanejavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setHmax()METHODsetHmin7 (double value)   Sets the value of the property hmin. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setHmin()
1004 ScrollPanejavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setHmin()METHOD    setHvalue9 (double value)   Sets the value of the property hvalue. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setHvalue()
1005 ScrollPanejavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setHvalue()METHODsetPannable< (boolean value)   Sets the value of the property pannable. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setPannable()
1006 ScrollPanejavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setPannable()METHODsetPrefViewportHeightE (double value)   Sets the value of the property prefViewportHeight. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setPrefViewportHeight()
1007 ScrollPanejavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setPrefViewportHeight()METHODsetPrefViewportWidthD (double value)   Sets the value of the property prefViewportWidth. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setPrefViewportWidth()
1008 ScrollPanejavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setPrefViewportWidth()METHOD
setVbarPolicyS ( ScrollPane.ScrollBarPolicy  value)   Sets the value of the property vbarPolicy. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setVbarPolicy()
1009 ScrollPanejavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setVbarPolicy()METHODsetViewportBoundsC ( Bounds  value)   Sets the value of the property viewportBounds. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setViewportBounds()
1010 ScrollPanejavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setViewportBounds()METHODsetVmax7 (double value)   Sets the value of the property vmax. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setVmax()
1011 ScrollPanejavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setVmax()METHODsetVmin7 (double value)   Sets the value of the property vmin. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setVmin()
1012 ScrollPanejavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setVmin()METHOD    setVvalue9 (double value)   Sets the value of the property vvalue. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setVvalue()
1013 ScrollPanejavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#setVvalue()METHODvbarPolicyProperty@ ()   Specifies the policy for showing the vertical scroll bar. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#vbarPolicyProperty()
1014 ScrollPanejavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#vbarPolicyProperty()METHODviewportBoundsProperty4 ()   The actual Bounds of the ScrollPane Viewport. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#viewportBoundsProperty()
1015 ScrollPanejavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#viewportBoundsProperty()METHODvmaxProperty< ()   The maximum allowable   vvalue   for this ScrollPane. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#vmaxProperty()
1016 ScrollPanejavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#vmaxProperty()METHODvminProperty< ()   The minimum allowable   vvalue   for this ScrollPane. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#vminProperty()
1017 ScrollPanejavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#vminProperty()METHODvvalueProperty> ()   The current vertical scroll position of the ScrollPane. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#vvalueProperty()
1018 ScrollPanejavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.html#vvalueProperty()ENUMScrollPane.ScrollBarPolicyjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.ScrollBarPolicy.htmlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.ScrollBarPolicy.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.ScrollBarPolicy.html#valueOf()ScrollPane.ScrollBarPolicyjavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.ScrollBarPolicy.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.ScrollBarPolicy.html#values()ScrollPane.ScrollBarPolicyjavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollPane.ScrollBarPolicy.html#values()CLASS
ScrollToEventjavafx.scene.controlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollToEvent.htmlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollToEvent.htmlMETHODgetScrollTarget () _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollToEvent.html#getScrollTarget()
ScrollToEventjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollToEvent.html#getScrollTarget()METHODscrollToColumnS ()   This event occurs if the user requests scrolling a   TableColumnBase   (i.e. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollToEvent.html#scrollToColumn()
ScrollToEventjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollToEvent.html#scrollToColumn()METHODscrollToTopIndexP ()   This event occurs if the user requests scrolling a given index into view. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollToEvent.html#scrollToTopIndex()
ScrollToEventjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollToEvent.html#scrollToTopIndex()FIELDANY4    Common supertype for all scroll-to event types. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollToEvent.html#ANY
ScrollToEventjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ScrollToEvent.html#ANYENUM
SelectionModejavafx.scene.controlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionMode.htmlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionMode.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionMode.html#valueOf()
SelectionModejavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionMode.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionMode.html#values()
SelectionModejavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionMode.html#values()CLASSSelectionModel Refers to the selected index property, which is used to indicate the currently selected index value in the selection model. The selected index is either -1, to javafx.scene.controlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.htmlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.htmlPROPERTY
selectedIndex€    Refers to the selected index property, which is used to indicate the currently selected index value in the selection model. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#selectedIndexSelectionModeljavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#selectedIndexPROPERTYselectedItemx    Refers to the selected item property, which is used to indicate the currently selected item in the selection model. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#selectedItemSelectionModeljavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#selectedItemMETHODclearAndSelecte (int index)   A method that clears any selection prior to setting the selection to the given index. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#clearAndSelect()SelectionModeljavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#clearAndSelect()METHODclearSelection: ()   Clears the selection model of all selected indices. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#clearSelection()SelectionModeljavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#clearSelection()METHODclearSelectionT (int index)   This method will clear the selection of the item in the given index. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#clearSelection()SelectionModeljavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#clearSelection()METHODgetSelectedIndexW ()   Returns the integer value indicating the currently selected index in this model. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#getSelectedIndex()SelectionModeljavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#getSelectedIndex()METHODgetSelectedItem\ ()   Returns the currently selected object (which resides in the selected index position). `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#getSelectedItem()SelectionModeljavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#getSelectedItem()METHODisEmptyU ()   This method is available to test whether there are any selected indices/items. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#isEmpty()SelectionModeljavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#isEmpty()METHOD
1019 isSelectedm (int index)   Convenience method to inform if the given index is currently selected in this SelectionModel. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#isSelected()SelectionModeljavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#isSelected()METHODselect{ (int index)   This will select the given index in the selection model, assuming the index is within the valid range (i.e. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#select()SelectionModeljavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#select()METHODselectZ ( T  obj)   This method will attempt to select the index that contains the given object. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#select()SelectionModeljavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#select()METHODselectedIndexProperty‚ ()   Refers to the selected index property, which is used to indicate the currently selected index value in the selection model. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#selectedIndexProperty()SelectionModeljavafx.scene.controlfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#selectedIndexProperty()METHODselectedItemPropertyz ()   Refers to the selected item property, which is used to indicate the currently selected item in the selection model. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#selectedItemProperty()SelectionModeljavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#selectedItemProperty()METHODselectFirstI ()   This method will attempt to select the first index in the control. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#selectFirst()SelectionModeljavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#selectFirst()METHOD
1020 selectLastH ()   This method will attempt to select the last index in the control. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#selectLast()SelectionModeljavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#selectLast()METHOD
1021 selectNext] ()   This method will attempt to select the index directly after the current focused index. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#selectNext()SelectionModeljavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#selectNext()METHODselectPrevious^ ()   This method will attempt to select the index directly before the current focused index. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#selectPrevious()SelectionModeljavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#selectPrevious()METHODsetSelectedIndex= (int value)   Sets the value of the property selectedIndex. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#setSelectedIndex()SelectionModeljavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#setSelectedIndex()METHODsetSelectedItem< ( T  value)   Sets the value of the property selectedItem. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#setSelectedItem()SelectionModeljavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SelectionModel.html#setSelectedItem()CLASS      Separator The separator is horizontal (i.e.  isVertical() == false ) by default.   The style-class for this control is "separator".   The separator provides two pseudo-cljavafx.scene.controlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.htmlPROPERTY
1022 halignment{    For vertical separators, specifies the horizontal position of the separator line within the separator control's space. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.html#halignment       Separatorjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.html#halignmentPROPERTYorientationM    The orientation of the  Separator  can either be horizontal or vertical. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.html#orientation       Separatorjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.html#orientationPROPERTY
1023 valignment|    For horizontal separators, specifies the vertical alignment of the separator line within the separator control's space. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.html#valignment      Separatorjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.html#valignmentMETHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.html#createDefaultSkin()    Separatorjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.html#createDefaultSkin()METHODgetClassCssMetaData () _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.html#getClassCssMetaData()     Separatorjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.html#getClassCssMetaData()METHOD
getHalignment1 ()   Gets the value of the property halignment. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.html#getHalignment()  Separatorjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.html#getHalignment()METHODgetOrientation2 ()   Gets the value of the property orientation. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.html#getOrientation()     Separatorjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.html#getOrientation()METHOD
getValignment1 ()   Gets the value of the property valignment. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.html#getValignment()       Separatorjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.html#getValignment()METHODhalignmentProperty} ()   For vertical separators, specifies the horizontal position of the separator line within the separator control's space. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.html#halignmentProperty()  Separatorjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.html#halignmentProperty()METHODorientationPropertyO ()   The orientation of the  Separator  can either be horizontal or vertical. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.html#orientationProperty() Separatorjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.html#orientationProperty()METHOD
setHalignment= ( HPos  value)   Sets the value of the property halignment. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.html#setHalignment()      Separatorjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.html#setHalignment()METHODsetOrientationE ( Orientation  value)   Sets the value of the property orientation. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.html#setOrientation()  Separatorjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.html#setOrientation()METHOD
setValignment= ( VPos  value)   Sets the value of the property valignment. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.html#setValignment()   Separatorjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.html#setValignment()METHODvalignmentProperty~ ()   For horizontal separators, specifies the vertical alignment of the separator line within the separator control's space. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.html#valignmentProperty() Separatorjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Separator.html#valignmentProperty()CLASSSeparatorMenuItem A   MenuItem   that as the name suggests allows for a horizontal Separator to be embedded within it, by assigning a   Separator   to the   content   property ofjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SeparatorMenuItem.htmlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SeparatorMenuItem.htmlCLASS    SepiaTone Example:    SepiaTone sepiaTone = new SepiaTone(); sepiaTone.setLevel(0.7); Image image = new Image("boat.jpg"); ImageView imageView = new ImageView(image); imajavafx.scene.effectHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/SepiaTone.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/SepiaTone.htmlPROPERTYinput!    The input for this  Effect . Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/SepiaTone.html#input      SepiaTonejavafx.scene.effectNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/SepiaTone.html#inputPROPERTYlevelG    The level value, which controls the intensity of the sepia effect. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/SepiaTone.html#level SepiaTonejavafx.scene.effectNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/SepiaTone.html#levelMETHODgetInput, ()   Gets the value of the property input. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/SepiaTone.html#getInput()      SepiaTonejavafx.scene.effectShttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/SepiaTone.html#getInput()METHODgetLevel, ()   Gets the value of the property level. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/SepiaTone.html#getLevel() SepiaTonejavafx.scene.effectShttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/SepiaTone.html#getLevel()METHOD
inputProperty# ()   The input for this  Effect . Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/SepiaTone.html#inputProperty()      SepiaTonejavafx.scene.effectXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/SepiaTone.html#inputProperty()METHOD
levelPropertyI ()   The level value, which controls the intensity of the sepia effect. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/SepiaTone.html#levelProperty()   SepiaTonejavafx.scene.effectXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/SepiaTone.html#levelProperty()METHODsetInput: ( Effect  value)   Sets the value of the property input. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/SepiaTone.html#setInput()      SepiaTonejavafx.scene.effectShttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/SepiaTone.html#setInput()METHODsetLevel8 (double value)   Sets the value of the property level. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/SepiaTone.html#setLevel()     SepiaTonejavafx.scene.effectShttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/SepiaTone.html#setLevel()CLASSSequentialTransition Children of this  Transition  inherit   node  , if their  node  property is not specified.   Code Segment Example:       Rectangle rect = new Rectangle (100, 40javafx.animationPhttp://download.java.net/jdk8/jfxdocs/javafx/animation/SequentialTransition.htmlPhttp://download.java.net/jdk8/jfxdocs/javafx/animation/SequentialTransition.htmlPROPERTYnodeg    This   Node   is used in all child   Transitions  , that do not define a target  Node  themselves. Uhttp://download.java.net/jdk8/jfxdocs/javafx/animation/SequentialTransition.html#nodeSequentialTransitionjavafx.animationUhttp://download.java.net/jdk8/jfxdocs/javafx/animation/SequentialTransition.html#nodeMETHODgetChildrenA ()   A list of   Animations   that will be played sequentially. ^http://download.java.net/jdk8/jfxdocs/javafx/animation/SequentialTransition.html#getChildren()SequentialTransitionjavafx.animation^http://download.java.net/jdk8/jfxdocs/javafx/animation/SequentialTransition.html#getChildren()METHODgetNode+ ()   Gets the value of the property node. Zhttp://download.java.net/jdk8/jfxdocs/javafx/animation/SequentialTransition.html#getNode()SequentialTransitionjavafx.animationZhttp://download.java.net/jdk8/jfxdocs/javafx/animation/SequentialTransition.html#getNode()METHODgetParentTargetNodeF ()   Returns the target   Node   for animation of this  Transition . fhttp://download.java.net/jdk8/jfxdocs/javafx/animation/SequentialTransition.html#getParentTargetNode()SequentialTransitionjavafx.animationfhttp://download.java.net/jdk8/jfxdocs/javafx/animation/SequentialTransition.html#getParentTargetNode()METHODinterpolatec (double frac)   The method  interpolate()  has to be provided by implementations of  Transition . ^http://download.java.net/jdk8/jfxdocs/javafx/animation/SequentialTransition.html#interpolate()SequentialTransitionjavafx.animation^http://download.java.net/jdk8/jfxdocs/javafx/animation/SequentialTransition.html#interpolate()METHODnodePropertyi ()   This   Node   is used in all child   Transitions  , that do not define a target  Node  themselves. _http://download.java.net/jdk8/jfxdocs/javafx/animation/SequentialTransition.html#nodeProperty()SequentialTransitionjavafx.animation_http://download.java.net/jdk8/jfxdocs/javafx/animation/SequentialTransition.html#nodeProperty()METHODsetNode7 ( Node  value)   Sets the value of the property node. Zhttp://download.java.net/jdk8/jfxdocs/javafx/animation/SequentialTransition.html#setNode()SequentialTransitionjavafx.animationZhttp://download.java.net/jdk8/jfxdocs/javafx/animation/SequentialTransition.html#setNode()CLASSService A Service is a non-visual component encapsulating the information required to perform some work on one or more background threads. As part of the JavaFX UI librjavafx.concurrentDhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.htmlDhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.htmlPROPERTY  exceptionO    Gets the ReadOnlyObjectProperty representing any exception which occurred. Nhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#exceptionServicejavafx.concurrentNhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#exceptionPROPERTYexecutor2    The executor to use for running this Service. Mhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#executorServicejavafx.concurrentMhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#executorPROPERTYmessage>    Gets the ReadOnlyStringProperty representing the message. Lhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#messageServicejavafx.concurrentLhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#messagePROPERTYonCancelledh    The onCancelled event handler is called whenever the Task state transitions to the CANCELLED state. Phttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#onCancelledServicejavafx.concurrentPhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#onCancelledPROPERTYonFailedb    The onFailed event handler is called whenever the Task state transitions to the FAILED state. Mhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#onFailedServicejavafx.concurrentMhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#onFailedPROPERTYonReady`    The onReady event handler is called whenever the Task state transitions to the READY state. Lhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#onReadyServicejavafx.concurrentLhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#onReadyPROPERTY       onRunningd    The onRunning event handler is called whenever the Task state transitions to the RUNNING state. Nhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#onRunningServicejavafx.concurrentNhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#onRunningPROPERTYonScheduledg    The onSchedule event handler is called whenever the Task state transitions to the SCHEDULED state. Phttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#onScheduledServicejavafx.concurrentPhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#onScheduledPROPERTYonSucceededh    The onSucceeded event handler is called whenever the Task state transitions to the SUCCEEDED state. Phttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#onSucceededServicejavafx.concurrentPhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#onSucceededPROPERTYprogress?    Gets the ReadOnlyDoubleProperty representing the progress. Mhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#progressServicejavafx.concurrentMhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#progressPROPERTYrunningQ    Gets the ReadOnlyBooleanProperty representing whether the Worker is running. Lhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#runningServicejavafx.concurrentLhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#runningPROPERTYstateD    Gets the ReadOnlyObjectProperty representing the current state. Jhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#stateServicejavafx.concurrentJhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#statePROPERTYtitle<    Gets the ReadOnlyStringProperty representing the title. Jhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#titleServicejavafx.concurrentJhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#titlePROPERTY   totalWorkc    Gets the ReadOnlyDoubleProperty representing the maximum amount of work that needs to be done. Nhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#totalWorkServicejavafx.concurrentNhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#totalWorkPROPERTYvalue<    Gets the ReadOnlyObjectProperty representing the value. Jhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#valueServicejavafx.concurrentJhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#valuePROPERTYworkDoneG    Gets the ReadOnlyDoubleProperty representing the current progress. Mhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#workDoneServicejavafx.concurrentMhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#workDoneMETHODaddEventFilterm ( EventType <T> eventType,  EventHandler <? super T> eventFilter)   Registers an event filter to this task. Uhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#addEventFilter()Servicejavafx.concurrentUhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#addEventFilter()METHODaddEventHandlero ( EventType <T> eventType,  EventHandler <? super T> eventHandler)   Registers an event handler to this task. Vhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#addEventHandler()Servicejavafx.concurrentVhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#addEventHandler()METHODbuildEventDispatchChainR ( EventDispatchChain  tail)   Construct an event dispatch chain for this target. ^http://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#buildEventDispatchChain()Servicejavafx.concurrent^http://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#buildEventDispatchChain()METHODcancel2 ()   Cancels any currently running Task, if any. Mhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#cancel()Servicejavafx.concurrentMhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#cancel()METHOD        cancelled„ ()   A protected convenience method for subclasses, called whenever the state of the Task has transitioned to the CANCELLED state. Phttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#cancelled()Servicejavafx.concurrentPhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#cancelled()METHOD
1024 createTaskM ()   Invoked after the Service is started on the JavaFX Application Thread. Qhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#createTask()Servicejavafx.concurrentQhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#createTask()METHODexceptionPropertyQ ()   Gets the ReadOnlyObjectProperty representing any exception which occurred. Xhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#exceptionProperty()Servicejavafx.concurrentXhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#exceptionProperty()METHODexecuteTask^ ( Task < V > task)    Uses the  executor  defined on this Service to execute the given task. Rhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#executeTask()Servicejavafx.concurrentRhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#executeTask()METHODexecutorProperty4 ()   The executor to use for running this Service. Whttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#executorProperty()Servicejavafx.concurrentWhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#executorProperty()METHODfailed ()   A protected convenience method for subclasses, called whenever the state of the Task has transitioned to the FAILED state. Mhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#failed()Servicejavafx.concurrentMhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#failed()METHOD   fireEvent. ( Event  event)   Fires the specified event. Phttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#fireEvent()Servicejavafx.concurrentPhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#fireEvent()METHODgetException0 ()   Gets the value of the property exception. Shttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getException()Servicejavafx.concurrentShttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getException()METHODgetExecutor/ ()   Gets the value of the property executor. Rhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getExecutor()Servicejavafx.concurrentRhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getExecutor()METHOD
1025 getMessage. ()   Gets the value of the property message. Qhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getMessage()Servicejavafx.concurrentQhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getMessage()METHODgetOnCancelledj ()   The onCancelled event handler is called whenever the Task state transitions to the CANCELLED state. Uhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getOnCancelled()Servicejavafx.concurrentUhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getOnCancelled()METHODgetOnFailedd ()   The onFailed event handler is called whenever the Task state transitions to the FAILED state. Rhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getOnFailed()Servicejavafx.concurrentRhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getOnFailed()METHOD
1026 getOnReadyb ()   The onReady event handler is called whenever the Task state transitions to the READY state. Qhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getOnReady()Servicejavafx.concurrentQhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getOnReady()METHODgetOnRunningf ()   The onRunning event handler is called whenever the Task state transitions to the RUNNING state. Shttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getOnRunning()Servicejavafx.concurrentShttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getOnRunning()METHODgetOnScheduledi ()   The onSchedule event handler is called whenever the Task state transitions to the SCHEDULED state. Uhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getOnScheduled()Servicejavafx.concurrentUhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getOnScheduled()METHODgetOnSucceededj ()   The onSucceeded event handler is called whenever the Task state transitions to the SUCCEEDED state. Uhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getOnSucceeded()Servicejavafx.concurrentUhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getOnSucceeded()METHODgetProgress/ ()   Gets the value of the property progress. Rhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getProgress()Servicejavafx.concurrentRhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getProgress()METHODgetState, ()   Gets the value of the property state. Ohttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getState()Servicejavafx.concurrentOhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getState()METHODgetTitle, ()   Gets the value of the property title. Ohttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getTitle()Servicejavafx.concurrentOhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getTitle()METHODgetTotalWork0 ()   Gets the value of the property totalWork. Shttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getTotalWork()Servicejavafx.concurrentShttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getTotalWork()METHODgetValue, ()   Gets the value of the property value. Ohttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getValue()Servicejavafx.concurrentOhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getValue()METHODgetWorkDone/ ()   Gets the value of the property workDone. Rhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getWorkDone()Servicejavafx.concurrentRhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#getWorkDone()METHOD  isRunning. ()   Gets the value of the property running. Phttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#isRunning()Servicejavafx.concurrentPhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#isRunning()METHODmessageProperty@ ()   Gets the ReadOnlyStringProperty representing the message. Vhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#messageProperty()Servicejavafx.concurrentVhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#messageProperty()METHODonCancelledPropertyj ()   The onCancelled event handler is called whenever the Task state transitions to the CANCELLED state. Zhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#onCancelledProperty()Servicejavafx.concurrentZhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#onCancelledProperty()METHODonFailedPropertyd ()   The onFailed event handler is called whenever the Task state transitions to the FAILED state. Whttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#onFailedProperty()Servicejavafx.concurrentWhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#onFailedProperty()METHODonReadyPropertyb ()   The onReady event handler is called whenever the Task state transitions to the READY state. Vhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#onReadyProperty()Servicejavafx.concurrentVhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#onReadyProperty()METHODonRunningPropertyf ()   The onRunning event handler is called whenever the Task state transitions to the RUNNING state. Xhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#onRunningProperty()Servicejavafx.concurrentXhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#onRunningProperty()METHODonScheduledPropertyi ()   The onSchedule event handler is called whenever the Task state transitions to the SCHEDULED state. Zhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#onScheduledProperty()Servicejavafx.concurrentZhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#onScheduledProperty()METHODonSucceededPropertyj ()   The onSucceeded event handler is called whenever the Task state transitions to the SUCCEEDED state. Zhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#onSucceededProperty()Servicejavafx.concurrentZhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#onSucceededProperty()METHODprogressPropertyA ()   Gets the ReadOnlyDoubleProperty representing the progress. Whttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#progressProperty()Servicejavafx.concurrentWhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#progressProperty()METHODready€ ()   A protected convenience method for subclasses, called whenever the state of the Task has transitioned to the READY state. Lhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#ready()Servicejavafx.concurrentLhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#ready()METHODremoveEventFilter† ( EventType <T> eventType,  EventHandler <? super T> eventFilter)   Unregisters a previously registered event filter from this task. Xhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#removeEventFilter()Servicejavafx.concurrentXhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#removeEventFilter()METHODremoveEventHandlerˆ ( EventType <T> eventType,  EventHandler <? super T> eventHandler)   Unregisters a previously registered event handler from this task. Yhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#removeEventHandler()Servicejavafx.concurrentYhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#removeEventHandler()METHODreset ()   Resets the Service. Lhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#reset()Servicejavafx.concurrentLhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#reset()METHODrestartM ()   Cancels any currently running Task, if any, and restarts this Service. Nhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#restart()Servicejavafx.concurrentNhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#restart()METHODrunning‚ ()   A protected convenience method for subclasses, called whenever the state of the Task has transitioned to the RUNNING state. Nhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#running()Servicejavafx.concurrentNhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#running()METHODrunningPropertyS ()   Gets the ReadOnlyBooleanProperty representing whether the Worker is running. Vhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#runningProperty()Servicejavafx.concurrentVhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#runningProperty()METHOD  scheduled„ ()   A protected convenience method for subclasses, called whenever the state of the Task has transitioned to the SCHEDULED state. Phttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#scheduled()Servicejavafx.concurrentPhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#scheduled()METHODsetEventHandlers ( EventType <T> eventType,  EventHandler <? super T> eventHandler)   Sets the handler to use for this event type. Vhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#setEventHandler()Servicejavafx.concurrentVhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#setEventHandler()METHODsetExecutorR (java.util.concurrent.Executor value)   Sets the value of the property executor. Rhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#setExecutor()Servicejavafx.concurrentRhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#setExecutor()METHODsetOnCancelled’ ( EventHandler < WorkerStateEvent > value)   The onCancelled event handler is called whenever the Task state transitions to the CANCELLED state. Uhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#setOnCancelled()Servicejavafx.concurrentUhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#setOnCancelled()METHODsetOnFailedŒ ( EventHandler < WorkerStateEvent > value)   The onFailed event handler is called whenever the Task state transitions to the FAILED state. Rhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#setOnFailed()Servicejavafx.concurrentRhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#setOnFailed()METHOD
1027 setOnReadyŠ ( EventHandler < WorkerStateEvent > value)   The onReady event handler is called whenever the Task state transitions to the READY state. Qhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#setOnReady()Servicejavafx.concurrentQhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#setOnReady()METHODsetOnRunningŽ ( EventHandler < WorkerStateEvent > value)   The onRunning event handler is called whenever the Task state transitions to the RUNNING state. Shttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#setOnRunning()Servicejavafx.concurrentShttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#setOnRunning()METHODsetOnScheduled‘ ( EventHandler < WorkerStateEvent > value)   The onSchedule event handler is called whenever the Task state transitions to the SCHEDULED state. Uhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#setOnScheduled()Servicejavafx.concurrentUhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#setOnScheduled()METHODsetOnSucceeded’ ( EventHandler < WorkerStateEvent > value)   The onSucceeded event handler is called whenever the Task state transitions to the SUCCEEDED state. Uhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#setOnSucceeded()Servicejavafx.concurrentUhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#setOnSucceeded()METHODstart ()   Starts this Service. Lhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#start()Servicejavafx.concurrentLhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#start()METHOD
statePropertyF ()   Gets the ReadOnlyObjectProperty representing the current state. Thttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#stateProperty()Servicejavafx.concurrentThttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#stateProperty()METHOD succeeded„ ()   A protected convenience method for subclasses, called whenever the state of the Task has transitioned to the SUCCEEDED state. Phttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#succeeded()Servicejavafx.concurrentPhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#succeeded()METHOD
titleProperty> ()   Gets the ReadOnlyStringProperty representing the title. Thttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#titleProperty()Servicejavafx.concurrentThttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#titleProperty()METHODtotalWorkPropertye ()   Gets the ReadOnlyDoubleProperty representing the maximum amount of work that needs to be done. Xhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#totalWorkProperty()Servicejavafx.concurrentXhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#totalWorkProperty()METHOD
valueProperty> ()   Gets the ReadOnlyObjectProperty representing the value. Thttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#valueProperty()Servicejavafx.concurrentThttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#valueProperty()METHODworkDonePropertyI ()   Gets the ReadOnlyDoubleProperty representing the current progress. Whttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#workDoneProperty()Servicejavafx.concurrentWhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Service.html#workDoneProperty()CLASS
1028 SetBinding  SetBinding  provides a simple invalidation-scheme. An extending class can register dependencies by calling   bind(Observable...)  . If one of the registered dejavafx.beans.bindingJhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.htmlPROPERTYempty<    A boolean property that is  true , if the set is empty. Phttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#empty
1029 SetBindingjavafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#emptyPROPERTYsize=    An integer property that represents the size of the set. Ohttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#size
1030 SetBindingjavafx.beans.bindingOhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#sizeMETHODaddListener  ( ChangeListener <? super  ObservableSet < E >> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changeXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#addListener()
1031 SetBindingjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#addListener()
1032 SetBindingjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#addListener()METHODaddListenerV ( SetChangeListener <? super  E > listener)   Add a listener to this observable set. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#addListener()
1033 SetBindingjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#addListener()METHODbindP ( Observable ... dependencies)   Start observing the dependencies for changes. Qhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#bind()
1034 SetBindingjavafx.beans.bindingQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#bind()METHODcomputeValue4 ()   Calculates the current value of this binding. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#computeValue()
1035 SetBindingjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#computeValue()METHODdispose= ()   A default implementation of  dispose()  that is empty. Thttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#dispose()
1036 SetBindingjavafx.beans.bindingThttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#dispose()METHOD
emptyProperty> ()   A boolean property that is  true , if the set is empty. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#emptyProperty()
1037 SetBindingjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#emptyProperty()METHODget0 ()   Returns the result of   computeValue()  . Phttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#get()
1038 SetBindingjavafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#get()METHODgetDependencies` ()   A default implementation of  getDependencies()  that returns an empty   ObservableList  . \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#getDependencies()
1039 SetBindingjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#getDependencies()METHOD
1040 invalidate! ()   Mark a binding as invalid. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#invalidate()
1041 SetBindingjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#invalidate()METHODisValid$ ()   Checks if a binding is valid. Thttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#isValid()
1042 SetBindingjavafx.beans.bindingThttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#isValid()METHODonInvalidatingt ()   The method onInvalidating() can be overridden by extending classes to react, if this binding becomes invalid. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#onInvalidating()
1043 SetBindingjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#onInvalidating()METHODremoveListener  ( ChangeListener <? super  ObservableSet < E >> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#removeListener()
1044 SetBindingjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes inv[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#removeListener()
1045 SetBindingjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#removeListener()METHODremoveListenere ( SetChangeListener <? super  E > listener)   Tries to removed a listener from this observable set. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#removeListener()
1046 SetBindingjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#removeListener()METHODsizeProperty? ()   An integer property that represents the size of the set. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#sizeProperty()
1047 SetBindingjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#sizeProperty()METHODtoStringC ()   Returns a string representation of this  SetBinding  object. Uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#toString()
1048 SetBindingjavafx.beans.bindingUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#toString()METHODunbindO ( Observable ... dependencies)   Stop observing the dependencies for changes. Shttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#unbind()
1049 SetBindingjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetBinding.html#unbind()CLASSSetChangeListenerjavafx.collectionsOhttp://download.java.net/jdk8/jfxdocs/javafx/collections/SetChangeListener.htmlOhttp://download.java.net/jdk8/jfxdocs/javafx/collections/SetChangeListener.htmlMETHOD    onChangedo ( SetChangeListener.Change <? extends  E > change)   Called after a change has been made to an ObservableSet. [http://download.java.net/jdk8/jfxdocs/javafx/collections/SetChangeListener.html#onChanged()SetChangeListenerjavafx.collections[http://download.java.net/jdk8/jfxdocs/javafx/collections/SetChangeListener.html#onChanged()CLASSSetChangeListener.Changejavafx.collectionsVhttp://download.java.net/jdk8/jfxdocs/javafx/collections/SetChangeListener.Change.htmlVhttp://download.java.net/jdk8/jfxdocs/javafx/collections/SetChangeListener.Change.htmlMETHODgetElementAdded ()   Get the new element. hhttp://download.java.net/jdk8/jfxdocs/javafx/collections/SetChangeListener.Change.html#getElementAdded()SetChangeListener.Changejavafx.collectionshhttp://download.java.net/jdk8/jfxdocs/javafx/collections/SetChangeListener.Change.html#getElementAdded()METHODgetElementRemoved ()   Get the old element. jhttp://download.java.net/jdk8/jfxdocs/javafx/collections/SetChangeListener.Change.html#getElementRemoved()SetChangeListener.Changejavafx.collectionsjhttp://download.java.net/jdk8/jfxdocs/javafx/collections/SetChangeListener.Change.html#getElementRemoved()METHODgetSet< ()   An observable set that is associated with the change. _http://download.java.net/jdk8/jfxdocs/javafx/collections/SetChangeListener.Change.html#getSet()SetChangeListener.Changejavafx.collections_http://download.java.net/jdk8/jfxdocs/javafx/collections/SetChangeListener.Change.html#getSet()METHODwasAdded3 ()   If this change is a result of add operation. ahttp://download.java.net/jdk8/jfxdocs/javafx/collections/SetChangeListener.Change.html#wasAdded()SetChangeListener.Changejavafx.collectionsahttp://download.java.net/jdk8/jfxdocs/javafx/collections/SetChangeListener.Change.html#wasAdded()METHOD
1050 wasRemoved7 ()   If this change is a result of removal operation. chttp://download.java.net/jdk8/jfxdocs/javafx/collections/SetChangeListener.Change.html#wasRemoved()SetChangeListener.Changejavafx.collectionschttp://download.java.net/jdk8/jfxdocs/javafx/collections/SetChangeListener.Change.html#wasRemoved()CLASS
SetExpression A concrete sub-class of  SetExpression  has to implement the method   ObservableObjectValue.get()  , which provides the actual value of this expression.   If thjavafx.beans.bindingMhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.htmlMhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.htmlPROPERTYempty<    A boolean property that is  true , if the set is empty. Shttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#empty
SetExpressionjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#emptyPROPERTYsize=    An integer property that represents the size of the set. Rhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#size
SetExpressionjavafx.beans.bindingRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#sizeMETHODadd ( E  element) Shttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#add()
SetExpressionjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#add()METHODaddAll0 (java.util.Collection<? extends  E > elements) Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#addAll()
SetExpressionjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#addAll()METHODasStringf ()   Creates a   StringBinding   that holds the value of the  SetExpression  turned into a  String . Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#asString()
SetExpressionjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#asString()METHODclear () Uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#clear()
SetExpressionjavafx.beans.bindingUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#clear()METHODcontains (java.lang.Object obj) Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#contains()
SetExpressionjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#contains()METHODcontainsAll# (java.util.Collection<?> objects) [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#containsAll()
SetExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#containsAll()METHOD
emptyProperty> ()   A boolean property that is  true , if the set is empty. ]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#emptyProperty()
SetExpressionjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#emptyProperty()METHODgetSize ()   The size of the set Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#getSize()
SetExpressionjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#getSize()METHODgetValue: ()   Returns the current value of this  ObservableValue  Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#getValue()
SetExpressionjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#getValue()METHODisEmpty, ()   Gets the value of the property empty. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#isEmpty()
SetExpressionjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#isEmpty()METHOD      isEqualTo„ ( ObservableSet <?> other)   Creates a new   BooleanBinding   that holds  true  if this set is equal to another   ObservableSet  . Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#isEqualTo()
SetExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#isEqualTo()METHODisNotEqualToˆ ( ObservableSet <?> other)   Creates a new   BooleanBinding   that holds  true  if this set is not equal to another   ObservableSet  . \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#isNotEqualTo()
SetExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#isNotEqualTo()METHOD      isNotNull[ ()   Creates a new   BooleanBinding   that holds  true  if the wrapped set is not  null . Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#isNotNull()
SetExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#isNotNull()METHODisNullW ()   Creates a new   BooleanBinding   that holds  true  if the wrapped set is  null . Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#isNull()
SetExpressionjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#isNull()METHODiterator () Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#iterator()
SetExpressionjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#iterator()METHODremove (java.lang.Object obj) Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#remove()
SetExpressionjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#remove()METHOD  removeAll# (java.util.Collection<?> objects) Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#removeAll()
SetExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#removeAll()METHOD        retainAll# (java.util.Collection<?> objects) Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#retainAll()
SetExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#retainAll()METHOD
setExpressionb ( ObservableSetValue <E> value)   Returns a  SetExpression  that wraps a   ObservableSetValue  . ]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#setExpression()
SetExpressionjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#setExpression()METHODsize () Thttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#size()
SetExpressionjavafx.beans.bindingThttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#size()METHODsizeProperty? ()   An integer property that represents the size of the set. \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#sizeProperty()
SetExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#sizeProperty()METHODtoArray () Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#toArray()
SetExpressionjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#toArray()METHODtoArray
 (T[] array) Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#toArray()
SetExpressionjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/SetExpression.html#toArray()CLASSSetPropertyjavafx.beans.propertyLhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetProperty.htmlLhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetProperty.htmlMETHODbindBidirectionalt ( Property < ObservableSet < E >> other)   Create a bidirectional binding between this  Property  and another one. `http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetProperty.html#bindBidirectional()SetPropertyjavafx.beans.property`http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetProperty.html#bindBidirectional()METHODsetValue3 ( ObservableSet < E > v)   Set the wrapped value. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetProperty.html#setValue()SetPropertyjavafx.beans.propertyWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetProperty.html#setValue()METHODtoStringD ()   Returns a string representation of this  SetProperty  object. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetProperty.html#toString()SetPropertyjavafx.beans.propertyWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetProperty.html#toString()METHODunbindBidirectionalt ( Property < ObservableSet < E >> other)   Remove a bidirectional binding between this  Property  and another one. bhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetProperty.html#unbindBidirectional()SetPropertyjavafx.beans.propertybhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetProperty.html#unbindBidirectional()CLASSSetPropertyBase Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.propertyPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.htmlPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.htmlPROPERTYempty<    A boolean property that is  true , if the set is empty. Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#emptySetPropertyBasejavafx.beans.propertyVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#emptyPROPERTYsize=    An integer property that represents the size of the set. Uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#sizeSetPropertyBasejavafx.beans.propertyUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#sizeMETHODaddListener  ( ChangeListener <? super  ObservableSet < E >> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  change^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#addListener()SetPropertyBasejavafx.beans.property^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. ^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#addListener()SetPropertyBasejavafx.beans.property^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#addListener()METHODaddListenerV ( SetChangeListener <? super  E > listener)   Add a listener to this observable set. ^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#addListener()SetPropertyBasejavafx.beans.property^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#addListener()METHODbindx ( ObservableValue <? extends  ObservableSet < E >> newObservable)   Create a unidirection binding for this  Property . Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#bind()SetPropertyBasejavafx.beans.propertyWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#bind()METHOD
emptyProperty> ()   A boolean property that is  true , if the set is empty. `http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#emptyProperty()SetPropertyBasejavafx.beans.property`http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#emptyProperty()METHODfireValueChangedEventu ()   Sends notifications to all attached   InvalidationListeners  ,   ChangeListeners  , and   SetChangeListener  . hhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#fireValueChangedEvent()SetPropertyBasejavafx.beans.propertyhhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#fireValueChangedEvent()METHODfireValueChangedEvent  ( SetChangeListener.Change <? extends  E > change)   Sends notifications to all attached   InvalidationListeners  ,   ChangeListeners  , and   SetChangeListenehhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#fireValueChangedEvent()SetPropertyBasejavafx.beans.propertyhhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#fireValueChangedEvent()METHODget ()   Get the wrapped value. Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#get()SetPropertyBasejavafx.beans.propertyVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#get()METHODinvalidatedZ ()   The method  invalidated()  can be overridden to receive invalidation notifications. ^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#invalidated()SetPropertyBasejavafx.beans.property^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#invalidated()METHODisBound6 ()   Can be used to check, if a  Property  is bound. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#isBound()SetPropertyBasejavafx.beans.propertyZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#isBound()METHODremoveListener  ( ChangeListener <? super  ObservableSet < E >> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the ahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#removeListener()SetPropertyBasejavafx.beans.propertyahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#removeListener()SetPropertyBasejavafx.beans.propertyahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#removeListener()METHODremoveListenere ( SetChangeListener <? super  E > listener)   Tries to removed a listener from this observable set. ahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#removeListener()SetPropertyBasejavafx.beans.propertyahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#removeListener()METHODset: ( ObservableSet < E > newValue)   Set the wrapped value. Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#set()SetPropertyBasejavafx.beans.propertyVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#set()METHODsizeProperty? ()   An integer property that represents the size of the set. _http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#sizeProperty()SetPropertyBasejavafx.beans.property_http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#sizeProperty()METHODtoStringH ()   Returns a string representation of this  SetPropertyBase  object. [http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#toString()SetPropertyBasejavafx.beans.property[http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#toString()METHODunbind= ()   Remove the unidirectional binding for this  Property . Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#unbind()SetPropertyBasejavafx.beans.propertyYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SetPropertyBase.html#unbind()CLASSShadowjavafx.scene.effectEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.htmlEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.htmlPROPERTYblurType+    The algorithm used to blur the shadow. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#blurTypeShadowjavafx.scene.effectNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#blurTypePROPERTYcolor    The shadow  Color . Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#colorShadowjavafx.scene.effectKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#colorPROPERTYheight1    The vertical size of the shadow blur kernel. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#heightShadowjavafx.scene.effectLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#heightPROPERTYinput!    The input for this  Effect . Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#inputShadowjavafx.scene.effectKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#inputPROPERTYradius*    The radius of the shadow blur kernel. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#radiusShadowjavafx.scene.effectLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#radiusPROPERTYwidth3    The horizontal size of the shadow blur kernel. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#widthShadowjavafx.scene.effectKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#widthMETHODblurTypeProperty- ()   The algorithm used to blur the shadow. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#blurTypeProperty()Shadowjavafx.scene.effectXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#blurTypeProperty()METHOD
colorProperty ()   The shadow  Color . Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#colorProperty()Shadowjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#colorProperty()METHODgetBlurType/ ()   Gets the value of the property blurType. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#getBlurType()Shadowjavafx.scene.effectShttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#getBlurType()METHODgetColor, ()   Gets the value of the property color. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#getColor()Shadowjavafx.scene.effectPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#getColor()METHOD      getHeight- ()   Gets the value of the property height. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#getHeight()Shadowjavafx.scene.effectQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#getHeight()METHODgetInput, ()   Gets the value of the property input. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#getInput()Shadowjavafx.scene.effectPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#getInput()METHOD     getRadius- ()   Gets the value of the property radius. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#getRadius()Shadowjavafx.scene.effectQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#getRadius()METHODgetWidth, ()   Gets the value of the property width. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#getWidth()Shadowjavafx.scene.effectPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#getWidth()METHODheightProperty3 ()   The vertical size of the shadow blur kernel. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#heightProperty()Shadowjavafx.scene.effectVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#heightProperty()METHOD
inputProperty# ()   The input for this  Effect . Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#inputProperty()Shadowjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#inputProperty()METHODradiusProperty, ()   The radius of the shadow blur kernel. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#radiusProperty()Shadowjavafx.scene.effectVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#radiusProperty()METHODsetBlurType? ( BlurType  value)   Sets the value of the property blurType. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#setBlurType()Shadowjavafx.scene.effectShttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#setBlurType()METHODsetColor9 ( Color  value)   Sets the value of the property color. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#setColor()Shadowjavafx.scene.effectPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#setColor()METHOD        setHeight9 (double value)   Sets the value of the property height. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#setHeight()Shadowjavafx.scene.effectQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#setHeight()METHODsetInput: ( Effect  value)   Sets the value of the property input. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#setInput()Shadowjavafx.scene.effectPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#setInput()METHOD   setRadius9 (double value)   Sets the value of the property radius. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#setRadius()Shadowjavafx.scene.effectQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#setRadius()METHODsetWidth8 (double value)   Sets the value of the property width. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#setWidth()Shadowjavafx.scene.effectPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#setWidth()METHOD
widthProperty5 ()   The horizontal size of the shadow blur kernel. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#widthProperty()Shadowjavafx.scene.effectUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/effect/Shadow.html#widthProperty()CLASSShape On the other hand, stroking those same shapes can often lead to fuzzy outlines because the default stroking attributes specify both that the default stroke widtjavafx.scene.shapeChttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.htmlChttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.htmlPROPERTYfille    Defines parameters to fill the interior of an  Shape  using the settings of the  Paint  context. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#fillShapejavafx.scene.shapeHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#fillPROPERTYsmoothI    Defines whether antialiasing hints are used or not for this  Shape . Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#smoothShapejavafx.scene.shapeJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#smoothPROPERTYstrokeDashOffseti    Defines a distance specified in user coordinates that represents an offset into the dashing pattern. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#strokeDashOffsetShapejavafx.scene.shapeThttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#strokeDashOffsetPROPERTY
strokeLineCap     The end cap style of this  Shape  as one of the following values that define possible end cap styles:  StrokeLineCap.BUTT ,  StrokeLineCap.ROUND , and  StroQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#strokeLineCapShapejavafx.scene.shapeQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#strokeLineCapPROPERTYstrokeLineJoin=    Defines the decoration applied where path segments meet. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#strokeLineJoinShapejavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#strokeLineJoinPROPERTYstrokeMiterLimitF    Defines the limit for the  StrokeLineJoin.MITER  line join style. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#strokeMiterLimitShapejavafx.scene.shapeThttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#strokeMiterLimitPROPERTYstroke~    Defines parameters of a stroke that is drawn around the outline of a  Shape  using the settings of the specified  Paint . Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#strokeShapejavafx.scene.shapeJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#strokePROPERTY
1051 strokeTypew    Defines the direction (inside, centered, or outside) that the strokeWidth is applied to the boundary of the shape. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#strokeTypeShapejavafx.scene.shapeNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#strokeTypePROPERTYstrokeWidth%    Defines a square pen line width. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#strokeWidthShapejavafx.scene.shapeOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#strokeWidthMETHODfillPropertyg ()   Defines parameters to fill the interior of an  Shape  using the settings of the  Paint  context. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#fillProperty()Shapejavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#fillProperty()METHODgetClassCssMetaData () Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#getClassCssMetaData()Shapejavafx.scene.shapeYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#getClassCssMetaData()METHODgetCssMetaData’ ()   This method should delegate to   Node.getClassCssMetaData()   so that a Node's CssMetaData can be accessed without the need for reflection. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#getCssMetaData()Shapejavafx.scene.shapeThttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#getCssMetaData()METHODgetFill+ ()   Gets the value of the property fill. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#getFill()Shapejavafx.scene.shapeMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#getFill()METHOD       getStroke- ()   Gets the value of the property stroke. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#getStroke()Shapejavafx.scene.shapeOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#getStroke()METHODgetStrokeDashArrayG ()   Defines the array representing the lengths of the dash segments. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#getStrokeDashArray()Shapejavafx.scene.shapeXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#getStrokeDashArray()METHODgetStrokeDashOffset7 ()   Gets the value of the property strokeDashOffset. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#getStrokeDashOffset()Shapejavafx.scene.shapeYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#getStrokeDashOffset()METHODgetStrokeLineCap4 ()   Gets the value of the property strokeLineCap. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#getStrokeLineCap()Shapejavafx.scene.shapeVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#getStrokeLineCap()METHODgetStrokeLineJoin5 ()   Gets the value of the property strokeLineJoin. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#getStrokeLineJoin()Shapejavafx.scene.shapeWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#getStrokeLineJoin()METHODgetStrokeMiterLimit7 ()   Gets the value of the property strokeMiterLimit. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#getStrokeMiterLimit()Shapejavafx.scene.shapeYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#getStrokeMiterLimit()METHOD
getStrokeType1 ()   Gets the value of the property strokeType. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#getStrokeType()Shapejavafx.scene.shapeShttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#getStrokeType()METHODgetStrokeWidth2 ()   Gets the value of the property strokeWidth. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#getStrokeWidth()Shapejavafx.scene.shapeThttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#getStrokeWidth()METHOD    intersect} ( Shape  shape1,  Shape  shape2)   Returns a new  Shape  which is created as an intersection of the specified input shapes. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#intersect()Shapejavafx.scene.shapeOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#intersect()METHODisSmooth- ()   Gets the value of the property smooth. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#isSmooth()Shapejavafx.scene.shapeNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#isSmooth()METHODsetFill8 ( Paint  value)   Sets the value of the property fill. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#setFill()Shapejavafx.scene.shapeMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#setFill()METHOD    setSmooth: (boolean value)   Sets the value of the property smooth. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#setSmooth()Shapejavafx.scene.shapeOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#setSmooth()METHOD     setStroke: ( Paint  value)   Sets the value of the property stroke. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#setStroke()Shapejavafx.scene.shapeOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#setStroke()METHODsetStrokeDashOffsetC (double value)   Sets the value of the property strokeDashOffset. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#setStrokeDashOffset()Shapejavafx.scene.shapeYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#setStrokeDashOffset()METHODsetStrokeLineCapI ( StrokeLineCap  value)   Sets the value of the property strokeLineCap. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#setStrokeLineCap()Shapejavafx.scene.shapeVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#setStrokeLineCap()METHODsetStrokeLineJoinK ( StrokeLineJoin  value)   Sets the value of the property strokeLineJoin. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#setStrokeLineJoin()Shapejavafx.scene.shapeWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#setStrokeLineJoin()METHODsetStrokeMiterLimitC (double value)   Sets the value of the property strokeMiterLimit. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#setStrokeMiterLimit()Shapejavafx.scene.shapeYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#setStrokeMiterLimit()METHOD
setStrokeTypeC ( StrokeType  value)   Sets the value of the property strokeType. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#setStrokeType()Shapejavafx.scene.shapeShttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#setStrokeType()METHODsetStrokeWidth> (double value)   Sets the value of the property strokeWidth. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#setStrokeWidth()Shapejavafx.scene.shapeThttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#setStrokeWidth()METHODsmoothPropertyK ()   Defines whether antialiasing hints are used or not for this  Shape . Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#smoothProperty()Shapejavafx.scene.shapeThttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#smoothProperty()METHODstrokeDashOffsetPropertyk ()   Defines a distance specified in user coordinates that represents an offset into the dashing pattern. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#strokeDashOffsetProperty()Shapejavafx.scene.shape^http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#strokeDashOffsetProperty()METHODstrokeLineCapProperty  ()   The end cap style of this  Shape  as one of the following values that define possible end cap styles:  StrokeLineCap.BUTT ,  StrokeLineCap.ROUND , and  St[http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#strokeLineCapProperty()Shapejavafx.scene.shape[http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#strokeLineCapProperty()METHODstrokeLineJoinProperty? ()   Defines the decoration applied where path segments meet. \http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#strokeLineJoinProperty()Shapejavafx.scene.shape\http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#strokeLineJoinProperty()METHODstrokeMiterLimitPropertyH ()   Defines the limit for the  StrokeLineJoin.MITER  line join style. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#strokeMiterLimitProperty()Shapejavafx.scene.shape^http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#strokeMiterLimitProperty()METHODstrokeProperty€ ()   Defines parameters of a stroke that is drawn around the outline of a  Shape  using the settings of the specified  Paint . Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#strokeProperty()Shapejavafx.scene.shapeThttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#strokeProperty()METHODstrokeTypePropertyy ()   Defines the direction (inside, centered, or outside) that the strokeWidth is applied to the boundary of the shape. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#strokeTypeProperty()Shapejavafx.scene.shapeXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#strokeTypeProperty()METHODstrokeWidthProperty' ()   Defines a square pen line width. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#strokeWidthProperty()Shapejavafx.scene.shapeYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#strokeWidthProperty()METHODsubtract‹ ( Shape  shape1,  Shape  shape2)   Returns a new  Shape  which is created by subtracting the specified second shape from the first shape. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#subtract()Shapejavafx.scene.shapeNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#subtract()METHODunionu ( Shape  shape1,  Shape  shape2)   Returns a new  Shape  which is created as a union of the specified input shapes. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#union()Shapejavafx.scene.shapeKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape.html#union()CLASSShape3Djavafx.scene.shapeEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape3D.htmlEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape3D.htmlPROPERTYcullFace)    Defines the cullFace this  Shape3D . Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape3D.html#cullFaceShape3Djavafx.scene.shapeNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape3D.html#cullFacePROPERTYdrawMode)    Defines the drawMode this  Shape3D . Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape3D.html#drawModeShape3Djavafx.scene.shapeNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape3D.html#drawModePROPERTYmaterial)    Defines the material this  Shape3D . Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape3D.html#materialShape3Djavafx.scene.shapeNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape3D.html#materialMETHODcullFaceProperty+ ()   Defines the cullFace this  Shape3D . Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape3D.html#cullFaceProperty()Shape3Djavafx.scene.shapeXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape3D.html#cullFaceProperty()METHODdrawModeProperty+ ()   Defines the drawMode this  Shape3D . Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape3D.html#drawModeProperty()Shape3Djavafx.scene.shapeXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape3D.html#drawModeProperty()METHODgetCullFace/ ()   Gets the value of the property cullFace. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape3D.html#getCullFace()Shape3Djavafx.scene.shapeShttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape3D.html#getCullFace()METHODgetDrawMode/ ()   Gets the value of the property drawMode. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape3D.html#getDrawMode()Shape3Djavafx.scene.shapeShttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape3D.html#getDrawMode()METHODgetMaterial/ ()   Gets the value of the property material. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape3D.html#getMaterial()Shape3Djavafx.scene.shapeShttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape3D.html#getMaterial()METHODmaterialProperty+ ()   Defines the material this  Shape3D . Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape3D.html#materialProperty()Shape3Djavafx.scene.shapeXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape3D.html#materialProperty()METHODsetCullFace? ( CullFace  value)   Sets the value of the property cullFace. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape3D.html#setCullFace()Shape3Djavafx.scene.shapeShttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape3D.html#setCullFace()METHODsetDrawMode? ( DrawMode  value)   Sets the value of the property drawMode. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape3D.html#setDrawMode()Shape3Djavafx.scene.shapeShttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape3D.html#setDrawMode()METHODsetMaterial? ( Material  value)   Sets the value of the property material. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape3D.html#setMaterial()Shape3Djavafx.scene.shapeShttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape3D.html#setMaterial()FIELDShape3D () Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape3D.html#Shape3DShape3Djavafx.scene.shapeMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Shape3D.html#Shape3DCLASSShear For example:    Text text = new Text("Using Shear for pseudo-italic font"); text.setX(20); text.setY(50); text.setFont(new Font(20)); text.getTransforms().add(njavafx.scene.transformGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.htmlPROPERTYpivotX7    Defines the X coordinate of the shear pivot point. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#pivotXShearjavafx.scene.transformNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#pivotXPROPERTYpivotY7    Defines the Y coordinate of the shear pivot point. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#pivotYShearjavafx.scene.transformNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#pivotYPROPERTYx‡    Defines the multiplier by which coordinates are shifted in the direction of the positive X axis as a factor of their Y coordinate. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#xShearjavafx.scene.transformIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#xPROPERTYy‡    Defines the multiplier by which coordinates are shifted in the direction of the positive Y axis as a factor of their X coordinate. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#yShearjavafx.scene.transformIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#yMETHODclone- ()   Returns a deep copy of this transform. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#clone()Shearjavafx.scene.transformOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#clone()METHODcreateConcatenationd ( Transform  transform)   Returns the concatenation of this transform and the specified transform. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#createConcatenation()Shearjavafx.scene.transform]http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#createConcatenation()METHOD
createInverse7 ()   Returns the inverse transform of this transform. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#createInverse()Shearjavafx.scene.transformWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#createInverse()METHODdeltaTransformT (double x, double y)   Transforms the relative magnitude vector by this transform. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#deltaTransform()Shearjavafx.scene.transformXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#deltaTransform()METHODdeltaTransform^ (double x, double y, double z)   Transforms the relative magnitude vector by this transform. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#deltaTransform()Shearjavafx.scene.transformXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#deltaTransform()METHODgetMxy8 ()   Gets the XY coordinate element of the 3x4 matrix. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#getMxy()Shearjavafx.scene.transformPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#getMxy()METHODgetMyx8 ()   Gets the YX coordinate element of the 3x4 matrix. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#getMyx()Shearjavafx.scene.transformPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#getMyx()METHOD  getPivotX- ()   Gets the value of the property pivotX. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#getPivotX()Shearjavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#getPivotX()METHOD      getPivotY- ()   Gets the value of the property pivotY. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#getPivotY()Shearjavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#getPivotY()METHODgetTxC ()   Gets the X coordinate translation element of the 3x4 matrix. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#getTx()Shearjavafx.scene.transformOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#getTx()METHODgetTyC ()   Gets the Y coordinate translation element of the 3x4 matrix. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#getTy()Shearjavafx.scene.transformOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#getTy()METHODgetX( ()   Gets the value of the property x. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#getX()Shearjavafx.scene.transformNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#getX()METHODgetY( ()   Gets the value of the property y. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#getY()Shearjavafx.scene.transformNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#getY()METHODinverseDeltaTransformc (double x, double y)   Transforms the relative magnitude vector by the inverse of this transform. _http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#inverseDeltaTransform()Shearjavafx.scene.transform_http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#inverseDeltaTransform()METHODinverseDeltaTransformm (double x, double y, double z)   Transforms the relative magnitude vector by the inverse of this transform. _http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#inverseDeltaTransform()Shearjavafx.scene.transform_http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#inverseDeltaTransform()METHODinverseTransformY (double x, double y)   Transforms the specified point by the inverse of this transform. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#inverseTransform()Shearjavafx.scene.transformZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#inverseTransform()METHODinverseTransformc (double x, double y, double z)   Transforms the specified point by the inverse of this transform. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#inverseTransform()Shearjavafx.scene.transformZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#inverseTransform()METHODpivotXProperty9 ()   Defines the X coordinate of the shear pivot point. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#pivotXProperty()Shearjavafx.scene.transformXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#pivotXProperty()METHODpivotYProperty9 ()   Defines the Y coordinate of the shear pivot point. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#pivotYProperty()Shearjavafx.scene.transformXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#pivotYProperty()METHOD    setPivotX9 (double value)   Sets the value of the property pivotX. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#setPivotX()Shearjavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#setPivotX()METHOD  setPivotY9 (double value)   Sets the value of the property pivotY. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#setPivotY()Shearjavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#setPivotY()METHODsetX4 (double value)   Sets the value of the property x. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#setX()Shearjavafx.scene.transformNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#setX()METHODsetY4 (double value)   Sets the value of the property y. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#setY()Shearjavafx.scene.transformNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#setY()METHODtoString> ()   Returns a string representation of this  Shear  object. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#toString()Shearjavafx.scene.transformRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#toString()METHOD  transformJ (double x, double y)   Transforms the specified point by this transform. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#transform()Shearjavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#transform()METHOD transformT (double x, double y, double z)   Transforms the specified point by this transform. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#transform()Shearjavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#transform()METHOD       xProperty‰ ()   Defines the multiplier by which coordinates are shifted in the direction of the positive X axis as a factor of their Y coordinate. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#xProperty()Shearjavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#xProperty()METHOD yProperty‰ ()   Defines the multiplier by which coordinates are shifted in the direction of the positive Y axis as a factor of their X coordinate. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#yProperty()Shearjavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Shear.html#yProperty()CLASSShortStringConverter7  StringConverter   implementation for  Short  values. javafx.util.converterUhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/ShortStringConverter.htmlUhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/ShortStringConverter.htmlMETHOD
1052 fromStringj (java.lang.String text)   Converts the string provided into an object defined by the specific converter. bhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/ShortStringConverter.html#fromString()ShortStringConverterjavafx.util.converterbhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/ShortStringConverter.html#fromString()METHODtoStringN (java.lang.Short value)   Converts the object provided into its string form. `http://download.java.net/jdk8/jfxdocs/javafx/util/converter/ShortStringConverter.html#toString()ShortStringConverterjavafx.util.converter`http://download.java.net/jdk8/jfxdocs/javafx/util/converter/ShortStringConverter.html#toString()ENUMSidejavafx.geometry?http://download.java.net/jdk8/jfxdocs/javafx/geometry/Side.html?http://download.java.net/jdk8/jfxdocs/javafx/geometry/Side.htmlMETHODisHorizontalg ()   Indicates whether this is horizontal side of a rectangle (returns  true  for  TOP  and  BOTTOM . Nhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Side.html#isHorizontal()Sidejavafx.geometryNhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Side.html#isHorizontal()METHOD
1053 isVerticale ()   Indicates whether this is vertical side of a rectangle (returns  true  for  LEFT  and  RIGHT . Lhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Side.html#isVertical()Sidejavafx.geometryLhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Side.html#isVertical()METHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Ihttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Side.html#valueOf()Sidejavafx.geometryIhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Side.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Hhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Side.html#values()Sidejavafx.geometryHhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/Side.html#values()CLASSSimpleBooleanPropertyjavafx.beans.propertyVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleBooleanProperty.htmlVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleBooleanProperty.htmlMETHODgetBean8 ()   Returns the  Object  that contains this property. `http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleBooleanProperty.html#getBean()SimpleBooleanPropertyjavafx.beans.property`http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleBooleanProperty.html#getBean()METHODgetName) ()   Returns the name of this property. `http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleBooleanProperty.html#getName()SimpleBooleanPropertyjavafx.beans.property`http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleBooleanProperty.html#getName()CLASSSimpleDoublePropertyjavafx.beans.propertyUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleDoubleProperty.htmlUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleDoubleProperty.htmlMETHODgetBean8 ()   Returns the  Object  that contains this property. _http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleDoubleProperty.html#getBean()SimpleDoublePropertyjavafx.beans.property_http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleDoubleProperty.html#getBean()METHODgetName) ()   Returns the name of this property. _http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleDoubleProperty.html#getName()SimpleDoublePropertyjavafx.beans.property_http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleDoubleProperty.html#getName()CLASSSimpleFloatPropertyjavafx.beans.propertyThttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleFloatProperty.htmlThttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleFloatProperty.htmlMETHODgetBean8 ()   Returns the  Object  that contains this property. ^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleFloatProperty.html#getBean()SimpleFloatPropertyjavafx.beans.property^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleFloatProperty.html#getBean()METHODgetName) ()   Returns the name of this property. ^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleFloatProperty.html#getName()SimpleFloatPropertyjavafx.beans.property^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleFloatProperty.html#getName()CLASSSimpleIntegerPropertyjavafx.beans.propertyVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleIntegerProperty.htmlVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleIntegerProperty.htmlMETHODgetBean8 ()   Returns the  Object  that contains this property. `http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleIntegerProperty.html#getBean()SimpleIntegerPropertyjavafx.beans.property`http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleIntegerProperty.html#getBean()METHODgetName) ()   Returns the name of this property. `http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleIntegerProperty.html#getName()SimpleIntegerPropertyjavafx.beans.property`http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleIntegerProperty.html#getName()CLASSSimpleListPropertyjavafx.beans.propertyShttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleListProperty.htmlShttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleListProperty.htmlMETHODgetBean8 ()   Returns the  Object  that contains this property. ]http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleListProperty.html#getBean()SimpleListPropertyjavafx.beans.property]http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleListProperty.html#getBean()METHODgetName) ()   Returns the name of this property. ]http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleListProperty.html#getName()SimpleListPropertyjavafx.beans.property]http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleListProperty.html#getName()CLASSSimpleLongPropertyjavafx.beans.propertyShttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleLongProperty.htmlShttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleLongProperty.htmlMETHODgetBean8 ()   Returns the  Object  that contains this property. ]http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleLongProperty.html#getBean()SimpleLongPropertyjavafx.beans.property]http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleLongProperty.html#getBean()METHODgetName) ()   Returns the name of this property. ]http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleLongProperty.html#getName()SimpleLongPropertyjavafx.beans.property]http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleLongProperty.html#getName()CLASSSimpleMapPropertyjavafx.beans.propertyRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleMapProperty.htmlRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleMapProperty.htmlMETHODgetBean8 ()   Returns the  Object  that contains this property. \http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleMapProperty.html#getBean()SimpleMapPropertyjavafx.beans.property\http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleMapProperty.html#getBean()METHODgetName) ()   Returns the name of this property. \http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleMapProperty.html#getName()SimpleMapPropertyjavafx.beans.property\http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleMapProperty.html#getName()CLASSSimpleObjectPropertyjavafx.beans.propertyUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleObjectProperty.htmlUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleObjectProperty.htmlMETHODgetBean8 ()   Returns the  Object  that contains this property. _http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleObjectProperty.html#getBean()SimpleObjectPropertyjavafx.beans.property_http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleObjectProperty.html#getBean()METHODgetName) ()   Returns the name of this property. _http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleObjectProperty.html#getName()SimpleObjectPropertyjavafx.beans.property_http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleObjectProperty.html#getName()CLASSSimpleSetPropertyjavafx.beans.propertyRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleSetProperty.htmlRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleSetProperty.htmlMETHODgetBean8 ()   Returns the  Object  that contains this property. \http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleSetProperty.html#getBean()SimpleSetPropertyjavafx.beans.property\http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleSetProperty.html#getBean()METHODgetName) ()   Returns the name of this property. \http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleSetProperty.html#getName()SimpleSetPropertyjavafx.beans.property\http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleSetProperty.html#getName()CLASSSimpleStringPropertyjavafx.beans.propertyUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleStringProperty.htmlUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleStringProperty.htmlMETHODgetBean8 ()   Returns the  Object  that contains this property. _http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleStringProperty.html#getBean()SimpleStringPropertyjavafx.beans.property_http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleStringProperty.html#getBean()METHODgetName) ()   Returns the name of this property. _http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleStringProperty.html#getName()SimpleStringPropertyjavafx.beans.property_http://download.java.net/jdk8/jfxdocs/javafx/beans/property/SimpleStringProperty.html#getName()CLASSSimpleStyleableBooleanProperty
1054 javafx.cssThttp://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableBooleanProperty.htmlThttp://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableBooleanProperty.htmlMETHODgetBean8 ()   Returns the  Object  that contains this property. ^http://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableBooleanProperty.html#getBean()SimpleStyleableBooleanProperty
1055 javafx.css^http://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableBooleanProperty.html#getBean()METHODgetCssMetaDataf ()   Reflect back the CssMetaData that corresponds to this  javafx.beans.property.StyleableProperty  ehttp://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableBooleanProperty.html#getCssMetaData()SimpleStyleableBooleanProperty
1056 javafx.cssehttp://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableBooleanProperty.html#getCssMetaData()METHODgetName) ()   Returns the name of this property. ^http://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableBooleanProperty.html#getName()SimpleStyleableBooleanProperty
1057 javafx.css^http://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableBooleanProperty.html#getName()CLASSSimpleStyleableDoubleProperty
1058 javafx.cssShttp://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableDoubleProperty.htmlShttp://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableDoubleProperty.htmlMETHODgetBean8 ()   Returns the  Object  that contains this property. ]http://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableDoubleProperty.html#getBean()SimpleStyleableDoubleProperty
1059 javafx.css]http://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableDoubleProperty.html#getBean()METHODgetCssMetaDataf ()   Reflect back the CssMetaData that corresponds to this  javafx.beans.property.StyleableProperty  dhttp://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableDoubleProperty.html#getCssMetaData()SimpleStyleableDoubleProperty
1060 javafx.cssdhttp://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableDoubleProperty.html#getCssMetaData()METHODgetName) ()   Returns the name of this property. ]http://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableDoubleProperty.html#getName()SimpleStyleableDoubleProperty
1061 javafx.css]http://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableDoubleProperty.html#getName()CLASSSimpleStyleableFloatProperty
1062 javafx.cssRhttp://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableFloatProperty.htmlRhttp://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableFloatProperty.htmlMETHODgetBean8 ()   Returns the  Object  that contains this property. \http://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableFloatProperty.html#getBean()SimpleStyleableFloatProperty
1063 javafx.css\http://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableFloatProperty.html#getBean()METHODgetCssMetaDataf ()   Reflect back the CssMetaData that corresponds to this  javafx.beans.property.StyleableProperty  chttp://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableFloatProperty.html#getCssMetaData()SimpleStyleableFloatProperty
1064 javafx.csschttp://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableFloatProperty.html#getCssMetaData()METHODgetName) ()   Returns the name of this property. \http://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableFloatProperty.html#getName()SimpleStyleableFloatProperty
1065 javafx.css\http://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableFloatProperty.html#getName()CLASSSimpleStyleableIntegerProperty
1066 javafx.cssThttp://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableIntegerProperty.htmlThttp://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableIntegerProperty.htmlMETHODgetBean8 ()   Returns the  Object  that contains this property. ^http://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableIntegerProperty.html#getBean()SimpleStyleableIntegerProperty
1067 javafx.css^http://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableIntegerProperty.html#getBean()METHODgetCssMetaDataf ()   Reflect back the CssMetaData that corresponds to this  javafx.beans.property.StyleableProperty  ehttp://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableIntegerProperty.html#getCssMetaData()SimpleStyleableIntegerProperty
1068 javafx.cssehttp://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableIntegerProperty.html#getCssMetaData()METHODgetName) ()   Returns the name of this property. ^http://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableIntegerProperty.html#getName()SimpleStyleableIntegerProperty
1069 javafx.css^http://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableIntegerProperty.html#getName()CLASSSimpleStyleableLongProperty
1070 javafx.cssQhttp://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableLongProperty.htmlQhttp://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableLongProperty.htmlMETHODgetBean8 ()   Returns the  Object  that contains this property. [http://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableLongProperty.html#getBean()SimpleStyleableLongProperty
1071 javafx.css[http://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableLongProperty.html#getBean()METHODgetCssMetaDataf ()   Reflect back the CssMetaData that corresponds to this  javafx.beans.property.StyleableProperty  bhttp://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableLongProperty.html#getCssMetaData()SimpleStyleableLongProperty
1072 javafx.cssbhttp://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableLongProperty.html#getCssMetaData()METHODgetName) ()   Returns the name of this property. [http://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableLongProperty.html#getName()SimpleStyleableLongProperty
1073 javafx.css[http://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableLongProperty.html#getName()CLASSSimpleStyleableObjectProperty
1074 javafx.cssShttp://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableObjectProperty.htmlShttp://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableObjectProperty.htmlMETHODgetBean8 ()   Returns the  Object  that contains this property. ]http://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableObjectProperty.html#getBean()SimpleStyleableObjectProperty
1075 javafx.css]http://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableObjectProperty.html#getBean()METHODgetCssMetaDataf ()   Reflect back the CssMetaData that corresponds to this  javafx.beans.property.StyleableProperty  dhttp://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableObjectProperty.html#getCssMetaData()SimpleStyleableObjectProperty
1076 javafx.cssdhttp://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableObjectProperty.html#getCssMetaData()METHODgetName) ()   Returns the name of this property. ]http://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableObjectProperty.html#getName()SimpleStyleableObjectProperty
1077 javafx.css]http://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableObjectProperty.html#getName()CLASSSimpleStyleableStringProperty
1078 javafx.cssShttp://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableStringProperty.htmlShttp://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableStringProperty.htmlMETHODgetBean8 ()   Returns the  Object  that contains this property. ]http://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableStringProperty.html#getBean()SimpleStyleableStringProperty
1079 javafx.css]http://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableStringProperty.html#getBean()METHODgetCssMetaDataf ()   Reflect back the CssMetaData that corresponds to this  javafx.beans.property.StyleableProperty  dhttp://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableStringProperty.html#getCssMetaData()SimpleStyleableStringProperty
1080 javafx.cssdhttp://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableStringProperty.html#getCssMetaData()METHODgetName) ()   Returns the name of this property. ]http://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableStringProperty.html#getName()SimpleStyleableStringProperty
1081 javafx.css]http://download.java.net/jdk8/jfxdocs/javafx/css/SimpleStyleableStringProperty.html#getName()CLASSSingleSelectionModel3Clears the selection model of all selected indices.javafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SingleSelectionModel.htmlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SingleSelectionModel.htmlMETHODclearAndSelect› (int index)   In the SingleSelectionModel, this method is functionally equivalent to calling  select(index) , as only one selection is allowed at a time. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SingleSelectionModel.html#clearAndSelect()SingleSelectionModeljavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SingleSelectionModel.html#clearAndSelect()METHODclearSelection: ()   Clears the selection model of all selected indices. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SingleSelectionModel.html#clearSelection()SingleSelectionModeljavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SingleSelectionModel.html#clearSelection()METHODclearSelectionU (int index)   Clears the selection of the given index, if it is currently selected. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SingleSelectionModel.html#clearSelection()SingleSelectionModeljavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SingleSelectionModel.html#clearSelection()METHODgetItemCountB ()   Gets the number of items available for the selection model. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SingleSelectionModel.html#getItemCount()SingleSelectionModeljavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SingleSelectionModel.html#getItemCount()METHODgetModelItemJ (int index)   Gets the data model item associated with a specific index. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SingleSelectionModel.html#getModelItem()SingleSelectionModeljavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SingleSelectionModel.html#getModelItem()METHODisEmptyU ()   This method is available to test whether there are any selected indices/items. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SingleSelectionModel.html#isEmpty()SingleSelectionModeljavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SingleSelectionModel.html#isEmpty()METHOD
1082 isSelected (int index)   This method will return true if the given index is the currently selected index in this SingleSelectionModel. . ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SingleSelectionModel.html#isSelected()SingleSelectionModeljavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SingleSelectionModel.html#isSelected()METHODselect( (int index)   Selects the given index. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SingleSelectionModel.html#select()SingleSelectionModeljavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SingleSelectionModel.html#select()METHODselectd ( T  obj)   Selects the index for the first instance of given object in the underlying data model. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SingleSelectionModel.html#select()SingleSelectionModeljavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SingleSelectionModel.html#select()METHODselectFirst ()   Selects the first index. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SingleSelectionModel.html#selectFirst()SingleSelectionModeljavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SingleSelectionModel.html#selectFirst()METHOD
1083 selectLast ()   Selects the last index. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SingleSelectionModel.html#selectLast()SingleSelectionModeljavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SingleSelectionModel.html#selectLast()METHOD
1084 selectNext ()   Selects the next index. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SingleSelectionModel.html#selectNext()SingleSelectionModeljavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SingleSelectionModel.html#selectNext()METHODselectPrevious" ()   Selects the previous index. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SingleSelectionModel.html#selectPrevious()SingleSelectionModeljavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SingleSelectionModel.html#selectPrevious()CLASSSkinŠThe caller who constructs a Skinnable must also construct a Skin and properly establish the relationship between the Control and its Skin.javafx.scene.controlDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Skin.htmlDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Skin.htmlMETHODdisposeH ()   Called by a Skinnable when the Skin is replaced on the Skinnable. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Skin.html#dispose()Skinjavafx.scene.controlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Skin.html#dispose()METHODgetNode0 ()   Gets the Node which represents this Skin. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Skin.html#getNode()Skinjavafx.scene.controlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Skin.html#getNode()METHODgetSkinnable9 ()   Gets the Skinnable to which this Skin is assigned. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Skin.html#getSkinnable()Skinjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Skin.html#getSkinnable()CLASSSkinBaseŠThe caller who constructs a Skinnable must also construct a Skin and properly establish the relationship between the Control and its Skin.javafx.scene.controlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.htmlMETHODcomputeBaselineOffset (double topInset, double rightInset, double bottomInset, double leftInset)   Calculates the baseline offset based on the first managed child. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#computeBaselineOffset()SkinBasejavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#computeBaselineOffset()METHODcomputeMaxHeight  (double width, double topInset, double rightInset, double bottomInset, double leftInset)   Computes the maximum allowable height of the Skin, based on the prov[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#computeMaxHeight()SkinBasejavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#computeMaxHeight()METHODcomputeMaxWidth  (double height, double topInset, double rightInset, double bottomInset, double leftInset)   Computes the maximum allowable width of the Skin, based on the provZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#computeMaxWidth()SkinBasejavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#computeMaxWidth()METHODcomputeMinHeight  (double width, double topInset, double rightInset, double bottomInset, double leftInset)   Computes the minimum allowable height of the Skin, based on the prov[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#computeMinHeight()SkinBasejavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#computeMinHeight()METHODcomputeMinWidth  (double height, double topInset, double rightInset, double bottomInset, double leftInset)   Computes the minimum allowable width of the Skin, based on the provZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#computeMinWidth()SkinBasejavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#computeMinWidth()METHODcomputePrefHeight (double width, double topInset, double rightInset, double bottomInset, double leftInset)   Calculates the preferred height of this  SkinBase . \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#computePrefHeight()SkinBasejavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#computePrefHeight()METHODcomputePrefWidth (double height, double topInset, double rightInset, double bottomInset, double leftInset)   Calculates the preferred width of this  SkinBase . [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#computePrefWidth()SkinBasejavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#computePrefWidth()METHODconsumeMouseEventsY (boolean value)   Determines whether all mouse events should be automatically consumed. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#consumeMouseEvents()SkinBasejavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#consumeMouseEvents()METHODdisposeH ()   Called by a Skinnable when the Skin is replaced on the Skinnable. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#dispose()SkinBasejavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#dispose()METHODgetChildren( ()   Returns the children of the skin. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#getChildren()SkinBasejavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#getChildren()METHODgetClassCssMetaData () ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#getClassCssMetaData()SkinBasejavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#getClassCssMetaData()METHODgetCssMetaData’ ()   This method should delegate to   Node.getClassCssMetaData()   so that a Node's CssMetaData can be accessed without the need for reflection. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#getCssMetaData()SkinBasejavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#getCssMetaData()METHODgetNode0 ()   Gets the Node which represents this Skin. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#getNode()SkinBasejavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#getNode()METHODgetSkinnable9 ()   Gets the Skinnable to which this Skin is assigned. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#getSkinnable()SkinBasejavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#getSkinnable()METHODlayoutChildren‚ (double contentX, double contentY, double contentWidth, double contentHeight)   Called during the layout pass of the scenegraph. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#layoutChildren()SkinBasejavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#layoutChildren()METHODlayoutInArea  ( Node  child, double areaX, double areaY, double areaWidth, double areaHeight, double areaBaselineOffset,  HPos  halignment,  VPos  valignment)   Utility methWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#layoutInArea()SkinBasejavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#layoutInArea()METHODlayoutInArea  ( Node  child, double areaX, double areaY, double areaWidth, double areaHeight, double areaBaselineOffset,  Insets  margin, boolean fillWidth, boolean fillHeigWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#layoutInArea()SkinBasejavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#layoutInArea()METHODlayoutInArea  ( Node  child, double areaX, double areaY, double areaWidth, double areaHeight, double areaBaselineOffset,  Insets  margin,  HPos  halignment,  VPos  valignmenWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#layoutInArea()SkinBasejavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#layoutInArea()METHODpositionInArea  ( Node  child, double areaX, double areaY, double areaWidth, double areaHeight, double areaBaselineOffset,  HPos  halignment,  VPos  valignment)   Utility methYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#positionInArea()SkinBasejavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#positionInArea()METHODpositionInArea  ( Node  child, double areaX, double areaY, double areaWidth, double areaHeight, double areaBaselineOffset,  Insets  margin,  HPos  halignment,  VPos  valignmenYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#positionInArea()SkinBasejavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#positionInArea()METHODpseudoClassStateChanged- ( PseudoClass  pseudoClass, boolean active) bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#pseudoClassStateChanged()SkinBasejavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#pseudoClassStateChanged()METHODsnappedBottomInsetV ()   Utility method to get the bottom inset which includes padding and border inset. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#snappedBottomInset()SkinBasejavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#snappedBottomInset()METHODsnappedLeftInsetT ()   Utility method to get the left inset which includes padding and border inset. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#snappedLeftInset()SkinBasejavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#snappedLeftInset()METHODsnappedRightInsetU ()   Utility method to get the right inset which includes padding and border inset. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#snappedRightInset()SkinBasejavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#snappedRightInset()METHODsnappedTopInsetS ()   Utility method to get the top inset which includes padding and border inset. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#snappedTopInset()SkinBasejavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#snappedTopInset()METHODsnapPositionŒ (double value)   If this region's snapToPixel property is true, returns a value rounded to the nearest pixel, else returns the same value. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#snapPosition()SkinBasejavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#snapPosition()METHODsnapSize‹ (double value)   If this region's snapToPixel property is true, returns a value ceiled to the nearest pixel, else returns the same value. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#snapSize()SkinBasejavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#snapSize()METHOD  snapSpaceŒ (double value)   If this region's snapToPixel property is true, returns a value rounded to the nearest pixel, else returns the same value. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#snapSpace()SkinBasejavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SkinBase.html#snapSpace()CLASS      SkinnableThe Skinnable interface is implemented by the   Control   class, and therefore is implemented by all Control implementations.  javafx.scene.controlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Skinnable.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Skinnable.htmlPROPERTYskin6    Skin is responsible for rendering this  Control . Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Skinnable.html#skin Skinnablejavafx.scene.controlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Skinnable.html#skinMETHODgetSkin5 ()   Returns the skin that renders this   Control   Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Skinnable.html#getSkin()   Skinnablejavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Skinnable.html#getSkin()METHODsetSkinE ( Skin <?> value)   Sets the skin that will render this   Control   Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Skinnable.html#setSkin()        Skinnablejavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Skinnable.html#setSkin()METHODskinProperty8 ()   Skin is responsible for rendering this  Control . Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Skinnable.html#skinProperty() Skinnablejavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Skinnable.html#skinProperty()CLASSSlider The three fundamental variables of the slider are  min ,  max , and  value . The  value  should always be a number within the range defined by  min  and  max . javafx.scene.controlFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.htmlFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.htmlPROPERTYblockIncrementT    The amount by which to adjust the slider if the track of the slider is clicked. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#blockIncrementSliderjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#blockIncrementPROPERTYlabelFormatter:    A function for formatting the label for a major tick. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#labelFormatterSliderjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#labelFormatterPROPERTY
majorTickUnit0    The unit distance between major tick marks. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#majorTickUnitSliderjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#majorTickUnitPROPERTYmax2    The maximum value represented by this Slider. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#maxSliderjavafx.scene.controlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#maxPROPERTYminorTickCountD    The number of minor ticks to place between any two major ticks. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#minorTickCountSliderjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#minorTickCountPROPERTYmin2    The minimum value represented by this Slider. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#minSliderjavafx.scene.controlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#minPROPERTYorientationJ    The orientation of the  Slider  can either be horizontal or vertical. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#orientationSliderjavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#orientationPROPERTYshowTickLabels>    Indicates that the labels for tick marks should be shown. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#showTickLabelsSliderjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#showTickLabelsPROPERTY
showTickMarksJ    Specifies whether the   Skin   implementation should show tick marks. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#showTickMarksSliderjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#showTickMarksPROPERTYsnapToTicksb    Indicates whether the   value   of the  Slider  should always be aligned with the tick marks. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#snapToTicksSliderjavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#snapToTicksPROPERTY
valueChangingG    When true, indicates the current value of this Slider is changing. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#valueChangingSliderjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#valueChangingPROPERTYvalue2    The current value represented by this Slider. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#valueSliderjavafx.scene.controlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#valueMETHODadjustValue< (double newValue)   Adjusts   value   to match  newValue . Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#adjustValue()Sliderjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#adjustValue()METHODblockIncrementPropertyV ()   The amount by which to adjust the slider if the track of the slider is clicked. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#blockIncrementProperty()Sliderjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#blockIncrementProperty()METHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#createDefaultSkin()Sliderjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#createDefaultSkin()METHOD       decrementB ()   Decrements the value by   blockIncrement  , bounded by max. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#decrement()Sliderjavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#decrement()METHODgetBlockIncrement5 ()   Gets the value of the property blockIncrement. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#getBlockIncrement()Sliderjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#getBlockIncrement()METHODgetClassCssMetaData () \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#getClassCssMetaData()Sliderjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#getClassCssMetaData()METHODgetLabelFormatter5 ()   Gets the value of the property labelFormatter. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#getLabelFormatter()Sliderjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#getLabelFormatter()METHODgetMajorTickUnit4 ()   Gets the value of the property majorTickUnit. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#getMajorTickUnit()Sliderjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#getMajorTickUnit()METHODgetMax* ()   Gets the value of the property max. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#getMax()Sliderjavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#getMax()METHODgetMin* ()   Gets the value of the property min. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#getMin()Sliderjavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#getMin()METHODgetMinorTickCount5 ()   Gets the value of the property minorTickCount. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#getMinorTickCount()Sliderjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#getMinorTickCount()METHODgetOrientation2 ()   Gets the value of the property orientation. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#getOrientation()Sliderjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#getOrientation()METHODgetValue, ()   Gets the value of the property value. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#getValue()Sliderjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#getValue()METHOD     incrementB ()   Increments the value by   blockIncrement  , bounded by max. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#increment()Sliderjavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#increment()METHODisShowTickLabels5 ()   Gets the value of the property showTickLabels. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#isShowTickLabels()Sliderjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#isShowTickLabels()METHODisShowTickMarks4 ()   Gets the value of the property showTickMarks. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#isShowTickMarks()Sliderjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#isShowTickMarks()METHOD
isSnapToTicks2 ()   Gets the value of the property snapToTicks. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#isSnapToTicks()Sliderjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#isSnapToTicks()METHODisValueChanging4 ()   Gets the value of the property valueChanging. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#isValueChanging()Sliderjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#isValueChanging()METHODlabelFormatterProperty< ()   A function for formatting the label for a major tick. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#labelFormatterProperty()Sliderjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#labelFormatterProperty()METHODmajorTickUnitProperty2 ()   The unit distance between major tick marks. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#majorTickUnitProperty()Sliderjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#majorTickUnitProperty()METHODmaxProperty4 ()   The maximum value represented by this Slider. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#maxProperty()Sliderjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#maxProperty()METHODminorTickCountPropertyF ()   The number of minor ticks to place between any two major ticks. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#minorTickCountProperty()Sliderjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#minorTickCountProperty()METHODminProperty4 ()   The minimum value represented by this Slider. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#minProperty()Sliderjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#minProperty()METHODorientationPropertyL ()   The orientation of the  Slider  can either be horizontal or vertical. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#orientationProperty()Sliderjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#orientationProperty()METHODsetBlockIncrementA (double value)   Sets the value of the property blockIncrement. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#setBlockIncrement()Sliderjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#setBlockIncrement()METHODsetLabelFormatter^ ( StringConverter <java.lang.Double> value)   Sets the value of the property labelFormatter. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#setLabelFormatter()Sliderjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#setLabelFormatter()METHODsetMajorTickUnit@ (double value)   Sets the value of the property majorTickUnit. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#setMajorTickUnit()Sliderjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#setMajorTickUnit()METHODsetMax6 (double value)   Sets the value of the property max. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#setMax()Sliderjavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#setMax()METHODsetMin6 (double value)   Sets the value of the property min. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#setMin()Sliderjavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#setMin()METHODsetMinorTickCount> (int value)   Sets the value of the property minorTickCount. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#setMinorTickCount()Sliderjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#setMinorTickCount()METHODsetOrientationE ( Orientation  value)   Sets the value of the property orientation. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#setOrientation()Sliderjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#setOrientation()METHODsetShowTickLabelsB (boolean value)   Sets the value of the property showTickLabels. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#setShowTickLabels()Sliderjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#setShowTickLabels()METHODsetShowTickMarksA (boolean value)   Sets the value of the property showTickMarks. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#setShowTickMarks()Sliderjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#setShowTickMarks()METHODsetSnapToTicks? (boolean value)   Sets the value of the property snapToTicks. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#setSnapToTicks()Sliderjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#setSnapToTicks()METHODsetValue8 (double value)   Sets the value of the property value. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#setValue()Sliderjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#setValue()METHODsetValueChangingA (boolean value)   Sets the value of the property valueChanging. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#setValueChanging()Sliderjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#setValueChanging()METHODshowTickLabelsProperty@ ()   Indicates that the labels for tick marks should be shown. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#showTickLabelsProperty()Sliderjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#showTickLabelsProperty()METHODshowTickMarksPropertyL ()   Specifies whether the   Skin   implementation should show tick marks. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#showTickMarksProperty()Sliderjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#showTickMarksProperty()METHODsnapToTicksPropertyd ()   Indicates whether the   value   of the  Slider  should always be aligned with the tick marks. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#snapToTicksProperty()Sliderjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#snapToTicksProperty()METHODvalueChangingPropertyI ()   When true, indicates the current value of this Slider is changing. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#valueChangingProperty()Sliderjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#valueChangingProperty()METHOD
valueProperty4 ()   The current value represented by this Slider. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#valueProperty()Sliderjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Slider.html#valueProperty()CLASSSnapshotParametersjavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotParameters.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotParameters.htmlMETHOD        getCamera ()   Gets the current camera. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotParameters.html#getCamera()SnapshotParametersjavafx.sceneVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotParameters.html#getCamera()METHODgetFill ()   Gets the current fill. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotParameters.html#getFill()SnapshotParametersjavafx.sceneThttp://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotParameters.html#getFill()METHODgetTransform" ()   Gets the current transform. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotParameters.html#getTransform()SnapshotParametersjavafx.sceneYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotParameters.html#getTransform()METHODgetViewport  ()   Gets the current viewport Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotParameters.html#getViewport()SnapshotParametersjavafx.sceneXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotParameters.html#getViewport()METHOD
isDepthBuffer) ()   Gets the current depthBuffer flag. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotParameters.html#isDepthBuffer()SnapshotParametersjavafx.sceneZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotParameters.html#isDepthBuffer()METHOD  setCamera= ( Camera  camera)   Sets the camera to the specified value. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotParameters.html#setCamera()SnapshotParametersjavafx.sceneVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotParameters.html#setCamera()METHODsetDepthBufferK (boolean depthBuffer)   Sets the depthBuffer flag to the specified value. [http://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotParameters.html#setDepthBuffer()SnapshotParametersjavafx.scene[http://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotParameters.html#setDepthBuffer()METHODsetFill8 ( Paint  fill)   Sets the fill to the specified value. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotParameters.html#setFill()SnapshotParametersjavafx.sceneThttp://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotParameters.html#setFill()METHODsetTransformF ( Transform  transform)   Sets the transform to the specified value. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotParameters.html#setTransform()SnapshotParametersjavafx.sceneYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotParameters.html#setTransform()METHODsetViewportB ( Rectangle2D  viewport)   Sets the viewport used for rendering. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotParameters.html#setViewport()SnapshotParametersjavafx.sceneXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotParameters.html#setViewport()CLASSSnapshotResultjavafx.sceneFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotResult.htmlFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotResult.htmlMETHODgetImage: ()   Gets the image generated by the snapshot operation. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotResult.html#getImage()SnapshotResultjavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotResult.html#getImage()METHODgetSnapshotParametersK ()   Gets a copy of the SnapshotParameters used to generate the snapshot. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotResult.html#getSnapshotParameters()SnapshotResultjavafx.scene^http://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotResult.html#getSnapshotParameters()METHOD      getSourceF ()   Gets the source Node or Scene on which the snapshot was called. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotResult.html#getSource()SnapshotResultjavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SnapshotResult.html#getSource()CLASS
1085 SortedList!javafx.collections.transformationWhttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/SortedList.htmlWhttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/SortedList.htmlPROPERTY
1086 comparator>    The comparator that denotes the order of this SortedList. bhttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/SortedList.html#comparator
1087 SortedList!javafx.collections.transformationbhttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/SortedList.html#comparatorMETHODcomparatorProperty@ ()   The comparator that denotes the order of this SortedList. lhttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/SortedList.html#comparatorProperty()
1088 SortedList!javafx.collections.transformationlhttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/SortedList.html#comparatorProperty()METHODgetK (int index)   Returns the element at the specified position in this list. ]http://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/SortedList.html#get()
1089 SortedList!javafx.collections.transformation]http://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/SortedList.html#get()METHOD
getComparator1 ()   Gets the value of the property comparator. ghttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/SortedList.html#getComparator()
1090 SortedList!javafx.collections.transformationghttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/SortedList.html#getComparator()METHODgetSourceIndex\ (int index)   Maps the index of this list's element to an index in the direct source list. hhttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/SortedList.html#getSourceIndex()
1091 SortedList!javafx.collections.transformationhhttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/SortedList.html#getSourceIndex()METHOD
setComparator] (java.util.Comparator<? super  E > comparator)   Sets the value of the property comparator. ghttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/SortedList.html#setComparator()
1092 SortedList!javafx.collections.transformationghttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/SortedList.html#setComparator()METHODsize3 ()   Returns the number of elements in this list. ^http://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/SortedList.html#size()
1093 SortedList!javafx.collections.transformation^http://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/SortedList.html#size()METHOD
sourceChangede ( ListChangeListener.Change <? extends  E > c)   Called when a change from the source is triggered. ghttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/SortedList.html#sourceChanged()
1094 SortedList!javafx.collections.transformationghttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/SortedList.html#sourceChanged()CLASS     SortEventjavafx.scene.controlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SortEvent.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SortEvent.htmlMETHOD getSource () Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SortEvent.html#getSource()      SortEventjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SortEvent.html#getSource()METHOD    sortEvent () Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SortEvent.html#sortEvent()      SortEventjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SortEvent.html#sortEvent()FIELDANY/    Common supertype for all sort event types. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SortEvent.html#ANY     SortEventjavafx.scene.controlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SortEvent.html#ANYCLASSSpherejavafx.scene.shapeDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Sphere.htmlDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Sphere.htmlPROPERTYradius&    Defines the radius of the Sphere. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Sphere.html#radiusSpherejavafx.scene.shapeKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Sphere.html#radiusMETHODgetDivisionsE ()   Retrieves the divisions attribute use to generate this sphere. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Sphere.html#getDivisions()Spherejavafx.scene.shapeShttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Sphere.html#getDivisions()METHOD       getRadius- ()   Gets the value of the property radius. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Sphere.html#getRadius()Spherejavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Sphere.html#getRadius()METHODradiusProperty( ()   Defines the radius of the Sphere. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Sphere.html#radiusProperty()Spherejavafx.scene.shapeUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Sphere.html#radiusProperty()METHOD   setRadius9 (double value)   Sets the value of the property radius. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Sphere.html#setRadius()Spherejavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/Sphere.html#setRadius()CLASSSplitMenuButton If the user clicks in the action area, the SplitMenuButton will act similarly to a   Button  , firing whatever is associated with the   ButtonBase.onAction   prjavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitMenuButton.htmlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitMenuButton.htmlMETHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitMenuButton.html#createDefaultSkin()SplitMenuButtonjavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitMenuButton.html#createDefaultSkin()METHODfire. ()   Call the action when button is pressed. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitMenuButton.html#fire()SplitMenuButtonjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitMenuButton.html#fire()CLASS     SplitPane A control that has two or more sides, each separated by a divider, which can be dragged by the user to give more space to one of the sides, resulting in the othjavafx.scene.controlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.htmlPROPERTYorientation'    The orientation for the SplitPane. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.html#orientation        SplitPanejavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.html#orientationMETHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.html#createDefaultSkin()   SplitPanejavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.html#createDefaultSkin()METHODgetClassCssMetaData () _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.html#getClassCssMetaData()     SplitPanejavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.html#getClassCssMetaData()METHODgetControlCssMetaData () ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.html#getControlCssMetaData()       SplitPanejavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.html#getControlCssMetaData()METHODgetDividerPositionsJ ()   Returns an array of double containing the position of each divider. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.html#getDividerPositions()   SplitPanejavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.html#getDividerPositions()METHODgetDividersJ ()   Returns an unmodifiable list of all the dividers in this SplitPane. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.html#getDividers()     SplitPanejavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.html#getDividers()METHODgetItemsZ ()   Returns an ObservableList which can be use to modify the contents of the SplitPane. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.html#getItems()     SplitPanejavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.html#getItems()METHODgetOrientation) ()   The orientation for the SplitPane. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.html#getOrientation()   SplitPanejavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.html#getOrientation()METHODisResizableWithParentl ( Node  node)   Return true if the node is resizable when the parent container is resized false otherwise. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.html#isResizableWithParent()    SplitPanejavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.html#isResizableWithParent()METHODorientationProperty) ()   The orientation for the SplitPane. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.html#orientationProperty()    SplitPanejavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.html#orientationProperty()METHODsetDividerPositionh (int dividerIndex, double position)   Sets the position of the divider at the specified divider index. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.html#setDividerPosition() SplitPanejavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.html#setDividerPosition()METHODsetDividerPositions: (double... positions)   Sets the position of the divider _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.html#setDividerPositions()      SplitPanejavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.html#setDividerPositions()METHODsetOrientation  ( Orientation  value)   This property controls how the SplitPane should be displayed to the user: if set to  true , the SplitPane will be 'horizontal', resultiZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.html#setOrientation()        SplitPanejavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.html#setOrientation()METHODsetResizableWithParent} ( Node  node, java.lang.Boolean value)   Sets a node in the SplitPane to be resizable or not when the SplitPane is resized. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.html#setResizableWithParent() SplitPanejavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.html#setResizableWithParent()CLASSSplitPane.Divider Represents the location where the divider should ideally be positioned, between 0.0 and 1.0 (inclusive). 0.0 represents the left- or top-most point, and 1.0 repjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.Divider.htmlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.Divider.htmlPROPERTYpositionm    Represents the location where the divider should ideally be positioned, between 0.0 and 1.0 (inclusive). Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.Divider.html#positionSplitPane.Dividerjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.Divider.html#positionMETHODgetPosition/ ()   Gets the value of the property position. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.Divider.html#getPosition()SplitPane.Dividerjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.Divider.html#getPosition()METHODpositionPropertyo ()   Represents the location where the divider should ideally be positioned, between 0.0 and 1.0 (inclusive). dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.Divider.html#positionProperty()SplitPane.Dividerjavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.Divider.html#positionProperty()METHODsetPosition; (double value)   Sets the value of the property position. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.Divider.html#setPosition()SplitPane.Dividerjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/SplitPane.Divider.html#setPosition()CLASSStackedAreaChartjavafx.scene.chartNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.htmlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.htmlPROPERTY
createSymbolsm    When true, CSS styleable symbols are created for any data items that don't have a symbol node specified. \http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#createSymbolsStackedAreaChartjavafx.scene.chart\http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#createSymbolsMETHODcreateSymbolsPropertyo ()   When true, CSS styleable symbols are created for any data items that don't have a symbol node specified. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#createSymbolsProperty()StackedAreaChartjavafx.scene.chartfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#createSymbolsProperty()METHOD
dataItemAdded‡ ( XYChart.Series < X , Y > series, int itemIndex,  XYChart.Data < X , Y > item)   Called when a data item has been added to a series. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#dataItemAdded()StackedAreaChartjavafx.scene.chart^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#dataItemAdded()METHODdataItemChangedx ( XYChart.Data < X , Y > item)   Called when a data item has changed, ie its xValue, yValue or extraValue has changed. `http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#dataItemChanged()StackedAreaChartjavafx.scene.chart`http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#dataItemChanged()METHODdataItemRemoved  ( XYChart.Data < X , Y > item,  XYChart.Series < X , Y > series)   Called when a data item has been removed from data model but it is still visible on the char`http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#dataItemRemoved()StackedAreaChartjavafx.scene.chart`http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#dataItemRemoved()METHODgetClassCssMetaData () dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#getClassCssMetaData()StackedAreaChartjavafx.scene.chartdhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#getClassCssMetaData()METHODgetCreateSymbolsH ()   Indicates whether symbols for data points will be created or not. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#getCreateSymbols()StackedAreaChartjavafx.scene.chartahttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#getCreateSymbols()METHODgetCssMetaData’ ()   This method should delegate to   Node.getClassCssMetaData()   so that a Node's CssMetaData can be accessed without the need for reflection. _http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#getCssMetaData()StackedAreaChartjavafx.scene.chart_http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#getCssMetaData()METHODlayoutPlotChildren5 ()   Called to update and layout the plot children. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#layoutPlotChildren()StackedAreaChartjavafx.scene.chartchttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#layoutPlotChildren()METHODseriesAddedi ( XYChart.Series < X , Y > series, int seriesIndex)   A series has been added to the charts data model. \http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#seriesAdded()StackedAreaChartjavafx.scene.chart\http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#seriesAdded()METHOD
seriesChanged‹ ( ListChangeListener.Change <? extends  XYChart.Series > c)   Called when each atomic change is made to the list of series for this chart ^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#seriesChanged()StackedAreaChartjavafx.scene.chart^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#seriesChanged()METHOD
seriesRemovedz ( XYChart.Series < X , Y > series)   A series has been removed from the data model but it is still visible on the chart. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#seriesRemoved()StackedAreaChartjavafx.scene.chart^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#seriesRemoved()METHODsetCreateSymbolsA (boolean value)   Sets the value of the property createSymbols. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#setCreateSymbols()StackedAreaChartjavafx.scene.chartahttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#setCreateSymbols()METHODupdateAxisRangeS ()   This is called when the range has been invalidated and we need to update it. `http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#updateAxisRange()StackedAreaChartjavafx.scene.chart`http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#updateAxisRange()METHODupdateLegend^ ()   This is called whenever a series is added or removed and the legend needs to be updated ]http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#updateLegend()StackedAreaChartjavafx.scene.chart]http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedAreaChart.html#updateLegend()CLASSStackedBarChartjavafx.scene.chartMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.htmlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.htmlPROPERTYcategoryGap9    The gap to leave between bars in separate categories Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.html#categoryGapStackedBarChartjavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.html#categoryGapMETHODcategoryGapProperty; ()   The gap to leave between bars in separate categories chttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.html#categoryGapProperty()StackedBarChartjavafx.scene.chartchttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.html#categoryGapProperty()METHOD
dataItemAdded‡ ( XYChart.Series < X , Y > series, int itemIndex,  XYChart.Data < X , Y > item)   Called when a data item has been added to a series. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.html#dataItemAdded()StackedBarChartjavafx.scene.chart]http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.html#dataItemAdded()METHODdataItemChangedx ( XYChart.Data < X , Y > item)   Called when a data item has changed, ie its xValue, yValue or extraValue has changed. _http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.html#dataItemChanged()StackedBarChartjavafx.scene.chart_http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.html#dataItemChanged()METHODdataItemRemoved  ( XYChart.Data < X , Y > item,  XYChart.Series < X , Y > series)   Called when a data item has been removed from data model but it is still visible on the char_http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.html#dataItemRemoved()StackedBarChartjavafx.scene.chart_http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.html#dataItemRemoved()METHODgetCategoryGap2 ()   Gets the value of the property categoryGap. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.html#getCategoryGap()StackedBarChartjavafx.scene.chart^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.html#getCategoryGap()METHODgetClassCssMetaData () chttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.html#getClassCssMetaData()StackedBarChartjavafx.scene.chartchttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.html#getClassCssMetaData()METHODgetCssMetaData’ ()   This method should delegate to   Node.getClassCssMetaData()   so that a Node's CssMetaData can be accessed without the need for reflection. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.html#getCssMetaData()StackedBarChartjavafx.scene.chart^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.html#getCssMetaData()METHODlayoutPlotChildren5 ()   Called to update and layout the plot children. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.html#layoutPlotChildren()StackedBarChartjavafx.scene.chartbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.html#layoutPlotChildren()METHODseriesAddedi ( XYChart.Series < X , Y > series, int seriesIndex)   A series has been added to the charts data model. [http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.html#seriesAdded()StackedBarChartjavafx.scene.chart[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.html#seriesAdded()METHOD
seriesRemovedz ( XYChart.Series < X , Y > series)   A series has been removed from the data model but it is still visible on the chart. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.html#seriesRemoved()StackedBarChartjavafx.scene.chart]http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.html#seriesRemoved()METHODsetCategoryGap> (double value)   Sets the value of the property categoryGap. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.html#setCategoryGap()StackedBarChartjavafx.scene.chart^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.html#setCategoryGap()METHODupdateAxisRangeS ()   This is called when the range has been invalidated and we need to update it. _http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.html#updateAxisRange()StackedBarChartjavafx.scene.chart_http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.html#updateAxisRange()METHODupdateLegend^ ()   This is called whenever a series is added or removed and the legend needs to be updated \http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.html#updateLegend()StackedBarChartjavafx.scene.chart\http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/StackedBarChart.html#updateLegend()CLASS      StackPane The z-order of the children is defined by the order of the children list with the 0th child being the bottom and last child on top. If a border and/or padding hjavafx.scene.layoutHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.htmlPROPERTY   alignmentO    The default alignment of children within the stackpane's width and height. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#alignment      StackPanejavafx.scene.layoutRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#alignmentMETHODalignmentPropertyQ ()   The default alignment of children within the stackpane's width and height. \http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#alignmentProperty() StackPanejavafx.scene.layout\http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#alignmentProperty()METHODclearConstraintsI ( Node  child)   Removes all stackpane constraints from the child node. [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#clearConstraints() StackPanejavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#clearConstraints()METHODcomputeMinHeight> (double width)   Computes the minimum height of this region. [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#computeMinHeight()  StackPanejavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#computeMinHeight()METHODcomputeMinWidth> (double height)   Computes the minimum width of this region. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#computeMinWidth()    StackPanejavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#computeMinWidth()METHODcomputePrefHeight  (double width)   Computes the preferred height of this region for the given width; Region subclasses should override this method to return an appropriate value\http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#computePrefHeight() StackPanejavafx.scene.layout\http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#computePrefHeight()METHODcomputePrefWidthU (double height)   Computes the preferred width of this region for the given height. [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#computePrefWidth()     StackPanejavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#computePrefWidth()METHODgetAlignment0 ()   Gets the value of the property alignment. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#getAlignment()   StackPanejavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#getAlignment()METHODgetAlignmentC ( Node  child)   Returns the child's alignment constraint if set. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#getAlignment()    StackPanejavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#getAlignment()METHODgetClassCssMetaData () ^http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#getClassCssMetaData()     StackPanejavafx.scene.layout^http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#getClassCssMetaData()METHODgetContentBiasM ()   Returns the orientation of a node's resizing bias for layout purposes. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#getContentBias()       StackPanejavafx.scene.layoutYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#getContentBias()METHODgetCssMetaData’ ()   This method should delegate to   Node.getClassCssMetaData()   so that a Node's CssMetaData can be accessed without the need for reflection. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#getCssMetaData()      StackPanejavafx.scene.layoutYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#getCssMetaData()METHOD getMarginA ( Node  child)   Returns the child's margin constraints if set. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#getMargin()  StackPanejavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#getMargin()METHODlayoutChildrenN ()   Invoked during the layout pass to layout the children in this  Parent . Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#layoutChildren()        StackPanejavafx.scene.layoutYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#layoutChildren()METHOD
requestLayoutP ()   Requests a layout pass to be performed before the next scene is rendered. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#requestLayout()   StackPanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#requestLayout()METHODsetAlignment_ ( Node  child,  Pos  value)   Sets the alignment for the child when contained by a stackpane. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#setAlignment()       StackPanejavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#setAlignment()METHODsetAlignment; ( Pos  value)   Sets the value of the property alignment. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#setAlignment()    StackPanejavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#setAlignment()METHOD   setMargin_ ( Node  child,  Insets  value)   Sets the margin for the child when contained by a stackpane. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#setMargin()    StackPanejavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/StackPane.html#setMargin()CLASSStage Stage objects must be constructed and modified on the JavaFX Application Thread.     Many of the  Stage  properties are read only because they can be changed exjavafx.stage=http://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html=http://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.htmlPROPERTYfullScreenExitHint  Phttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#fullScreenExitHintStagejavafx.stagePhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#fullScreenExitHintPROPERTYfullScreenExitKey?    Get the property for the Full Screen exit key combination. Ohttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#fullScreenExitKeyStagejavafx.stageOhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#fullScreenExitKeyPROPERTY
1095 fullScreenP    Specifies whether this  Stage  should be a full-screen, undecorated window. Hhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#fullScreenStagejavafx.stageHhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#fullScreenPROPERTY  iconified5    Defines whether the  Stage  is iconified or not. Ghttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#iconifiedStagejavafx.stageGhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#iconifiedPROPERTY        maxHeight0    Defines the maximum height of this  Stage . Ghttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#maxHeightStagejavafx.stageGhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#maxHeightPROPERTY     maximized5    Defines whether the  Stage  is maximized or not. Ghttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#maximizedStagejavafx.stageGhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#maximizedPROPERTYmaxWidth/    Defines the maximum width of this  Stage . Fhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#maxWidthStagejavafx.stageFhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#maxWidthPROPERTY  minHeight0    Defines the minimum height of this  Stage . Ghttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#minHeightStagejavafx.stageGhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#minHeightPROPERTYminWidth/    Defines the minimum width of this  Stage . Fhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#minWidthStagejavafx.stageFhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#minWidthPROPERTY       resizableA    Defines whether the  Stage  is resizable or not by the user. Ghttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#resizableStagejavafx.stageGhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#resizablePROPERTYtitle&    Defines the title of the  Stage . Chttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#titleStagejavafx.stageChttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#titleMETHODclose ()   Closes this  Stage . Ehttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#close()Stagejavafx.stageEhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#close()METHODfullScreenExitHintProperty () Zhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#fullScreenExitHintProperty()Stagejavafx.stageZhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#fullScreenExitHintProperty()METHODfullScreenExitKeyPropertyA ()   Get the property for the Full Screen exit key combination. Yhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#fullScreenExitKeyProperty()Stagejavafx.stageYhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#fullScreenExitKeyProperty()METHODfullScreenPropertyR ()   Specifies whether this  Stage  should be a full-screen, undecorated window. Rhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#fullScreenProperty()Stagejavafx.stageRhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#fullScreenProperty()METHODgetFullScreenExitHint9 ()   Gets the value of the property fullScreenExitHint. Uhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#getFullScreenExitHint()Stagejavafx.stageUhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#getFullScreenExitHint()METHODgetFullScreenExitKeyCombination> ()   Get the current sequence used to exit Full Screen mode. _http://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#getFullScreenExitKeyCombination()Stagejavafx.stage_http://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#getFullScreenExitKeyCombination()METHODgetIconsT ()   Gets the icon images to be used in the window decorations and when minimized. Hhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#getIcons()Stagejavafx.stageHhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#getIcons()METHODgetMaxHeight0 ()   Gets the value of the property maxHeight. Lhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#getMaxHeight()Stagejavafx.stageLhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#getMaxHeight()METHODgetMaxWidth/ ()   Gets the value of the property maxWidth. Khttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#getMaxWidth()Stagejavafx.stageKhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#getMaxWidth()METHODgetMinHeight0 ()   Gets the value of the property minHeight. Lhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#getMinHeight()Stagejavafx.stageLhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#getMinHeight()METHODgetMinWidth/ ()   Gets the value of the property minWidth. Khttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#getMinWidth()Stagejavafx.stageKhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#getMinWidth()METHODgetModality7 ()   Retrieves the modality attribute for this stage. Khttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#getModality()Stagejavafx.stageKhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#getModality()METHODgetOwnerO ()   Retrieves the owner Window for this stage, or null for an unowned stage. Hhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#getOwner()Stagejavafx.stageHhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#getOwner()METHODgetStyle4 ()   Retrieves the style attribute for this stage. Hhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#getStyle()Stagejavafx.stageHhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#getStyle()METHODgetTitle, ()   Gets the value of the property title. Hhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#getTitle()Stagejavafx.stageHhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#getTitle()METHODiconifiedProperty7 ()   Defines whether the  Stage  is iconified or not. Qhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#iconifiedProperty()Stagejavafx.stageQhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#iconifiedProperty()METHODinitModality@ ( Modality  modality)   Specifies the modality for this stage. Lhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#initModality()Stagejavafx.stageLhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#initModality()METHOD      initOwnerg ( Window  owner)   Specifies the owner Window for this stage, or null for a top-level, unowned stage. Ihttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#initOwner()Stagejavafx.stageIhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#initOwner()METHOD  initStyle< ( StageStyle  style)   Specifies the style for this stage. Ihttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#initStyle()Stagejavafx.stageIhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#initStyle()METHODisFullScreen1 ()   Gets the value of the property fullScreen. Lhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#isFullScreen()Stagejavafx.stageLhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#isFullScreen()METHODisIconified0 ()   Gets the value of the property iconified. Khttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#isIconified()Stagejavafx.stageKhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#isIconified()METHODisMaximized0 ()   Gets the value of the property maximized. Khttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#isMaximized()Stagejavafx.stageKhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#isMaximized()METHODisResizable0 ()   Gets the value of the property resizable. Khttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#isResizable()Stagejavafx.stageKhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#isResizable()METHODmaxHeightProperty2 ()   Defines the maximum height of this  Stage . Qhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#maxHeightProperty()Stagejavafx.stageQhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#maxHeightProperty()METHODmaximizedProperty7 ()   Defines whether the  Stage  is maximized or not. Qhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#maximizedProperty()Stagejavafx.stageQhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#maximizedProperty()METHODmaxWidthProperty1 ()   Defines the maximum width of this  Stage . Phttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#maxWidthProperty()Stagejavafx.stagePhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#maxWidthProperty()METHODminHeightProperty2 ()   Defines the minimum height of this  Stage . Qhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#minHeightProperty()Stagejavafx.stageQhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#minHeightProperty()METHODminWidthProperty1 ()   Defines the minimum width of this  Stage . Phttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#minWidthProperty()Stagejavafx.stagePhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#minWidthProperty()METHODresizablePropertyC ()   Defines whether the  Stage  is resizable or not by the user. Qhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#resizableProperty()Stagejavafx.stageQhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#resizableProperty()METHOD
setFullScreen> (boolean value)   Sets the value of the property fullScreen. Mhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#setFullScreen()Stagejavafx.stageMhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#setFullScreen()METHODsetFullScreenExitHint  (java.lang.String value)   Specifies the text to show when a user enters full screen mode, usually used to indicate the way a user should go about exiting out Uhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#setFullScreenExitHint()Stagejavafx.stageUhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#setFullScreenExitHint()METHODsetFullScreenExitKeyCombinationu ( KeyCombination  keyCombination)   Specifies the KeyCombination that will allow the user to exit full screen mode. _http://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#setFullScreenExitKeyCombination()Stagejavafx.stage_http://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#setFullScreenExitKeyCombination()METHODsetIconified= (boolean value)   Sets the value of the property iconified. Lhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#setIconified()Stagejavafx.stageLhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#setIconified()METHODsetMaxHeight< (double value)   Sets the value of the property maxHeight. Lhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#setMaxHeight()Stagejavafx.stageLhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#setMaxHeight()METHODsetMaximized= (boolean value)   Sets the value of the property maximized. Lhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#setMaximized()Stagejavafx.stageLhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#setMaximized()METHODsetMaxWidth; (double value)   Sets the value of the property maxWidth. Khttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#setMaxWidth()Stagejavafx.stageKhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#setMaxWidth()METHODsetMinHeight< (double value)   Sets the value of the property minHeight. Lhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#setMinHeight()Stagejavafx.stageLhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#setMinHeight()METHODsetMinWidth; (double value)   Sets the value of the property minWidth. Khttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#setMinWidth()Stagejavafx.stageKhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#setMinWidth()METHODsetResizable= (boolean value)   Sets the value of the property resizable. Lhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#setResizable()Stagejavafx.stageLhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#setResizable()METHODsetScene? ( Scene  value)   Specify the scene to be used on this stage. Hhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#setScene()Stagejavafx.stageHhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#setScene()METHODsetTitleB (java.lang.String value)   Sets the value of the property title. Hhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#setTitle()Stagejavafx.stageHhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#setTitle()METHODshowA ()   Attempts to show this Window by setting visibility to true Dhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#show()Stagejavafx.stageDhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#show()METHODshowAndWait^ ()   Shows this stage and waits for it to be hidden (closed) before returning to the caller. Khttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#showAndWait()Stagejavafx.stageKhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#showAndWait()METHOD
titleProperty( ()   Defines the title of the  Stage . Mhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#titleProperty()Stagejavafx.stageMhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#titleProperty()METHODtoBack+ ()   Send the  Window  to the background. Fhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#toBack()Stagejavafx.stageFhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#toBack()METHODtoFront, ()   Bring the  Window  to the foreground. Ghttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#toFront()Stagejavafx.stageGhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#toFront()ENUM
1096 StageStyleZ` NOTE: To see the effect the  Scene  covering the  Stage  should have  Color.TRANSPARENT javafx.stageBhttp://download.java.net/jdk8/jfxdocs/javafx/stage/StageStyle.htmlBhttp://download.java.net/jdk8/jfxdocs/javafx/stage/StageStyle.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Lhttp://download.java.net/jdk8/jfxdocs/javafx/stage/StageStyle.html#valueOf()
1097 StageStylejavafx.stageLhttp://download.java.net/jdk8/jfxdocs/javafx/stage/StageStyle.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Khttp://download.java.net/jdk8/jfxdocs/javafx/stage/StageStyle.html#values()
1098 StageStylejavafx.stageKhttp://download.java.net/jdk8/jfxdocs/javafx/stage/StageStyle.html#values()CLASSStop Example:     // object bounding box relative (proportional:true, default) Stop[] stops = { new Stop(0, Color.WHITE), new Stop(1, Color.BLACK)}; LinearGradient ljavafx.scene.paintBhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Stop.htmlBhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Stop.htmlMETHODequalsV (java.lang.Object obj)   Indicates whether some other object is "equal to" this one. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Stop.html#equals()Stopjavafx.scene.paintKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Stop.html#equals()METHODgetColor5 ()   Gets the color of the gradient at this offset. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Stop.html#getColor()Stopjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Stop.html#getColor()METHOD       getOffset_ ()   Gets a number ranging from  0  to  1  that indicates where this gradient stop is placed. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Stop.html#getOffset()Stopjavafx.scene.paintNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Stop.html#getOffset()METHODhashCode2 ()   Returns a hash code for this  Stop  object. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Stop.html#hashCode()Stopjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Stop.html#hashCode()METHODtoString= ()   Returns a string representation of this  Stop  object. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Stop.html#toString()Stopjavafx.scene.paintMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/paint/Stop.html#toString()CLASS
StringBinding  StringBinding  provides a simple invalidation-scheme. An extending class can register dependencies by calling   bind(Observable...)  . If One of the registeredjavafx.beans.bindingMhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.htmlMhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.htmlMETHODaddListenerŸ ( ChangeListener <? super java.lang.String> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.html#addListener()
StringBindingjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.html#addListener()
StringBindingjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.html#addListener()METHODbindP ( Observable ... dependencies)   Start observing the dependencies for changes. Thttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.html#bind()
StringBindingjavafx.beans.bindingThttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.html#bind()METHODcomputeValue4 ()   Calculates the current value of this binding. \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.html#computeValue()
StringBindingjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.html#computeValue()METHODdispose= ()   A default implementation of  dispose()  that is empty. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.html#dispose()
StringBindingjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.html#dispose()METHODget0 ()   Returns the result of   computeValue()  . Shttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.html#get()
StringBindingjavafx.beans.bindingShttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.html#get()METHODgetDependencies` ()   A default implementation of  getDependencies()  that returns an empty   ObservableList  . _http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.html#getDependencies()
StringBindingjavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.html#getDependencies()METHOD
1099 invalidate! ()   Mark a binding as invalid. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.html#invalidate()
StringBindingjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.html#invalidate()METHODisValid$ ()   Checks if a binding is valid. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.html#isValid()
StringBindingjavafx.beans.bindingWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.html#isValid()METHODonInvalidatingt ()   The method onInvalidating() can be overridden by extending classes to react, if this binding becomes invalid. ^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.html#onInvalidating()
StringBindingjavafx.beans.binding^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.html#onInvalidating()METHODremoveListener  ( ChangeListener <? super java.lang.String> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Obs^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.html#removeListener()
StringBindingjavafx.beans.binding^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes inv^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.html#removeListener()
StringBindingjavafx.beans.binding^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.html#removeListener()METHODtoStringF ()   Returns a string representation of this  StringBinding  object. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.html#toString()
StringBindingjavafx.beans.bindingXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.html#toString()METHODunbindO ( Observable ... dependencies)   Stop observing the dependencies for changes. Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.html#unbind()
StringBindingjavafx.beans.bindingVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringBinding.html#unbind()CLASSStringConverterjavafx.utilFhttp://download.java.net/jdk8/jfxdocs/javafx/util/StringConverter.htmlFhttp://download.java.net/jdk8/jfxdocs/javafx/util/StringConverter.htmlMETHOD
1100 fromStringl (java.lang.String string)   Converts the string provided into an object defined by the specific converter. Shttp://download.java.net/jdk8/jfxdocs/javafx/util/StringConverter.html#fromString()StringConverterjavafx.utilShttp://download.java.net/jdk8/jfxdocs/javafx/util/StringConverter.html#fromString()METHODtoStringC ( T  object)   Converts the object provided into its string form. Qhttp://download.java.net/jdk8/jfxdocs/javafx/util/StringConverter.html#toString()StringConverterjavafx.utilQhttp://download.java.net/jdk8/jfxdocs/javafx/util/StringConverter.html#toString()CLASSStringExpression A concrete sub-class of  StringExpression  has to implement the method   ObservableObjectValue.get()  , which provides the actual value of this expression.   Nojavafx.beans.bindingPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.htmlPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.htmlMETHODconcat (java.lang.Object other)   Returns a  StringExpression  that holds the value of this  StringExpression  concatenated with another  Object . Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#concat()StringExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#concat()METHODgetValue: ()   Returns the current value of this  ObservableValue  [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#getValue()StringExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#getValue()METHODgetValueSafe< ()   Returns usually the value of this  StringExpression . _http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#getValueSafe()StringExpressionjavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#getValueSafe()METHODgreaterThan  ( ObservableStringValue  other)   Creates a new   BooleanBinding   that holds  true  if this  StringExpression  is greater than another   ObservableStringValue^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#greaterThan()StringExpressionjavafx.beans.binding^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#greaterThan()METHODgreaterThanŒ (java.lang.String other)   Creates a new   BooleanBinding   that holds  true  if this  StringExpression  is greater than a constant value. ^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#greaterThan()StringExpressionjavafx.beans.binding^http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#greaterThan()METHODgreaterThanOrEqualTo  ( ObservableStringValue  other)   Creates a new   BooleanBinding   that holds  true  if this  StringExpression  is greater than or equal to another   Observablghttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#greaterThanOrEqualTo()StringExpressionjavafx.beans.bindingghttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#greaterThanOrEqualTo()METHODgreaterThanOrEqualTo˜ (java.lang.String other)   Creates a new   BooleanBinding   that holds  true  if this  StringExpression  is greater than or equal to a constant value. ghttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#greaterThanOrEqualTo()StringExpressionjavafx.beans.bindingghttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#greaterThanOrEqualTo()METHODisEmpty^ ()   Creates a new   BooleanBinding   that holds  true  if this  StringExpression  is empty. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#isEmpty()StringExpressionjavafx.beans.bindingZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#isEmpty()METHOD isEqualTo ( ObservableStringValue  other)   Creates a new   BooleanBinding   that holds  true  if this and another   ObservableStringValue   are equal. \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#isEqualTo()StringExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#isEqualTo()METHOD        isEqualToˆ (java.lang.String other)   Creates a new   BooleanBinding   that holds  true  if this  StringExpression  is equal to a constant value. \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#isEqualTo()StringExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#isEqualTo()METHODisEqualToIgnoreCase ( ObservableStringValue  other)   Creates a new   BooleanBinding   that holds  true  if this and another   ObservableStringValue   are equal ignoring case. fhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#isEqualToIgnoreCase()StringExpressionjavafx.beans.bindingfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#isEqualToIgnoreCase()METHODisEqualToIgnoreCase– (java.lang.String other)   Creates a new   BooleanBinding   that holds  true  if this  StringExpression  is equal to a constant value ignoring case. fhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#isEqualToIgnoreCase()StringExpressionjavafx.beans.bindingfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#isEqualToIgnoreCase()METHOD
1101 isNotEmptyb ()   Creates a new   BooleanBinding   that holds  true  if this  StringExpression  is not empty. ]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#isNotEmpty()StringExpressionjavafx.beans.binding]http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#isNotEmpty()METHODisNotEqualTo“ ( ObservableStringValue  other)   Creates a new   BooleanBinding   that holds  true  if this and another   ObservableStringValue   are not equal. _http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#isNotEqualTo()StringExpressionjavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#isNotEqualTo()METHODisNotEqualToŒ (java.lang.String other)   Creates a new   BooleanBinding   that holds  true  if this  StringExpression  is not equal to a constant value. _http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#isNotEqualTo()StringExpressionjavafx.beans.binding_http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#isNotEqualTo()METHODisNotEqualToIgnoreCase  ( ObservableStringValue  other)   Creates a new   BooleanBinding   that holds  true  if this and another   ObservableStringValue   are not equal ignoring case.ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#isNotEqualToIgnoreCase()StringExpressionjavafx.beans.bindingihttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#isNotEqualToIgnoreCase()METHODisNotEqualToIgnoreCaseš (java.lang.String other)   Creates a new   BooleanBinding   that holds  true  if this  StringExpression  is not equal to a constant value ignoring case. ihttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#isNotEqualToIgnoreCase()StringExpressionjavafx.beans.bindingihttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#isNotEqualToIgnoreCase()METHOD  isNotNullc ()   Creates a new   BooleanBinding   that holds  true  if this  StringExpression  is not  null . \http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#isNotNull()StringExpressionjavafx.beans.binding\http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#isNotNull()METHODisNull_ ()   Creates a new   BooleanBinding   that holds  true  if this  StringExpression  is  null . Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#isNull()StringExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#isNull()METHODlengthY ()   Creates a new   IntegerBinding   that holds the length of this  StringExpression . Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#length()StringExpressionjavafx.beans.bindingYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#length()METHODlessThan  ( ObservableStringValue  other)   Creates a new   BooleanBinding   that holds  true  if this  StringExpression  is less than another   ObservableStringValue  .[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#lessThan()StringExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#lessThan()METHODlessThan‰ (java.lang.String other)   Creates a new   BooleanBinding   that holds  true  if this  StringExpression  is less than a constant value. [http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#lessThan()StringExpressionjavafx.beans.binding[http://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#lessThan()METHODlessThanOrEqualTo  ( ObservableStringValue  other)   Creates a new   BooleanBinding   that holds  true  if this  StringExpression  is less than or equal to another   ObservableStdhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#lessThanOrEqualTo()StringExpressionjavafx.beans.bindingdhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#lessThanOrEqualTo()METHODlessThanOrEqualTo• (java.lang.String other)   Creates a new   BooleanBinding   that holds  true  if this  StringExpression  is less than or equal to a constant value. dhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#lessThanOrEqualTo()StringExpressionjavafx.beans.bindingdhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#lessThanOrEqualTo()METHODstringExpression_ ( ObservableValue <?> value)   Returns a  StringExpression  that wraps a   ObservableValue  . chttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#stringExpression()StringExpressionjavafx.beans.bindingchttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/StringExpression.html#stringExpression()CLASSStringPropertyjavafx.beans.propertyOhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringProperty.htmlOhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringProperty.htmlMETHODbindBidirectional ( Property <?> other, java.text.Format format)   Create a bidirectional binding between this  StringProperty  and another arbitrary property. chttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringProperty.html#bindBidirectional()StringPropertyjavafx.beans.propertychttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringProperty.html#bindBidirectional()METHODbindBidirectionalp ( Property <java.lang.String> other)   Create a bidirectional binding between this  Property  and another one. chttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringProperty.html#bindBidirectional()StringPropertyjavafx.beans.propertychttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringProperty.html#bindBidirectional()METHODbindBidirectional– ( Property <T> other,  StringConverter <T> converter)   Create a bidirectional binding between this  StringProperty  and another arbitrary property. chttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringProperty.html#bindBidirectional()StringPropertyjavafx.beans.propertychttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringProperty.html#bindBidirectional()METHODsetValue/ (java.lang.String v)   Set the wrapped value. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringProperty.html#setValue()StringPropertyjavafx.beans.propertyZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringProperty.html#setValue()METHODtoStringG ()   Returns a string representation of this  StringProperty  object. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringProperty.html#toString()StringPropertyjavafx.beans.propertyZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringProperty.html#toString()METHODunbindBidirectionald (java.lang.Object other)   Remove a bidirectional binding between this  Property  and another one. ehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringProperty.html#unbindBidirectional()StringPropertyjavafx.beans.propertyehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringProperty.html#unbindBidirectional()METHODunbindBidirectionalp ( Property <java.lang.String> other)   Remove a bidirectional binding between this  Property  and another one. ehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringProperty.html#unbindBidirectional()StringPropertyjavafx.beans.propertyehttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringProperty.html#unbindBidirectional()CLASSStringPropertyBase Note that the same actual  InvalidationListener  instance may be safely registered for different  Observables .   The  Observable  stores a strong reference to javafx.beans.propertyShttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringPropertyBase.htmlShttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringPropertyBase.htmlMETHODaddListenerŸ ( ChangeListener <? super java.lang.String> listener)   Adds a   ChangeListener   which will be notified whenever the value of the  ObservableValue  changes. ahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringPropertyBase.html#addListener()StringPropertyBasejavafx.beans.propertyahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringPropertyBase.html#addListener()METHODaddListenerˆ ( InvalidationListener  listener)   Adds an   InvalidationListener   which will be notified whenever the  Observable  becomes invalid. ahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringPropertyBase.html#addListener()StringPropertyBasejavafx.beans.propertyahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringPropertyBase.html#addListener()METHODbindt ( ObservableValue <? extends java.lang.String> newObservable)   Create a unidirection binding for this  Property . Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringPropertyBase.html#bind()StringPropertyBasejavafx.beans.propertyZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringPropertyBase.html#bind()METHODfireValueChangedEvent] ()   Sends notifications to all attached   InvalidationListeners   and   ChangeListeners  . khttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringPropertyBase.html#fireValueChangedEvent()StringPropertyBasejavafx.beans.propertykhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringPropertyBase.html#fireValueChangedEvent()METHODget ()   Get the wrapped value. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringPropertyBase.html#get()StringPropertyBasejavafx.beans.propertyYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringPropertyBase.html#get()METHODinvalidatedZ ()   The method  invalidated()  can be overridden to receive invalidation notifications. ahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringPropertyBase.html#invalidated()StringPropertyBasejavafx.beans.propertyahttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringPropertyBase.html#invalidated()METHODisBound6 ()   Can be used to check, if a  Property  is bound. ]http://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringPropertyBase.html#isBound()StringPropertyBasejavafx.beans.property]http://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringPropertyBase.html#isBound()METHODremoveListener  ( ChangeListener <? super java.lang.String> listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Obsdhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringPropertyBase.html#removeListener()StringPropertyBasejavafx.beans.propertydhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringPropertyBase.html#removeListener()METHODremoveListener  ( InvalidationListener  listener)   Removes the given listener from the list of listeners, that are notified whenever the value of the  Observable  becomes invdhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringPropertyBase.html#removeListener()StringPropertyBasejavafx.beans.propertydhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringPropertyBase.html#removeListener()METHODset6 (java.lang.String newValue)   Set the wrapped value. Yhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringPropertyBase.html#set()StringPropertyBasejavafx.beans.propertyYhttp://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringPropertyBase.html#set()METHODtoStringK ()   Returns a string representation of this  StringPropertyBase  object. ^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringPropertyBase.html#toString()StringPropertyBasejavafx.beans.property^http://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringPropertyBase.html#toString()METHODunbind= ()   Remove the unidirectional binding for this  Property . \http://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringPropertyBase.html#unbind()StringPropertyBasejavafx.beans.property\http://download.java.net/jdk8/jfxdocs/javafx/beans/property/StringPropertyBase.html#unbind()ENUM
StrokeLineCap   javafx.scene.shapeKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/StrokeLineCap.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/StrokeLineCap.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/StrokeLineCap.html#valueOf()
StrokeLineCapjavafx.scene.shapeUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/StrokeLineCap.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/StrokeLineCap.html#values()
StrokeLineCapjavafx.scene.shapeThttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/StrokeLineCap.html#values()ENUMStrokeLineJoin   javafx.scene.shapeLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/StrokeLineJoin.htmlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/StrokeLineJoin.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/StrokeLineJoin.html#valueOf()StrokeLineJoinjavafx.scene.shapeVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/StrokeLineJoin.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/StrokeLineJoin.html#values()StrokeLineJoinjavafx.scene.shapeUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/StrokeLineJoin.html#values()CLASSStrokeTransition It starts from the  fromValue  if provided else uses the  shape  's  stroke  value. (The  stroke  value has to be a   Color   in this case).   It stops at the  javafx.animationLhttp://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.htmlLhttp://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.htmlPROPERTYduration-    The duration of this  StrokeTransition . Uhttp://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#durationStrokeTransitionjavafx.animationUhttp://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#durationPROPERTY       fromValueA    Specifies the start color value for this  StrokeTransition . Vhttp://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#fromValueStrokeTransitionjavafx.animationVhttp://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#fromValuePROPERTYshape1    The target shape of this  StrokeTransition . Rhttp://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#shapeStrokeTransitionjavafx.animationRhttp://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#shapePROPERTYtoValue@    Specifies the stop color value for this  StrokeTransition . Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#toValueStrokeTransitionjavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#toValueMETHODdurationProperty/ ()   The duration of this  StrokeTransition . _http://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#durationProperty()StrokeTransitionjavafx.animation_http://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#durationProperty()METHODfromValuePropertyC ()   Specifies the start color value for this  StrokeTransition . `http://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#fromValueProperty()StrokeTransitionjavafx.animation`http://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#fromValueProperty()METHODgetDuration/ ()   Gets the value of the property duration. Zhttp://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#getDuration()StrokeTransitionjavafx.animationZhttp://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#getDuration()METHODgetFromValue0 ()   Gets the value of the property fromValue. [http://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#getFromValue()StrokeTransitionjavafx.animation[http://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#getFromValue()METHODgetShape, ()   Gets the value of the property shape. Whttp://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#getShape()StrokeTransitionjavafx.animationWhttp://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#getShape()METHOD
1102 getToValue. ()   Gets the value of the property toValue. Yhttp://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#getToValue()StrokeTransitionjavafx.animationYhttp://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#getToValue()METHODinterpolatec (double frac)   The method  interpolate()  has to be provided by implementations of  Transition . Zhttp://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#interpolate()StrokeTransitionjavafx.animationZhttp://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#interpolate()METHODsetDuration? ( Duration  value)   Sets the value of the property duration. Zhttp://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#setDuration()StrokeTransitionjavafx.animationZhttp://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#setDuration()METHODsetFromValue= ( Color  value)   Sets the value of the property fromValue. [http://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#setFromValue()StrokeTransitionjavafx.animation[http://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#setFromValue()METHODsetShape9 ( Shape  value)   Sets the value of the property shape. Whttp://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#setShape()StrokeTransitionjavafx.animationWhttp://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#setShape()METHOD
1103 setToValue; ( Color  value)   Sets the value of the property toValue. Yhttp://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#setToValue()StrokeTransitionjavafx.animationYhttp://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#setToValue()METHOD
shapeProperty3 ()   The target shape of this  StrokeTransition . \http://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#shapeProperty()StrokeTransitionjavafx.animation\http://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#shapeProperty()METHODtoValuePropertyB ()   Specifies the stop color value for this  StrokeTransition . ^http://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#toValueProperty()StrokeTransitionjavafx.animation^http://download.java.net/jdk8/jfxdocs/javafx/animation/StrokeTransition.html#toValueProperty()ENUM
1104 StrokeTypedThe image shows a shape without stroke and the same shape with a thick inside stroke applied.       javafx.scene.shapeHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/StrokeType.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/StrokeType.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/StrokeType.html#valueOf()
1105 StrokeTypejavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/StrokeType.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/StrokeType.html#values()
1106 StrokeTypejavafx.scene.shapeQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/StrokeType.html#values()CLASS  StyleableŽFor example, if a Node is given the id of "myId", then the lookup method can be used to find this node as follows:  scene.lookup("#myId"); .  
1107 javafx.css?http://download.java.net/jdk8/jfxdocs/javafx/css/Styleable.html?http://download.java.net/jdk8/jfxdocs/javafx/css/Styleable.htmlMETHODgetCssMetaData) ()   The CssMetaData of this Styleable. Phttp://download.java.net/jdk8/jfxdocs/javafx/css/Styleable.html#getCssMetaData()      Styleable
1108 javafx.cssPhttp://download.java.net/jdk8/jfxdocs/javafx/css/Styleable.html#getCssMetaData()METHODgetId" ()   The id of this  Styleable . Ghttp://download.java.net/jdk8/jfxdocs/javafx/css/Styleable.html#getId()        Styleable
1109 javafx.cssGhttp://download.java.net/jdk8/jfxdocs/javafx/css/Styleable.html#getId()METHODgetPseudoClassStates7 ()   Return the pseudo-class state of this Styleable. Vhttp://download.java.net/jdk8/jfxdocs/javafx/css/Styleable.html#getPseudoClassStates()      Styleable
1110 javafx.cssVhttp://download.java.net/jdk8/jfxdocs/javafx/css/Styleable.html#getPseudoClassStates()METHODgetStyleU ()   A string representation of the CSS style associated with this specific  Node . Jhttp://download.java.net/jdk8/jfxdocs/javafx/css/Styleable.html#getStyle()   Styleable
1111 javafx.cssJhttp://download.java.net/jdk8/jfxdocs/javafx/css/Styleable.html#getStyle()METHODgetStyleableParentJ ()   Return the parent of this Styleable, or null if there is no parent. Thttp://download.java.net/jdk8/jfxdocs/javafx/css/Styleable.html#getStyleableParent()    Styleable
1112 javafx.cssThttp://download.java.net/jdk8/jfxdocs/javafx/css/Styleable.html#getStyleableParent()METHOD
getStyleClassz ()   A list of String identifiers which can be used to logically group Nodes, specifically for an external style engine. Ohttp://download.java.net/jdk8/jfxdocs/javafx/css/Styleable.html#getStyleClass()    Styleable
1113 javafx.cssOhttp://download.java.net/jdk8/jfxdocs/javafx/css/Styleable.html#getStyleClass()METHODgetTypeSelectorL ()   The type of this  Styleable  that is to be used in selector matching. Qhttp://download.java.net/jdk8/jfxdocs/javafx/css/Styleable.html#getTypeSelector()   Styleable
1114 javafx.cssQhttp://download.java.net/jdk8/jfxdocs/javafx/css/Styleable.html#getTypeSelector()CLASSStyleableBooleanProperty
1115 javafx.cssNhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableBooleanProperty.htmlNhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableBooleanProperty.htmlMETHOD
1116 applyStyleu ( StyleOrigin  origin, java.lang.Boolean v)   This method is called from CSS code to set the value of the property. [http://download.java.net/jdk8/jfxdocs/javafx/css/StyleableBooleanProperty.html#applyStyle()StyleableBooleanProperty
1117 javafx.css[http://download.java.net/jdk8/jfxdocs/javafx/css/StyleableBooleanProperty.html#applyStyle()METHODbindr ( ObservableValue <? extends java.lang.Boolean> observable)   Create a unidirection binding for this  Property . Uhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableBooleanProperty.html#bind()StyleableBooleanProperty
1118 javafx.cssUhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableBooleanProperty.html#bind()METHODgetStyleOrigin5 ()   Tells the origin of the value of the property. _http://download.java.net/jdk8/jfxdocs/javafx/css/StyleableBooleanProperty.html#getStyleOrigin()StyleableBooleanProperty
1119 javafx.css_http://download.java.net/jdk8/jfxdocs/javafx/css/StyleableBooleanProperty.html#getStyleOrigin()METHODset& (boolean v)   Set the wrapped value. Thttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableBooleanProperty.html#set()StyleableBooleanProperty
1120 javafx.cssThttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableBooleanProperty.html#set()CLASSStyleableDoubleProperty
1121 javafx.cssMhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableDoubleProperty.htmlMhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableDoubleProperty.htmlMETHOD
1122 applyStylet ( StyleOrigin  origin, java.lang.Number v)   This method is called from CSS code to set the value of the property. Zhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableDoubleProperty.html#applyStyle()StyleableDoubleProperty
1123 javafx.cssZhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableDoubleProperty.html#applyStyle()METHODbindq ( ObservableValue <? extends java.lang.Number> observable)   Create a unidirection binding for this  Property . Thttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableDoubleProperty.html#bind()StyleableDoubleProperty
1124 javafx.cssThttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableDoubleProperty.html#bind()METHODgetStyleOrigin5 ()   Tells the origin of the value of the property. ^http://download.java.net/jdk8/jfxdocs/javafx/css/StyleableDoubleProperty.html#getStyleOrigin()StyleableDoubleProperty
1125 javafx.css^http://download.java.net/jdk8/jfxdocs/javafx/css/StyleableDoubleProperty.html#getStyleOrigin()METHODset% (double v)   Set the wrapped value. Shttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableDoubleProperty.html#set()StyleableDoubleProperty
1126 javafx.cssShttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableDoubleProperty.html#set()CLASSStyleableFloatProperty
1127 javafx.cssLhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableFloatProperty.htmlLhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableFloatProperty.htmlMETHOD
1128 applyStylet ( StyleOrigin  origin, java.lang.Number v)   This method is called from CSS code to set the value of the property. Yhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableFloatProperty.html#applyStyle()StyleableFloatProperty
1129 javafx.cssYhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableFloatProperty.html#applyStyle()METHODbindq ( ObservableValue <? extends java.lang.Number> observable)   Create a unidirection binding for this  Property . Shttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableFloatProperty.html#bind()StyleableFloatProperty
1130 javafx.cssShttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableFloatProperty.html#bind()METHODgetStyleOrigin5 ()   Tells the origin of the value of the property. ]http://download.java.net/jdk8/jfxdocs/javafx/css/StyleableFloatProperty.html#getStyleOrigin()StyleableFloatProperty
1131 javafx.css]http://download.java.net/jdk8/jfxdocs/javafx/css/StyleableFloatProperty.html#getStyleOrigin()METHODset$ (float v)   Set the wrapped value. Rhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableFloatProperty.html#set()StyleableFloatProperty
1132 javafx.cssRhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableFloatProperty.html#set()CLASSStyleableIntegerProperty
1133 javafx.cssNhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableIntegerProperty.htmlNhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableIntegerProperty.htmlMETHOD
1134 applyStylet ( StyleOrigin  origin, java.lang.Number v)   This method is called from CSS code to set the value of the property. [http://download.java.net/jdk8/jfxdocs/javafx/css/StyleableIntegerProperty.html#applyStyle()StyleableIntegerProperty
1135 javafx.css[http://download.java.net/jdk8/jfxdocs/javafx/css/StyleableIntegerProperty.html#applyStyle()METHODbindq ( ObservableValue <? extends java.lang.Number> observable)   Create a unidirection binding for this  Property . Uhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableIntegerProperty.html#bind()StyleableIntegerProperty
1136 javafx.cssUhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableIntegerProperty.html#bind()METHODgetStyleOrigin5 ()   Tells the origin of the value of the property. _http://download.java.net/jdk8/jfxdocs/javafx/css/StyleableIntegerProperty.html#getStyleOrigin()StyleableIntegerProperty
1137 javafx.css_http://download.java.net/jdk8/jfxdocs/javafx/css/StyleableIntegerProperty.html#getStyleOrigin()METHODset" (int v)   Set the wrapped value. Thttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableIntegerProperty.html#set()StyleableIntegerProperty
1138 javafx.cssThttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableIntegerProperty.html#set()CLASSStyleableLongProperty
1139 javafx.cssKhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableLongProperty.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableLongProperty.htmlMETHOD
1140 applyStylet ( StyleOrigin  origin, java.lang.Number v)   This method is called from CSS code to set the value of the property. Xhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableLongProperty.html#applyStyle()StyleableLongProperty
1141 javafx.cssXhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableLongProperty.html#applyStyle()METHODbindq ( ObservableValue <? extends java.lang.Number> observable)   Create a unidirection binding for this  Property . Rhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableLongProperty.html#bind()StyleableLongProperty
1142 javafx.cssRhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableLongProperty.html#bind()METHODgetStyleOrigin5 ()   Tells the origin of the value of the property. \http://download.java.net/jdk8/jfxdocs/javafx/css/StyleableLongProperty.html#getStyleOrigin()StyleableLongProperty
1143 javafx.css\http://download.java.net/jdk8/jfxdocs/javafx/css/StyleableLongProperty.html#getStyleOrigin()METHODset# (long v)   Set the wrapped value. Qhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableLongProperty.html#set()StyleableLongProperty
1144 javafx.cssQhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableLongProperty.html#set()CLASSStyleableObjectProperty
1145 javafx.cssMhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableObjectProperty.htmlMhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableObjectProperty.htmlMETHOD
1146 applyStyleg ( StyleOrigin  origin,  T  v)   This method is called from CSS code to set the value of the property. Zhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableObjectProperty.html#applyStyle()StyleableObjectProperty
1147 javafx.cssZhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableObjectProperty.html#applyStyle()METHODbindd ( ObservableValue <? extends  T > observable)   Create a unidirection binding for this  Property . Thttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableObjectProperty.html#bind()StyleableObjectProperty
1148 javafx.cssThttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableObjectProperty.html#bind()METHODgetStyleOrigin5 ()   Tells the origin of the value of the property. ^http://download.java.net/jdk8/jfxdocs/javafx/css/StyleableObjectProperty.html#getStyleOrigin()StyleableObjectProperty
1149 javafx.css^http://download.java.net/jdk8/jfxdocs/javafx/css/StyleableObjectProperty.html#getStyleOrigin()METHODset" ( T  v)   Set the wrapped value. Shttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableObjectProperty.html#set()StyleableObjectProperty
1150 javafx.cssShttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableObjectProperty.html#set()CLASSStyleableProperty This interface allows coordination between CSS processing and a  javafx.beans.property . The implementation ensure that the priority for setting the value is, i
1151 javafx.cssGhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableProperty.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableProperty.htmlMETHOD
1152 applyStylek ( StyleOrigin  origin,  T  value)   This method is called from CSS code to set the value of the property. Thttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableProperty.html#applyStyle()StyleableProperty
1153 javafx.cssThttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableProperty.html#applyStyle()METHODgetCssMetaDataf ()   Reflect back the CssMetaData that corresponds to this  javafx.beans.property.StyleableProperty  Xhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableProperty.html#getCssMetaData()StyleableProperty
1154 javafx.cssXhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableProperty.html#getCssMetaData()METHODgetStyleOrigin5 ()   Tells the origin of the value of the property. Xhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableProperty.html#getStyleOrigin()StyleableProperty
1155 javafx.cssXhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableProperty.html#getStyleOrigin()CLASSStyleableStringProperty
1156 javafx.cssMhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableStringProperty.htmlMhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableStringProperty.htmlMETHOD
1157 applyStylet ( StyleOrigin  origin, java.lang.String v)   This method is called from CSS code to set the value of the property. Zhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableStringProperty.html#applyStyle()StyleableStringProperty
1158 javafx.cssZhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableStringProperty.html#applyStyle()METHODbindq ( ObservableValue <? extends java.lang.String> observable)   Create a unidirection binding for this  Property . Thttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableStringProperty.html#bind()StyleableStringProperty
1159 javafx.cssThttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableStringProperty.html#bind()METHODgetStyleOrigin5 ()   Tells the origin of the value of the property. ^http://download.java.net/jdk8/jfxdocs/javafx/css/StyleableStringProperty.html#getStyleOrigin()StyleableStringProperty
1160 javafx.css^http://download.java.net/jdk8/jfxdocs/javafx/css/StyleableStringProperty.html#getStyleOrigin()METHODset/ (java.lang.String v)   Set the wrapped value. Shttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableStringProperty.html#set()StyleableStringProperty
1161 javafx.cssShttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleableStringProperty.html#set()CLASSStyleConverter
1162 javafx.cssDhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleConverter.htmlDhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleConverter.htmlMETHODconvertn ( ParsedValue < F , T > value,  Font  font)   Convert from the parsed CSS value to the target property type. Nhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleConverter.html#convert()StyleConverter
1163 javafx.cssNhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleConverter.html#convert()METHODgetBooleanConverter () Zhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleConverter.html#getBooleanConverter()StyleConverter
1164 javafx.cssZhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleConverter.html#getBooleanConverter()METHODgetColorConverter () Xhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleConverter.html#getColorConverter()StyleConverter
1165 javafx.cssXhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleConverter.html#getColorConverter()METHODgetEffectConverter () Yhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleConverter.html#getEffectConverter()StyleConverter
1166 javafx.cssYhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleConverter.html#getEffectConverter()METHODgetEnumConverter  (java.lang.Class<E> enumClass) Whttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleConverter.html#getEnumConverter()StyleConverter
1167 javafx.cssWhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleConverter.html#getEnumConverter()METHODgetFontConverter () Whttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleConverter.html#getFontConverter()StyleConverter
1168 javafx.cssWhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleConverter.html#getFontConverter()METHODgetInsetsConverter () Yhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleConverter.html#getInsetsConverter()StyleConverter
1169 javafx.cssYhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleConverter.html#getInsetsConverter()METHODgetPaintConverter () Xhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleConverter.html#getPaintConverter()StyleConverter
1170 javafx.cssXhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleConverter.html#getPaintConverter()METHODgetSizeConverter| ()   CSS length and number values are parsed into a Size object that is converted to a Number before the value is applied. Whttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleConverter.html#getSizeConverter()StyleConverter
1171 javafx.cssWhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleConverter.html#getSizeConverter()METHODgetStringConverterQ ()   A converter for quoted strings which may have embedded unicode characters. Yhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleConverter.html#getStringConverter()StyleConverter
1172 javafx.cssYhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleConverter.html#getStringConverter()METHODgetUrlConverter# ()   A converter for URL strings. Vhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleConverter.html#getUrlConverter()StyleConverter
1173 javafx.cssVhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleConverter.html#getUrlConverter()ENUMStyleOrigin
1174 javafx.cssAhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleOrigin.htmlAhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleOrigin.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Khttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleOrigin.html#valueOf()StyleOrigin
1175 javafx.cssKhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleOrigin.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Jhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleOrigin.html#values()StyleOrigin
1176 javafx.cssJhttp://download.java.net/jdk8/jfxdocs/javafx/css/StyleOrigin.html#values()CLASSSubScene Possible use cases are:     Mixing 2D and 3D content     Overlay for UI controls     Underlay for background     Heads-up display         A default headlight wijavafx.scene@http://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html@http://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.htmlPROPERTYcameraD    Specifies the type of camera use for rendering this  SubScene . Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#cameraSubScenejavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#cameraPROPERTYfill4    Defines the background fill of this  SubScene . Ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#fillSubScenejavafx.sceneEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#fillPROPERTYheight*    Defines the height of this  SubScene  Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#heightSubScenejavafx.sceneGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#heightPROPERTYroot;    Defines the root  Node  of the  SubScene  scene graph. Ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#rootSubScenejavafx.sceneEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#rootPROPERTYwidth)    Defines the width of this  SubScene  Fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#widthSubScenejavafx.sceneFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#widthMETHODcameraPropertyF ()   Specifies the type of camera use for rendering this  SubScene . Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#cameraProperty()SubScenejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#cameraProperty()METHODfillProperty6 ()   Defines the background fill of this  SubScene . Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#fillProperty()SubScenejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#fillProperty()METHODgetAntiAliasingB ()   Return the defined  SceneAntialiasing  for this  SubScene . Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#getAntiAliasing()SubScenejavafx.sceneRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#getAntiAliasing()METHOD    getCamera- ()   Gets the value of the property camera. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#getCamera()SubScenejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#getCamera()METHODgetFill+ ()   Gets the value of the property fill. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#getFill()SubScenejavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#getFill()METHOD getHeight- ()   Gets the value of the property height. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#getHeight()SubScenejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#getHeight()METHODgetRoot+ ()   Gets the value of the property root. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#getRoot()SubScenejavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#getRoot()METHODgetWidth, ()   Gets the value of the property width. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#getWidth()SubScenejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#getWidth()METHODheightProperty, ()   Defines the height of this  SubScene  Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#heightProperty()SubScenejavafx.sceneQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#heightProperty()METHOD
isDepthBuffer@ ()   Retrieves the depth buffer attribute for this  SubScene . Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#isDepthBuffer()SubScenejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#isDepthBuffer()METHODrootProperty= ()   Defines the root  Node  of the  SubScene  scene graph. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#rootProperty()SubScenejavafx.sceneOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#rootProperty()METHOD setCamera; ( Camera  value)   Sets the value of the property camera. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#setCamera()SubScenejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#setCamera()METHODsetFill8 ( Paint  value)   Sets the value of the property fill. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#setFill()SubScenejavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#setFill()METHOD      setHeight9 (double value)   Sets the value of the property height. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#setHeight()SubScenejavafx.sceneLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#setHeight()METHODsetRoot9 ( Parent  value)   Sets the value of the property root. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#setRoot()SubScenejavafx.sceneJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#setRoot()METHODsetWidth8 (double value)   Sets the value of the property width. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#setWidth()SubScenejavafx.sceneKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#setWidth()METHOD
widthProperty+ ()   Defines the width of this  SubScene  Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#widthProperty()SubScenejavafx.scenePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/SubScene.html#widthProperty()CLASS
SubtitleTrackjavafx.scene.mediaKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/SubtitleTrack.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/SubtitleTrack.htmlCLASSSVGPathjavafx.scene.shapeEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/SVGPath.htmlEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/SVGPath.htmlPROPERTYcontent`    Defines the SVG Path encoded string as specified at:  http://www.w3.org/TR/SVG/paths.html . Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/SVGPath.html#contentSVGPathjavafx.scene.shapeMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/SVGPath.html#contentPROPERTYfillRuleP    Defines the filling rule constant for determining the interior of the path. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/SVGPath.html#fillRuleSVGPathjavafx.scene.shapeNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/SVGPath.html#fillRuleMETHODcontentPropertyb ()   Defines the SVG Path encoded string as specified at:  http://www.w3.org/TR/SVG/paths.html . Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/SVGPath.html#contentProperty()SVGPathjavafx.scene.shapeWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/SVGPath.html#contentProperty()METHODfillRulePropertyR ()   Defines the filling rule constant for determining the interior of the path. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/SVGPath.html#fillRuleProperty()SVGPathjavafx.scene.shapeXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/SVGPath.html#fillRuleProperty()METHOD
1177 getContent. ()   Gets the value of the property content. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/SVGPath.html#getContent()SVGPathjavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/SVGPath.html#getContent()METHODgetFillRule/ ()   Gets the value of the property fillRule. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/SVGPath.html#getFillRule()SVGPathjavafx.scene.shapeShttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/SVGPath.html#getFillRule()METHOD
1178 setContentD (java.lang.String value)   Sets the value of the property content. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/SVGPath.html#setContent()SVGPathjavafx.scene.shapeRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/SVGPath.html#setContent()METHODsetFillRule? ( FillRule  value)   Sets the value of the property fillRule. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/SVGPath.html#setFillRule()SVGPathjavafx.scene.shapeShttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/SVGPath.html#setFillRule()METHODtoString@ ()   Returns a string representation of this  SVGPath  object. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/SVGPath.html#toString()SVGPathjavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/SVGPath.html#toString()CLASSSwingFXUtils The optional JavaFX   WritableImage   parameter may be reused to store the copy of the pixels. A new  Image  will be created if the supplied object is null, is javafx.embed.swingJhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingFXUtils.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingFXUtils.htmlMETHODfromFXImage  ( Image  img, java.awt.image.BufferedImage bimg)   Snapshots the specified JavaFX   Image   object and stores a copy of its pixels into a  BufferedImage  objecXhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingFXUtils.html#fromFXImage()SwingFXUtilsjavafx.embed.swingXhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingFXUtils.html#fromFXImage()METHODinstallFwEventQueue () `http://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingFXUtils.html#installFwEventQueue()SwingFXUtilsjavafx.embed.swing`http://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingFXUtils.html#installFwEventQueue()METHODremoveFwEventQueue () _http://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingFXUtils.html#removeFwEventQueue()SwingFXUtilsjavafx.embed.swing_http://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingFXUtils.html#removeFwEventQueue()METHOD  toFXImage  (java.awt.image.BufferedImage bimg,  WritableImage  wimg)   Snapshots the specified  BufferedImage  and stores a copy of its pixels into a JavaFX   Image   objVhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingFXUtils.html#toFXImage()SwingFXUtilsjavafx.embed.swingVhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingFXUtils.html#toFXImage()CLASS  SwingNode Here is a typical pattern which demonstrates how  SwingNode  can be used:   public class SwingFx extends Application { @Override public void start(Stage stjavafx.embed.swingGhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.htmlMETHOD
1179 getContentF ()   Returns the  JComponent  instance attached to this  SwingNode . Thttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#getContent()    SwingNodejavafx.embed.swingThttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#getContent()METHODimpl_computeContains  (double localX, double localY) ^http://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#impl_computeContains()    SwingNodejavafx.embed.swing^http://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#impl_computeContains()METHODimpl_computeGeomBoundsˆ (com.sun.javafx.geom.BaseBounds bounds, com.sun.javafx.geom.transform.BaseTransform tx)   Computes the geometric bounds for this Node. `http://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#impl_computeGeomBounds()     SwingNodejavafx.embed.swing`http://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#impl_computeGeomBounds()METHODimpl_createPeer () Yhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#impl_createPeer()      SwingNodejavafx.embed.swingYhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#impl_createPeer()METHODimpl_processMXNode  (com.sun.javafx.jmx.MXNodeAlgorithm alg, com.sun.javafx.jmx.MXNodeAlgorithmContext ctx)   This method is used by Scene-graph JMX bean to obtain the Scene-graph\http://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#impl_processMXNode()  SwingNodejavafx.embed.swing\http://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#impl_processMXNode()METHODimpl_updatePeerj ()   This function is called during synchronization to update the state of the PG Node from the FX Node. Yhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#impl_updatePeer()    SwingNodejavafx.embed.swingYhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#impl_updatePeer()METHODisResizableP ()   Indicates whether this node is a type which can be resized by its parent. Uhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#isResizable() SwingNodejavafx.embed.swingUhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#isResizable()METHOD      maxHeight[ (double width)   Returns the  SwingNode 's maximum height for use in layout calculations. Shttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#maxHeight() SwingNodejavafx.embed.swingShttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#maxHeight()METHODmaxWidth[ (double height)   Returns the  SwingNode 's maximum width for use in layout calculations. Rhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#maxWidth()    SwingNodejavafx.embed.swingRhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#maxWidth()METHOD minHeight[ (double width)   Returns the  SwingNode 's minimum height for use in layout calculations. Shttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#minHeight() SwingNodejavafx.embed.swingShttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#minHeight()METHODminWidth[ (double height)   Returns the  SwingNode 's minimum width for use in layout calculations. Rhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#minWidth()    SwingNodejavafx.embed.swingRhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#minWidth()METHOD
1180 prefHeight] (double width)   Returns the  SwingNode 's preferred height for use in layout calculations. Thttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#prefHeight()     SwingNodejavafx.embed.swingThttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#prefHeight()METHOD       prefWidth] (double height)   Returns the  SwingNode 's preferred width for use in layout calculations. Shttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#prefWidth()       SwingNodejavafx.embed.swingShttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#prefWidth()METHODresize~ (double width, double height)   Invoked by the  SwingNode 's parent during layout to set the  SwingNode 's width and height. Phttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#resize()   SwingNodejavafx.embed.swingPhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#resize()METHOD
1181 setContente (javax.swing.JComponent content)   Attaches a  JComponent  instance to display in this  SwingNode . Thttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#setContent()     SwingNodejavafx.embed.swingThttp://download.java.net/jdk8/jfxdocs/javafx/embed/swing/SwingNode.html#setContent()CLASS
1182 SwipeEvent Unlike some other gestures, the swipe gesture is not continual - the whole gesture produces only one event. The event is delivered to the top-most node picked ojavafx.scene.inputHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/SwipeEvent.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/SwipeEvent.htmlMETHODcopyForŽ (java.lang.Object newSource,  EventTarget  newTarget)   Creates and returns a copy of this event with the specified event source and target. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/SwipeEvent.html#copyFor()
1183 SwipeEventjavafx.scene.inputRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/SwipeEvent.html#copyFor()METHODcopyForž (java.lang.Object newSource,  EventTarget  newTarget,  EventType < SwipeEvent > type)   Creates a copy of the given event with the given fields substituted. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/SwipeEvent.html#copyFor()
1184 SwipeEventjavafx.scene.inputRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/SwipeEvent.html#copyFor()METHODgetEventType) ()   Gets the event type of this event. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/SwipeEvent.html#getEventType()
1185 SwipeEventjavafx.scene.inputWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/SwipeEvent.html#getEventType()METHOD
getTouchCount: ()   Gets number of touch points that caused this event. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/SwipeEvent.html#getTouchCount()
1186 SwipeEventjavafx.scene.inputXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/SwipeEvent.html#getTouchCount()METHODtoStringC ()   Returns a string representation of this  SwipeEvent  object. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/SwipeEvent.html#toString()
1187 SwipeEventjavafx.scene.inputShttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/SwipeEvent.html#toString()FIELDANY0    Common supertype for all swipe event types. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/SwipeEvent.html#ANY
1188 SwipeEventjavafx.scene.inputLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/SwipeEvent.html#ANYFIELD
1189 SWIPE_DOWNA    This event occurs when user performs downward swipe gesture. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/SwipeEvent.html#SWIPE_DOWN
1190 SwipeEventjavafx.scene.inputShttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/SwipeEvent.html#SWIPE_DOWNFIELD
1191 SWIPE_LEFTA    This event occurs when user performs leftward swipe gesture. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/SwipeEvent.html#SWIPE_LEFT
1192 SwipeEventjavafx.scene.inputShttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/SwipeEvent.html#SWIPE_LEFTFIELDSWIPE_RIGHTB    This event occurs when user performs rightward swipe gesture. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/SwipeEvent.html#SWIPE_RIGHT
1193 SwipeEventjavafx.scene.inputThttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/SwipeEvent.html#SWIPE_RIGHTFIELDSWIPE_UP?    This event occurs when user performs upward swipe gesture. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/SwipeEvent.html#SWIPE_UP
1194 SwipeEventjavafx.scene.inputQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/SwipeEvent.html#SWIPE_UPCLASS
1195 SWTFXUtils The optional JavaFX   WritableImage   parameter may be reused to store the copy of the pixels. A new  Image  will be created if the supplied object is null, is javafx.embed.swtFhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swt/SWTFXUtils.htmlFhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swt/SWTFXUtils.htmlMETHODfromFXImage  ( Image  image, org.eclipse.swt.graphics.ImageData imageData)   Snapshots the specified JavaFX   Image   object and stores a copy of its pixels into a new  ImaThttp://download.java.net/jdk8/jfxdocs/javafx/embed/swt/SWTFXUtils.html#fromFXImage()
1196 SWTFXUtilsjavafx.embed.swtThttp://download.java.net/jdk8/jfxdocs/javafx/embed/swt/SWTFXUtils.html#fromFXImage()METHOD        toFXImage  (org.eclipse.swt.graphics.ImageData imageData,  WritableImage  image)   Snapshots the specified  ImageData  and stores a copy of its pixels into a JavaFX   ImaRhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swt/SWTFXUtils.html#toFXImage()
1197 SWTFXUtilsjavafx.embed.swtRhttp://download.java.net/jdk8/jfxdocs/javafx/embed/swt/SWTFXUtils.html#toFXImage()CLASSTab Tabs are placed within a   TabPane  , where each tab represents a single 'page'.   Tabs can contain any   Node   such as UI controls or groups of nodes added tojavafx.scene.controlChttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.htmlChttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.htmlPROPERTYclosable%    The closable state for this tab. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#closableTabjavafx.scene.controlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#closablePROPERTYcontent)    The content associated with the tab. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#contentTabjavafx.scene.controlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#contentPROPERTYcontextMenu.    The context menu associated with the tab. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#contextMenuTabjavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#contextMenuPROPERTYdisabled5    Indicates whether or not this  Tab  is disabled. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#disabledTabjavafx.scene.controlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#disabledPROPERTYdisable)    Sets the disabled state of this tab. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#disableTabjavafx.scene.controlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#disablePROPERTYgraphic    The graphic in the tab. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#graphicTabjavafx.scene.controlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#graphicPROPERTYid    The id of this tab. Fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#idTabjavafx.scene.controlFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#idPROPERTYonClosedN    The event handler that is associated with the tab when the tab is closed. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#onClosedTabjavafx.scene.controlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#onClosedPROPERTYonCloseRequestB    Called when there is an external request to close this  Tab . Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#onCloseRequestTabjavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#onCloseRequestPROPERTYonSelectionChangedF    The event handler that is associated with a selection on the tab. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#onSelectionChangedTabjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#onSelectionChangedPROPERTYselected     The currently selected tab. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#selectedTabjavafx.scene.controlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#selectedPROPERTYstyle1    The CSS style string associated to this tab. Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#styleTabjavafx.scene.controlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#stylePROPERTYtabPane(    The TabPane that contains this tab. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#tabPaneTabjavafx.scene.controlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#tabPanePROPERTYtext    The text shown in the tab. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#textTabjavafx.scene.controlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#textPROPERTYtooltip*    The tooltip associated with this tab. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#tooltipTabjavafx.scene.controlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#tooltipMETHODclosableProperty' ()   The closable state for this tab. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#closableProperty()Tabjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#closableProperty()METHODcontentProperty+ ()   The content associated with the tab. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#contentProperty()Tabjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#contentProperty()METHODcontextMenuProperty0 ()   The context menu associated with the tab. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#contextMenuProperty()Tabjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#contextMenuProperty()METHODdisabledProperty7 ()   Indicates whether or not this  Tab  is disabled. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#disabledProperty()Tabjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#disabledProperty()METHODdisableProperty+ ()   Sets the disabled state of this tab. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#disableProperty()Tabjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#disableProperty()METHODgetClassCssMetaData () Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getClassCssMetaData()Tabjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getClassCssMetaData()METHOD
1198 getContent+ ()   The content associated with the tab. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getContent()Tabjavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getContent()METHODgetContextMenu0 ()   The context menu associated with the tab. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getContextMenu()Tabjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getContextMenu()METHODgetCssMetaData) ()   The CssMetaData of this Styleable. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getCssMetaData()Tabjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getCssMetaData()METHOD
1199 getGraphic$ ()   The graphic shown in the tab. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getGraphic()Tabjavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getGraphic()METHODgetId ()   The id of this tab. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getId()Tabjavafx.scene.controlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getId()METHODgetOnClosedP ()   The event handler that is associated with the tab when the tab is closed. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getOnClosed()Tabjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getOnClosed()METHODgetOnCloseRequest5 ()   Gets the value of the property onCloseRequest. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getOnCloseRequest()Tabjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getOnCloseRequest()METHODgetOnSelectionChangedH ()   The event handler that is associated with a selection on the tab. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getOnSelectionChanged()Tabjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getOnSelectionChanged()METHOD
getPropertiesg ()   Returns an observable map of properties on this Tab for use primarily by application developers. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getProperties()Tabjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getProperties()METHODgetPseudoClassStates7 ()   Return the pseudo-class state of this Styleable. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getPseudoClassStates()Tabjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getPseudoClassStates()METHODgetStyle3 ()   The CSS style string associated to this tab. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getStyle()Tabjavafx.scene.controlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getStyle()METHODgetStyleableParentJ ()   Return the parent of this Styleable, or null if there is no parent. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getStyleableParent()Tabjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getStyleableParent()METHOD
getStyleClassz ()   A list of String identifiers which can be used to logically group Nodes, specifically for an external style engine. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getStyleClass()Tabjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getStyleClass()METHOD
1200 getTabPaneB ()   A reference to the TabPane that contains this tab instance. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getTabPane()Tabjavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getTabPane()METHODgetText! ()   The text shown in the tab. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getText()Tabjavafx.scene.controlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getText()METHOD
1201 getTooltip, ()   The tooltip associated with this tab. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getTooltip()Tabjavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getTooltip()METHODgetTypeSelectorL ()   The type of this  Styleable  that is to be used in selector matching. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getTypeSelector()Tabjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getTypeSelector()METHODgetUserData ()   Returns a previously set Object property, or null if no such property has been set using the   setUserData(java.lang.Object)   method. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getUserData()Tabjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#getUserData()METHODgraphicProperty ()   The graphic in the tab. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#graphicProperty()Tabjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#graphicProperty()METHOD
hasProperties( ()   Tests if this Tab has properties. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#hasProperties()Tabjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#hasProperties()METHOD
1202 idProperty ()   The id of this tab. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#idProperty()Tabjavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#idProperty()METHOD
1203 isClosable. ()   Returns  true  if this tab is closable. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#isClosable()Tabjavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#isClosable()METHOD      isDisable- ()   Returns  true  if this tab is disable. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#isDisable()Tabjavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#isDisable()METHOD
1204 isDisabled` ()   Returns true when the  Tab    disable   is set to  true  or if the  TabPane  is disabled. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#isDisabled()Tabjavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#isDisabled()METHOD
1205 isSelected‡ ()   Represents whether this tab is the currently selected tab, To change the selected Tab use  tabPane.getSelectionModel().select()  Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#isSelected()Tabjavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#isSelected()METHODonClosedPropertyP ()   The event handler that is associated with the tab when the tab is closed. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#onClosedProperty()Tabjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#onClosedProperty()METHODonCloseRequestPropertyD ()   Called when there is an external request to close this  Tab . \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#onCloseRequestProperty()Tabjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#onCloseRequestProperty()METHODonSelectionChangedPropertyH ()   The event handler that is associated with a selection on the tab. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#onSelectionChangedProperty()Tabjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#onSelectionChangedProperty()METHODselectedProperty" ()   The currently selected tab. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#selectedProperty()Tabjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#selectedProperty()METHODsetClosable7 (boolean value)   Sets  true  if the tab is closable. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#setClosable()Tabjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#setClosable()METHOD
1206 setContentD ( Node  value)   The content to show within the main TabPane area. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#setContent()Tabjavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#setContent()METHODsetContextMenuc ( ContextMenu  value)   Specifies the context menu to show when the user right-clicks on the tab. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#setContextMenu()Tabjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#setContextMenu()METHOD
1207 setDisable8 (boolean value)   Sets the disabled state of this tab. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#setDisable()Tabjavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#setDisable()METHOD
1208 setGraphic{ ( Node  value)   Sets the graphic to show in the tab to allow the user to differentiate between the function of each tab. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#setGraphic()Tabjavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#setGraphic()METHODsetId5 (java.lang.String value)   Sets the id of this tab. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#setId()Tabjavafx.scene.controlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#setId()METHODsetOnClosed[ ( EventHandler < Event > value)   Defines a function to be called when the tab is closed. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#setOnClosed()Tabjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#setOnClosed()METHODsetOnCloseRequestR ( EventHandler < Event > value)   Sets the value of the property onCloseRequest. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#setOnCloseRequest()Tabjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#setOnCloseRequest()METHODsetOnSelectionChangedu ( EventHandler < Event > value)   Defines a function to be called when a selection changed has occurred on the tab. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#setOnSelectionChanged()Tabjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#setOnSelectionChanged()METHODsetStyle_ (java.lang.String value)   A string representation of the CSS style associated with this tab. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#setStyle()Tabjavafx.scene.controlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#setStyle()METHODsetText‚ (java.lang.String value)   Sets the text to show in the tab to allow the user to differentiate between the function of each tab. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#setText()Tabjavafx.scene.controlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#setText()METHOD
1209 setTooltipV ( Tooltip  value)   Specifies the tooltip to show when the user hovers over the tab. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#setTooltip()Tabjavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#setTooltip()METHODsetUserData{ (java.lang.Object value)   Convenience method for setting a single Object property that can be retrieved at a later date. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#setUserData()Tabjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#setUserData()METHOD
styleProperty3 ()   The CSS style string associated to this tab. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#styleProperty()Tabjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#styleProperty()METHODtabPaneProperty* ()   The TabPane that contains this tab. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#tabPaneProperty()Tabjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#tabPaneProperty()METHODtextProperty! ()   The text shown in the tab. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#textProperty()Tabjavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#textProperty()METHODtooltipProperty, ()   The tooltip associated with this tab. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#tooltipProperty()Tabjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#tooltipProperty()FIELDCLOSED_EVENT(    Called when a user closes this tab. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#CLOSED_EVENTTabjavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#CLOSED_EVENTFIELDSELECTION_CHANGED_EVENT8    Called when the tab becomes selected or unselected. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#SELECTION_CHANGED_EVENTTabjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#SELECTION_CHANGED_EVENTFIELDTAB_CLOSE_REQUEST_EVENTB    Called when there is an external request to close this  Tab . [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#TAB_CLOSE_REQUEST_EVENTTabjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tab.html#TAB_CLOSE_REQUEST_EVENTCLASS   TableCell  A note about selection:  A TableCell visually shows it is selected when two conditions are met:    The   TableSelectionModel.isSelected(int, TableColumnBase)  javafx.scene.controlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.htmlPROPERTYtableColumn8    The TableColumn instance that backs this TableCell. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#tableColumn       TableCelljavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#tableColumnPROPERTYtableRowK    The TableRow that this TableCell currently finds itself placed within. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#tableRow        TableCelljavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#tableRowPROPERTY       tableView2    The TableView associated with this TableCell. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#tableView  TableCelljavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#tableViewMETHOD
1210 cancelEditv ()   Call this function to transition from an editing state into a non-editing state, without saving any user input. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#cancelEdit()  TableCelljavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#cancelEdit()METHOD
1211 commitEdit  ( T  newValue)   Call this function when appropriate (based on the user interaction requirements of your cell editing user interface) to do two things: Fire thVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#commitEdit()       TableCelljavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#commitEdit()METHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#createDefaultSkin()  TableCelljavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#createDefaultSkin()METHODgetTableColumn2 ()   Gets the value of the property tableColumn. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#getTableColumn() TableCelljavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#getTableColumn()METHODgetTableRow/ ()   Gets the value of the property tableRow. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#getTableRow()     TableCelljavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#getTableRow()METHODgetTableView0 ()   Gets the value of the property tableView. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#getTableView()     TableCelljavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#getTableView()METHODlayoutChildrenN ()   Invoked during the layout pass to layout the children in this  Parent . Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#layoutChildren()  TableCelljavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#layoutChildren()METHOD       startEditp ()   Call this function to transition from a non-editing state into an editing state, if the cell is editable. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#startEdit()  TableCelljavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#startEdit()METHODtableColumnProperty: ()   The TableColumn instance that backs this TableCell. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#tableColumnProperty()       TableCelljavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#tableColumnProperty()METHODtableRowPropertyM ()   The TableRow that this TableCell currently finds itself placed within. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#tableRowProperty()        TableCelljavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#tableRowProperty()METHODtableViewProperty4 ()   The TableView associated with this TableCell. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#tableViewProperty()  TableCelljavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#tableViewProperty()METHODupdateSelectedO (boolean selected)   Updates whether this cell is in a selected state or not. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#updateSelected()    TableCelljavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#updateSelected()METHODupdateTableColumnO ( TableColumn  col)   Updates the TableColumn associated with this TableCell. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#updateTableColumn() TableCelljavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#updateTableColumn()METHODupdateTableRowN ( TableRow  tableRow)   Updates the TableRow associated with this TableCell. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#updateTableRow()     TableCelljavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#updateTableRow()METHODupdateTableViewJ ( TableView  tv)   Updates the TableView associated with this TableCell. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#updateTableView()  TableCelljavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableCell.html#updateTableView()CLASSTableColumn In situations where a TableColumn must interact with classes created before JavaFX, or that generally do not wish to use JavaFX apis for properties, it is possijavafx.scene.controlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.htmlPROPERTYcellFactory3    The cell factory for all cells in this column. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#cellFactoryTableColumnjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#cellFactoryPROPERTYcellValueFactorym    The cell value factory needs to be set to specify how to populate all cells within a single TableColumn. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#cellValueFactoryTableColumnjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#cellValueFactoryPROPERTYonEditCancelK    This event handler will be fired when the user cancels editing a cell. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#onEditCancelTableColumnjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#onEditCancelPROPERTYonEditCommitW    This event handler will be fired when the user successfully commits their editing. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#onEditCommitTableColumnjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#onEditCommitPROPERTYonEditStartS    This event handler will be fired when the user successfully initiates editing. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#onEditStartTableColumnjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#onEditStartPROPERTYsortType     Used to state whether this column, if it is part of a sort order (see   TableView.getSortOrder()   for more details), should be sorted in ascending or desceThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#sortTypeTableColumnjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#sortTypePROPERTY        tableView4    The TableView that this TableColumn belongs to. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#tableViewTableColumnjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#tableViewMETHODcellFactoryProperty5 ()   The cell factory for all cells in this column. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#cellFactoryProperty()TableColumnjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#cellFactoryProperty()METHODcellValueFactoryPropertyo ()   The cell value factory needs to be set to specify how to populate all cells within a single TableColumn. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#cellValueFactoryProperty()TableColumnjavafx.scene.controlfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#cellValueFactoryProperty()METHODeditAnyEvent3 ()   Parent event for any TableColumn edit event. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#editAnyEvent()TableColumnjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#editAnyEvent()METHODeditCancelEventv ()   Indicates that the editing has been canceled, meaning that no change should be made to the backing data source. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#editCancelEvent()TableColumnjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#editCancelEvent()METHODeditCommitEventš ()   Indicates that the editing has been committed by the user, meaning that a change should be made to the backing data source to reflect the new data. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#editCommitEvent()TableColumnjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#editCommitEvent()METHODeditStartEvent  ()   Indicates that the user has performed some interaction to start an edit event, or alternatively the   TableView.edit(int, javafx.scene.control.TableColumn\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#editStartEvent()TableColumnjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#editStartEvent()METHODgetCellFactory2 ()   Gets the value of the property cellFactory. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#getCellFactory()TableColumnjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#getCellFactory()METHODgetCellObservableValuen (int index)   Attempts to return an ObservableValue<T> for the item in the given index (which is of type S). dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#getCellObservableValue()TableColumnjavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#getCellObservableValue()METHODgetCellObservableValue` ( S  item)   Attempts to return an ObservableValue<T> for the given item (which is of type S). dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#getCellObservableValue()TableColumnjavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#getCellObservableValue()METHODgetCellValueFactory7 ()   Gets the value of the property cellValueFactory. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#getCellValueFactory()TableColumnjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#getCellValueFactory()METHODgetClassCssMetaData () ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#getClassCssMetaData()TableColumnjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#getClassCssMetaData()METHOD
1212 getColumnsc ()   This enables support for nested columns, which can be useful to group together related data. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#getColumns()TableColumnjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#getColumns()METHODgetCssMetaData) ()   The CssMetaData of this Styleable. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#getCssMetaData()TableColumnjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#getCssMetaData()METHODgetOnEditCancel3 ()   Gets the value of the property onEditCancel. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#getOnEditCancel()TableColumnjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#getOnEditCancel()METHODgetOnEditCommit3 ()   Gets the value of the property onEditCommit. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#getOnEditCommit()TableColumnjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#getOnEditCommit()METHODgetOnEditStart2 ()   Gets the value of the property onEditStart. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#getOnEditStart()TableColumnjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#getOnEditStart()METHODgetSortType/ ()   Gets the value of the property sortType. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#getSortType()TableColumnjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#getSortType()METHODgetStyleableParentJ ()   Return the parent of this Styleable, or null if there is no parent. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#getStyleableParent()TableColumnjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#getStyleableParent()METHODgetTableView0 ()   Gets the value of the property tableView. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#getTableView()TableColumnjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#getTableView()METHODgetTypeSelectorL ()   The type of this  Styleable  that is to be used in selector matching. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#getTypeSelector()TableColumnjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#getTypeSelector()METHODonEditCancelPropertyM ()   This event handler will be fired when the user cancels editing a cell. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#onEditCancelProperty()TableColumnjavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#onEditCancelProperty()METHODonEditCommitPropertyY ()   This event handler will be fired when the user successfully commits their editing. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#onEditCommitProperty()TableColumnjavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#onEditCommitProperty()METHODonEditStartPropertyU ()   This event handler will be fired when the user successfully initiates editing. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#onEditStartProperty()TableColumnjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#onEditStartProperty()METHODsetCellFactoryo ( Callback < TableColumn < S , T >, TableCell < S , T >> value)   Sets the value of the property cellFactory. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#setCellFactory()TableColumnjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#setCellFactory()METHODsetCellValueFactory‡ ( Callback < TableColumn.CellDataFeatures < S , T >, ObservableValue < T >> value)   Sets the value of the property cellValueFactory. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#setCellValueFactory()TableColumnjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#setCellValueFactory()METHODsetOnEditCancelm ( EventHandler < TableColumn.CellEditEvent < S , T >> value)   Sets the value of the property onEditCancel. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#setOnEditCancel()TableColumnjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#setOnEditCancel()METHODsetOnEditCommitm ( EventHandler < TableColumn.CellEditEvent < S , T >> value)   Sets the value of the property onEditCommit. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#setOnEditCommit()TableColumnjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#setOnEditCommit()METHODsetOnEditStartl ( EventHandler < TableColumn.CellEditEvent < S , T >> value)   Sets the value of the property onEditStart. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#setOnEditStart()TableColumnjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#setOnEditStart()METHODsetSortTypeK ( TableColumn.SortType  value)   Sets the value of the property sortType. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#setSortType()TableColumnjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#setSortType()METHODsortTypeProperty  ()   Used to state whether this column, if it is part of a sort order (see   TableView.getSortOrder()   for more details), should be sorted in ascending or des^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#sortTypeProperty()TableColumnjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#sortTypeProperty()METHODtableViewProperty6 ()   The TableView that this TableColumn belongs to. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#tableViewProperty()TableColumnjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#tableViewProperty()FIELDDEFAULT_CELL_FACTORYe    If no cellFactory is specified on a TableColumn instance, then this one will be used by default. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#DEFAULT_CELL_FACTORYTableColumnjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.html#DEFAULT_CELL_FACTORYCLASSTableColumn.CellDataFeaturesjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.CellDataFeatures.html\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.CellDataFeatures.htmlMETHODgetTableColumn@ ()   Returns the   TableColumn   passed in to the constructor. mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.CellDataFeatures.html#getTableColumn()TableColumn.CellDataFeaturesjavafx.scene.controlmhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.CellDataFeatures.html#getTableColumn()METHODgetTableView> ()   Returns the   TableView   passed in to the constructor. khttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.CellDataFeatures.html#getTableView()TableColumn.CellDataFeaturesjavafx.scene.controlkhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.CellDataFeatures.html#getTableView()METHODgetValue6 ()   Returns the value passed in to the constructor. ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.CellDataFeatures.html#getValue()TableColumn.CellDataFeaturesjavafx.scene.controlghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.CellDataFeatures.html#getValue()CLASSTableColumn.CellEditEventjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.CellEditEvent.htmlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.CellEditEvent.htmlMETHODgetNewValue3 ()   Returns the new value input by the end user. ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.CellEditEvent.html#getNewValue()TableColumn.CellEditEventjavafx.scene.controlghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.CellEditEvent.html#getNewValue()METHODgetOldValue| ()   Attempts to return the old value at the position referred to in the TablePosition returned by   getTablePosition()  . ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.CellEditEvent.html#getOldValue()TableColumn.CellEditEventjavafx.scene.controlghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.CellEditEvent.html#getOldValue()METHODgetRowValue  ()   Convenience method that returns the value for the row (that is, from the TableView   items   list), for the row contained within the   TablePosition   retghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.CellEditEvent.html#getRowValue()TableColumn.CellEditEventjavafx.scene.controlghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.CellEditEvent.html#getRowValue()METHODgetTableColumn> ()   Returns the TableColumn upon which this event occurred. jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.CellEditEvent.html#getTableColumn()TableColumn.CellEditEventjavafx.scene.controljhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.CellEditEvent.html#getTableColumn()METHODgetTablePosition; ()   Returns the position upon which this event occurred. lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.CellEditEvent.html#getTablePosition()TableColumn.CellEditEventjavafx.scene.controllhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.CellEditEvent.html#getTablePosition()METHODgetTableView< ()   Returns the TableView upon which this event occurred. hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.CellEditEvent.html#getTableView()TableColumn.CellEditEventjavafx.scene.controlhhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.CellEditEvent.html#getTableView()FIELDANY4    Common supertype for all cell edit event types. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.CellEditEvent.html#ANYTableColumn.CellEditEventjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.CellEditEvent.html#ANYENUMTableColumn.SortTypejavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.SortType.htmlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.SortType.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.SortType.html#valueOf()TableColumn.SortTypejavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.SortType.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.SortType.html#values()TableColumn.SortTypejavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumn.SortType.html#values()CLASSTableColumnBase In the currently existing subclasses, to create a nested column is simply a matter of placing the relevant TableColumnBase instances inside the columns Observabjavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.htmlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.htmlPROPERTY
1213 comparator=    Comparator function used when sorting this table column. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#comparatorTableColumnBasejavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#comparatorPROPERTYcontextMenuk    This menu will be shown whenever the user right clicks within the header area of this TableColumnBase. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#contextMenuTableColumnBasejavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#contextMenuPROPERTYeditable8    Specifies whether this table column allows editing. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#editableTableColumnBasejavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#editablePROPERTYgraphicm    The graphic to show in the table column to allow the user to indicate graphically what is in the column. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#graphicTableColumnBasejavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#graphicPROPERTYid$    The id of this TableColumnBase. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#idTableColumnBasejavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#idPROPERTYmaxWidthF    The maximum width the table column is permitted to be resized to. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#maxWidthTableColumnBasejavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#maxWidthPROPERTYminWidthF    The minimum width the table column is permitted to be resized to. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#minWidthTableColumnBasejavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#minWidthPROPERTYparentColumn‚    This read-only property will always refer to the parent of this column, in the situation where nested columns are being used. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#parentColumnTableColumnBasejavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#parentColumnPROPERTY prefWidth,    The preferred width of the TableColumn. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#prefWidthTableColumnBasejavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#prefWidthPROPERTY   resizableB    Used to indicate whether the width of this column can change. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#resizableTableColumnBasejavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#resizablePROPERTYsortableN    A boolean property to toggle on and off the 'sortability' of this column. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#sortableTableColumnBasejavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#sortablePROPERTYsortNode{    The node to use as the "sort arrow", shown to the user in situations where the table column is part of the sort order. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#sortNodeTableColumnBasejavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#sortNodePROPERTYstyle\    A string representation of the CSS style associated with this TableColumnBase instance. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#styleTableColumnBasejavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#stylePROPERTYtext<    This is the text to show in the header for this column. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#textTableColumnBasejavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#textPROPERTYvisiblec    Toggling this will immediately toggle the visibility of this column, and all children columns. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#visibleTableColumnBasejavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#visiblePROPERTYwidth    The width of this column. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#widthTableColumnBasejavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#widthMETHODaddEventHandlero ( EventType <E> eventType,  EventHandler <E> eventHandler)   Registers an event handler to this table column. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#addEventHandler()TableColumnBasejavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#addEventHandler()METHODbuildEventDispatchChainR ( EventDispatchChain  tail)   Construct an event dispatch chain for this target. ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#buildEventDispatchChain()TableColumnBasejavafx.scene.controlihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#buildEventDispatchChain()METHODcomparatorProperty? ()   Comparator function used when sorting this table column. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#comparatorProperty()TableColumnBasejavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#comparatorProperty()METHODcontextMenuPropertym ()   This menu will be shown whenever the user right clicks within the header area of this TableColumnBase. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#contextMenuProperty()TableColumnBasejavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#contextMenuProperty()METHODeditableProperty: ()   Specifies whether this table column allows editing. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#editableProperty()TableColumnBasejavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#editableProperty()METHODgetCellDatar (int index)   Returns the actual value for a cell at a given row index (and which belongs to this table column). ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getCellData()TableColumnBasejavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getCellData()METHODgetCellDataG ( S  item)   Returns the actual value for a cell from the given item. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getCellData()TableColumnBasejavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getCellData()METHODgetCellObservableValuen (int index)   Attempts to return an ObservableValue<T> for the item in the given index (which is of type S). hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getCellObservableValue()TableColumnBasejavafx.scene.controlhhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getCellObservableValue()METHODgetCellObservableValue` ( S  item)   Attempts to return an ObservableValue<T> for the given item (which is of type S). hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getCellObservableValue()TableColumnBasejavafx.scene.controlhhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getCellObservableValue()METHOD
1214 getColumnsc ()   This enables support for nested columns, which can be useful to group together related data. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getColumns()TableColumnBasejavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getColumns()METHOD
getComparator1 ()   Gets the value of the property comparator. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getComparator()TableColumnBasejavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getComparator()METHODgetContextMenu2 ()   Gets the value of the property contextMenu. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getContextMenu()TableColumnBasejavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getContextMenu()METHOD
1215 getGraphic. ()   Gets the value of the property graphic. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getGraphic()TableColumnBasejavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getGraphic()METHODgetId) ()   Gets the value of the property id. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getId()TableColumnBasejavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getId()METHODgetMaxWidth/ ()   Gets the value of the property maxWidth. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getMaxWidth()TableColumnBasejavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getMaxWidth()METHODgetMinWidth/ ()   Gets the value of the property minWidth. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getMinWidth()TableColumnBasejavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getMinWidth()METHODgetParentColumn3 ()   Gets the value of the property parentColumn. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getParentColumn()TableColumnBasejavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getParentColumn()METHODgetPrefWidth0 ()   Gets the value of the property prefWidth. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getPrefWidth()TableColumnBasejavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getPrefWidth()METHOD
getPropertiesp ()   Returns an observable map of properties on this table column for use primarily by application developers. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getProperties()TableColumnBasejavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getProperties()METHODgetPseudoClassStates7 ()   Return the pseudo-class state of this Styleable. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getPseudoClassStates()TableColumnBasejavafx.scene.controlfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getPseudoClassStates()METHODgetSortNode/ ()   Gets the value of the property sortNode. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getSortNode()TableColumnBasejavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getSortNode()METHODgetStyle, ()   Gets the value of the property style. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getStyle()TableColumnBasejavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getStyle()METHOD
getStyleClassz ()   A list of String identifiers which can be used to logically group Nodes, specifically for an external style engine. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getStyleClass()TableColumnBasejavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getStyleClass()METHODgetText+ ()   Gets the value of the property text. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getText()TableColumnBasejavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getText()METHODgetUserData ()   Returns a previously set Object property, or null if no such property has been set using the   setUserData(java.lang.Object)   method. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getUserData()TableColumnBasejavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getUserData()METHODgetWidth, ()   Gets the value of the property width. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getWidth()TableColumnBasejavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#getWidth()METHODgraphicPropertyo ()   The graphic to show in the table column to allow the user to indicate graphically what is in the column. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#graphicProperty()TableColumnBasejavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#graphicProperty()METHOD
hasProperties1 ()   Tests if this table column has properties. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#hasProperties()TableColumnBasejavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#hasProperties()METHOD
1216 idProperty& ()   The id of this TableColumnBase. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#idProperty()TableColumnBasejavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#idProperty()METHOD
1217 isEditable/ ()   Gets the value of the property editable. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#isEditable()TableColumnBasejavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#isEditable()METHODisResizable0 ()   Gets the value of the property resizable. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#isResizable()TableColumnBasejavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#isResizable()METHOD
1218 isSortable/ ()   Gets the value of the property sortable. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#isSortable()TableColumnBasejavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#isSortable()METHOD isVisible. ()   Gets the value of the property visible. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#isVisible()TableColumnBasejavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#isVisible()METHODmaxWidthPropertyH ()   The maximum width the table column is permitted to be resized to. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#maxWidthProperty()TableColumnBasejavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#maxWidthProperty()METHODminWidthPropertyH ()   The minimum width the table column is permitted to be resized to. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#minWidthProperty()TableColumnBasejavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#minWidthProperty()METHODparentColumnProperty„ ()   This read-only property will always refer to the parent of this column, in the situation where nested columns are being used. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#parentColumnProperty()TableColumnBasejavafx.scene.controlfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#parentColumnProperty()METHODprefWidthProperty. ()   The preferred width of the TableColumn. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#prefWidthProperty()TableColumnBasejavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#prefWidthProperty()METHODremoveEventHandlerˆ ( EventType <E> eventType,  EventHandler <E> eventHandler)   Unregisters a previously registered event handler from this table column. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#removeEventHandler()TableColumnBasejavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#removeEventHandler()METHODresizablePropertyD ()   Used to indicate whether the width of this column can change. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#resizableProperty()TableColumnBasejavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#resizableProperty()METHOD
setComparatorP (java.util.Comparator< T > value)   Sets the value of the property comparator. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setComparator()TableColumnBasejavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setComparator()METHODsetContextMenuE ( ContextMenu  value)   Sets the value of the property contextMenu. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setContextMenu()TableColumnBasejavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setContextMenu()METHODsetEditable< (boolean value)   Sets the value of the property editable. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setEditable()TableColumnBasejavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setEditable()METHOD
1219 setGraphic: ( Node  value)   Sets the value of the property graphic. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setGraphic()TableColumnBasejavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setGraphic()METHODsetId? (java.lang.String value)   Sets the value of the property id. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setId()TableColumnBasejavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setId()METHODsetMaxWidth; (double value)   Sets the value of the property maxWidth. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setMaxWidth()TableColumnBasejavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setMaxWidth()METHODsetMinWidth; (double value)   Sets the value of the property minWidth. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setMinWidth()TableColumnBasejavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setMinWidth()METHODsetPrefWidth< (double value)   Sets the value of the property prefWidth. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setPrefWidth()TableColumnBasejavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setPrefWidth()METHODsetResizable= (boolean value)   Sets the value of the property resizable. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setResizable()TableColumnBasejavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setResizable()METHODsetSortable< (boolean value)   Sets the value of the property sortable. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setSortable()TableColumnBasejavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setSortable()METHODsetSortNode; ( Node  value)   Sets the value of the property sortNode. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setSortNode()TableColumnBasejavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setSortNode()METHODsetStyleB (java.lang.String value)   Sets the value of the property style. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setStyle()TableColumnBasejavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setStyle()METHODsetTextA (java.lang.String value)   Sets the value of the property text. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setText()TableColumnBasejavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setText()METHODsetUserData{ (java.lang.Object value)   Convenience method for setting a single Object property that can be retrieved at a later date. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setUserData()TableColumnBasejavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setUserData()METHOD
1220 setVisible; (boolean value)   Sets the value of the property visible. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setVisible()TableColumnBasejavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#setVisible()METHODsortablePropertyP ()   A boolean property to toggle on and off the 'sortability' of this column. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#sortableProperty()TableColumnBasejavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#sortableProperty()METHODsortNodeProperty} ()   The node to use as the "sort arrow", shown to the user in situations where the table column is part of the sort order. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#sortNodeProperty()TableColumnBasejavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#sortNodeProperty()METHOD
styleProperty^ ()   A string representation of the CSS style associated with this TableColumnBase instance. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#styleProperty()TableColumnBasejavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#styleProperty()METHODtextProperty> ()   This is the text to show in the header for this column. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#textProperty()TableColumnBasejavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#textProperty()METHODvisiblePropertye ()   Toggling this will immediately toggle the visibility of this column, and all children columns. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#visibleProperty()TableColumnBasejavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#visibleProperty()METHOD
widthProperty  ()   The width of this column. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#widthProperty()TableColumnBasejavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#widthProperty()FIELDDEFAULT_COMPARATORH    By default all columns will use this comparator to perform sorting. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#DEFAULT_COMPARATORTableColumnBasejavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableColumnBase.html#DEFAULT_COMPARATORCLASSTableFocusModeljavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableFocusModel.htmlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableFocusModel.htmlMETHODfocusS (int row,  TC  column)   Causes the item at the given index to receive the focus. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableFocusModel.html#focus()TableFocusModeljavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableFocusModel.html#focus()METHODfocusAboveCellK ()   Attempts to move focus to the cell above the currently focused cell. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableFocusModel.html#focusAboveCell()TableFocusModeljavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableFocusModel.html#focusAboveCell()METHODfocusBelowCellK ()   Attempts to move focus to the cell below the currently focused cell. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableFocusModel.html#focusBelowCell()TableFocusModeljavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableFocusModel.html#focusBelowCell()METHOD
focusLeftCellT ()   Attempts to move focus to the cell to the left of the currently focused cell. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableFocusModel.html#focusLeftCell()TableFocusModeljavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableFocusModel.html#focusLeftCell()METHODfocusRightCellY ()   Attempts to move focus to the cell to the right of the the currently focused cell. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableFocusModel.html#focusRightCell()TableFocusModeljavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableFocusModel.html#focusRightCell()METHOD     isFocused| (int row,  TC  column)   Tests whether the row / cell at the given location currently has the focus within the UI control. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableFocusModel.html#isFocused()TableFocusModeljavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableFocusModel.html#isFocused()CLASS
TablePosition Because the TableView can have different   selection modes  , the row and column properties in TablePosition can be 'disabled' to represent an entire row or coljavafx.scene.controlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TablePosition.htmlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TablePosition.htmlMETHOD   getColumnL ()   The column index that this TablePosition represents in the TableView. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TablePosition.html#getColumn()
TablePositionjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TablePosition.html#getColumn()METHODgetTableColumnK ()   The TableColumn that this TablePosition represents in the TableView. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TablePosition.html#getTableColumn()
TablePositionjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TablePosition.html#getTableColumn()METHODgetTableView; ()   The TableView that this TablePosition is related to. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TablePosition.html#getTableView()
TablePositionjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TablePosition.html#getTableView()METHODtoStringF ()   Returns a string representation of this  TablePosition  object. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TablePosition.html#toString()
TablePositionjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TablePosition.html#toString()CLASSTablePositionBase Because the TableView and TreeTableView controls can have different   selection modes  , the row and column properties in TablePositionBase can be 'disabled' tojavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TablePositionBase.htmlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TablePositionBase.htmlMETHODequalsV (java.lang.Object obj)   Indicates whether some other object is "equal to" this one. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TablePositionBase.html#equals()TablePositionBasejavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TablePositionBase.html#equals()METHOD     getColumnL ()   The column index that this TablePosition represents in the TableView. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TablePositionBase.html#getColumn()TablePositionBasejavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TablePositionBase.html#getColumn()METHODgetRowC ()   The row that this TablePosition represents in the TableView. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TablePositionBase.html#getRow()TablePositionBasejavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TablePositionBase.html#getRow()METHODgetTableColumnK ()   The TableColumn that this TablePosition represents in the TableView. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TablePositionBase.html#getTableColumn()TablePositionBasejavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TablePositionBase.html#getTableColumn()METHODhashCode; ()   Returns a hash code for this  TablePosition  object. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TablePositionBase.html#hashCode()TablePositionBasejavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TablePositionBase.html#hashCode()CLASSTableRow TableRow is an   IndexedCell  , but rarely needs to be used by developers creating TableView instances. The only time TableRow is likely to be encountered at aljavafx.scene.controlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableRow.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableRow.htmlPROPERTY        tableView-    The TableView associated with this Cell. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableRow.html#tableViewTableRowjavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableRow.html#tableViewMETHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableRow.html#createDefaultSkin()TableRowjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableRow.html#createDefaultSkin()METHODgetTableView0 ()   Gets the value of the property tableView. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableRow.html#getTableView()TableRowjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableRow.html#getTableView()METHODtableViewProperty/ ()   The TableView associated with this Cell. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableRow.html#tableViewProperty()TableRowjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableRow.html#tableViewProperty()METHODupdateTableViewO ( TableView < T > tv)   Updates the TableView associated with this TableCell. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableRow.html#updateTableView()TableRowjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableRow.html#updateTableView()CLASSTableSelectionModel Returns a  read-only  ObservableList of all selected indices. The ObservableList will be updated by the selection model to always reflect changes in selection. javafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.htmlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.htmlPROPERTYcellSelectionEnabled^    A boolean property used to represent whether the table is in row or cell selection modes. hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#cellSelectionEnabledTableSelectionModeljavafx.scene.controlhhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#cellSelectionEnabledMETHODcellSelectionEnabledProperty` ()   A boolean property used to represent whether the table is in row or cell selection modes. rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#cellSelectionEnabledProperty()TableSelectionModeljavafx.scene.controlrhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#cellSelectionEnabledProperty()METHODclearAndSelectc (int row)   A method that clears any selection prior to setting the selection to the given index. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#clearAndSelect()TableSelectionModeljavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#clearAndSelect()METHODclearAndSelect„ (int row,  TableColumnBase < T ,?> column)   Clears all selection, and then selects the cell at the given row/column intersection. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#clearAndSelect()TableSelectionModeljavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#clearAndSelect()METHODclearSelection: ()   Clears the selection model of all selected indices. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#clearSelection()TableSelectionModeljavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#clearSelection()METHODclearSelectionT (int index)   This method will clear the selection of the item in the given index. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#clearSelection()TableSelectionModeljavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#clearSelection()METHODclearSelectionz (int row,  TableColumnBase < T ,?> column)   Removes selection from the specified row/column position (in view indexes). dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#clearSelection()TableSelectionModeljavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#clearSelection()METHODfocus
 (int index) [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#focus()TableSelectionModeljavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#focus()METHODgetFocusedIndex () ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#getFocusedIndex()TableSelectionModeljavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#getFocusedIndex()METHODgetItemCountP ()   Returns the number of items in the data model that underpins the control. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#getItemCount()TableSelectionModeljavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#getItemCount()METHODgetModelItem4 (int index)   Returns the item at the given index. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#getModelItem()TableSelectionModeljavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#getModelItem()METHODgetSelectedIndicesD ()   Returns a  read-only  ObservableList of all selected indices. hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#getSelectedIndices()TableSelectionModeljavafx.scene.controlhhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#getSelectedIndices()METHODgetSelectedItemsB ()   Returns a  read-only  ObservableList of all selected items. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#getSelectedItems()TableSelectionModeljavafx.scene.controlfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#getSelectedItems()METHODisCellSelectionEnabled; ()   Gets the value of the property cellSelectionEnabled. lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#isCellSelectionEnabled()TableSelectionModeljavafx.scene.controllhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#isCellSelectionEnabled()METHODisEmptyU ()   This method is available to test whether there are any selected indices/items. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#isEmpty()TableSelectionModeljavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#isEmpty()METHOD
1221 isSelectedm (int index)   Convenience method to inform if the given index is currently selected in this SelectionModel. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#isSelected()TableSelectionModeljavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#isSelected()METHOD
1222 isSelected  (int row,  TableColumnBase < T ,?> column)   Convenience function which tests whether the given row and column index is currently selected in this table instan`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#isSelected()TableSelectionModeljavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#isSelected()METHODselecty (int row)   This will select the given index in the selection model, assuming the index is within the valid range (i.e. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#select()TableSelectionModeljavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#select()METHODselecte (int row,  TableColumnBase < T ,?> column)   Selects the cell at the given row/column intersection. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#select()TableSelectionModeljavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#select()METHODselectX (T obj)   This method will attempt to select the index that contains the given object. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#select()TableSelectionModeljavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#select()METHODselectAboveCellC ()   Selects the cell directly above the currently selected cell. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#selectAboveCell()TableSelectionModeljavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#selectAboveCell()METHOD       selectAll: ()   Convenience method to select all available indices. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#selectAll()TableSelectionModeljavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#selectAll()METHODselectBelowCellC ()   Selects the cell directly below the currently selected cell. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#selectBelowCell()TableSelectionModeljavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#selectBelowCell()METHODselectFirstI ()   This method will attempt to select the first index in the control. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#selectFirst()TableSelectionModeljavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#selectFirst()METHOD
selectIndicesd (int row, int... rows)   This method allows for one or more selections to be set at the same time. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#selectIndices()TableSelectionModeljavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#selectIndices()METHOD
1223 selectLastH ()   This method will attempt to select the last index in the control. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#selectLast()TableSelectionModeljavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#selectLast()METHODselectLeftCellC ()   Selects the cell to the left of the currently selected cell. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#selectLeftCell()TableSelectionModeljavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#selectLeftCell()METHOD
1224 selectNext] ()   This method will attempt to select the index directly after the current focused index. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#selectNext()TableSelectionModeljavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#selectNext()METHODselectPrevious^ ()   This method will attempt to select the index directly before the current focused index. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#selectPrevious()TableSelectionModeljavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#selectPrevious()METHODselectRange  (int minRow,  TableColumnBase < T ,?> minColumn, int maxRow,  TableColumnBase < T ,?> maxColumn)   Selects the cells in the range (minRow, minColumn) to (maxRoahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#selectRange()TableSelectionModeljavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#selectRange()METHODselectRightCellD ()   Selects the cell to the right of the currently selected cell. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#selectRightCell()TableSelectionModeljavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#selectRightCell()METHODsetCellSelectionEnabledH (boolean value)   Sets the value of the property cellSelectionEnabled. mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#setCellSelectionEnabled()TableSelectionModeljavafx.scene.controlmhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableSelectionModel.html#setCellSelectionEnabled()CLASS        TableView The TableView control has a number of features, including:    Powerful   TableColumn   API:    Support for   cell factories   to easily customize   cell   contejavafx.scene.controlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.htmlPROPERTYcolumnResizePolicyS    This is the function called when the user completes a column-resize operation. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#columnResizePolicy      TableViewjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#columnResizePolicyPROPERTY
1225 comparator|    The comparator property is a read-only property that is representative of the current state of the   sort order   list. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#comparator      TableViewjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#comparatorPROPERTYeditable     Specifies whether this TableView is editable - only if the TableView, the TableColumn (if applicable) and the TableCells within it are both editable will a Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#editable   TableViewjavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#editablePROPERTYeditingCellX    Represents the current cell being edited, or null if there is no cell being edited. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#editingCell      TableViewjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#editingCellPROPERTY
fixedCellSize_    Specifies whether this control has cells that are a fixed height (of the specified value). Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#fixedCellSize        TableViewjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#fixedCellSizePROPERTY
1226 focusModel]    Represents the currently-installed   TableView.TableViewFocusModel   for this TableView. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#focusModel     TableViewjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#focusModelPROPERTYitems1    The underlying data model for the TableView. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#items       TableViewjavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#itemsPROPERTYonScrollToColumn…    Called when there's a request to scroll a column into view using   scrollToColumn(TableColumn)   or   scrollToColumnIndex(int)   Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#onScrollToColumn TableViewjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#onScrollToColumnPROPERTY
1227 onScrollToo    Called when there's a request to scroll an index into view using   scrollTo(int)   or   scrollTo(Object)   Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#onScrollTo   TableViewjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#onScrollToPROPERTYonSort7    Called when there's a request to sort the control. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#onSort       TableViewjavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#onSortPROPERTYplaceholderJ    This Node is shown to the user when the table has no content to show. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#placeholder      TableViewjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#placeholderPROPERTY
1228 rowFactory*    A function which produces a TableRow. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#rowFactory        TableViewjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#rowFactoryPROPERTYselectionModel     The SelectionModel provides the API through which it is possible to select single or multiple items within a TableView, as well as inspect which items have Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#selectionModel     TableViewjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#selectionModelPROPERTY
1229 sortPolicyQ    The sort policy specifies how sorting in this TableView should be performed. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#sortPolicy TableViewjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#sortPolicyPROPERTYtableMenuButtonVisible     This controls whether a menu button is available when the user clicks in a designated space within the TableView, within which is a radio menu item for each`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#tableMenuButtonVisible     TableViewjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#tableMenuButtonVisibleMETHODcolumnResizePolicyPropertyU ()   This is the function called when the user completes a column-resize operation. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#columnResizePolicyProperty()   TableViewjavafx.scene.controlfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#columnResizePolicyProperty()METHODcomparatorProperty~ ()   The comparator property is a read-only property that is representative of the current state of the   sort order   list. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#comparatorProperty()    TableViewjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#comparatorProperty()METHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#createDefaultSkin()  TableViewjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#createDefaultSkin()METHODedit  (int row,  TableColumn < S ,?> column)   Causes the cell at the given row/column view indexes to switch into its editing state, if it is not already in it, andPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#edit()        TableViewjavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#edit()METHODeditableProperty  ()   Specifies whether this TableView is editable - only if the TableView, the TableColumn (if applicable) and the TableCells within it are both editable will \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#editableProperty()   TableViewjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#editableProperty()METHODeditingCellPropertyZ ()   Represents the current cell being edited, or null if there is no cell being edited. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#editingCellProperty()        TableViewjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#editingCellProperty()METHODfixedCellSizePropertya ()   Specifies whether this control has cells that are a fixed height (of the specified value). ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#fixedCellSizeProperty()  TableViewjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#fixedCellSizeProperty()METHODfocusModelProperty_ ()   Represents the currently-installed   TableView.TableViewFocusModel   for this TableView. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#focusModelProperty()        TableViewjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#focusModelProperty()METHODgetClassCssMetaData () _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getClassCssMetaData()    TableViewjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getClassCssMetaData()METHODgetColumnResizePolicy9 ()   Gets the value of the property columnResizePolicy. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getColumnResizePolicy()  TableViewjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getColumnResizePolicy()METHOD
1230 getColumns8 ()   The TableColumns that are part of this TableView. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getColumns()        TableViewjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getColumns()METHOD
getComparator1 ()   Gets the value of the property comparator. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getComparator()   TableViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getComparator()METHODgetControlCssMetaData () ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getControlCssMetaData()     TableViewjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getControlCssMetaData()METHODgetEditingCell2 ()   Gets the value of the property editingCell. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getEditingCell()     TableViewjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getEditingCell()METHODgetFixedCellSize) ()   Returns the fixed cell size value. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getFixedCellSize() TableViewjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getFixedCellSize()METHOD
getFocusModel1 ()   Gets the value of the property focusModel. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getFocusModel()     TableViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getFocusModel()METHODgetItems, ()   Gets the value of the property items. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getItems() TableViewjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getItems()METHOD
getOnScrollTo1 ()   Gets the value of the property onScrollTo. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getOnScrollTo()     TableViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getOnScrollTo()METHODgetOnScrollToColumn7 ()   Gets the value of the property onScrollToColumn. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getOnScrollToColumn()      TableViewjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getOnScrollToColumn()METHOD  getOnSort- ()   Gets the value of the property onSort. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getOnSort()     TableViewjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getOnSort()METHODgetPlaceholder2 ()   Gets the value of the property placeholder. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getPlaceholder() TableViewjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getPlaceholder()METHOD
getRowFactory1 ()   Gets the value of the property rowFactory. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getRowFactory()       TableViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getRowFactory()METHODgetSelectionModel5 ()   Gets the value of the property selectionModel. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getSelectionModel()    TableViewjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getSelectionModel()METHODgetSortOrderZ ()   The sortOrder list defines the order in which   TableColumn   instances are sorted. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getSortOrder()     TableViewjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getSortOrder()METHOD
getSortPolicy1 ()   Gets the value of the property sortPolicy. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getSortPolicy() TableViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getSortPolicy()METHODgetVisibleLeafColumno (int column)   Returns the TableColumn in the given column index, relative to all other visible leaf columns. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getVisibleLeafColumn()    TableViewjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getVisibleLeafColumn()METHODgetVisibleLeafColumnsR ()   Returns an unmodifiable list containing the currently visible leaf columns. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getVisibleLeafColumns()        TableViewjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getVisibleLeafColumns()METHODgetVisibleLeafIndexw ( TableColumn < S ,?> column)   Returns the position of the given column, relative to all other visible leaf columns. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getVisibleLeafIndex()        TableViewjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#getVisibleLeafIndex()METHOD
1231 isEditable/ ()   Gets the value of the property editable. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#isEditable() TableViewjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#isEditable()METHODisTableMenuButtonVisible= ()   Gets the value of the property tableMenuButtonVisible. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#isTableMenuButtonVisible() TableViewjavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#isTableMenuButtonVisible()METHOD
itemsProperty3 ()   The underlying data model for the TableView. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#itemsProperty()   TableViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#itemsProperty()METHODonScrollToColumnProperty‡ ()   Called when there's a request to scroll a column into view using   scrollToColumn(TableColumn)   or   scrollToColumnIndex(int)   dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#onScrollToColumnProperty()   TableViewjavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#onScrollToColumnProperty()METHODonScrollToPropertyq ()   Called when there's a request to scroll an index into view using   scrollTo(int)   or   scrollTo(Object)   ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#onScrollToProperty()   TableViewjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#onScrollToProperty()METHODonSortProperty9 ()   Called when there's a request to sort the control. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#onSortProperty() TableViewjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#onSortProperty()METHODplaceholderPropertyL ()   This Node is shown to the user when the table has no content to show. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#placeholderProperty()        TableViewjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#placeholderProperty()METHODresizeColumn  ( TableColumn < S ,?> column, double delta)   Applies the currently installed resize policy against the given column, resizing it based on the delta value provXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#resizeColumn()      TableViewjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#resizeColumn()METHODrowFactoryProperty, ()   A function which produces a TableRow. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#rowFactoryProperty()    TableViewjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#rowFactoryProperty()METHODscrollTo] (int index)   Scrolls the TableView so that the given index is visible within the viewport. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#scrollTo()   TableViewjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#scrollTo()METHODscrollTo_ ( S  object)   Scrolls the TableView so that the given object is visible within the viewport. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#scrollTo()   TableViewjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#scrollTo()METHODscrollToColumnp ( TableColumn < S ,?> column)   Scrolls the TableView so that the given column is visible within the viewport. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#scrollToColumn()      TableViewjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#scrollToColumn()METHODscrollToColumnIndexc (int columnIndex)   Scrolls the TableView so that the given index is visible within the viewport. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#scrollToColumnIndex() TableViewjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#scrollToColumnIndex()METHODselectionModelProperty  ()   The SelectionModel provides the API through which it is possible to select single or multiple items within a TableView, as well as inspect which items havbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#selectionModelProperty()        TableViewjavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#selectionModelProperty()METHODsetColumnResizePolicyz ( Callback < TableView.ResizeFeatures ,java.lang.Boolean> callback)   Sets the value of the property columnResizePolicy. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#setColumnResizePolicy()        TableViewjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#setColumnResizePolicy()METHODsetEditable< (boolean value)   Sets the value of the property editable. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#setEditable()      TableViewjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#setEditable()METHODsetFixedCellSizeA (double value)   Sets the new fixed cell size for this control. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#setFixedCellSize()    TableViewjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#setFixedCellSize()METHOD
setFocusModel[ ( TableView.TableViewFocusModel < S > value)   Sets the value of the property focusModel. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#setFocusModel()     TableViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#setFocusModel()METHODsetItemsG ( ObservableList < S > value)   Sets the value of the property items. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#setItems()        TableViewjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#setItems()METHOD
setOnScrollToi ( EventHandler < ScrollToEvent <java.lang.Integer>> value)   Sets the value of the property onScrollTo. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#setOnScrollTo() TableViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#setOnScrollTo()METHODsetOnScrollToColumnr ( EventHandler < ScrollToEvent < TableColumn < S ,?>>> value)   Sets the value of the property onScrollToColumn. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#setOnScrollToColumn() TableViewjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#setOnScrollToColumn()METHOD  setOnSort` ( EventHandler < SortEvent < TableView < S >>> value)   Sets the value of the property onSort. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#setOnSort()        TableViewjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#setOnSort()METHODsetPlaceholder> ( Node  value)   Sets the value of the property placeholder. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#setPlaceholder()  TableViewjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#setPlaceholder()METHOD
setRowFactoryc ( Callback < TableView < S >, TableRow < S >> value)   Sets the value of the property rowFactory. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#setRowFactory()   TableViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#setRowFactory()METHODsetSelectionModelc ( TableView.TableViewSelectionModel < S > value)   Sets the value of the property selectionModel. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#setSelectionModel()        TableViewjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#setSelectionModel()METHOD
setSortPolicyh ( Callback < TableView < S >,java.lang.Boolean> callback)   Sets the value of the property sortPolicy. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#setSortPolicy() TableViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#setSortPolicy()METHODsetTableMenuButtonVisibleJ (boolean value)   Sets the value of the property tableMenuButtonVisible. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#setTableMenuButtonVisible()       TableViewjavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#setTableMenuButtonVisible()METHODsortL ()   The sort method forces the TableView to re-run its sorting algorithm. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#sort()   TableViewjavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#sort()METHODsortPolicyPropertyS ()   The sort policy specifies how sorting in this TableView should be performed. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#sortPolicyProperty()     TableViewjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#sortPolicyProperty()METHODtableMenuButtonVisibleProperty  ()   This controls whether a menu button is available when the user clicks in a designated space within the TableView, within which is a radio menu item for eajhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#tableMenuButtonVisibleProperty() TableViewjavafx.scene.controljhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#tableMenuButtonVisibleProperty()FIELDCONSTRAINED_RESIZE_POLICY‚    Simple policy that ensures the width of all visible leaf columns in this table sum up to equal the width of the table itself. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#CONSTRAINED_RESIZE_POLICY        TableViewjavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#CONSTRAINED_RESIZE_POLICYFIELDDEFAULT_SORT_POLICY^    The default   sort policy   that this TableView will use if no other policy is specified. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#DEFAULT_SORT_POLICY        TableViewjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#DEFAULT_SORT_POLICYFIELDUNCONSTRAINED_RESIZE_POLICY     Very simple resize policy that just resizes the specified column by the provided delta and shifts all other columns (to the right of the given column) furthehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#UNCONSTRAINED_RESIZE_POLICY   TableViewjavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.html#UNCONSTRAINED_RESIZE_POLICYCLASSTableView.ResizeFeaturesjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.ResizeFeatures.htmlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.ResizeFeatures.htmlMETHOD        getColumnž ()   Returns the column upon which the resize is occurring, or null if this ResizeFeatures instance was created as a result of a TableView resize operation. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.ResizeFeatures.html#getColumn()TableView.ResizeFeaturesjavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.ResizeFeatures.html#getColumn()METHODgetTableJ ()   Returns the TableView upon which the resize operation is occurring. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.ResizeFeatures.html#getTable()TableView.ResizeFeaturesjavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.ResizeFeatures.html#getTable()CLASSTableView.TableViewFocusModeljavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewFocusModel.html]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewFocusModel.htmlPROPERTYfocusedCellK    The position of the current item in the TableView which has the focus. ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewFocusModel.html#focusedCellTableView.TableViewFocusModeljavafx.scene.controlihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewFocusModel.html#focusedCellMETHODfocusH (int index)   Causes the item at the given index to receive the focus. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewFocusModel.html#focus()TableView.TableViewFocusModeljavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewFocusModel.html#focus()METHODfocusc (int row,  TableColumn < S ,?> column)   Causes the item at the given index to receive the focus. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewFocusModel.html#focus()TableView.TableViewFocusModeljavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewFocusModel.html#focus()METHODfocusu ( TablePosition  pos)   Convenience method for setting focus on a particular row or cell using a   TablePosition  . ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewFocusModel.html#focus()TableView.TableViewFocusModeljavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewFocusModel.html#focus()METHODfocusAboveCellK ()   Attempts to move focus to the cell above the currently focused cell. nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewFocusModel.html#focusAboveCell()TableView.TableViewFocusModeljavafx.scene.controlnhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewFocusModel.html#focusAboveCell()METHODfocusBelowCellK ()   Attempts to move focus to the cell below the currently focused cell. nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewFocusModel.html#focusBelowCell()TableView.TableViewFocusModeljavafx.scene.controlnhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewFocusModel.html#focusBelowCell()METHODfocusedCellPropertyM ()   The position of the current item in the TableView which has the focus. shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewFocusModel.html#focusedCellProperty()TableView.TableViewFocusModeljavafx.scene.controlshttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewFocusModel.html#focusedCellProperty()METHOD
focusLeftCellT ()   Attempts to move focus to the cell to the left of the currently focused cell. mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewFocusModel.html#focusLeftCell()TableView.TableViewFocusModeljavafx.scene.controlmhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewFocusModel.html#focusLeftCell()METHODfocusRightCellY ()   Attempts to move focus to the cell to the right of the the currently focused cell. nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewFocusModel.html#focusRightCell()TableView.TableViewFocusModeljavafx.scene.controlnhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewFocusModel.html#focusRightCell()METHODgetFocusedCell2 ()   Gets the value of the property focusedCell. nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewFocusModel.html#getFocusedCell()TableView.TableViewFocusModeljavafx.scene.controlnhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewFocusModel.html#getFocusedCell()METHODgetItemCountP ()   Returns the number of items in the data model that underpins the control. lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewFocusModel.html#getItemCount()TableView.TableViewFocusModeljavafx.scene.controllhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewFocusModel.html#getItemCount()METHODgetModelItem4 (int index)   Returns the item at the given index. lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewFocusModel.html#getModelItem()TableView.TableViewFocusModeljavafx.scene.controllhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewFocusModel.html#getModelItem()METHOD   isFocused‹ (int row,  TableColumn < S ,?> column)   Tests whether the row / cell at the given location currently has the focus within the TableView. ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewFocusModel.html#isFocused()TableView.TableViewFocusModeljavafx.scene.controlihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewFocusModel.html#isFocused()CLASS!TableView.TableViewSelectionModel Returns a  read-only  ObservableList of all selected indices. The ObservableList will be updated by the selection model to always reflect changes in selection. javafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.htmlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.htmlMETHODclearAndSelectc (int row)   A method that clears any selection prior to setting the selection to the given index. rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#clearAndSelect()!TableView.TableViewSelectionModeljavafx.scene.controlrhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#clearAndSelect()METHODclearAndSelect€ (int row,  TableColumn < S ,?> column)   Clears all selection, and then selects the cell at the given row/column intersection. rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#clearAndSelect()!TableView.TableViewSelectionModeljavafx.scene.controlrhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#clearAndSelect()METHODclearAndSelect„ (int row,  TableColumnBase < S ,?> column)   Clears all selection, and then selects the cell at the given row/column intersection. rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#clearAndSelect()!TableView.TableViewSelectionModeljavafx.scene.controlrhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#clearAndSelect()METHODclearSelection: ()   Clears the selection model of all selected indices. rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#clearSelection()!TableView.TableViewSelectionModeljavafx.scene.controlrhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#clearSelection()METHODclearSelectionT (int index)   This method will clear the selection of the item in the given index. rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#clearSelection()!TableView.TableViewSelectionModeljavafx.scene.controlrhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#clearSelection()METHODclearSelectionv (int row,  TableColumn < S ,?> column)   Removes selection from the specified row/column position (in view indexes). rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#clearSelection()!TableView.TableViewSelectionModeljavafx.scene.controlrhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#clearSelection()METHODclearSelectionz (int row,  TableColumnBase < S ,?> column)   Removes selection from the specified row/column position (in view indexes). rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#clearSelection()!TableView.TableViewSelectionModeljavafx.scene.controlrhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#clearSelection()METHODfocus (int row) ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#focus()!TableView.TableViewSelectionModeljavafx.scene.controlihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#focus()METHODgetFocusedIndex () shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#getFocusedIndex()!TableView.TableViewSelectionModeljavafx.scene.controlshttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#getFocusedIndex()METHODgetItemCountP ()   Returns the number of items in the data model that underpins the control. phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#getItemCount()!TableView.TableViewSelectionModeljavafx.scene.controlphttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#getItemCount()METHODgetModelItem4 (int index)   Returns the item at the given index. phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#getModelItem()!TableView.TableViewSelectionModeljavafx.scene.controlphttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#getModelItem()METHODgetSelectedCells^ ()   A read-only ObservableList representing the currently selected cells in this TableView. thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#getSelectedCells()!TableView.TableViewSelectionModeljavafx.scene.controlthttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#getSelectedCells()METHODgetSelectedIndicesD ()   Returns a  read-only  ObservableList of all selected indices. vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#getSelectedIndices()!TableView.TableViewSelectionModeljavafx.scene.controlvhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#getSelectedIndices()METHODgetSelectedItemsB ()   Returns a  read-only  ObservableList of all selected items. thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#getSelectedItems()!TableView.TableViewSelectionModeljavafx.scene.controlthttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#getSelectedItems()METHOD
getTableModelA ()   Convenience method that returns getTableView().getItems(). qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#getTableModel()!TableView.TableViewSelectionModeljavafx.scene.controlqhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#getTableModel()METHODgetTableViewP ()   Returns the TableView instance that this selection model is installed in. phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#getTableView()!TableView.TableViewSelectionModeljavafx.scene.controlphttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#getTableView()METHODisEmptyU ()   This method is available to test whether there are any selected indices/items. khttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#isEmpty()!TableView.TableViewSelectionModeljavafx.scene.controlkhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#isEmpty()METHOD
1232 isSelectedm (int index)   Convenience method to inform if the given index is currently selected in this SelectionModel. nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#isSelected()!TableView.TableViewSelectionModeljavafx.scene.controlnhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#isSelected()METHOD
1233 isSelected  (int row,  TableColumn < S ,?> column)   Convenience function which tests whether the given row and column index is currently selected in this table instance. nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#isSelected()!TableView.TableViewSelectionModeljavafx.scene.controlnhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#isSelected()METHOD
1234 isSelected  (int row,  TableColumnBase < S ,?> column)   Convenience function which tests whether the given row and column index is currently selected in this table instannhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#isSelected()!TableView.TableViewSelectionModeljavafx.scene.controlnhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#isSelected()METHODselecty (int row)   This will select the given index in the selection model, assuming the index is within the valid range (i.e. jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#select()!TableView.TableViewSelectionModeljavafx.scene.controljhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#select()METHODselecta (int row,  TableColumn < S ,?> column)   Selects the cell at the given row/column intersection. jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#select()!TableView.TableViewSelectionModeljavafx.scene.controljhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#select()METHODselecte (int row,  TableColumnBase < S ,?> column)   Selects the cell at the given row/column intersection. jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#select()!TableView.TableViewSelectionModeljavafx.scene.controljhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#select()METHODselectX (T obj)   This method will attempt to select the index that contains the given object. jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#select()!TableView.TableViewSelectionModeljavafx.scene.controljhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#select()METHOD    selectAll: ()   Convenience method to select all available indices. mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#selectAll()!TableView.TableViewSelectionModeljavafx.scene.controlmhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#selectAll()METHODselectFirstI ()   This method will attempt to select the first index in the control. ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#selectFirst()!TableView.TableViewSelectionModeljavafx.scene.controlohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#selectFirst()METHOD
selectIndicesd (int row, int... rows)   This method allows for one or more selections to be set at the same time. qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#selectIndices()!TableView.TableViewSelectionModeljavafx.scene.controlqhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#selectIndices()METHOD
1235 selectLastH ()   This method will attempt to select the last index in the control. nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#selectLast()!TableView.TableViewSelectionModeljavafx.scene.controlnhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#selectLast()METHOD
1236 selectNext] ()   This method will attempt to select the index directly after the current focused index. nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#selectNext()!TableView.TableViewSelectionModeljavafx.scene.controlnhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#selectNext()METHODselectPrevious^ ()   This method will attempt to select the index directly before the current focused index. rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#selectPrevious()!TableView.TableViewSelectionModeljavafx.scene.controlrhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#selectPrevious()METHODselectRange  (int minRow,  TableColumnBase < S ,?> minColumn, int maxRow,  TableColumnBase < S ,?> maxColumn)   Selects the cells in the range (minRow, minColumn) to (maxRoohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#selectRange()!TableView.TableViewSelectionModeljavafx.scene.controlohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TableView.TableViewSelectionModel.html#selectRange()CLASSTabPane A control that allows switching between a group of   Tabs  . Only one tab is visible at a time. Tabs are added to the TabPane by using the   getTabs()  .   Tabsjavafx.scene.controlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.htmlPROPERTY
rotateGraphic9    The rotatedGraphic state of the tabs in the TabPane. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#rotateGraphicTabPanejavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#rotateGraphicPROPERTYselectionModel1    The selection model used for selecting tabs. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#selectionModelTabPanejavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#selectionModelPROPERTYside-    The position of the tabs in the TabPane. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#sideTabPanejavafx.scene.controlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#sidePROPERTYtabClosingPolicy%    The closing policy for the tabs. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#tabClosingPolicyTabPanejavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#tabClosingPolicyPROPERTYtabMaxHeight3    The maximum height of the tabs in the TabPane. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#tabMaxHeightTabPanejavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#tabMaxHeightPROPERTYtabMaxWidth2    The maximum width of the tabs in the TabPane. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#tabMaxWidthTabPanejavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#tabMaxWidthPROPERTYtabMinHeight#    The minimum height of the tab. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#tabMinHeightTabPanejavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#tabMinHeightPROPERTYtabMinWidth2    The minimum width of the tabs in the TabPane. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#tabMinWidthTabPanejavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#tabMinWidthMETHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#createDefaultSkin()TabPanejavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#createDefaultSkin()METHODgetClassCssMetaData () ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#getClassCssMetaData()TabPanejavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#getClassCssMetaData()METHODgetControlCssMetaData () _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#getControlCssMetaData()TabPanejavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#getControlCssMetaData()METHODgetSelectionModel- ()   Gets the model used for tab selection. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#getSelectionModel()TabPanejavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#getSelectionModel()METHODgetSide7 ()   The current position of the tabs in the TabPane. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#getSide()TabPanejavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#getSide()METHODgetTabClosingPolicy' ()   The closing policy for the tabs. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#getTabClosingPolicy()TabPanejavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#getTabClosingPolicy()METHODgetTabMaxHeight5 ()   The maximum height of the tabs in the TabPane. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#getTabMaxHeight()TabPanejavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#getTabMaxHeight()METHODgetTabMaxWidth4 ()   The maximum width of the tabs in the TabPane. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#getTabMaxWidth()TabPanejavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#getTabMaxWidth()METHODgetTabMinHeight5 ()   The minimum height of the tabs in the TabPane. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#getTabMinHeight()TabPanejavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#getTabMinHeight()METHODgetTabMinWidth4 ()   The minimum width of the tabs in the TabPane. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#getTabMinWidth()TabPanejavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#getTabMinWidth()METHODgetTabs+ ()   The tabs to display in this TabPane. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#getTabs()TabPanejavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#getTabs()METHODisRotateGraphic= ()   Returns  true  if the graphic inside a Tab is rotated. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#isRotateGraphic()TabPanejavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#isRotateGraphic()METHODrotateGraphicProperty; ()   The rotatedGraphic state of the tabs in the TabPane. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#rotateGraphicProperty()TabPanejavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#rotateGraphicProperty()METHODselectionModelProperty3 ()   The selection model used for selecting tabs. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#selectionModelProperty()TabPanejavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#selectionModelProperty()METHODsetRotateGraphic  (boolean value)   Specifies whether the graphic inside a Tab is rotated or not, such that it is always upright, or rotated in the same way as the Tab text is. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#setRotateGraphic()TabPanejavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#setRotateGraphic()METHODsetSelectionModelP ( SingleSelectionModel < Tab > value)   Sets the model used for tab selection. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#setSelectionModel()TabPanejavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#setSelectionModel()METHODsetSideB ( Side  value)   The position to place the tabs in this TabPane. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#setSide()TabPanejavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#setSide()METHODsetTabClosingPolicys ( TabPane.TabClosingPolicy  value)   Specifies how the TabPane handles tab closing from an end-users perspective. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#setTabClosingPolicy()TabPanejavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#setTabClosingPolicy()METHODsetTabMaxHeight? (double value)   Sets the value of the property tabMaxHeight. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#setTabMaxHeight()TabPanejavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#setTabMaxHeight()METHODsetTabMaxWidth> (double value)   Sets the value of the property tabMaxWidth. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#setTabMaxWidth()TabPanejavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#setTabMaxWidth()METHODsetTabMinHeightA (double value)   The minimum height of the tabs in the TabPane. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#setTabMinHeight()TabPanejavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#setTabMinHeight()METHODsetTabMinWidth@ (double value)   The minimum width of the tabs in the TabPane. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#setTabMinWidth()TabPanejavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#setTabMinWidth()METHODsideProperty/ ()   The position of the tabs in the TabPane. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#sideProperty()TabPanejavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#sideProperty()METHODtabClosingPolicyProperty' ()   The closing policy for the tabs. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#tabClosingPolicyProperty()TabPanejavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#tabClosingPolicyProperty()METHODtabMaxHeightProperty5 ()   The maximum height of the tabs in the TabPane. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#tabMaxHeightProperty()TabPanejavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#tabMaxHeightProperty()METHODtabMaxWidthProperty4 ()   The maximum width of the tabs in the TabPane. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#tabMaxWidthProperty()TabPanejavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#tabMaxWidthProperty()METHODtabMinHeightProperty% ()   The minimum height of the tab. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#tabMinHeightProperty()TabPanejavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#tabMinHeightProperty()METHODtabMinWidthProperty4 ()   The minimum width of the tabs in the TabPane. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#tabMinWidthProperty()TabPanejavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#tabMinWidthProperty()FIELDSTYLE_CLASS_FLOATINGh    TabPane mode will be changed to floating allowing the TabPane to be placed alongside other control. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#STYLE_CLASS_FLOATINGTabPanejavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.html#STYLE_CLASS_FLOATINGENUMTabPane.TabClosingPolicy This specifies how the TabPane handles tab closing from an end-users perspective. The options are:      TabClosingPolicy.UNAVAILABLE: Tabs can not be closed by javafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.TabClosingPolicy.htmlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.TabClosingPolicy.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.TabClosingPolicy.html#valueOf()TabPane.TabClosingPolicyjavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.TabClosingPolicy.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.TabClosingPolicy.html#values()TabPane.TabClosingPolicyjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TabPane.TabClosingPolicy.html#values()CLASSTask A fully observable implementation of a  FutureTask . Tasks exposes additional state and observable properties useful for programming asynchronous tasks in JavaFjavafx.concurrentAhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.htmlAhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.htmlPROPERTY       exceptionO    Gets the ReadOnlyObjectProperty representing any exception which occurred. Khttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#exceptionTaskjavafx.concurrentKhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#exceptionPROPERTYmessage>    Gets the ReadOnlyStringProperty representing the message. Ihttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#messageTaskjavafx.concurrentIhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#messagePROPERTYonCancelledh    The onCancelled event handler is called whenever the Task state transitions to the CANCELLED state. Mhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#onCancelledTaskjavafx.concurrentMhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#onCancelledPROPERTYonFailedb    The onFailed event handler is called whenever the Task state transitions to the FAILED state. Jhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#onFailedTaskjavafx.concurrentJhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#onFailedPROPERTY    onRunningd    The onRunning event handler is called whenever the Task state transitions to the RUNNING state. Khttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#onRunningTaskjavafx.concurrentKhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#onRunningPROPERTYonScheduledg    The onSchedule event handler is called whenever the Task state transitions to the SCHEDULED state. Mhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#onScheduledTaskjavafx.concurrentMhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#onScheduledPROPERTYonSucceededh    The onSucceeded event handler is called whenever the Task state transitions to the SUCCEEDED state. Mhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#onSucceededTaskjavafx.concurrentMhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#onSucceededPROPERTYprogress?    Gets the ReadOnlyDoubleProperty representing the progress. Jhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#progressTaskjavafx.concurrentJhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#progressPROPERTYrunningQ    Gets the ReadOnlyBooleanProperty representing whether the Worker is running. Ihttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#runningTaskjavafx.concurrentIhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#runningPROPERTYstateD    Gets the ReadOnlyObjectProperty representing the current state. Ghttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#stateTaskjavafx.concurrentGhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#statePROPERTYtitle<    Gets the ReadOnlyStringProperty representing the title. Ghttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#titleTaskjavafx.concurrentGhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#titlePROPERTY  totalWorkc    Gets the ReadOnlyDoubleProperty representing the maximum amount of work that needs to be done. Khttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#totalWorkTaskjavafx.concurrentKhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#totalWorkPROPERTYvalue<    Gets the ReadOnlyObjectProperty representing the value. Ghttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#valueTaskjavafx.concurrentGhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#valuePROPERTYworkDoneG    Gets the ReadOnlyDoubleProperty representing the current progress. Jhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#workDoneTaskjavafx.concurrentJhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#workDoneMETHODaddEventFilterm ( EventType <T> eventType,  EventHandler <? super T> eventFilter)   Registers an event filter to this task. Rhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#addEventFilter()Taskjavafx.concurrentRhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#addEventFilter()METHODaddEventHandlero ( EventType <T> eventType,  EventHandler <? super T> eventHandler)   Registers an event handler to this task. Shttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#addEventHandler()Taskjavafx.concurrentShttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#addEventHandler()METHODbuildEventDispatchChainR ( EventDispatchChain  tail)   Construct an event dispatch chain for this target. [http://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#buildEventDispatchChain()Taskjavafx.concurrent[http://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#buildEventDispatchChain()METHODcallk ()   Invoked when the Task is executed, the call method must be overridden and implemented by subclasses. Hhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#call()Taskjavafx.concurrentHhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#call()METHODcancel+ ()   Terminates execution of this Worker. Jhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#cancel()Taskjavafx.concurrentJhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#cancel()METHODcancel! (boolean mayInterruptIfRunning) Jhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#cancel()Taskjavafx.concurrentJhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#cancel()METHOD  cancelled„ ()   A protected convenience method for subclasses, called whenever the state of the Task has transitioned to the CANCELLED state. Mhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#cancelled()Taskjavafx.concurrentMhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#cancelled()METHODexceptionPropertyQ ()   Gets the ReadOnlyObjectProperty representing any exception which occurred. Uhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#exceptionProperty()Taskjavafx.concurrentUhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#exceptionProperty()METHODfailed ()   A protected convenience method for subclasses, called whenever the state of the Task has transitioned to the FAILED state. Jhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#failed()Taskjavafx.concurrentJhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#failed()METHOD      fireEvent. ( Event  event)   Fires the specified event. Mhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#fireEvent()Taskjavafx.concurrentMhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#fireEvent()METHODgetException0 ()   Gets the value of the property exception. Phttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#getException()Taskjavafx.concurrentPhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#getException()METHOD
1237 getMessage. ()   Gets the value of the property message. Nhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#getMessage()Taskjavafx.concurrentNhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#getMessage()METHODgetOnCancelledj ()   The onCancelled event handler is called whenever the Task state transitions to the CANCELLED state. Rhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#getOnCancelled()Taskjavafx.concurrentRhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#getOnCancelled()METHODgetOnFailedd ()   The onFailed event handler is called whenever the Task state transitions to the FAILED state. Ohttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#getOnFailed()Taskjavafx.concurrentOhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#getOnFailed()METHODgetOnRunningf ()   The onRunning event handler is called whenever the Task state transitions to the RUNNING state. Phttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#getOnRunning()Taskjavafx.concurrentPhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#getOnRunning()METHODgetOnScheduledi ()   The onSchedule event handler is called whenever the Task state transitions to the SCHEDULED state. Rhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#getOnScheduled()Taskjavafx.concurrentRhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#getOnScheduled()METHODgetOnSucceededj ()   The onSucceeded event handler is called whenever the Task state transitions to the SUCCEEDED state. Rhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#getOnSucceeded()Taskjavafx.concurrentRhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#getOnSucceeded()METHODgetProgress/ ()   Gets the value of the property progress. Ohttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#getProgress()Taskjavafx.concurrentOhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#getProgress()METHODgetState, ()   Gets the value of the property state. Lhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#getState()Taskjavafx.concurrentLhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#getState()METHODgetTitle, ()   Gets the value of the property title. Lhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#getTitle()Taskjavafx.concurrentLhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#getTitle()METHODgetTotalWork0 ()   Gets the value of the property totalWork. Phttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#getTotalWork()Taskjavafx.concurrentPhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#getTotalWork()METHODgetValue, ()   Gets the value of the property value. Lhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#getValue()Taskjavafx.concurrentLhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#getValue()METHODgetWorkDone/ ()   Gets the value of the property workDone. Ohttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#getWorkDone()Taskjavafx.concurrentOhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#getWorkDone()METHOD     isRunning. ()   Gets the value of the property running. Mhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#isRunning()Taskjavafx.concurrentMhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#isRunning()METHODmessageProperty@ ()   Gets the ReadOnlyStringProperty representing the message. Shttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#messageProperty()Taskjavafx.concurrentShttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#messageProperty()METHODonCancelledPropertyj ()   The onCancelled event handler is called whenever the Task state transitions to the CANCELLED state. Whttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#onCancelledProperty()Taskjavafx.concurrentWhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#onCancelledProperty()METHODonFailedPropertyd ()   The onFailed event handler is called whenever the Task state transitions to the FAILED state. Thttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#onFailedProperty()Taskjavafx.concurrentThttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#onFailedProperty()METHODonRunningPropertyf ()   The onRunning event handler is called whenever the Task state transitions to the RUNNING state. Uhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#onRunningProperty()Taskjavafx.concurrentUhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#onRunningProperty()METHODonScheduledPropertyi ()   The onSchedule event handler is called whenever the Task state transitions to the SCHEDULED state. Whttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#onScheduledProperty()Taskjavafx.concurrentWhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#onScheduledProperty()METHODonSucceededPropertyj ()   The onSucceeded event handler is called whenever the Task state transitions to the SUCCEEDED state. Whttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#onSucceededProperty()Taskjavafx.concurrentWhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#onSucceededProperty()METHODprogressPropertyA ()   Gets the ReadOnlyDoubleProperty representing the progress. Thttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#progressProperty()Taskjavafx.concurrentThttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#progressProperty()METHODremoveEventFilter† ( EventType <T> eventType,  EventHandler <? super T> eventFilter)   Unregisters a previously registered event filter from this task. Uhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#removeEventFilter()Taskjavafx.concurrentUhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#removeEventFilter()METHODremoveEventHandlerˆ ( EventType <T> eventType,  EventHandler <? super T> eventHandler)   Unregisters a previously registered event handler from this task. Vhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#removeEventHandler()Taskjavafx.concurrentVhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#removeEventHandler()METHODrunning‚ ()   A protected convenience method for subclasses, called whenever the state of the Task has transitioned to the RUNNING state. Khttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#running()Taskjavafx.concurrentKhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#running()METHODrunningPropertyS ()   Gets the ReadOnlyBooleanProperty representing whether the Worker is running. Shttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#runningProperty()Taskjavafx.concurrentShttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#runningProperty()METHOD        scheduled„ ()   A protected convenience method for subclasses, called whenever the state of the Task has transitioned to the SCHEDULED state. Mhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#scheduled()Taskjavafx.concurrentMhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#scheduled()METHODsetEventHandlers ( EventType <T> eventType,  EventHandler <? super T> eventHandler)   Sets the handler to use for this event type. Shttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#setEventHandler()Taskjavafx.concurrentShttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#setEventHandler()METHODsetOnCancelled’ ( EventHandler < WorkerStateEvent > value)   The onCancelled event handler is called whenever the Task state transitions to the CANCELLED state. Rhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#setOnCancelled()Taskjavafx.concurrentRhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#setOnCancelled()METHODsetOnFailedŒ ( EventHandler < WorkerStateEvent > value)   The onFailed event handler is called whenever the Task state transitions to the FAILED state. Ohttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#setOnFailed()Taskjavafx.concurrentOhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#setOnFailed()METHODsetOnRunningŽ ( EventHandler < WorkerStateEvent > value)   The onRunning event handler is called whenever the Task state transitions to the RUNNING state. Phttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#setOnRunning()Taskjavafx.concurrentPhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#setOnRunning()METHODsetOnScheduled‘ ( EventHandler < WorkerStateEvent > value)   The onSchedule event handler is called whenever the Task state transitions to the SCHEDULED state. Rhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#setOnScheduled()Taskjavafx.concurrentRhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#setOnScheduled()METHODsetOnSucceeded’ ( EventHandler < WorkerStateEvent > value)   The onSucceeded event handler is called whenever the Task state transitions to the SUCCEEDED state. Rhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#setOnSucceeded()Taskjavafx.concurrentRhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#setOnSucceeded()METHOD
statePropertyF ()   Gets the ReadOnlyObjectProperty representing the current state. Qhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#stateProperty()Taskjavafx.concurrentQhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#stateProperty()METHOD   succeeded„ ()   A protected convenience method for subclasses, called whenever the state of the Task has transitioned to the SUCCEEDED state. Mhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#succeeded()Taskjavafx.concurrentMhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#succeeded()METHOD
titleProperty> ()   Gets the ReadOnlyStringProperty representing the title. Qhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#titleProperty()Taskjavafx.concurrentQhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#titleProperty()METHODtotalWorkPropertye ()   Gets the ReadOnlyDoubleProperty representing the maximum amount of work that needs to be done. Uhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#totalWorkProperty()Taskjavafx.concurrentUhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#totalWorkProperty()METHOD
updateMessage> (java.lang.String message)   Updates the  message  property. Qhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#updateMessage()Taskjavafx.concurrentQhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#updateMessage()METHODupdateProgressa (double workDone, double max)   Updates the  workDone ,  totalWork , and  progress  properties. Rhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#updateProgress()Taskjavafx.concurrentRhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#updateProgress()METHODupdateProgress] (long workDone, long max)   Updates the  workDone ,  totalWork , and  progress  properties. Rhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#updateProgress()Taskjavafx.concurrentRhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#updateProgress()METHODupdateTitle: (java.lang.String title)   Updates the  title  property. Ohttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#updateTitle()Taskjavafx.concurrentOhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#updateTitle()METHODupdateValue- ( V  value)   Updates the  value  property. Ohttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#updateValue()Taskjavafx.concurrentOhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#updateValue()METHOD
valueProperty> ()   Gets the ReadOnlyObjectProperty representing the value. Qhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#valueProperty()Taskjavafx.concurrentQhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#valueProperty()METHODworkDonePropertyI ()   Gets the ReadOnlyDoubleProperty representing the current progress. Thttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#workDoneProperty()Taskjavafx.concurrentThttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Task.html#workDoneProperty()CLASSText When a node is mirrored, the origin is automatically moved to the top right corner causing the node to layout children and draw from right to left using a mirrojavafx.scene.textAhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.htmlAhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.htmlPROPERTYbaselineOffseta    The 'alphabetic' (or roman) baseline offset from the Text node's layoutBounds.minY location. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#baselineOffsetTextjavafx.scene.textPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#baselineOffsetPROPERTY
1238 boundsType?    Determines how the bounds of the text node are calculated. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#boundsTypeTextjavafx.scene.textLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#boundsTypePROPERTYfont    Defines the font of text. Fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#fontTextjavafx.scene.textFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#fontPROPERTYfontSmoothingType=    Specifies a requested font smoothing type : gray or LCD. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#fontSmoothingTypeTextjavafx.scene.textShttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#fontSmoothingTypePROPERTYlineSpacing7    Defines the vertical space in pixel between lines. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#lineSpacingTextjavafx.scene.textMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#lineSpacingPROPERTY
strikethrough@    Defines if each line of text should have a line through it. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#strikethroughTextjavafx.scene.textOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#strikethroughPROPERTY
textAlignment;    Defines horizontal text alignment in the bounding box. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#textAlignmentTextjavafx.scene.textOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#textAlignmentPROPERTY
1239 textOriginG    Defines the origin of text coordinate system in local coordinates. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#textOriginTextjavafx.scene.textLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#textOriginPROPERTYtext1    Defines text string that is to be displayed. Fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#textTextjavafx.scene.textFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#textPROPERTY     underline>    Defines if each line of text should have a line below it. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#underlineTextjavafx.scene.textKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#underlinePROPERTY
wrappingWidthL    Defines a width constraint for the text in user space coordinates, e.g. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#wrappingWidthTextjavafx.scene.textOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#wrappingWidthPROPERTYx-    Defines the X coordinate of text origin. Chttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#xTextjavafx.scene.textChttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#xPROPERTYy-    Defines the Y coordinate of text origin. Chttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#yTextjavafx.scene.textChttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#yMETHODbaselineOffsetPropertyc ()   The 'alphabetic' (or roman) baseline offset from the Text node's layoutBounds.minY location. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#baselineOffsetProperty()Textjavafx.scene.textZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#baselineOffsetProperty()METHODboundsTypePropertyA ()   Determines how the bounds of the text node are calculated. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#boundsTypeProperty()Textjavafx.scene.textVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#boundsTypeProperty()METHODfontProperty  ()   Defines the font of text. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#fontProperty()Textjavafx.scene.textPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#fontProperty()METHODfontSmoothingTypeProperty? ()   Specifies a requested font smoothing type : gray or LCD. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#fontSmoothingTypeProperty()Textjavafx.scene.text]http://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#fontSmoothingTypeProperty()METHODgetBaselineOffset5 ()   Gets the value of the property baselineOffset. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#getBaselineOffset()Textjavafx.scene.textUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#getBaselineOffset()METHOD
getBoundsType1 ()   Gets the value of the property boundsType. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#getBoundsType()Textjavafx.scene.textQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#getBoundsType()METHODgetClassCssMetaData () Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#getClassCssMetaData()Textjavafx.scene.textWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#getClassCssMetaData()METHODgetCssMetaData’ ()   This method should delegate to   Node.getClassCssMetaData()   so that a Node's CssMetaData can be accessed without the need for reflection. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#getCssMetaData()Textjavafx.scene.textRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#getCssMetaData()METHODgetFont+ ()   Gets the value of the property font. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#getFont()Textjavafx.scene.textKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#getFont()METHODgetFontSmoothingType8 ()   Gets the value of the property fontSmoothingType. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#getFontSmoothingType()Textjavafx.scene.textXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#getFontSmoothingType()METHODgetLineSpacing2 ()   Gets the value of the property lineSpacing. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#getLineSpacing()Textjavafx.scene.textRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#getLineSpacing()METHODgetText+ ()   Gets the value of the property text. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#getText()Textjavafx.scene.textKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#getText()METHODgetTextAlignment4 ()   Gets the value of the property textAlignment. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#getTextAlignment()Textjavafx.scene.textThttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#getTextAlignment()METHOD
getTextOrigin1 ()   Gets the value of the property textOrigin. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#getTextOrigin()Textjavafx.scene.textQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#getTextOrigin()METHODgetWrappingWidth4 ()   Gets the value of the property wrappingWidth. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#getWrappingWidth()Textjavafx.scene.textThttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#getWrappingWidth()METHODgetX( ()   Gets the value of the property x. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#getX()Textjavafx.scene.textHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#getX()METHODgetY( ()   Gets the value of the property y. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#getY()Textjavafx.scene.textHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#getY()METHODisStrikethrough4 ()   Gets the value of the property strikethrough. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#isStrikethrough()Textjavafx.scene.textShttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#isStrikethrough()METHODisUnderline0 ()   Gets the value of the property underline. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#isUnderline()Textjavafx.scene.textOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#isUnderline()METHODlineSpacingProperty9 ()   Defines the vertical space in pixel between lines. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#lineSpacingProperty()Textjavafx.scene.textWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#lineSpacingProperty()METHOD
setBoundsTypeG ( TextBoundsType  value)   Sets the value of the property boundsType. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#setBoundsType()Textjavafx.scene.textQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#setBoundsType()METHODsetFont7 ( Font  value)   Sets the value of the property font. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#setFont()Textjavafx.scene.textKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#setFont()METHODsetFontSmoothingTypeQ ( FontSmoothingType  value)   Sets the value of the property fontSmoothingType. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#setFontSmoothingType()Textjavafx.scene.textXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#setFontSmoothingType()METHODsetLineSpacing@ (double spacing)   Sets the value of the property lineSpacing. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#setLineSpacing()Textjavafx.scene.textRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#setLineSpacing()METHODsetStrikethroughA (boolean value)   Sets the value of the property strikethrough. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#setStrikethrough()Textjavafx.scene.textThttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#setStrikethrough()METHODsetTextA (java.lang.String value)   Sets the value of the property text. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#setText()Textjavafx.scene.textKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#setText()METHODsetTextAlignmentI ( TextAlignment  value)   Sets the value of the property textAlignment. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#setTextAlignment()Textjavafx.scene.textThttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#setTextAlignment()METHOD
setTextOrigin= ( VPos  value)   Sets the value of the property textOrigin. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#setTextOrigin()Textjavafx.scene.textQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#setTextOrigin()METHODsetUnderline= (boolean value)   Sets the value of the property underline. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#setUnderline()Textjavafx.scene.textPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#setUnderline()METHODsetWrappingWidth@ (double value)   Sets the value of the property wrappingWidth. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#setWrappingWidth()Textjavafx.scene.textThttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#setWrappingWidth()METHODsetX4 (double value)   Sets the value of the property x. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#setX()Textjavafx.scene.textHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#setX()METHODsetY4 (double value)   Sets the value of the property y. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#setY()Textjavafx.scene.textHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#setY()METHODstrikethroughPropertyB ()   Defines if each line of text should have a line through it. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#strikethroughProperty()Textjavafx.scene.textYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#strikethroughProperty()METHODtextAlignmentProperty= ()   Defines horizontal text alignment in the bounding box. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#textAlignmentProperty()Textjavafx.scene.textYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#textAlignmentProperty()METHODtextOriginPropertyI ()   Defines the origin of text coordinate system in local coordinates. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#textOriginProperty()Textjavafx.scene.textVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#textOriginProperty()METHODtextProperty3 ()   Defines text string that is to be displayed. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#textProperty()Textjavafx.scene.textPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#textProperty()METHODtoString= ()   Returns a string representation of this  Text  object. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#toString()Textjavafx.scene.textLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#toString()METHODunderlineProperty@ ()   Defines if each line of text should have a line below it. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#underlineProperty()Textjavafx.scene.textUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#underlineProperty()METHOD
usesMirroring[ ()   Determines whether a node should be mirrored when node orientation is right-to-left. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#usesMirroring()Textjavafx.scene.textQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#usesMirroring()METHODwrappingWidthPropertyN ()   Defines a width constraint for the text in user space coordinates, e.g. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#wrappingWidthProperty()Textjavafx.scene.textYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#wrappingWidthProperty()METHOD        xProperty/ ()   Defines the X coordinate of text origin. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#xProperty()Textjavafx.scene.textMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#xProperty()METHOD      yProperty/ ()   Defines the Y coordinate of text origin. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#yProperty()Textjavafx.scene.textMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/Text.html#yProperty()ENUM
TextAlignmentjavafx.scene.textJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextAlignment.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextAlignment.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextAlignment.html#valueOf()
TextAlignmentjavafx.scene.textThttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextAlignment.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextAlignment.html#values()
TextAlignmentjavafx.scene.textShttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextAlignment.html#values()CLASSTextArea TextArea supports the notion of showing   prompt text   to the user when there is no   text   already in the TextArea (either via the user, or set programmaticajavafx.scene.controlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.htmlPROPERTYprefColumnCount*    The preferred number of text columns. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#prefColumnCountTextAreajavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#prefColumnCountPROPERTYprefRowCount'    The preferred number of text rows. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#prefRowCountTextAreajavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#prefRowCountPROPERTY
1240 scrollLeftH    The number of pixels by which the content is horizontally scrolled. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#scrollLeftTextAreajavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#scrollLeftPROPERTY   scrollTopF    The number of pixels by which the content is vertically scrolled. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#scrollTopTextAreajavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#scrollTopPROPERTYwrapText‡    If a run of text exceeds the width of the  TextArea , then this variable indicates whether the text should wrap onto another line. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#wrapTextTextAreajavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#wrapTextMETHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#createDefaultSkin()TextAreajavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#createDefaultSkin()METHODgetClassCssMetaData () ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#getClassCssMetaData()TextAreajavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#getClassCssMetaData()METHODgetControlCssMetaData () `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#getControlCssMetaData()TextAreajavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#getControlCssMetaData()METHOD
getParagraphsa ()   Returns an unmodifiable list of the character sequences that back the text area's content. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#getParagraphs()TextAreajavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#getParagraphs()METHODgetPrefColumnCount6 ()   Gets the value of the property prefColumnCount. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#getPrefColumnCount()TextAreajavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#getPrefColumnCount()METHODgetPrefRowCount3 ()   Gets the value of the property prefRowCount. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#getPrefRowCount()TextAreajavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#getPrefRowCount()METHOD
getScrollLeft1 ()   Gets the value of the property scrollLeft. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#getScrollLeft()TextAreajavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#getScrollLeft()METHODgetScrollTop0 ()   Gets the value of the property scrollTop. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#getScrollTop()TextAreajavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#getScrollTop()METHOD
1241 isWrapText/ ()   Gets the value of the property wrapText. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#isWrapText()TextAreajavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#isWrapText()METHODprefColumnCountProperty, ()   The preferred number of text columns. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#prefColumnCountProperty()TextAreajavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#prefColumnCountProperty()METHODprefRowCountProperty) ()   The preferred number of text rows. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#prefRowCountProperty()TextAreajavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#prefRowCountProperty()METHODscrollLeftPropertyJ ()   The number of pixels by which the content is horizontally scrolled. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#scrollLeftProperty()TextAreajavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#scrollLeftProperty()METHODscrollTopPropertyH ()   The number of pixels by which the content is vertically scrolled. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#scrollTopProperty()TextAreajavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#scrollTopProperty()METHODsetPrefColumnCount? (int value)   Sets the value of the property prefColumnCount. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#setPrefColumnCount()TextAreajavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#setPrefColumnCount()METHODsetPrefRowCount< (int value)   Sets the value of the property prefRowCount. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#setPrefRowCount()TextAreajavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#setPrefRowCount()METHOD
setScrollLeft= (double value)   Sets the value of the property scrollLeft. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#setScrollLeft()TextAreajavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#setScrollLeft()METHODsetScrollTop< (double value)   Sets the value of the property scrollTop. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#setScrollTop()TextAreajavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#setScrollTop()METHODsetWrapText< (boolean value)   Sets the value of the property wrapText. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#setWrapText()TextAreajavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#setWrapText()METHODwrapTextProperty‰ ()   If a run of text exceeds the width of the  TextArea , then this variable indicates whether the text should wrap onto another line. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#wrapTextProperty()TextAreajavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#wrapTextProperty()FIELDDEFAULT_PREF_COLUMN_COUNT/    The default value for   prefColumnCount  . bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#DEFAULT_PREF_COLUMN_COUNTTextAreajavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#DEFAULT_PREF_COLUMN_COUNTFIELDDEFAULT_PREF_ROW_COUNT,    The default value for   prefRowCount  . _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#DEFAULT_PREF_ROW_COUNTTextAreajavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextArea.html#DEFAULT_PREF_ROW_COUNTENUMTextBoundsType Logical bounds are important for laying out text relative to other text and other components, particularly those which also contain text. The bounds isn't specijavafx.scene.textKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextBoundsType.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextBoundsType.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextBoundsType.html#valueOf()TextBoundsTypejavafx.scene.textUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextBoundsType.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextBoundsType.html#values()TextBoundsTypejavafx.scene.textThttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextBoundsType.html#values()CLASS        TextField TextField supports the notion of showing   prompt text   to the user when there is no   text   already in the TextField (either via the user, or set programmatijavafx.scene.controlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.htmlPROPERTY        alignment]    Specifies how the text should be aligned when there is empty space within the TextField. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#alignment       TextFieldjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#alignmentPROPERTYonActiond    The action handler associated with this text field, or  null  if no action handler is assigned. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#onAction TextFieldjavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#onActionPROPERTYprefColumnCount*    The preferred number of text columns. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#prefColumnCount    TextFieldjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#prefColumnCountMETHODalignmentProperty_ ()   Specifies how the text should be aligned when there is empty space within the TextField. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#alignmentProperty()  TextFieldjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#alignmentProperty()METHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#createDefaultSkin()   TextFieldjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#createDefaultSkin()METHODgetAlignment0 ()   Gets the value of the property alignment. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#getAlignment()       TextFieldjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#getAlignment()METHOD
getCharactersG ()   Returns the character sequence backing the text field's content. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#getCharacters()   TextFieldjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#getCharacters()METHODgetClassCssMetaData () _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#getClassCssMetaData() TextFieldjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#getClassCssMetaData()METHODgetControlCssMetaData () ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#getControlCssMetaData()       TextFieldjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#getControlCssMetaData()METHODgetOnAction/ ()   Gets the value of the property onAction. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#getOnAction()      TextFieldjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#getOnAction()METHODgetPrefColumnCount6 ()   Gets the value of the property prefColumnCount. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#getPrefColumnCount()   TextFieldjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#getPrefColumnCount()METHODonActionPropertyf ()   The action handler associated with this text field, or  null  if no action handler is assigned. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#onActionProperty()        TextFieldjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#onActionProperty()METHODprefColumnCountProperty, ()   The preferred number of text columns. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#prefColumnCountProperty()      TextFieldjavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#prefColumnCountProperty()METHODsetAlignment; ( Pos  value)   Sets the value of the property alignment. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#setAlignment()      TextFieldjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#setAlignment()METHODsetOnActionR ( EventHandler < ActionEvent > value)   Sets the value of the property onAction. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#setOnAction()      TextFieldjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#setOnAction()METHODsetPrefColumnCount? (int value)   Sets the value of the property prefColumnCount. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#setPrefColumnCount()  TextFieldjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#setPrefColumnCount()FIELDDEFAULT_PREF_COLUMN_COUNT/    The default value for   prefColumnCount  . chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#DEFAULT_PREF_COLUMN_COUNT        TextFieldjavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextField.html#DEFAULT_PREF_COLUMN_COUNTCLASSTextFieldListCell By default, the TextFieldListCell is rendered as a   Label   when not being edited, and as a TextField when in editing mode. The TextField will, by default, strjavafx.scene.control.cellVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldListCell.htmlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldListCell.htmlPROPERTY       converter&    The   StringConverter   property. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldListCell.html#converterTextFieldListCelljavafx.scene.control.cell`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldListCell.html#converterMETHOD
1242 cancelEditv ()   Call this function to transition from an editing state into a non-editing state, without saving any user input. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldListCell.html#cancelEdit()TextFieldListCelljavafx.scene.control.cellchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldListCell.html#cancelEdit()METHODconverterProperty( ()   The   StringConverter   property. jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldListCell.html#converterProperty()TextFieldListCelljavafx.scene.control.celljhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldListCell.html#converterProperty()METHODforListView’ ()   Provides a   TextField   that allows editing of the cell content when the cell is double-clicked, or when   ListView.edit(int)   is called. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldListCell.html#forListView()TextFieldListCelljavafx.scene.control.celldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldListCell.html#forListView()METHODforListView  ( StringConverter <T> converter)   Provides a   TextField   that allows editing of the cell content when the cell is double-clicked, or when   ListView.edit(indhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldListCell.html#forListView()TextFieldListCelljavafx.scene.control.celldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldListCell.html#forListView()METHODgetConverter9 ()   Returns the   StringConverter   used in this cell. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldListCell.html#getConverter()TextFieldListCelljavafx.scene.control.cellehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldListCell.html#getConverter()METHODsetConverterX ( StringConverter < T > value)   Sets the   StringConverter   to be used in this cell. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldListCell.html#setConverter()TextFieldListCelljavafx.scene.control.cellehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldListCell.html#setConverter()METHOD       startEditp ()   Call this function to transition from a non-editing state into an editing state, if the cell is editable. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldListCell.html#startEdit()TextFieldListCelljavafx.scene.control.cellbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldListCell.html#startEdit()METHOD
1243 updateItemJ ( T  item, boolean empty)    Updates the item associated with this Cell. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldListCell.html#updateItem()TextFieldListCelljavafx.scene.control.cellchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldListCell.html#updateItem()CLASSTextFieldTableCell By default, the TextFieldTableCell is rendered as a   Label   when not being edited, and as a TextField when in editing mode. The TextField will, by default, stjavafx.scene.control.cellWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTableCell.htmlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTableCell.htmlPROPERTY       converter&    The   StringConverter   property. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTableCell.html#converterTextFieldTableCelljavafx.scene.control.cellahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTableCell.html#converterMETHOD
1244 cancelEditv ()   Call this function to transition from an editing state into a non-editing state, without saving any user input. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTableCell.html#cancelEdit()TextFieldTableCelljavafx.scene.control.celldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTableCell.html#cancelEdit()METHODconverterProperty( ()   The   StringConverter   property. khttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTableCell.html#converterProperty()TextFieldTableCelljavafx.scene.control.cellkhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTableCell.html#converterProperty()METHODforTableColumn  ()   Provides a   TextField   that allows editing of the cell content when the cell is double-clicked, or when   TableView.edit(int, javafx.scene.control.Tablehhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTableCell.html#forTableColumn()TextFieldTableCelljavafx.scene.control.cellhhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTableCell.html#forTableColumn()METHODforTableColumn  ( StringConverter <T> converter)   Provides a   TextField   that allows editing of the cell content when the cell is double-clicked, or when   TableView.edit(ihhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTableCell.html#forTableColumn()TextFieldTableCelljavafx.scene.control.cellhhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTableCell.html#forTableColumn()METHODgetConverter9 ()   Returns the   StringConverter   used in this cell. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTableCell.html#getConverter()TextFieldTableCelljavafx.scene.control.cellfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTableCell.html#getConverter()METHODsetConverterX ( StringConverter < T > value)   Sets the   StringConverter   to be used in this cell. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTableCell.html#setConverter()TextFieldTableCelljavafx.scene.control.cellfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTableCell.html#setConverter()METHOD     startEditp ()   Call this function to transition from a non-editing state into an editing state, if the cell is editable. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTableCell.html#startEdit()TextFieldTableCelljavafx.scene.control.cellchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTableCell.html#startEdit()METHOD
1245 updateItemJ ( T  item, boolean empty)    Updates the item associated with this Cell. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTableCell.html#updateItem()TextFieldTableCelljavafx.scene.control.celldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTableCell.html#updateItem()CLASSTextFieldTreeCell By default, the TextFieldTreeCell is rendered as a   Label   when not being edited, and as a TextField when in editing mode. The TextField will, by default, strjavafx.scene.control.cellVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeCell.htmlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeCell.htmlPROPERTY       converter&    The   StringConverter   property. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeCell.html#converterTextFieldTreeCelljavafx.scene.control.cell`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeCell.html#converterMETHOD
1246 cancelEditv ()   Call this function to transition from an editing state into a non-editing state, without saving any user input. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeCell.html#cancelEdit()TextFieldTreeCelljavafx.scene.control.cellchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeCell.html#cancelEdit()METHODconverterProperty( ()   The   StringConverter   property. jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeCell.html#converterProperty()TextFieldTreeCelljavafx.scene.control.celljhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeCell.html#converterProperty()METHODforTreeView  ()   Provides a   TextField   that allows editing of the cell content when the cell is double-clicked, or when   TreeView.edit(javafx.scene.control.TreeItem)  dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeCell.html#forTreeView()TextFieldTreeCelljavafx.scene.control.celldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeCell.html#forTreeView()METHODforTreeView  ( StringConverter <T> converter)   Provides a   TextField   that allows editing of the cell content when the cell is double-clicked, or when   TreeView.edit(jadhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeCell.html#forTreeView()TextFieldTreeCelljavafx.scene.control.celldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeCell.html#forTreeView()METHODgetConverter9 ()   Returns the   StringConverter   used in this cell. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeCell.html#getConverter()TextFieldTreeCelljavafx.scene.control.cellehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeCell.html#getConverter()METHODsetConverterX ( StringConverter < T > value)   Sets the   StringConverter   to be used in this cell. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeCell.html#setConverter()TextFieldTreeCelljavafx.scene.control.cellehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeCell.html#setConverter()METHOD startEditp ()   Call this function to transition from a non-editing state into an editing state, if the cell is editable. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeCell.html#startEdit()TextFieldTreeCelljavafx.scene.control.cellbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeCell.html#startEdit()METHOD
1247 updateItemJ ( T  item, boolean empty)    Updates the item associated with this Cell. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeCell.html#updateItem()TextFieldTreeCelljavafx.scene.control.cellchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeCell.html#updateItem()CLASSTextFieldTreeTableCell By default, the TextFieldTableCell is rendered as a  Label  when not being edited, and as a TextField when in editing mode. The TextField will, by default, strejavafx.scene.control.cell[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeTableCell.html[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeTableCell.htmlPROPERTY   converter&    The   StringConverter   property. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeTableCell.html#converterTextFieldTreeTableCelljavafx.scene.control.cellehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeTableCell.html#converterMETHOD
1248 cancelEditv ()   Call this function to transition from an editing state into a non-editing state, without saving any user input. hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeTableCell.html#cancelEdit()TextFieldTreeTableCelljavafx.scene.control.cellhhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeTableCell.html#cancelEdit()METHODconverterProperty( ()   The   StringConverter   property. ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeTableCell.html#converterProperty()TextFieldTreeTableCelljavafx.scene.control.cellohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeTableCell.html#converterProperty()METHODforTreeTableColumn  ()   Provides a   TextField   that allows editing of the cell content when the cell is double-clicked, or when   TreeTableView.edit(int, javafx.scene.control.Tphttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeTableCell.html#forTreeTableColumn()TextFieldTreeTableCelljavafx.scene.control.cellphttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeTableCell.html#forTreeTableColumn()METHODforTreeTableColumn  ( StringConverter <T> converter)   Provides a   TextField   that allows editing of the cell content when the cell is double-clicked, or when   TreeTableView.edphttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeTableCell.html#forTreeTableColumn()TextFieldTreeTableCelljavafx.scene.control.cellphttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeTableCell.html#forTreeTableColumn()METHODgetConverter9 ()   Returns the   StringConverter   used in this cell. jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeTableCell.html#getConverter()TextFieldTreeTableCelljavafx.scene.control.celljhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeTableCell.html#getConverter()METHODsetConverterX ( StringConverter < T > value)   Sets the   StringConverter   to be used in this cell. jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeTableCell.html#setConverter()TextFieldTreeTableCelljavafx.scene.control.celljhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeTableCell.html#setConverter()METHOD     startEditp ()   Call this function to transition from a non-editing state into an editing state, if the cell is editable. ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeTableCell.html#startEdit()TextFieldTreeTableCelljavafx.scene.control.cellghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeTableCell.html#startEdit()METHOD
1249 updateItemJ ( T  item, boolean empty)    Updates the item associated with this Cell. hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeTableCell.html#updateItem()TextFieldTreeTableCelljavafx.scene.control.cellhhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TextFieldTreeTableCell.html#updateItem()CLASSTextFlow Any other Node, rather than Text, will be treated as embedded object in the text layout. It will be inserted in the content using its preferred width, height, ajavafx.scene.textEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.htmlEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.htmlPROPERTYlineSpacing7    Defines the vertical space in pixel between lines. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#lineSpacingTextFlowjavafx.scene.textQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#lineSpacingPROPERTY
textAlignment'    Defines horizontal text alignment. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#textAlignmentTextFlowjavafx.scene.textShttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#textAlignmentMETHODcomputeMinHeight> (double width)   Computes the minimum height of this region. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#computeMinHeight()TextFlowjavafx.scene.textXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#computeMinHeight()METHODcomputePrefHeight  (double width)   Computes the preferred height of this region for the given width; Region subclasses should override this method to return an appropriate valueYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#computePrefHeight()TextFlowjavafx.scene.textYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#computePrefHeight()METHODcomputePrefWidthU (double height)   Computes the preferred width of this region for the given height. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#computePrefWidth()TextFlowjavafx.scene.textXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#computePrefWidth()METHODgetBaselineOffsetG ()   Calculates the baseline offset based on the first managed child. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#getBaselineOffset()TextFlowjavafx.scene.textYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#getBaselineOffset()METHODgetClassCssMetaData () [http://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#getClassCssMetaData()TextFlowjavafx.scene.text[http://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#getClassCssMetaData()METHODgetContentBiasM ()   Returns the orientation of a node's resizing bias for layout purposes. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#getContentBias()TextFlowjavafx.scene.textVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#getContentBias()METHODgetCssMetaData’ ()   This method should delegate to   Node.getClassCssMetaData()   so that a Node's CssMetaData can be accessed without the need for reflection. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#getCssMetaData()TextFlowjavafx.scene.textVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#getCssMetaData()METHODgetLineSpacing2 ()   Gets the value of the property lineSpacing. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#getLineSpacing()TextFlowjavafx.scene.textVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#getLineSpacing()METHODgetTextAlignment4 ()   Gets the value of the property textAlignment. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#getTextAlignment()TextFlowjavafx.scene.textXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#getTextAlignment()METHODlayoutChildrenN ()   Invoked during the layout pass to layout the children in this  Parent . Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#layoutChildren()TextFlowjavafx.scene.textVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#layoutChildren()METHODlineSpacingProperty9 ()   Defines the vertical space in pixel between lines. [http://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#lineSpacingProperty()TextFlowjavafx.scene.text[http://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#lineSpacingProperty()METHOD
requestLayoutP ()   Requests a layout pass to be performed before the next scene is rendered. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#requestLayout()TextFlowjavafx.scene.textUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#requestLayout()METHODsetLineSpacing@ (double spacing)   Sets the value of the property lineSpacing. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#setLineSpacing()TextFlowjavafx.scene.textVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#setLineSpacing()METHODsetTextAlignmentI ( TextAlignment  value)   Sets the value of the property textAlignment. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#setTextAlignment()TextFlowjavafx.scene.textXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#setTextAlignment()METHODsetWidth8 (double value)   Sets the value of the property width. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#setWidth()TextFlowjavafx.scene.textPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#setWidth()METHODtextAlignmentProperty) ()   Defines horizontal text alignment. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#textAlignmentProperty()TextFlowjavafx.scene.text]http://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#textAlignmentProperty()METHOD
usesMirroring[ ()   Determines whether a node should be mirrored when node orientation is right-to-left. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#usesMirroring()TextFlowjavafx.scene.textUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html#usesMirroring()CLASSTextInputControljavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.htmlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.htmlPROPERTYanchor(    The  anchor  of the text selection. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#anchorTextInputControljavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#anchorPROPERTY
caretPosition7    The current position of the caret within the text. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#caretPositionTextInputControljavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#caretPositionPROPERTYeditableG    Indicates whether this TextInputControl can be edited by the user. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#editableTextInputControljavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#editablePROPERTYfont>    The default font to use for text in the TextInputControl. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#fontTextInputControljavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#fontPROPERTYlength0    The number of characters in the text input. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#lengthTextInputControljavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#lengthPROPERTY
1250 promptTextd    The prompt text to display in the  TextInputControl , or  null  if no prompt text is displayed. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#promptTextTextInputControljavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#promptTextPROPERTYselectedTextF    Defines the characters in the TextInputControl which are selected ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#selectedTextTextInputControljavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#selectedTextPROPERTY selection    The current selection. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#selectionTextInputControljavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#selectionPROPERTYtext2    The textual content of this TextInputControl. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#textTextInputControljavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#textMETHODanchorProperty* ()   The  anchor  of the text selection. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#anchorProperty()TextInputControljavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#anchorProperty()METHOD
1251 appendTextL (java.lang.String text)   Appends a sequence of characters to the content. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#appendText()TextInputControljavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#appendText()METHODbackward) ()   Moves the caret position backward. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#backward()TextInputControljavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#backward()METHODcaretPositionProperty9 ()   The current position of the caret within the text. hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#caretPositionProperty()TextInputControljavafx.scene.controlhhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#caretPositionProperty()METHODclear ()   Clears the text. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#clear()TextInputControljavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#clear()METHODcopyj ()   Transfers the currently selected range in the text to the clipboard, leaving the current selection. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#copy()TextInputControljavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#copy()METHODcutk ()   Transfers the currently selected range in the text to the clipboard, removing the current selection. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#cut()TextInputControljavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#cut()METHODdeleteNextChar– ()   Deletes the character that follows the current caret position from the text if there is no selection, or deletes the selection if there is one. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#deleteNextChar()TextInputControljavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#deleteNextChar()METHODdeletePreviousChar— ()   Deletes the character that precedes the current caret position from the text if there is no selection, or deletes the selection if there is one. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#deletePreviousChar()TextInputControljavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#deletePreviousChar()METHOD
1252 deleteTextH ( IndexRange  range)   Removes a range of characters from the content. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#deleteText()TextInputControljavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#deleteText()METHOD
1253 deleteTextH (int start, int end)   Removes a range of characters from the content. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#deleteText()TextInputControljavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#deleteText()METHODdeselect ()   Clears the selection. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#deselect()TextInputControljavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#deselect()METHODeditablePropertyI ()   Indicates whether this TextInputControl can be edited by the user. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#editableProperty()TextInputControljavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#editableProperty()METHODend: ()   Moves the caret to after the last char of the text. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#end()TextInputControljavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#end()METHOD
endOfNextWord3 ()   Moves the caret to the end of the next word. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#endOfNextWord()TextInputControljavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#endOfNextWord()METHODextendSelectionS (int pos)   This function will extend the selection to include the specified pos. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#extendSelection()TextInputControljavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#extendSelection()METHODfontProperty@ ()   The default font to use for text in the TextInputControl. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#fontProperty()TextInputControljavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#fontProperty()METHODforward( ()   Moves the caret position forward. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#forward()TextInputControljavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#forward()METHOD  getAnchor- ()   Gets the value of the property anchor. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#getAnchor()TextInputControljavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#getAnchor()METHODgetCaretPosition4 ()   Gets the value of the property caretPosition. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#getCaretPosition()TextInputControljavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#getCaretPosition()METHODgetClassCssMetaData () fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#getClassCssMetaData()TextInputControljavafx.scene.controlfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#getClassCssMetaData()METHOD
1254 getContent. ()   Returns the text input's content model. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#getContent()TextInputControljavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#getContent()METHODgetControlCssMetaData () hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#getControlCssMetaData()TextInputControljavafx.scene.controlhhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#getControlCssMetaData()METHODgetFont+ ()   Gets the value of the property font. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#getFont()TextInputControljavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#getFont()METHOD        getLength- ()   Gets the value of the property length. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#getLength()TextInputControljavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#getLength()METHOD
getPromptText1 ()   Gets the value of the property promptText. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#getPromptText()TextInputControljavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#getPromptText()METHODgetSelectedText3 ()   Gets the value of the property selectedText. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#getSelectedText()TextInputControljavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#getSelectedText()METHODgetSelection0 ()   Gets the value of the property selection. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#getSelection()TextInputControljavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#getSelection()METHODgetText+ ()   Gets the value of the property text. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#getText()TextInputControljavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#getText()METHODgetTextF (int start, int end)   Returns a subset of the text input's content. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#getText()TextInputControljavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#getText()METHODhome< ()   Moves the caret to before the first char of the text. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#home()TextInputControljavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#home()METHOD
1255 insertTextY (int index, java.lang.String text)   Inserts a sequence of characters into the content. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#insertText()TextInputControljavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#insertText()METHOD
1256 isEditable/ ()   Gets the value of the property editable. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#isEditable()TextInputControljavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#isEditable()METHODlengthProperty2 ()   The number of characters in the text input. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#lengthProperty()TextInputControljavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#lengthProperty()METHODnextWord5 ()   Moves the caret to the beginning of next word. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#nextWord()TextInputControljavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#nextWord()METHODpaste_ ()   Transfers the contents in the clipboard into this text, replacing the current selection. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#paste()TextInputControljavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#paste()METHOD
positionCaretE (int pos)   Positions the caret to the position indicated by  pos . `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#positionCaret()TextInputControljavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#positionCaret()METHODpreviousWord9 ()   Moves the caret to the beginning of previous word. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#previousWord()TextInputControljavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#previousWord()METHODpromptTextPropertyf ()   The prompt text to display in the  TextInputControl , or  null  if no prompt text is displayed. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#promptTextProperty()TextInputControljavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#promptTextProperty()METHODreplaceSelection\ (java.lang.String replacement)   Replaces the selection with the given replacement String. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#replaceSelection()TextInputControljavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#replaceSelection()METHODreplaceTextc ( IndexRange  range, java.lang.String text)   Replaces a range of characters with the given text. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#replaceText()TextInputControljavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#replaceText()METHODreplaceTextc (int start, int end, java.lang.String text)   Replaces a range of characters with the given text. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#replaceText()TextInputControljavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#replaceText()METHOD  selectAll* ()   Selects all text in the text input. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#selectAll()TextInputControljavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#selectAll()METHODselectBackward9 ()   Moves the selection backward one char in the text. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#selectBackward()TextInputControljavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#selectBackward()METHODselectedTextPropertyH ()   Defines the characters in the TextInputControl which are selected ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#selectedTextProperty()TextInputControljavafx.scene.controlghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#selectedTextProperty()METHOD   selectEnd6 ()   Moves the caret to after the last char of text. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#selectEnd()TextInputControljavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#selectEnd()METHODselectEndOfNextWord3 ()   Moves the caret to the end of the next word. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#selectEndOfNextWord()TextInputControljavafx.scene.controlfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#selectEndOfNextWord()METHOD
selectForward8 ()   Moves the selection forward one char in the text. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#selectForward()TextInputControljavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#selectForward()METHOD
1257 selectHome8 ()   Moves the caret to before the first char of text. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#selectHome()TextInputControljavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#selectHome()METHODselectionProperty ()   The current selection. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#selectionProperty()TextInputControljavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#selectionProperty()METHODselectNextWord5 ()   Moves the caret to the beginning of next word. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#selectNextWord()TextInputControljavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#selectNextWord()METHODselectPositionCaretp (int pos)   Positions the caret to the position indicated by  pos  and extends the selection, if there is one. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#selectPositionCaret()TextInputControljavafx.scene.controlfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#selectPositionCaret()METHODselectPreviousWord9 ()   Moves the caret to the beginning of previous word. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#selectPreviousWord()TextInputControljavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#selectPreviousWord()METHODselectRangeV (int anchor, int caretPosition)   Positions the anchor and caretPosition explicitly. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#selectRange()TextInputControljavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#selectRange()METHODsetEditable< (boolean value)   Sets the value of the property editable. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#setEditable()TextInputControljavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#setEditable()METHODsetFont7 ( Font  value)   Sets the value of the property font. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#setFont()TextInputControljavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#setFont()METHOD
setPromptTextG (java.lang.String value)   Sets the value of the property promptText. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#setPromptText()TextInputControljavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#setPromptText()METHODsetTextA (java.lang.String value)   Sets the value of the property text. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#setText()TextInputControljavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#setText()METHODtextProperty4 ()   The textual content of this TextInputControl. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#textProperty()TextInputControljavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#textProperty()FIELDTextInputControlH ( TextInputControl.Content  content)   Creates a new TextInputControl. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#TextInputControlTextInputControljavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.html#TextInputControlCLASSTextInputControl.Contentjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.Content.htmlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.Content.htmlMETHODdeleted (int start, int end, boolean notifyListeners)   Removes a sequence of characters from the content. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.Content.html#delete()TextInputControl.Contentjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.Content.html#delete()METHODget; (int start, int end)   Retrieves a subset of the content. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.Content.html#get()TextInputControl.Contentjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.Content.html#get()METHODinsertr (int index, java.lang.String text, boolean notifyListeners)   Inserts a sequence of characters into the content. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.Content.html#insert()TextInputControl.Contentjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.Content.html#insert()METHODlengthC ()   Returns the number of characters represented by the content. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.Content.html#length()TextInputControl.Contentjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TextInputControl.Content.html#length()CLASSTilePane A horizontal tilepane (the default) will tile nodes in rows, wrapping at the tilepane's width. A vertical tilepane will tile nodes in columns, wrapping at the tjavafx.scene.layoutGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.htmlPROPERTY   alignmentQ    The overall alignment of the tilepane's content within its width and height. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#alignmentTilePanejavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#alignmentPROPERTYhgap?    The amount of horizontal space between each tile in a row. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#hgapTilePanejavafx.scene.layoutLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#hgapPROPERTYorientation&    The orientation of this tilepane. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#orientationTilePanejavafx.scene.layoutShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#orientationPROPERTYprefColumns?    The preferred number of columns for a horizontal tilepane. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#prefColumnsTilePanejavafx.scene.layoutShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#prefColumnsPROPERTYprefRows:    The preferred number of rows for a vertical tilepane. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#prefRowsTilePanejavafx.scene.layoutPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#prefRowsPROPERTYprefTileHeight'    The preferred height of each tile. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#prefTileHeightTilePanejavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#prefTileHeightPROPERTY
prefTileWidth&    The preferred width of each tile. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#prefTileWidthTilePanejavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#prefTileWidthPROPERTY
tileAlignment9    The default alignment of each child within its tile. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#tileAlignmentTilePanejavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#tileAlignmentPROPERTY
1258 tileHeight$    The actual height of each tile. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#tileHeightTilePanejavafx.scene.layoutRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#tileHeightPROPERTY  tileWidth#    The actual width of each tile. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#tileWidthTilePanejavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#tileWidthPROPERTYvgap@    The amount of vertical space between each tile in a column. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#vgapTilePanejavafx.scene.layoutLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#vgapMETHODalignmentPropertyS ()   The overall alignment of the tilepane's content within its width and height. [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#alignmentProperty()TilePanejavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#alignmentProperty()METHODclearConstraintsH ( Node  child)   Removes all tilepane constraints from the child node. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#clearConstraints()TilePanejavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#clearConstraints()METHODcomputeMinHeight> (double width)   Computes the minimum height of this region. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#computeMinHeight()TilePanejavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#computeMinHeight()METHODcomputeMinWidth> (double height)   Computes the minimum width of this region. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#computeMinWidth()TilePanejavafx.scene.layoutYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#computeMinWidth()METHODcomputePrefHeight  (double forWidth)   Computes the preferred height of this region for the given width; Region subclasses should override this method to return an appropriate va[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#computePrefHeight()TilePanejavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#computePrefHeight()METHODcomputePrefWidthX (double forHeight)   Computes the preferred width of this region for the given height. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#computePrefWidth()TilePanejavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#computePrefWidth()METHODgetAlignment0 ()   Gets the value of the property alignment. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getAlignment()TilePanejavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getAlignment()METHODgetAlignmentB ( Node  node)   Returns the child's alignment constraint if set. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getAlignment()TilePanejavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getAlignment()METHODgetClassCssMetaData () ]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getClassCssMetaData()TilePanejavafx.scene.layout]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getClassCssMetaData()METHODgetContentBiasM ()   Returns the orientation of a node's resizing bias for layout purposes. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getContentBias()TilePanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getContentBias()METHODgetCssMetaData’ ()   This method should delegate to   Node.getClassCssMetaData()   so that a Node's CssMetaData can be accessed without the need for reflection. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getCssMetaData()TilePanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getCssMetaData()METHODgetHgap+ ()   Gets the value of the property hgap. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getHgap()TilePanejavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getHgap()METHOD     getMargin? ( Node  node)   Returns the child's margin constraint if set. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getMargin()TilePanejavafx.scene.layoutShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getMargin()METHODgetOrientation2 ()   Gets the value of the property orientation. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getOrientation()TilePanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getOrientation()METHODgetPrefColumns2 ()   Gets the value of the property prefColumns. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getPrefColumns()TilePanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getPrefColumns()METHODgetPrefRows/ ()   Gets the value of the property prefRows. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getPrefRows()TilePanejavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getPrefRows()METHODgetPrefTileHeight5 ()   Gets the value of the property prefTileHeight. [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getPrefTileHeight()TilePanejavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getPrefTileHeight()METHODgetPrefTileWidth4 ()   Gets the value of the property prefTileWidth. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getPrefTileWidth()TilePanejavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getPrefTileWidth()METHODgetTileAlignment4 ()   Gets the value of the property tileAlignment. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getTileAlignment()TilePanejavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getTileAlignment()METHOD
getTileHeight1 ()   Gets the value of the property tileHeight. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getTileHeight()TilePanejavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getTileHeight()METHODgetTileWidth0 ()   Gets the value of the property tileWidth. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getTileWidth()TilePanejavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getTileWidth()METHODgetVgap+ ()   Gets the value of the property vgap. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getVgap()TilePanejavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#getVgap()METHODhgapPropertyA ()   The amount of horizontal space between each tile in a row. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#hgapProperty()TilePanejavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#hgapProperty()METHODlayoutChildrenN ()   Invoked during the layout pass to layout the children in this  Parent . Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#layoutChildren()TilePanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#layoutChildren()METHODorientationProperty( ()   The orientation of this tilepane. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#orientationProperty()TilePanejavafx.scene.layout]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#orientationProperty()METHODprefColumnsPropertyA ()   The preferred number of columns for a horizontal tilepane. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#prefColumnsProperty()TilePanejavafx.scene.layout]http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#prefColumnsProperty()METHODprefRowsProperty< ()   The preferred number of rows for a vertical tilepane. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#prefRowsProperty()TilePanejavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#prefRowsProperty()METHODprefTileHeightProperty) ()   The preferred height of each tile. `http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#prefTileHeightProperty()TilePanejavafx.scene.layout`http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#prefTileHeightProperty()METHODprefTileWidthProperty( ()   The preferred width of each tile. _http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#prefTileWidthProperty()TilePanejavafx.scene.layout_http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#prefTileWidthProperty()METHOD
requestLayoutP ()   Requests a layout pass to be performed before the next scene is rendered. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#requestLayout()TilePanejavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#requestLayout()METHODsetAlignment] ( Node  node,  Pos  value)   Sets the alignment for the child when contained by a tilepane. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#setAlignment()TilePanejavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#setAlignment()METHODsetAlignment; ( Pos  value)   Sets the value of the property alignment. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#setAlignment()TilePanejavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#setAlignment()METHODsetHgap7 (double value)   Sets the value of the property hgap. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#setHgap()TilePanejavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#setHgap()METHOD  setMargin] ( Node  node,  Insets  value)   Sets the margin for the child when contained by a tilepane. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#setMargin()TilePanejavafx.scene.layoutShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#setMargin()METHODsetOrientationE ( Orientation  value)   Sets the value of the property orientation. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#setOrientation()TilePanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#setOrientation()METHODsetPrefColumns; (int value)   Sets the value of the property prefColumns. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#setPrefColumns()TilePanejavafx.scene.layoutXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#setPrefColumns()METHODsetPrefRows8 (int value)   Sets the value of the property prefRows. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#setPrefRows()TilePanejavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#setPrefRows()METHODsetPrefTileHeightA (double value)   Sets the value of the property prefTileHeight. [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#setPrefTileHeight()TilePanejavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#setPrefTileHeight()METHODsetPrefTileWidth@ (double value)   Sets the value of the property prefTileWidth. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#setPrefTileWidth()TilePanejavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#setPrefTileWidth()METHODsetTileAlignment? ( Pos  value)   Sets the value of the property tileAlignment. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#setTileAlignment()TilePanejavafx.scene.layoutZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#setTileAlignment()METHODsetVgap7 (double value)   Sets the value of the property vgap. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#setVgap()TilePanejavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#setVgap()METHODtileAlignmentProperty; ()   The default alignment of each child within its tile. _http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#tileAlignmentProperty()TilePanejavafx.scene.layout_http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#tileAlignmentProperty()METHODtileHeightProperty& ()   The actual height of each tile. \http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#tileHeightProperty()TilePanejavafx.scene.layout\http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#tileHeightProperty()METHODtileWidthProperty% ()   The actual width of each tile. [http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#tileWidthProperty()TilePanejavafx.scene.layout[http://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#tileWidthProperty()METHODvgapPropertyB ()   The amount of vertical space between each tile in a column. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#vgapProperty()TilePanejavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/TilePane.html#vgapProperty()CLASSTimeline A  Timeline , defined by one or more   KeyFrame  s, processes individual  KeyFrame  sequentially, in the order specified by  KeyFrame.time . The animated properjavafx.animationDhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Timeline.htmlDhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Timeline.htmlMETHODgetKeyFrames4 ()   Returns the   KeyFrames   of this  Timeline . Shttp://download.java.net/jdk8/jfxdocs/javafx/animation/Timeline.html#getKeyFrames()Timelinejavafx.animationShttp://download.java.net/jdk8/jfxdocs/javafx/animation/Timeline.html#getKeyFrames()METHODstopL ()   Stops the animation and resets the play head to its initial position. Khttp://download.java.net/jdk8/jfxdocs/javafx/animation/Timeline.html#stop()Timelinejavafx.animationKhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Timeline.html#stop()CLASSTimeStringConverterJ  StringConverter   implementation for  Date  values that represent time. javafx.util.converterThttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/TimeStringConverter.htmlThttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/TimeStringConverter.htmlMETHOD
getDateFormatd ()   Return a  DateFormat  instance to use for formatting and parsing in this   StringConverter  . dhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/TimeStringConverter.html#getDateFormat()TimeStringConverterjavafx.util.converterdhttp://download.java.net/jdk8/jfxdocs/javafx/util/converter/TimeStringConverter.html#getDateFormat()CLASS
1259 TitledPane A TitledPane is a panel with a title that can be opened and closed.   The panel in a TitledPane can be any   Node   such as UI controls or groups of nodes addedjavafx.scene.controlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.htmlPROPERTYanimated*    The animated state of the TitledPane. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#animated
1260 TitledPanejavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#animatedPROPERTYcollapsible-    The collapsible state of the TitledPane. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#collapsible
1261 TitledPanejavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#collapsiblePROPERTYcontent#    The content of the TitledPane. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#content
1262 TitledPanejavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#contentPROPERTYexpanded*    The expanded state of the TitledPane. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#expanded
1263 TitledPanejavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#expandedMETHODanimatedProperty, ()   The animated state of the TitledPane. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#animatedProperty()
1264 TitledPanejavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#animatedProperty()METHODcollapsibleProperty/ ()   The collapsible state of the TitledPane. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#collapsibleProperty()
1265 TitledPanejavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#collapsibleProperty()METHODcontentProperty% ()   The content of the TitledPane. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#contentProperty()
1266 TitledPanejavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#contentProperty()METHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#createDefaultSkin()
1267 TitledPanejavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#createDefaultSkin()METHODexpandedProperty, ()   The expanded state of the TitledPane. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#expandedProperty()
1268 TitledPanejavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#expandedProperty()METHODgetClassCssMetaData () `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#getClassCssMetaData()
1269 TitledPanejavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#getClassCssMetaData()METHOD
1270 getContent% ()   The content of the TitledPane. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#getContent()
1271 TitledPanejavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#getContent()METHODgetControlCssMetaData () bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#getControlCssMetaData()
1272 TitledPanejavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#getControlCssMetaData()METHOD
1273 isAnimated4 ()   Returns the animated state of the TitledPane. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#isAnimated()
1274 TitledPanejavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#isAnimated()METHOD
isCollapsible6 ()   Returns the collapsible state of the TitlePane. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#isCollapsible()
1275 TitledPanejavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#isCollapsible()METHOD
1276 isExpanded/ ()   Gets the value of the property expanded. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#isExpanded()
1277 TitledPanejavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#isExpanded()METHODsetAnimatedG (boolean value)   Specifies how the TitledPane should open and close. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#setAnimated()
1278 TitledPanejavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#setAnimated()METHODsetCollapsibleA (boolean value)   Specifies if the TitledPane can be collapsed. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#setCollapsible()
1279 TitledPanejavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#setCollapsible()METHOD
1280 setContentŠ ( Node  value)    The content of the TitlePane which can be any Node such as UI controls or groups of nodes added to a layout container. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#setContent()
1281 TitledPanejavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#setContent()METHODsetExpanded> (boolean value)   Sets the expanded state of the TitledPane. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#setExpanded()
1282 TitledPanejavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TitledPane.html#setExpanded()CLASSTogglejavafx.scene.controlFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Toggle.htmlFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Toggle.htmlPROPERTYselected*    The selected state for this  Toggle . Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Toggle.html#selectedTogglejavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Toggle.html#selectedPROPERTYtoggleGroup8    The   ToggleGroup   to which this  Toggle  belongs. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Toggle.html#toggleGroupTogglejavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Toggle.html#toggleGroupMETHOD
getPropertiesj ()   Returns an observable map of properties on this toggle for use primarily by application developers. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Toggle.html#getProperties()Togglejavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Toggle.html#getProperties()METHODgetToggleGroupB ()   Returns The   ToggleGroup   to which this  Toggle  belongs. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Toggle.html#getToggleGroup()Togglejavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Toggle.html#getToggleGroup()METHODgetUserData ()   Returns a previously set Object property, or null if no such property has been set using the  Node.setUserData(java.lang.Object)  method. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Toggle.html#getUserData()Togglejavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Toggle.html#getUserData()METHOD
1283 isSelected3 ()   Indicates whether this  Toggle  is selected. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Toggle.html#isSelected()Togglejavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Toggle.html#isSelected()METHODselectedProperty, ()   The selected state for this  Toggle . Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Toggle.html#selectedProperty()Togglejavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Toggle.html#selectedProperty()METHODsetSelectedD (boolean selected)   Sets this  Toggle  as selected or unselected. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Toggle.html#setSelected()Togglejavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Toggle.html#setSelected()METHODsetToggleGroupX ( ToggleGroup  toggleGroup)   Sets the   ToggleGroup   to which this  Toggle  belongs. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Toggle.html#setToggleGroup()Togglejavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Toggle.html#setToggleGroup()METHODsetUserData{ (java.lang.Object value)   Convenience method for setting a single Object property that can be retrieved at a later date. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Toggle.html#setUserData()Togglejavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Toggle.html#setUserData()METHODtoggleGroupProperty: ()   The   ToggleGroup   to which this  Toggle  belongs. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Toggle.html#toggleGroupProperty()Togglejavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Toggle.html#toggleGroupProperty()CLASSToggleButton  ToggleButton  can also be placed in groups. By default, a  ToggleButton  is not in a group. When in groups, only one  ToggleButton  at a time within that groupjavafx.scene.controlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleButton.htmlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleButton.htmlPROPERTYselected6    Indicates whether this toggle button is selected. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleButton.html#selectedToggleButtonjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleButton.html#selectedPROPERTYtoggleGroup>    The   ToggleGroup   to which this  ToggleButton  belongs. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleButton.html#toggleGroupToggleButtonjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleButton.html#toggleGroupMETHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleButton.html#createDefaultSkin()ToggleButtonjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleButton.html#createDefaultSkin()METHODfire^ ()   Invoked when a user gesture indicates that an event for this  ButtonBase  should occur. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleButton.html#fire()ToggleButtonjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleButton.html#fire()METHODgetToggleGroup2 ()   Gets the value of the property toggleGroup. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleButton.html#getToggleGroup()ToggleButtonjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleButton.html#getToggleGroup()METHOD
1284 isSelected/ ()   Gets the value of the property selected. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleButton.html#isSelected()ToggleButtonjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleButton.html#isSelected()METHODselectedProperty8 ()   Indicates whether this toggle button is selected. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleButton.html#selectedProperty()ToggleButtonjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleButton.html#selectedProperty()METHODsetSelected< (boolean value)   Sets the value of the property selected. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleButton.html#setSelected()ToggleButtonjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleButton.html#setSelected()METHODsetToggleGroupE ( ToggleGroup  value)   Sets the value of the property toggleGroup. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleButton.html#setToggleGroup()ToggleButtonjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleButton.html#setToggleGroup()METHODtoggleGroupProperty@ ()   The   ToggleGroup   to which this  ToggleButton  belongs. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleButton.html#toggleGroupProperty()ToggleButtonjavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleButton.html#toggleGroupProperty()CLASSToggleGroup Generally  ToggleGroups  are managed automatically simply by specifying the name of a  ToggleGroup  on the    Toggle   , but in some situations it is desirable javafx.scene.controlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleGroup.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleGroup.htmlPROPERTYselectedToggle    The selected toggle. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleGroup.html#selectedToggleToggleGroupjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleGroup.html#selectedToggleMETHODgetSelectedToggle" ()   Gets the selected  Toggle . _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleGroup.html#getSelectedToggle()ToggleGroupjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleGroup.html#getSelectedToggle()METHOD
1285 getToggles2 ()   The list of toggles within the ToggleGroup. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleGroup.html#getToggles()ToggleGroupjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleGroup.html#getToggles()METHODselectedToggleProperty ()   The selected toggle. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleGroup.html#selectedToggleProperty()ToggleGroupjavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleGroup.html#selectedToggleProperty()METHODselectToggle( ( Toggle  value)   Selects the toggle. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleGroup.html#selectToggle()ToggleGroupjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToggleGroup.html#selectToggle()CLASSToolBar A ToolBar is a control which displays items horizontally or vertically. The most common items to place within a  ToolBar  are   Buttons  ,   ToggleButtons   andjavafx.scene.controlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToolBar.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToolBar.htmlPROPERTYorientationR    The orientation of the  ToolBar  - this can either be horizontal or vertical. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToolBar.html#orientationToolBarjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToolBar.html#orientationMETHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToolBar.html#createDefaultSkin()ToolBarjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToolBar.html#createDefaultSkin()METHODgetClassCssMetaData () ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToolBar.html#getClassCssMetaData()ToolBarjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToolBar.html#getClassCssMetaData()METHODgetControlCssMetaData () _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToolBar.html#getControlCssMetaData()ToolBarjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToolBar.html#getControlCssMetaData()METHODgetItems, ()   The items contained in the  ToolBar . Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToolBar.html#getItems()ToolBarjavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToolBar.html#getItems()METHODgetOrientation2 ()   Gets the value of the property orientation. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToolBar.html#getOrientation()ToolBarjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToolBar.html#getOrientation()METHODorientationPropertyT ()   The orientation of the  ToolBar  - this can either be horizontal or vertical. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToolBar.html#orientationProperty()ToolBarjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToolBar.html#orientationProperty()METHODsetOrientationE ( Orientation  value)   Sets the value of the property orientation. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToolBar.html#setOrientation()ToolBarjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/ToolBar.html#setOrientation()CLASSTooltip You use the following approach to set a Tooltip on any node:   Rectangle rect = new Rectangle(0, 0, 100, 100); Tooltip t = new Tooltip("A Square"); Tooltip.instjavafx.scene.controlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.htmlPROPERTY activatedO    Typically, the tooltip is "activated" when the mouse moves over a Control. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#activatedTooltipjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#activatedPROPERTYcontentDisplayC    Specifies the positioning of the graphic relative to the text. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#contentDisplayTooltipjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#contentDisplayPROPERTYfont5    The default font to use for text in the Tooltip. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#fontTooltipjavafx.scene.controlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#fontPROPERTYgraphic&    An optional icon for the Tooltip. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#graphicTooltipjavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#graphicPROPERTYgraphicTextGap5    The amount of space between the graphic and text Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#graphicTextGapTooltipjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#graphicTextGapPROPERTY
textAlignmentG    Specifies the behavior for lines of text  when text is multiline . Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#textAlignmentTooltipjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#textAlignmentPROPERTYtextOverruns    Specifies the behavior to use if the text of the  Tooltip  exceeds the available space for rendering the text. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#textOverrunTooltipjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#textOverrunPROPERTYtext(    The text to display in the tooltip. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#textTooltipjavafx.scene.controlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#textPROPERTYwrapText„    If a run of text exceeds the width of the Tooltip, then this variable indicates whether the text should wrap onto another line. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#wrapTextTooltipjavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#wrapTextMETHODactivatedPropertyQ ()   Typically, the tooltip is "activated" when the mouse moves over a Control. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#activatedProperty()Tooltipjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#activatedProperty()METHODcontentDisplayPropertyE ()   Specifies the positioning of the graphic relative to the text. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#contentDisplayProperty()Tooltipjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#contentDisplayProperty()METHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#createDefaultSkin()Tooltipjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#createDefaultSkin()METHODfontProperty7 ()   The default font to use for text in the Tooltip. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#fontProperty()Tooltipjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#fontProperty()METHODgetClassCssMetaData () ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#getClassCssMetaData()Tooltipjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#getClassCssMetaData()METHODgetContentDisplay5 ()   Gets the value of the property contentDisplay. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#getContentDisplay()Tooltipjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#getContentDisplay()METHODgetCssMetaData’ ()   This method should delegate to   Node.getClassCssMetaData()   so that a Node's CssMetaData can be accessed without the need for reflection. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#getCssMetaData()Tooltipjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#getCssMetaData()METHODgetFont+ ()   Gets the value of the property font. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#getFont()Tooltipjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#getFont()METHOD
1286 getGraphic. ()   Gets the value of the property graphic. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#getGraphic()Tooltipjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#getGraphic()METHODgetGraphicTextGap5 ()   Gets the value of the property graphicTextGap. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#getGraphicTextGap()Tooltipjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#getGraphicTextGap()METHODgetStyleableParentJ ()   Return the parent of this Styleable, or null if there is no parent. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#getStyleableParent()Tooltipjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#getStyleableParent()METHODgetText+ ()   Gets the value of the property text. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#getText()Tooltipjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#getText()METHODgetTextAlignment4 ()   Gets the value of the property textAlignment. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#getTextAlignment()Tooltipjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#getTextAlignment()METHODgetTextOverrun2 ()   Gets the value of the property textOverrun. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#getTextOverrun()Tooltipjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#getTextOverrun()METHODgraphicProperty( ()   An optional icon for the Tooltip. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#graphicProperty()Tooltipjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#graphicProperty()METHODgraphicTextGapProperty7 ()   The amount of space between the graphic and text `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#graphicTextGapProperty()Tooltipjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#graphicTextGapProperty()METHODinstallX ( Node  node,  Tooltip  t)   Associates the given   Tooltip   with the given   Node  . Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#install()Tooltipjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#install()METHODisActivated0 ()   Gets the value of the property activated. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#isActivated()Tooltipjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#isActivated()METHOD
1287 isWrapText/ ()   Gets the value of the property wrapText. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#isWrapText()Tooltipjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#isWrapText()METHODsetContentDisplayK ( ContentDisplay  value)   Sets the value of the property contentDisplay. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#setContentDisplay()Tooltipjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#setContentDisplay()METHODsetFont7 ( Font  value)   Sets the value of the property font. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#setFont()Tooltipjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#setFont()METHOD
1288 setGraphic: ( Node  value)   Sets the value of the property graphic. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#setGraphic()Tooltipjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#setGraphic()METHODsetGraphicTextGapA (double value)   Sets the value of the property graphicTextGap. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#setGraphicTextGap()Tooltipjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#setGraphicTextGap()METHODsetTextA (java.lang.String value)   Sets the value of the property text. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#setText()Tooltipjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#setText()METHODsetTextAlignmentI ( TextAlignment  value)   Sets the value of the property textAlignment. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#setTextAlignment()Tooltipjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#setTextAlignment()METHODsetTextOverrunF ( OverrunStyle  value)   Sets the value of the property textOverrun. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#setTextOverrun()Tooltipjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#setTextOverrun()METHODsetWrapText< (boolean value)   Sets the value of the property wrapText. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#setWrapText()Tooltipjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#setWrapText()METHODtextAlignmentPropertyI ()   Specifies the behavior for lines of text  when text is multiline . _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#textAlignmentProperty()Tooltipjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#textAlignmentProperty()METHODtextOverrunPropertyu ()   Specifies the behavior to use if the text of the  Tooltip  exceeds the available space for rendering the text. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#textOverrunProperty()Tooltipjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#textOverrunProperty()METHODtextProperty* ()   The text to display in the tooltip. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#textProperty()Tooltipjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#textProperty()METHOD       uninstallj ( Node  node,  Tooltip  t)   Removes the association of the given   Tooltip   on the specified   Node  . Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#uninstall()Tooltipjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#uninstall()METHODwrapTextProperty† ()   If a run of text exceeds the width of the Tooltip, then this variable indicates whether the text should wrap onto another line. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#wrapTextProperty()Tooltipjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/Tooltip.html#wrapTextProperty()CLASS
1289 TouchEvent Touch point represents a single touched finger and has its location, state (pressed/moved/released/stationary) and an ID unique in scope of a single gesture. Fojavafx.scene.inputHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.htmlMETHODcopyForŽ (java.lang.Object newSource,  EventTarget  newTarget)   Creates and returns a copy of this event with the specified event source and target. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#copyFor()
1290 TouchEventjavafx.scene.inputRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#copyFor()METHODcopyForž (java.lang.Object newSource,  EventTarget  newTarget,  EventType < TouchEvent > type)   Creates a copy of the given event with the given fields substituted. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#copyFor()
1291 TouchEventjavafx.scene.inputRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#copyFor()METHOD
getEventSetIdb ()   Gets sequential number of the set of touch events representing the same multi-touch action. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#getEventSetId()
1292 TouchEventjavafx.scene.inputXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#getEventSetId()METHODgetEventType) ()   Gets the event type of this event. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#getEventType()
1293 TouchEventjavafx.scene.inputWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#getEventType()METHOD
getTouchCountJ ()   Returns number of touch points represented by this touch event set. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#getTouchCount()
1294 TouchEventjavafx.scene.inputXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#getTouchCount()METHOD
getTouchPoint* ()   Gets the touch point of this event. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#getTouchPoint()
1295 TouchEventjavafx.scene.inputXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#getTouchPoint()METHODgetTouchPointsr ()   Gets all the touch points represented by this set of touch events, including the touch point of this event. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#getTouchPoints()
1296 TouchEventjavafx.scene.inputYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#getTouchPoints()METHOD isAltDown= ()   Whether or not the Alt modifier is down on this event. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#isAltDown()
1297 TouchEventjavafx.scene.inputThttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#isAltDown()METHOD
isControlDownA ()   Whether or not the Control modifier is down on this event. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#isControlDown()
1298 TouchEventjavafx.scene.inputXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#isControlDown()METHOD
1299 isMetaDown> ()   Whether or not the Meta modifier is down on this event. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#isMetaDown()
1300 TouchEventjavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#isMetaDown()METHODisShiftDown? ()   Whether or not the Shift modifier is down on this event. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#isShiftDown()
1301 TouchEventjavafx.scene.inputVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#isShiftDown()METHODtoStringC ()   Returns a string representation of this  TouchEvent  object. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#toString()
1302 TouchEventjavafx.scene.inputShttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#toString()FIELDANY0    Common supertype for all touch event types. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#ANY
1303 TouchEventjavafx.scene.inputLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#ANYFIELDTOUCH_MOVED5    This event occurs when the touch point is moved. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#TOUCH_MOVED
1304 TouchEventjavafx.scene.inputThttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#TOUCH_MOVEDFIELD
TOUCH_PRESSEDT    This event occurs when the touch point is pressed (touched for the first time). Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#TOUCH_PRESSED
1305 TouchEventjavafx.scene.inputVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#TOUCH_PRESSEDFIELDTOUCH_RELEASED8    This event occurs when the touch point is released. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#TOUCH_RELEASED
1306 TouchEventjavafx.scene.inputWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#TOUCH_RELEASEDFIELDTOUCH_STATIONARYP    This event occurs when the touch point is pressed and still (doesn't move). Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#TOUCH_STATIONARY
1307 TouchEventjavafx.scene.inputYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchEvent.html#TOUCH_STATIONARYCLASS
1308 TouchPoint The touch point has its coordinates, state (see   TouchPoint.State  ) and ID. The ID is sequential number of this touch point unique in scope of a single multi-javafx.scene.inputHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.htmlMETHOD   belongsTo› ( EventTarget  target)   Distinguishes between touch points targeted to the given node or some of its children from touch points targeted somewhere else. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#belongsTo()
1309 TouchPointjavafx.scene.inputThttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#belongsTo()METHOD
1310 getGrabbed< ()   Gets event target which has grabbed this touch point. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#getGrabbed()
1311 TouchPointjavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#getGrabbed()METHODgetId+ ()   Gets identifier of this touch point. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#getId()
1312 TouchPointjavafx.scene.inputPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#getId()METHOD
getPickResult* ()   Returns information about the pick. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#getPickResult()
1313 TouchPointjavafx.scene.inputXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#getPickResult()METHOD  getSceneXƒ ()   Gets the horizontal position of the touch point relative to the origin of the  Scene  that contains the TouchEvent's source. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#getSceneX()
1314 TouchPointjavafx.scene.inputThttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#getSceneX()METHOD      getSceneY ()   Gets the vertical position of the touch point relative to the origin of the  Scene  that contains the TouchEvent's source. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#getSceneY()
1315 TouchPointjavafx.scene.inputThttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#getSceneY()METHOD
1316 getScreenX@ ()   Gets the absolute horizontal position of the touch point. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#getScreenX()
1317 TouchPointjavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#getScreenX()METHOD
1318 getScreenY> ()   Gets the absolute vertical position of the touch point. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#getScreenY()
1319 TouchPointjavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#getScreenY()METHODgetState% ()   Gets state of this touch point Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#getState()
1320 TouchPointjavafx.scene.inputShttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#getState()METHOD       getTargetU ()   Gets event target on which the touch event carrying this touch point is fired. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#getTarget()
1321 TouchPointjavafx.scene.inputThttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#getTarget()METHODgetXi ()   Gets the horizontal position of the touch point relative to the origin of the TouchEvent's source. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#getX()
1322 TouchPointjavafx.scene.inputOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#getX()METHODgetYg ()   Gets the vertical position of the touch point relative to the origin of the TouchEvent's source. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#getY()
1323 TouchPointjavafx.scene.inputOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#getY()METHODgetZU ()   Depth position of the event relative to the origin of the MouseEvent's source. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#getZ()
1324 TouchPointjavafx.scene.inputOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#getZ()METHODgrab6 ()   Grabs this touch point by current event source. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#grab()
1325 TouchPointjavafx.scene.inputOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#grab()METHODgrabF ( EventTarget  target)   Grabs this touch point by the given target. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#grab()
1326 TouchPointjavafx.scene.inputOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#grab()METHODtoStringC ()   Returns a string representation of this  TouchPoint  object. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#toString()
1327 TouchPointjavafx.scene.inputShttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#toString()METHODungrab0 ()   Ungrabs this touch point from its target. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#ungrab()
1328 TouchPointjavafx.scene.inputQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.html#ungrab()ENUMTouchPoint.Statejavafx.scene.inputNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.State.htmlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.State.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.State.html#valueOf()TouchPoint.Statejavafx.scene.inputXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.State.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.State.html#values()TouchPoint.Statejavafx.scene.inputWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TouchPoint.State.html#values()CLASSTrackjavafx.scene.mediaChttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Track.htmlChttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Track.htmlMETHOD  getLocaleq ()   The  Locale  specifying the language and possibly the country that the  Track  contents are formatted for. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Track.html#getLocale()Trackjavafx.scene.mediaOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Track.html#getLocale()METHODgetMetadata () Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Track.html#getMetadata()Trackjavafx.scene.mediaQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Track.html#getMetadata()METHODgetName' ()   Retrieves the name of the track. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Track.html#getName()Trackjavafx.scene.mediaMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Track.html#getName()METHOD
1329 getTrackIDA ()   Get the track ID as defined by the media container format. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Track.html#getTrackID()Trackjavafx.scene.mediaPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Track.html#getTrackID()METHODtoString () Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Track.html#toString()Trackjavafx.scene.mediaNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/Track.html#toString()ENUMTransferModejavafx.scene.inputJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TransferMode.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TransferMode.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TransferMode.html#valueOf()TransferModejavafx.scene.inputThttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TransferMode.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TransferMode.html#values()TransferModejavafx.scene.inputShttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TransferMode.html#values()FIELDANY)    Array containing all transfer modes. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TransferMode.html#ANYTransferModejavafx.scene.inputNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TransferMode.html#ANYFIELDCOPY_OR_MOVE3    Array containing transfer modes COPY and MOVE. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TransferMode.html#COPY_OR_MOVETransferModejavafx.scene.inputWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TransferMode.html#COPY_OR_MOVEFIELDNONE#    Empty array of transfer modes. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TransferMode.html#NONETransferModejavafx.scene.inputOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/TransferMode.html#NONECLASS        Transform†Example:     Rectangle rect = new Rectangle(50,50, Color.RED); rect.getTransforms().add(new Rotate(45,0,0)); //rotate by 45 degrees   javafx.scene.transformKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.htmlPROPERTYidentity;    Determines if this is currently an identity transform. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#identity      Transformjavafx.scene.transformThttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#identityPROPERTYonTransformChangedi    The onTransformChanged event handler is called whenever the transform changes any of its parameters. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#onTransformChanged Transformjavafx.scene.transform^http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#onTransformChangedPROPERTYtype2D4    Determines if this is currently a 2D transform. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#type2D    Transformjavafx.scene.transformRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#type2DMETHODaddEventFilters ( EventType <T> eventType,  EventHandler <? super T> eventFilter)    Registers an event filter to this transform. \http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#addEventFilter()   Transformjavafx.scene.transform\http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#addEventFilter()METHODaddEventHandleru ( EventType <T> eventType,  EventHandler <? super T> eventHandler)    Registers an event handler to this transform. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#addEventHandler()     Transformjavafx.scene.transform]http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#addEventHandler()METHODaffine  (double mxx, double myx, double mxy, double myy, double tx, double ty)   Returns a new  Affine  object from 12 number values representing the 6 specifiable entThttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#affine()      Transformjavafx.scene.transformThttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#affine()METHODaffine  (double mxx, double mxy, double mxz, double tx, double myx, double myy, double myz, double ty, double mzx, double mzy, double mzz, double tz)   Returns a new  Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#affine()       Transformjavafx.scene.transformThttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#affine()METHODbuildEventDispatchChainR ( EventDispatchChain  tail)   Construct an event dispatch chain for this target. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#buildEventDispatchChain()    Transformjavafx.scene.transformehttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#buildEventDispatchChain()METHODclone- ()   Returns a deep copy of this transform. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#clone()    Transformjavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#clone()METHODcolumnf ( MatrixType  type, int column)   Returns an array containing a column of the transformation matrix. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#column()   Transformjavafx.scene.transformThttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#column()METHODcolumnv ( MatrixType  type, int column, double[] array)   Returns an array containing a column of the transformation matrix. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#column()  Transformjavafx.scene.transformThttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#column()METHODcreateConcatenationd ( Transform  transform)   Returns the concatenation of this transform and the specified transform. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#createConcatenation()  Transformjavafx.scene.transformahttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#createConcatenation()METHOD
createInverse7 ()   Returns the inverse transform of this transform. [http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#createInverse()      Transformjavafx.scene.transform[http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#createInverse()METHODdeltaTransformT (double x, double y)   Transforms the relative magnitude vector by this transform. \http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#deltaTransform()     Transformjavafx.scene.transform\http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#deltaTransform()METHODdeltaTransform^ (double x, double y, double z)   Transforms the relative magnitude vector by this transform. \http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#deltaTransform()  Transformjavafx.scene.transform\http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#deltaTransform()METHODdeltaTransform ( Point2D  point)   Transforms the relative magnitude vector represented by the specified  Point2D  instance by this transform. \http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#deltaTransform()      Transformjavafx.scene.transform\http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#deltaTransform()METHODdeltaTransform ( Point3D  point)   Transforms the relative magnitude vector represented by the specified  Point3D  instance by this transform. \http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#deltaTransform()      Transformjavafx.scene.transform\http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#deltaTransform()METHODdeterminant9 ()   Computes determinant of the transformation matrix. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#determinant()     Transformjavafx.scene.transformYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#determinant()METHOD
1330 getElemente ( MatrixType  type, int row, int column)   Gets the specified element of the transformation matrix. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#getElement() Transformjavafx.scene.transformXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#getElement()METHODgetMxx? ()   Gets the X coordinate scaling element of the 3x4 matrix. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#getMxx()     Transformjavafx.scene.transformThttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#getMxx()METHODgetMxy8 ()   Gets the XY coordinate element of the 3x4 matrix. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#getMxy()        Transformjavafx.scene.transformThttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#getMxy()METHODgetMxz8 ()   Gets the XZ coordinate element of the 3x4 matrix. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#getMxz()        Transformjavafx.scene.transformThttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#getMxz()METHODgetMyx8 ()   Gets the YX coordinate element of the 3x4 matrix. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#getMyx()        Transformjavafx.scene.transformThttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#getMyx()METHODgetMyy? ()   Gets the Y coordinate scaling element of the 3x4 matrix. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#getMyy() Transformjavafx.scene.transformThttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#getMyy()METHODgetMyz8 ()   Gets the YZ coordinate element of the 3x4 matrix. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#getMyz()        Transformjavafx.scene.transformThttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#getMyz()METHODgetMzx8 ()   Gets the ZX coordinate element of the 3x4 matrix. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#getMzx()        Transformjavafx.scene.transformThttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#getMzx()METHODgetMzy8 ()   Gets the ZY coordinate element of the 3x4 matrix. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#getMzy()        Transformjavafx.scene.transformThttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#getMzy()METHODgetMzz? ()   Gets the Z coordinate scaling element of the 3x4 matrix. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#getMzz() Transformjavafx.scene.transformThttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#getMzz()METHODgetOnTransformChanged1 ()   Gets the onTransformChanged event handler. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#getOnTransformChanged() Transformjavafx.scene.transformchttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#getOnTransformChanged()METHODgetTxC ()   Gets the X coordinate translation element of the 3x4 matrix. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#getTx()        Transformjavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#getTx()METHODgetTyC ()   Gets the Y coordinate translation element of the 3x4 matrix. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#getTy()        Transformjavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#getTy()METHODgetTzC ()   Gets the Z coordinate translation element of the 3x4 matrix. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#getTz()        Transformjavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#getTz()METHODidentityProperty= ()   Determines if this is currently an identity transform. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#identityProperty()        Transformjavafx.scene.transform^http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#identityProperty()METHODinverseDeltaTransformc (double x, double y)   Transforms the relative magnitude vector by the inverse of this transform. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#inverseDeltaTransform()     Transformjavafx.scene.transformchttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#inverseDeltaTransform()METHODinverseDeltaTransformm (double x, double y, double z)   Transforms the relative magnitude vector by the inverse of this transform. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#inverseDeltaTransform()      Transformjavafx.scene.transformchttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#inverseDeltaTransform()METHODinverseDeltaTransform ( Point2D  point)   Transforms the relative magnitude vector represented by the specified  Point2D  instance by the inverse of this transform. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#inverseDeltaTransform()  Transformjavafx.scene.transformchttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#inverseDeltaTransform()METHODinverseDeltaTransform ( Point3D  point)   Transforms the relative magnitude vector represented by the specified  Point3D  instance by the inverse of this transform. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#inverseDeltaTransform()  Transformjavafx.scene.transformchttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#inverseDeltaTransform()METHODinverseTransformW ( Bounds  bounds)   Transforms the specified bounds by the inverse of this transform. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#inverseTransform()      Transformjavafx.scene.transform^http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#inverseTransform()METHODinverseTransformY (double x, double y)   Transforms the specified point by the inverse of this transform. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#inverseTransform() Transformjavafx.scene.transform^http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#inverseTransform()METHODinverseTransformc (double x, double y, double z)   Transforms the specified point by the inverse of this transform. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#inverseTransform()       Transformjavafx.scene.transform^http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#inverseTransform()METHODinverseTransformV ( Point2D  point)   Transforms the specified point by the inverse of this transform. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#inverseTransform()    Transformjavafx.scene.transform^http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#inverseTransform()METHODinverseTransformV ( Point3D  point)   Transforms the specified point by the inverse of this transform. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#inverseTransform()    Transformjavafx.scene.transform^http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#inverseTransform()METHODinverseTransform2DPoints (double[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts)   Transforms an array of coordinates by the inverse of this transform. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#inverseTransform2DPoints()  Transformjavafx.scene.transformfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#inverseTransform2DPoints()METHODinverseTransform3DPointsž (double[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts)   Transforms an array of floating point coordinates by the inverse of this transform. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#inverseTransform3DPoints()   Transformjavafx.scene.transformfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#inverseTransform3DPoints()METHOD
1331 isIdentity/ ()   Gets the value of the property identity. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#isIdentity()       Transformjavafx.scene.transformXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#isIdentity()METHODisType2D- ()   Gets the value of the property type2D. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#isType2D()     Transformjavafx.scene.transformVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#isType2D()METHODonTransformChangedPropertyk ()   The onTransformChanged event handler is called whenever the transform changes any of its parameters. hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#onTransformChangedProperty()   Transformjavafx.scene.transformhhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#onTransformChangedProperty()METHODremoveEventFilter‹ ( EventType <T> eventType,  EventHandler <? super T> eventFilter)   Unregisters a previously registered event filter from this transform. _http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#removeEventFilter()      Transformjavafx.scene.transform_http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#removeEventFilter()METHODremoveEventHandler ( EventType <T> eventType,  EventHandler <? super T> eventHandler)   Unregisters a previously registered event handler from this transform. `http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#removeEventHandler()   Transformjavafx.scene.transform`http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#removeEventHandler()METHODrotatey (double angle, double pivotX, double pivotY)   Returns a  Rotate  object that rotates coordinates around a pivot point. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#rotate()   Transformjavafx.scene.transformThttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#rotate()METHODrow` ( MatrixType  type, int row)   Returns an array containing a row of the transformation matrix. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#row()      Transformjavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#row()METHODrowp ( MatrixType  type, int row, double[] array)   Returns an array containing a row of the transformation matrix. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#row() Transformjavafx.scene.transformQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#row()METHODscaleX (double x, double y)   Returns a  Scale  object representing a scaling transformation. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#scale()     Transformjavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#scale()METHODscalev (double x, double y, double pivotX, double pivotY)   Returns a  Scale  object representing a scaling transformation. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#scale()     Transformjavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#scale()METHODsetOnTransformChanged  ( EventHandler <? super  TransformChangedEvent > value)   Sets the onTransformChanged event handler which is called whenever the transform changes any of its pchttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#setOnTransformChanged()    Transformjavafx.scene.transformchttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#setOnTransformChanged()METHODshearY (double x, double y)   Returns a  Shear  object representing a shearing transformation. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#shear()  Transformjavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#shear()METHODshearw (double x, double y, double pivotX, double pivotY)   Returns a  Shear  object representing a shearing transformation. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#shear()    Transformjavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#shear()METHOD    similarTo| ( Transform  transform,  Bounds  range, double maxDelta)   Checks if this transform is similar to the specified transform. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#similarTo()    Transformjavafx.scene.transformWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#similarTo()METHODtoArrayX ( MatrixType  type)   Returns an array containing the flattened transformation matrix. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#toArray()   Transformjavafx.scene.transformUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#toArray()METHODtoArrayh ( MatrixType  type, double[] array)   Returns an array containing the flattened transformation matrix. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#toArray()     Transformjavafx.scene.transformUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#toArray()METHOD  transformH ( Bounds  bounds)   Transforms the specified bounds by this transform. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#transform()        Transformjavafx.scene.transformWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#transform()METHOD        transformJ (double x, double y)   Transforms the specified point by this transform. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#transform()      Transformjavafx.scene.transformWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#transform()METHOD        transformT (double x, double y, double z)   Transforms the specified point by this transform. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#transform()    Transformjavafx.scene.transformWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#transform()METHOD        transformG ( Point2D  point)   Transforms the specified point by this transform. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#transform() Transformjavafx.scene.transformWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#transform()METHOD        transformG ( Point3D  point)   Transforms the specified point by this transform. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#transform() Transformjavafx.scene.transformWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#transform()METHODtransform2DPoints€ (double[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts)   Transforms an array of coordinates by this transform. _http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#transform2DPoints()      Transformjavafx.scene.transform_http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#transform2DPoints()METHODtransform3DPoints (double[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts)   Transforms an array of floating point coordinates by this transform. _http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#transform3DPoints()       Transformjavafx.scene.transform_http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#transform3DPoints()METHODtransformChanged] ()   This method must be called by all transforms whenever any of their parameters changes. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#transformChanged()    Transformjavafx.scene.transform^http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#transformChanged()METHOD translate` (double x, double y)   Returns a  Translate  object representing a translation transformation. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#translate()        Transformjavafx.scene.transformWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#translate()METHODtype2DProperty6 ()   Determines if this is currently a 2D transform. \http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#type2DProperty()       Transformjavafx.scene.transform\http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Transform.html#type2DProperty()CLASSTransformationList!javafx.collections.transformation_http://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/TransformationList.html_http://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/TransformationList.htmlMETHOD  getSourceP ()   The source list specified in the constructor of this transformation list. khttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/TransformationList.html#getSource()TransformationList!javafx.collections.transformationkhttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/TransformationList.html#getSource()METHODgetSourceIndex\ (int index)   Maps the index of this list's element to an index in the direct source list. phttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/TransformationList.html#getSourceIndex()TransformationList!javafx.collections.transformationphttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/TransformationList.html#getSourceIndex()METHODgetSourceIndexFors ( ObservableList <?> list, int index)   Maps the index of this list's element to an index of the provided  list . shttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/TransformationList.html#getSourceIndexFor()TransformationList!javafx.collections.transformationshttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/TransformationList.html#getSourceIndexFor()METHODisInTransformationChainp ( ObservableList <?> list)   Checks whether the provided list is in the chain under this  TransformationList . yhttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/TransformationList.html#isInTransformationChain()TransformationList!javafx.collections.transformationyhttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/TransformationList.html#isInTransformationChain()METHOD
sourceChangede ( ListChangeListener.Change <? extends  F > c)   Called when a change from the source is triggered. ohttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/TransformationList.html#sourceChanged()TransformationList!javafx.collections.transformationohttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/TransformationList.html#sourceChanged()FIELDTransformationListn ( ObservableList <? extends  F > source)   Creates a new Transformation list wrapped around the source list. rhttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/TransformationList.html#TransformationListTransformationList!javafx.collections.transformationrhttp://download.java.net/jdk8/jfxdocs/javafx/collections/transformation/TransformationList.html#TransformationListCLASSTransformChangedEventjavafx.scene.transformWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/TransformChangedEvent.htmlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/TransformChangedEvent.htmlFIELDANY<    Common supertype for all transform changed event types. [http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/TransformChangedEvent.html#ANYTransformChangedEventjavafx.scene.transform[http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/TransformChangedEvent.html#ANYFIELDTRANSFORM_CHANGED<    The only valid EventType for the TransformChangedEvent. ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/TransformChangedEvent.html#TRANSFORM_CHANGEDTransformChangedEventjavafx.scene.transformihttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/TransformChangedEvent.html#TRANSFORM_CHANGEDCLASS
1332 Transition This class offers a simple framework to define animation. It provides all the basic functionality defined in   Animation  .  Transition  requires the implementajavafx.animationFhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Transition.htmlFhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Transition.htmlPROPERTYinterpolatorV    Controls the timing for acceleration and deceleration at each  Transition  cycle. Shttp://download.java.net/jdk8/jfxdocs/javafx/animation/Transition.html#interpolator
1333 Transitionjavafx.animationShttp://download.java.net/jdk8/jfxdocs/javafx/animation/Transition.html#interpolatorMETHODgetCachedInterpolatorT ()   Returns the   Interpolator  , that was set when the  Transition  was started. ^http://download.java.net/jdk8/jfxdocs/javafx/animation/Transition.html#getCachedInterpolator()
1334 Transitionjavafx.animation^http://download.java.net/jdk8/jfxdocs/javafx/animation/Transition.html#getCachedInterpolator()METHODgetInterpolator3 ()   Gets the value of the property interpolator. Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Transition.html#getInterpolator()
1335 Transitionjavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Transition.html#getInterpolator()METHODgetParentTargetNodeF ()   Returns the target   Node   for animation of this  Transition . \http://download.java.net/jdk8/jfxdocs/javafx/animation/Transition.html#getParentTargetNode()
1336 Transitionjavafx.animation\http://download.java.net/jdk8/jfxdocs/javafx/animation/Transition.html#getParentTargetNode()METHODinterpolatec (double frac)   The method  interpolate()  has to be provided by implementations of  Transition . Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/Transition.html#interpolate()
1337 Transitionjavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/Transition.html#interpolate()METHODinterpolatorPropertyX ()   Controls the timing for acceleration and deceleration at each  Transition  cycle. ]http://download.java.net/jdk8/jfxdocs/javafx/animation/Transition.html#interpolatorProperty()
1338 Transitionjavafx.animation]http://download.java.net/jdk8/jfxdocs/javafx/animation/Transition.html#interpolatorProperty()METHODsetInterpolatorG ( Interpolator  value)   Sets the value of the property interpolator. Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Transition.html#setInterpolator()
1339 Transitionjavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/Transition.html#setInterpolator()CLASS     Translatejavafx.scene.transformKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.htmlPROPERTYxU    Defines the distance by which coordinates are translated in the X axis direction Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#x       Translatejavafx.scene.transformMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#xPROPERTYyU    Defines the distance by which coordinates are translated in the Y axis direction Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#y      Translatejavafx.scene.transformMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#yPROPERTYzU    Defines the distance by which coordinates are translated in the Z axis direction Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#z      Translatejavafx.scene.transformMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#zMETHODclone- ()   Returns a deep copy of this transform. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#clone()    Translatejavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#clone()METHODcreateConcatenationd ( Transform  transform)   Returns the concatenation of this transform and the specified transform. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#createConcatenation()   Translatejavafx.scene.transformahttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#createConcatenation()METHOD
createInverse7 ()   Returns the inverse transform of this transform. [http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#createInverse()      Translatejavafx.scene.transform[http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#createInverse()METHODdeltaTransformT (double x, double y)   Transforms the relative magnitude vector by this transform. \http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#deltaTransform()     Translatejavafx.scene.transform\http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#deltaTransform()METHODdeltaTransform^ (double x, double y, double z)   Transforms the relative magnitude vector by this transform. \http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#deltaTransform()  Translatejavafx.scene.transform\http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#deltaTransform()METHODdeltaTransform ( Point2D  point)   Transforms the relative magnitude vector represented by the specified  Point2D  instance by this transform. \http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#deltaTransform()      Translatejavafx.scene.transform\http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#deltaTransform()METHODdeltaTransform ( Point3D  point)   Transforms the relative magnitude vector represented by the specified  Point3D  instance by this transform. \http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#deltaTransform()      Translatejavafx.scene.transform\http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#deltaTransform()METHODgetTxC ()   Gets the X coordinate translation element of the 3x4 matrix. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#getTx()       Translatejavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#getTx()METHODgetTyC ()   Gets the Y coordinate translation element of the 3x4 matrix. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#getTy()        Translatejavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#getTy()METHODgetTzC ()   Gets the Z coordinate translation element of the 3x4 matrix. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#getTz()        Translatejavafx.scene.transformShttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#getTz()METHODgetX( ()   Gets the value of the property x. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#getX()     Translatejavafx.scene.transformRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#getX()METHODgetY( ()   Gets the value of the property y. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#getY()      Translatejavafx.scene.transformRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#getY()METHODgetZ( ()   Gets the value of the property z. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#getZ()      Translatejavafx.scene.transformRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#getZ()METHODinverseDeltaTransformc (double x, double y)   Transforms the relative magnitude vector by the inverse of this transform. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#inverseDeltaTransform() Translatejavafx.scene.transformchttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#inverseDeltaTransform()METHODinverseDeltaTransformm (double x, double y, double z)   Transforms the relative magnitude vector by the inverse of this transform. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#inverseDeltaTransform()      Translatejavafx.scene.transformchttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#inverseDeltaTransform()METHODinverseDeltaTransform ( Point2D  point)   Transforms the relative magnitude vector represented by the specified  Point2D  instance by the inverse of this transform. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#inverseDeltaTransform()  Translatejavafx.scene.transformchttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#inverseDeltaTransform()METHODinverseDeltaTransform ( Point3D  point)   Transforms the relative magnitude vector represented by the specified  Point3D  instance by the inverse of this transform. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#inverseDeltaTransform()  Translatejavafx.scene.transformchttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#inverseDeltaTransform()METHODinverseTransformY (double x, double y)   Transforms the specified point by the inverse of this transform. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#inverseTransform()    Translatejavafx.scene.transform^http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#inverseTransform()METHODinverseTransformc (double x, double y, double z)   Transforms the specified point by the inverse of this transform. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#inverseTransform()       Translatejavafx.scene.transform^http://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#inverseTransform()METHODsetX4 (double value)   Sets the value of the property x. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#setX()      Translatejavafx.scene.transformRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#setX()METHODsetY4 (double value)   Sets the value of the property y. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#setY()  Translatejavafx.scene.transformRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#setY()METHODsetZ4 (double value)   Sets the value of the property z. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#setZ()  Translatejavafx.scene.transformRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#setZ()METHODtoStringB ()   Returns a string representation of this  Translate  object. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#toString()      Translatejavafx.scene.transformVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#toString()METHOD transformJ (double x, double y)   Transforms the specified point by this transform. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#transform()      Translatejavafx.scene.transformWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#transform()METHOD        transformT (double x, double y, double z)   Transforms the specified point by this transform. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#transform()    Translatejavafx.scene.transformWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#transform()METHOD        xPropertyW ()   Defines the distance by which coordinates are translated in the X axis direction Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#xProperty() Translatejavafx.scene.transformWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#xProperty()METHOD        yPropertyW ()   Defines the distance by which coordinates are translated in the Y axis direction Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#yProperty() Translatejavafx.scene.transformWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#yProperty()METHOD        zPropertyW ()   Defines the distance by which coordinates are translated in the Z axis direction Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#zProperty() Translatejavafx.scene.transformWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/transform/Translate.html#zProperty()CLASSTranslateTransition It starts from the ( fromX ,  fromY ,  fromZ ) value if provided else uses the  node 's ( translateX ,  translateY ,  translateZ ) value.   It stops at the ( tojavafx.animationOhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.htmlOhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.htmlPROPERTYbyXf    Specifies the incremented stop X coordinate value, from the start, of this  TranslateTransition . Shttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#byXTranslateTransitionjavafx.animationShttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#byXPROPERTYbyYf    Specifies the incremented stop Y coordinate value, from the start, of this  TranslateTransition . Shttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#byYTranslateTransitionjavafx.animationShttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#byYPROPERTYbyZf    Specifies the incremented stop Z coordinate value, from the start, of this  TranslateTransition . Shttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#byZTranslateTransitionjavafx.animationShttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#byZPROPERTYduration0    The duration of this  TranslateTransition . Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#durationTranslateTransitionjavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#durationPROPERTYfromXJ    Specifies the start X coordinate value of this  TranslateTransition . Uhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#fromXTranslateTransitionjavafx.animationUhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#fromXPROPERTYfromYJ    Specifies the start Y coordinate value of this  TranslateTransition . Uhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#fromYTranslateTransitionjavafx.animationUhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#fromYPROPERTYfromZJ    Specifies the start Z coordinate value of this  TranslateTransition . Uhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#fromZTranslateTransitionjavafx.animationUhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#fromZPROPERTYnode3    The target node of this  TranslateTransition . Thttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#nodeTranslateTransitionjavafx.animationThttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#nodePROPERTYtoXI    Specifies the stop X coordinate value of this  TranslateTransition . Shttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#toXTranslateTransitionjavafx.animationShttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#toXPROPERTYtoYI    Specifies the stop Y coordinate value of this  TranslateTransition . Shttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#toYTranslateTransitionjavafx.animationShttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#toYPROPERTYtoZI    Specifies the stop Z coordinate value of this  TranslateTransition . Shttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#toZTranslateTransitionjavafx.animationShttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#toZMETHODbyXPropertyh ()   Specifies the incremented stop X coordinate value, from the start, of this  TranslateTransition . ]http://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#byXProperty()TranslateTransitionjavafx.animation]http://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#byXProperty()METHODbyYPropertyh ()   Specifies the incremented stop Y coordinate value, from the start, of this  TranslateTransition . ]http://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#byYProperty()TranslateTransitionjavafx.animation]http://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#byYProperty()METHODbyZPropertyh ()   Specifies the incremented stop Z coordinate value, from the start, of this  TranslateTransition . ]http://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#byZProperty()TranslateTransitionjavafx.animation]http://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#byZProperty()METHODdurationProperty2 ()   The duration of this  TranslateTransition . bhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#durationProperty()TranslateTransitionjavafx.animationbhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#durationProperty()METHOD
fromXPropertyL ()   Specifies the start X coordinate value of this  TranslateTransition . _http://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#fromXProperty()TranslateTransitionjavafx.animation_http://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#fromXProperty()METHOD
fromYPropertyL ()   Specifies the start Y coordinate value of this  TranslateTransition . _http://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#fromYProperty()TranslateTransitionjavafx.animation_http://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#fromYProperty()METHOD
fromZPropertyL ()   Specifies the start Z coordinate value of this  TranslateTransition . _http://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#fromZProperty()TranslateTransitionjavafx.animation_http://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#fromZProperty()METHODgetByX* ()   Gets the value of the property byX. Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#getByX()TranslateTransitionjavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#getByX()METHODgetByY* ()   Gets the value of the property byY. Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#getByY()TranslateTransitionjavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#getByY()METHODgetByZ* ()   Gets the value of the property byZ. Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#getByZ()TranslateTransitionjavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#getByZ()METHODgetDuration/ ()   Gets the value of the property duration. ]http://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#getDuration()TranslateTransitionjavafx.animation]http://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#getDuration()METHODgetFromX, ()   Gets the value of the property fromX. Zhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#getFromX()TranslateTransitionjavafx.animationZhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#getFromX()METHODgetFromY, ()   Gets the value of the property fromY. Zhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#getFromY()TranslateTransitionjavafx.animationZhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#getFromY()METHODgetFromZ, ()   Gets the value of the property fromZ. Zhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#getFromZ()TranslateTransitionjavafx.animationZhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#getFromZ()METHODgetNode+ ()   Gets the value of the property node. Yhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#getNode()TranslateTransitionjavafx.animationYhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#getNode()METHODgetToX* ()   Gets the value of the property toX. Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#getToX()TranslateTransitionjavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#getToX()METHODgetToY* ()   Gets the value of the property toY. Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#getToY()TranslateTransitionjavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#getToY()METHODgetToZ* ()   Gets the value of the property toZ. Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#getToZ()TranslateTransitionjavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#getToZ()METHODinterpolatec (double frac)   The method  interpolate()  has to be provided by implementations of  Transition . ]http://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#interpolate()TranslateTransitionjavafx.animation]http://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#interpolate()METHODnodeProperty5 ()   The target node of this  TranslateTransition . ^http://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#nodeProperty()TranslateTransitionjavafx.animation^http://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#nodeProperty()METHODsetByX6 (double value)   Sets the value of the property byX. Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#setByX()TranslateTransitionjavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#setByX()METHODsetByY6 (double value)   Sets the value of the property byY. Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#setByY()TranslateTransitionjavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#setByY()METHODsetByZ6 (double value)   Sets the value of the property byZ. Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#setByZ()TranslateTransitionjavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#setByZ()METHODsetDuration? ( Duration  value)   Sets the value of the property duration. ]http://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#setDuration()TranslateTransitionjavafx.animation]http://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#setDuration()METHODsetFromX8 (double value)   Sets the value of the property fromX. Zhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#setFromX()TranslateTransitionjavafx.animationZhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#setFromX()METHODsetFromY8 (double value)   Sets the value of the property fromY. Zhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#setFromY()TranslateTransitionjavafx.animationZhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#setFromY()METHODsetFromZ8 (double value)   Sets the value of the property fromZ. Zhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#setFromZ()TranslateTransitionjavafx.animationZhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#setFromZ()METHODsetNode7 ( Node  value)   Sets the value of the property node. Yhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#setNode()TranslateTransitionjavafx.animationYhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#setNode()METHODsetToX6 (double value)   Sets the value of the property toX. Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#setToX()TranslateTransitionjavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#setToX()METHODsetToY6 (double value)   Sets the value of the property toY. Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#setToY()TranslateTransitionjavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#setToY()METHODsetToZ6 (double value)   Sets the value of the property toZ. Xhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#setToZ()TranslateTransitionjavafx.animationXhttp://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#setToZ()METHODtoXPropertyK ()   Specifies the stop X coordinate value of this  TranslateTransition . ]http://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#toXProperty()TranslateTransitionjavafx.animation]http://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#toXProperty()METHODtoYPropertyK ()   Specifies the stop Y coordinate value of this  TranslateTransition . ]http://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#toYProperty()TranslateTransitionjavafx.animation]http://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#toYProperty()METHODtoZPropertyK ()   Specifies the stop Z coordinate value of this  TranslateTransition . ]http://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#toZProperty()TranslateTransitionjavafx.animation]http://download.java.net/jdk8/jfxdocs/javafx/animation/TranslateTransition.html#toZProperty()CLASSTreeCell A TreeCell watches the selection model of the TreeView for which it is associated, ensuring that it visually indicates to the user whether it is selected. When javafx.scene.controlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.htmlPROPERTYdisclosureNode     The disclosure node is commonly seen represented as a triangle that rotates on screen to indicate whether or not the TreeItem that it is placed beside is exWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#disclosureNodeTreeCelljavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#disclosureNodePROPERTYtreeItemc    Each TreeCell represents at most a single   TreeItem  , which is represented by this property. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#treeItemTreeCelljavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#treeItemPROPERTYtreeViewn    A TreeCell is explicitly linked to a single   TreeView   instance, which is represented by this property. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#treeViewTreeCelljavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#treeViewMETHOD
1340 cancelEditv ()   Call this function to transition from an editing state into a non-editing state, without saving any user input. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#cancelEdit()TreeCelljavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#cancelEdit()METHOD
1341 commitEdit  ( T  newValue)   Call this function when appropriate (based on the user interaction requirements of your cell editing user interface) to do two things: Fire thUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#commitEdit()TreeCelljavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#commitEdit()METHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#createDefaultSkin()TreeCelljavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#createDefaultSkin()METHODdisclosureNodeProperty  ()   The disclosure node is commonly seen represented as a triangle that rotates on screen to indicate whether or not the TreeItem that it is placed beside is ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#disclosureNodeProperty()TreeCelljavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#disclosureNodeProperty()METHODgetDisclosureNode@ ()   Returns the current disclosure node set in this TreeCell. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#getDisclosureNode()TreeCelljavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#getDisclosureNode()METHODgetTreeItem; ()   Returns the TreeItem currently set in this TreeCell. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#getTreeItem()TreeCelljavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#getTreeItem()METHODgetTreeView: ()   Returns the TreeView associated with this TreeCell. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#getTreeView()TreeCelljavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#getTreeView()METHODsetDisclosureNodet ( Node  value)   The node to use as the "disclosure" triangle, or toggle, used for expanding and collapsing items. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#setDisclosureNode()TreeCelljavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#setDisclosureNode()METHOD     startEditp ()   Call this function to transition from a non-editing state into an editing state, if the cell is editable. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#startEdit()TreeCelljavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#startEdit()METHODtreeItemPropertye ()   Each TreeCell represents at most a single   TreeItem  , which is represented by this property. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#treeItemProperty()TreeCelljavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#treeItemProperty()METHODtreeViewPropertyp ()   A TreeCell is explicitly linked to a single   TreeView   instance, which is represented by this property. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#treeViewProperty()TreeCelljavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#treeViewProperty()METHODupdateTreeItemR ( TreeItem < T > treeItem)   Updates the TreeItem associated with this TreeCell. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#updateTreeItem()TreeCelljavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#updateTreeItem()METHODupdateTreeViewN ( TreeView < T > tree)   Updates the TreeView associated with this TreeCell. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#updateTreeView()TreeCelljavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeCell.html#updateTreeView()CLASSTreeItem The model allows registration of listeners which will be notified as the number of items changes, their position or if the values themselves change. Note howevejavafx.scene.controlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.htmlPROPERTYexpanded)    The expanded state of this TreeItem. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#expandedTreeItemjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#expandedPROPERTYgraphicH    The node that is generally shown to the left of the value property. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#graphicTreeItemjavafx.scene.controlPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#graphicPROPERTYleafZ    Represents the TreeItem leaf property, which is true if the TreeItem has no children. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#leafTreeItemjavafx.scene.controlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#leafPROPERTYparent<    A property that represents the parent of this TreeItem. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#parentTreeItemjavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#parentPROPERTYvalueZ    A property representing the application-specific data contained within this TreeItem. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#valueTreeItemjavafx.scene.controlNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#valueMETHODaddEventHandlerk ( EventType <E> eventType,  EventHandler <E> eventHandler)   Registers an event handler to this TreeItem. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#addEventHandler()TreeItemjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#addEventHandler()METHODbranchCollapsedEvent’ ()   An EventType used when the TreeItem receives a modification to its expanded property, such that the TreeItem is now in the collapsed state. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#branchCollapsedEvent()TreeItemjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#branchCollapsedEvent()METHODbranchExpandedEvent‘ ()   An EventType used when the TreeItem receives a modification to its expanded property, such that the TreeItem is now in the expanded state. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#branchExpandedEvent()TreeItemjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#branchExpandedEvent()METHODbuildEventDispatchChainR ( EventDispatchChain  tail)   Construct an event dispatch chain for this target. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#buildEventDispatchChain()TreeItemjavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#buildEventDispatchChain()METHODchildrenModificationEvent_ ()   An EventType used when the TreeItem receives a direct modification to its children list. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#childrenModificationEvent()TreeItemjavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#childrenModificationEvent()METHODexpandedItemCountChangeEvent‰ ()   The general EventType used when the TreeItem receives a modification that results in the number of children being visible changes. ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#expandedItemCountChangeEvent()TreeItemjavafx.scene.controlghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#expandedItemCountChangeEvent()METHODexpandedProperty+ ()   The expanded state of this TreeItem. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#expandedProperty()TreeItemjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#expandedProperty()METHODgetChildren% ()   The children of this TreeItem. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#getChildren()TreeItemjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#getChildren()METHOD
1342 getGraphicR ()   Returns the node that is generally shown to the left of the value property. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#getGraphic()TreeItemjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#getGraphic()METHOD     getParent# ()   The parent of this TreeItem. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#getParent()TreeItemjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#getParent()METHODgetValueJ ()   Returns the application-specific data represented by this TreeItem. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#getValue()TreeItemjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#getValue()METHODgraphicChangedEvent[ ()   An EventType used when the TreeItem receives a modification to its graphic property. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#graphicChangedEvent()TreeItemjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#graphicChangedEvent()METHODgraphicPropertyJ ()   The node that is generally shown to the left of the value property. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#graphicProperty()TreeItemjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#graphicProperty()METHOD
1343 isExpanded3 ()   Returns the expanded state of this TreeItem. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#isExpanded()TreeItemjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#isExpanded()METHODisLeaf2 ()   A TreeItem is a leaf if it has no children. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#isLeaf()TreeItemjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#isLeaf()METHODleafProperty\ ()   Represents the TreeItem leaf property, which is true if the TreeItem has no children. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#leafProperty()TreeItemjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#leafProperty()METHODnextSibling0 ()   Returns the next sibling of the TreeItem. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#nextSibling()TreeItemjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#nextSibling()METHODnextSiblingN ( TreeItem < T > afterNode)   Returns the next sibling after the given node. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#nextSibling()TreeItemjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#nextSibling()METHODparentProperty> ()   A property that represents the parent of this TreeItem. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#parentProperty()TreeItemjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#parentProperty()METHODpreviousSibling4 ()   Returns the previous sibling of the TreeItem. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#previousSibling()TreeItemjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#previousSibling()METHODpreviousSiblingS ( TreeItem < T > beforeNode)   Returns the previous sibling after the given node. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#previousSibling()TreeItemjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#previousSibling()METHODremoveEventHandler„ ( EventType <E> eventType,  EventHandler <E> eventHandler)   Unregisters a previously registered event handler from this TreeItem. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#removeEventHandler()TreeItemjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#removeEventHandler()METHODsetExpanded= (boolean value)   Sets the expanded state of this TreeItem. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#setExpanded()TreeItemjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#setExpanded()METHOD
1344 setGraphic[ ( Node  value)   Sets the node that is generally shown to the left of the value property. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#setGraphic()TreeItemjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#setGraphic()METHODsetValueP ( T  value)   Sets the application-specific data represented by this TreeItem. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#setValue()TreeItemjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#setValue()METHODtoStringA ()   Returns a string representation of this  TreeItem  object. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#toString()TreeItemjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#toString()METHODtreeNotificationEventX ()   The base EventType used to indicate that an event has occurred within a TreeItem. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#treeNotificationEvent()TreeItemjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#treeNotificationEvent()METHODvalueChangedEventY ()   An EventType used when the TreeItem receives a modification to its value property. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#valueChangedEvent()TreeItemjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#valueChangedEvent()METHOD
valueProperty\ ()   A property representing the application-specific data contained within this TreeItem. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#valueProperty()TreeItemjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.html#valueProperty()CLASSTreeItem.TreeModificationEventjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.TreeModificationEvent.html^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.TreeModificationEvent.htmlMETHODgetAddedChildrenl ()   Returns the children added to the TreeItem in this event, or an empty list if no children were added. qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.TreeModificationEvent.html#getAddedChildren()TreeItem.TreeModificationEventjavafx.scene.controlqhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.TreeModificationEvent.html#getAddedChildren()METHODgetAddedSizem ()   Returns the number of children items that were added in this event, or zero if no children were added. mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.TreeModificationEvent.html#getAddedSize()TreeItem.TreeModificationEventjavafx.scene.controlmhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.TreeModificationEvent.html#getAddedSize()METHODgetNewValueS ()   If the value of the TreeItem changed, this method will return the new value. lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.TreeModificationEvent.html#getNewValue()TreeItem.TreeModificationEventjavafx.scene.controllhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.TreeModificationEvent.html#getNewValue()METHODgetRemovedChildrenp ()   Returns the children removed from the TreeItem in this event, or an empty list if no children were added. shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.TreeModificationEvent.html#getRemovedChildren()TreeItem.TreeModificationEventjavafx.scene.controlshttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.TreeModificationEvent.html#getRemovedChildren()METHODgetRemovedSizeq ()   Returns the number of children items that were removed in this event, or zero if no children were removed. ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.TreeModificationEvent.html#getRemovedSize()TreeItem.TreeModificationEventjavafx.scene.controlohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.TreeModificationEvent.html#getRemovedSize()METHOD     getSource; ()   Returns the TreeItem upon which this event occurred. jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.TreeModificationEvent.html#getSource()TreeItem.TreeModificationEventjavafx.scene.controljhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.TreeModificationEvent.html#getSource()METHODgetTreeItem: ()   Returns the TreeItem that this event occurred upon. lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.TreeModificationEvent.html#getTreeItem()TreeItem.TreeModificationEventjavafx.scene.controllhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.TreeModificationEvent.html#getTreeItem()METHODwasAddedb ()   Returns true if this event represents a TreeItem event where children TreeItems were added. ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.TreeModificationEvent.html#wasAdded()TreeItem.TreeModificationEventjavafx.scene.controlihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.TreeModificationEvent.html#wasAdded()METHODwasCollapsedt ()   Returns true if this event represents a TreeItem collapse event, and false if the TreeItem was not collapsed. mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.TreeModificationEvent.html#wasCollapsed()TreeItem.TreeModificationEventjavafx.scene.controlmhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.TreeModificationEvent.html#wasCollapsed()METHODwasExpandedt ()   Returns true if this event represents a TreeItem expansion event, and false if the TreeItem was not expanded. lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.TreeModificationEvent.html#wasExpanded()TreeItem.TreeModificationEventjavafx.scene.controllhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.TreeModificationEvent.html#wasExpanded()METHOD
wasPermutated~ ()   Returns true if the order of the TreeItem children list has changed, but that there have been no additions or removals. nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.TreeModificationEvent.html#wasPermutated()TreeItem.TreeModificationEventjavafx.scene.controlnhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.TreeModificationEvent.html#wasPermutated()METHOD
1345 wasRemovedd ()   Returns true if this event represents a TreeItem event where children TreeItems were removed. khttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.TreeModificationEvent.html#wasRemoved()TreeItem.TreeModificationEventjavafx.scene.controlkhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.TreeModificationEvent.html#wasRemoved()FIELDANY<    Common supertype for all tree modification event types. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.TreeModificationEvent.html#ANYTreeItem.TreeModificationEventjavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeItem.TreeModificationEvent.html#ANYCLASSTreeItemPropertyValueFactory If no method matching this pattern exists, there is fall-through support for attempting to call get<property>() or is<property>() (that is,  getFirstName()  or javafx.scene.control.cellahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TreeItemPropertyValueFactory.htmlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TreeItemPropertyValueFactory.htmlMETHODcall  ( TreeTableColumn.CellDataFeatures < S , T > param)   The  call  method is called when required, and is given a single argument of type P, with a requirement thhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TreeItemPropertyValueFactory.html#call()TreeItemPropertyValueFactoryjavafx.scene.control.cellhhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TreeItemPropertyValueFactory.html#call()METHODgetProperty= ()   Returns the property name provided in the constructor. ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TreeItemPropertyValueFactory.html#getProperty()TreeItemPropertyValueFactoryjavafx.scene.control.cellohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/cell/TreeItemPropertyValueFactory.html#getProperty()ENUMTreeSortModejavafx.scene.controlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeSortMode.htmlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeSortMode.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeSortMode.html#valueOf()TreeSortModejavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeSortMode.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeSortMode.html#values()TreeSortModejavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeSortMode.html#values()CLASS
TreeTableCell  A note about selection:  A TreeTableCell visually shows it is selected when two conditions are met:    The   TableSelectionModel.isSelected(int, TableColumnBasjavafx.scene.controlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.htmlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.htmlPROPERTYtableColumn  Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#tableColumn
TreeTableCelljavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#tableColumnPROPERTYtableRow  Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#tableRow
TreeTableCelljavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#tableRowPROPERTY
treeTableView:    The TreeTableView associated with this TreeTableCell. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#treeTableView
TreeTableCelljavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#treeTableViewMETHOD
1346 cancelEditv ()   Call this function to transition from an editing state into a non-editing state, without saving any user input. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#cancelEdit()
TreeTableCelljavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#cancelEdit()METHOD
1347 commitEdit  ( T  newValue)   Call this function when appropriate (based on the user interaction requirements of your cell editing user interface) to do two things: Fire thZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#commitEdit()
TreeTableCelljavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#commitEdit()METHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#createDefaultSkin()
TreeTableCelljavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#createDefaultSkin()METHODgetTableColumn2 ()   Gets the value of the property tableColumn. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#getTableColumn()
TreeTableCelljavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#getTableColumn()METHODgetTreeTableRow () _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#getTreeTableRow()
TreeTableCelljavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#getTreeTableRow()METHODgetTreeTableView4 ()   Gets the value of the property treeTableView. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#getTreeTableView()
TreeTableCelljavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#getTreeTableView()METHODlayoutChildrenN ()   Invoked during the layout pass to layout the children in this  Parent . ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#layoutChildren()
TreeTableCelljavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#layoutChildren()METHOD      startEditp ()   Call this function to transition from a non-editing state into an editing state, if the cell is editable. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#startEdit()
TreeTableCelljavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#startEdit()METHODtableColumnProperty () chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#tableColumnProperty()
TreeTableCelljavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#tableColumnProperty()METHODtableRowProperty () `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#tableRowProperty()
TreeTableCelljavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#tableRowProperty()METHODtreeTableViewProperty< ()   The TreeTableView associated with this TreeTableCell. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#treeTableViewProperty()
TreeTableCelljavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#treeTableViewProperty()METHODupdateSelectedO (boolean selected)   Updates whether this cell is in a selected state or not. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#updateSelected()
TreeTableCelljavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#updateSelected()METHODupdateTreeTableColumnd ( TreeTableColumn < S , T > col)   Updates the TreeTableColumn associated with this TreeTableCell. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#updateTreeTableColumn()
TreeTableCelljavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#updateTreeTableColumn()METHODupdateTreeTableRowc ( TreeTableRow < S > treeTableRow)   Updates the TreeTableRow associated with this TreeTableCell. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#updateTreeTableRow()
TreeTableCelljavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#updateTreeTableRow()METHODupdateTreeTableView[ ( TreeTableView < S > tv)   Updates the TreeTableView associated with this TreeTableCell. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#updateTreeTableView()
TreeTableCelljavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableCell.html#updateTreeTableView()CLASSTreeTableColumn // TODO update example for TreeTableColumn     ObservableList<Person> data = ... TableView<Person> tableView = new TableView<Person>(data); TableColumn<Person,Sjavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.htmlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.htmlPROPERTYcellFactory3    The cell factory for all cells in this column. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#cellFactoryTreeTableColumnjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#cellFactoryPROPERTYcellValueFactoryq    The cell value factory needs to be set to specify how to populate all cells within a single TreeTableColumn. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#cellValueFactoryTreeTableColumnjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#cellValueFactoryPROPERTYonEditCancelK    This event handler will be fired when the user cancels editing a cell. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#onEditCancelTreeTableColumnjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#onEditCancelPROPERTYonEditCommitW    This event handler will be fired when the user successfully commits their editing. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#onEditCommitTreeTableColumnjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#onEditCommitPROPERTYonEditStartS    This event handler will be fired when the user successfully initiates editing. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#onEditStartTreeTableColumnjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#onEditStartPROPERTYsortType     Used to state whether this column, if it is part of a sort order (see   TreeTableView.getSortOrder()   for more details), should be sorted in ascending or dXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#sortTypeTreeTableColumnjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#sortTypePROPERTY
treeTableView<    The TreeTableView that this TreeTableColumn belongs to. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#treeTableViewTreeTableColumnjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#treeTableViewMETHODcellFactoryProperty5 ()   The cell factory for all cells in this column. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#cellFactoryProperty()TreeTableColumnjavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#cellFactoryProperty()METHODcellValueFactoryPropertys ()   The cell value factory needs to be set to specify how to populate all cells within a single TreeTableColumn. jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#cellValueFactoryProperty()TreeTableColumnjavafx.scene.controljhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#cellValueFactoryProperty()METHODeditAnyEvent7 ()   Parent event for any TreeTableColumn edit event. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#editAnyEvent()TreeTableColumnjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#editAnyEvent()METHODeditCancelEventv ()   Indicates that the editing has been canceled, meaning that no change should be made to the backing data source. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#editCancelEvent()TreeTableColumnjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#editCancelEvent()METHODeditCommitEventš ()   Indicates that the editing has been committed by the user, meaning that a change should be made to the backing data source to reflect the new data. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#editCommitEvent()TreeTableColumnjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#editCommitEvent()METHODeditStartEvent  ()   Indicates that the user has performed some interaction to start an edit event, or alternatively the   TreeTableView.edit(int, javafx.scene.control.TreeTab`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#editStartEvent()TreeTableColumnjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#editStartEvent()METHODgetCellFactory2 ()   Gets the value of the property cellFactory. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#getCellFactory()TreeTableColumnjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#getCellFactory()METHODgetCellObservableValuen (int index)   Attempts to return an ObservableValue<T> for the item in the given index (which is of type S). hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#getCellObservableValue()TreeTableColumnjavafx.scene.controlhhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#getCellObservableValue()METHODgetCellObservableValuel ( TreeItem < S > item)   Attempts to return an ObservableValue<T> for the given item (which is of type S). hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#getCellObservableValue()TreeTableColumnjavafx.scene.controlhhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#getCellObservableValue()METHODgetCellValueFactory7 ()   Gets the value of the property cellValueFactory. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#getCellValueFactory()TreeTableColumnjavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#getCellValueFactory()METHODgetClassCssMetaData () ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#getClassCssMetaData()TreeTableColumnjavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#getClassCssMetaData()METHOD
1348 getColumnsc ()   This enables support for nested columns, which can be useful to group together related data. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#getColumns()TreeTableColumnjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#getColumns()METHODgetCssMetaData) ()   The CssMetaData of this Styleable. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#getCssMetaData()TreeTableColumnjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#getCssMetaData()METHODgetOnEditCancel3 ()   Gets the value of the property onEditCancel. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#getOnEditCancel()TreeTableColumnjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#getOnEditCancel()METHODgetOnEditCommit3 ()   Gets the value of the property onEditCommit. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#getOnEditCommit()TreeTableColumnjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#getOnEditCommit()METHODgetOnEditStart2 ()   Gets the value of the property onEditStart. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#getOnEditStart()TreeTableColumnjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#getOnEditStart()METHODgetSortType/ ()   Gets the value of the property sortType. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#getSortType()TreeTableColumnjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#getSortType()METHODgetStyleableParentJ ()   Return the parent of this Styleable, or null if there is no parent. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#getStyleableParent()TreeTableColumnjavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#getStyleableParent()METHODgetTreeTableView4 ()   Gets the value of the property treeTableView. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#getTreeTableView()TreeTableColumnjavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#getTreeTableView()METHODgetTypeSelectorL ()   The type of this  Styleable  that is to be used in selector matching. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#getTypeSelector()TreeTableColumnjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#getTypeSelector()METHODonEditCancelPropertyM ()   This event handler will be fired when the user cancels editing a cell. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#onEditCancelProperty()TreeTableColumnjavafx.scene.controlfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#onEditCancelProperty()METHODonEditCommitPropertyY ()   This event handler will be fired when the user successfully commits their editing. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#onEditCommitProperty()TreeTableColumnjavafx.scene.controlfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#onEditCommitProperty()METHODonEditStartPropertyU ()   This event handler will be fired when the user successfully initiates editing. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#onEditStartProperty()TreeTableColumnjavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#onEditStartProperty()METHODsetCellFactoryw ( Callback < TreeTableColumn < S , T >, TreeTableCell < S , T >> value)   Sets the value of the property cellFactory. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#setCellFactory()TreeTableColumnjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#setCellFactory()METHODsetCellValueFactory‹ ( Callback < TreeTableColumn.CellDataFeatures < S , T >, ObservableValue < T >> value)   Sets the value of the property cellValueFactory. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#setCellValueFactory()TreeTableColumnjavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#setCellValueFactory()METHODsetOnEditCancelq ( EventHandler < TreeTableColumn.CellEditEvent < S , T >> value)   Sets the value of the property onEditCancel. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#setOnEditCancel()TreeTableColumnjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#setOnEditCancel()METHODsetOnEditCommitq ( EventHandler < TreeTableColumn.CellEditEvent < S , T >> value)   Sets the value of the property onEditCommit. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#setOnEditCommit()TreeTableColumnjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#setOnEditCommit()METHODsetOnEditStartp ( EventHandler < TreeTableColumn.CellEditEvent < S , T >> value)   Sets the value of the property onEditStart. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#setOnEditStart()TreeTableColumnjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#setOnEditStart()METHODsetSortTypeO ( TreeTableColumn.SortType  value)   Sets the value of the property sortType. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#setSortType()TreeTableColumnjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#setSortType()METHODsortTypeProperty  ()   Used to state whether this column, if it is part of a sort order (see   TreeTableView.getSortOrder()   for more details), should be sorted in ascending orbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#sortTypeProperty()TreeTableColumnjavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#sortTypeProperty()METHODtreeTableViewProperty> ()   The TreeTableView that this TreeTableColumn belongs to. ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#treeTableViewProperty()TreeTableColumnjavafx.scene.controlghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#treeTableViewProperty()FIELDDEFAULT_CELL_FACTORYi    If no cellFactory is specified on a TreeTableColumn instance, then this one will be used by default. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#DEFAULT_CELL_FACTORYTreeTableColumnjavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.html#DEFAULT_CELL_FACTORYCLASS TreeTableColumn.CellDataFeaturesjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.CellDataFeatures.html`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.CellDataFeatures.htmlMETHODgetTreeTableColumnD ()   Returns the   TreeTableColumn   passed in to the constructor. uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.CellDataFeatures.html#getTreeTableColumn() TreeTableColumn.CellDataFeaturesjavafx.scene.controluhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.CellDataFeatures.html#getTreeTableColumn()METHODgetTreeTableView> ()   Returns the   TableView   passed in to the constructor. shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.CellDataFeatures.html#getTreeTableView() TreeTableColumn.CellDataFeaturesjavafx.scene.controlshttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.CellDataFeatures.html#getTreeTableView()METHODgetValue6 ()   Returns the value passed in to the constructor. khttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.CellDataFeatures.html#getValue() TreeTableColumn.CellDataFeaturesjavafx.scene.controlkhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.CellDataFeatures.html#getValue()CLASSTreeTableColumn.CellEditEventjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.CellEditEvent.html]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.CellEditEvent.htmlMETHODgetNewValue3 ()   Returns the new value input by the end user. khttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.CellEditEvent.html#getNewValue()TreeTableColumn.CellEditEventjavafx.scene.controlkhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.CellEditEvent.html#getNewValue()METHODgetOldValue€ ()   Attempts to return the old value at the position referred to in the TablePosition returned by   getTreeTablePosition()  . khttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.CellEditEvent.html#getOldValue()TreeTableColumn.CellEditEventjavafx.scene.controlkhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.CellEditEvent.html#getOldValue()METHODgetRowValue  ()   Convenience method that returns the value for the row (that is, from the TableView   items   list), for the row contained within the   TablePosition   retkhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.CellEditEvent.html#getRowValue()TreeTableColumn.CellEditEventjavafx.scene.controlkhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.CellEditEvent.html#getRowValue()METHODgetTableColumnB ()   Returns the TreeTableColumn upon which this event occurred. nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.CellEditEvent.html#getTableColumn()TreeTableColumn.CellEditEventjavafx.scene.controlnhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.CellEditEvent.html#getTableColumn()METHODgetTreeTablePosition; ()   Returns the position upon which this event occurred. thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.CellEditEvent.html#getTreeTablePosition()TreeTableColumn.CellEditEventjavafx.scene.controlthttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.CellEditEvent.html#getTreeTablePosition()METHODgetTreeTableView< ()   Returns the TableView upon which this event occurred. phttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.CellEditEvent.html#getTreeTableView()TreeTableColumn.CellEditEventjavafx.scene.controlphttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.CellEditEvent.html#getTreeTableView()FIELDANY4    Common supertype for all cell edit event types. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.CellEditEvent.html#ANYTreeTableColumn.CellEditEventjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.CellEditEvent.html#ANYENUMTreeTableColumn.SortTypejavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.SortType.htmlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.SortType.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.SortType.html#valueOf()TreeTableColumn.SortTypejavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.SortType.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.SortType.html#values()TreeTableColumn.SortTypejavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableColumn.SortType.html#values()CLASSTreeTablePosition Because the TreeTableView can have different   selection modes  , the row and column properties in TablePosition can be 'disabled' to represent an entire row orjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTablePosition.htmlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTablePosition.htmlMETHOD   getColumnT ()   The column index that this TreeTablePosition represents in the TreeTableView. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTablePosition.html#getColumn()TreeTablePositionjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTablePosition.html#getColumn()METHODgetTableColumnK ()   The TableColumn that this TablePosition represents in the TableView. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTablePosition.html#getTableColumn()TreeTablePositionjavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTablePosition.html#getTableColumn()METHODgetTreeItemS ()   Returns the   TreeItem   that backs the   TablePositionBase.getRow()   row}. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTablePosition.html#getTreeItem()TreeTablePositionjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTablePosition.html#getTreeItem()METHODgetTreeTableViewC ()   The TreeTableView that this TreeTablePosition is related to. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTablePosition.html#getTreeTableView()TreeTablePositionjavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTablePosition.html#getTreeTableView()CLASSTreeTableRow TreeTableRow is an   IndexedCell  , but rarely needs to be used by developers creating TreeTableView instances. The only time TreeTableRow is likely to be encoujavafx.scene.controlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.htmlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.htmlPROPERTYdisclosureNode     The disclosure node is commonly seen represented as a triangle that rotates on screen to indicate whether or not the TreeItem that it is placed beside is ex[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#disclosureNodeTreeTableRowjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#disclosureNodePROPERTYtreeItemh    Each TreeTableCell represents at most a single   TreeItem  , which is represented by this property. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#treeItemTreeTableRowjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#treeItemPROPERTY
treeTableViewx    A TreeTableCell is explicitly linked to a single   TreeTableView   instance, which is represented by this property. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#treeTableViewTreeTableRowjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#treeTableViewMETHOD
1349 cancelEditv ()   Call this function to transition from an editing state into a non-editing state, without saving any user input. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#cancelEdit()TreeTableRowjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#cancelEdit()METHOD
1350 commitEdit  ( T  newValue)   Call this function when appropriate (based on the user interaction requirements of your cell editing user interface) to do two things: Fire thYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#commitEdit()TreeTableRowjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#commitEdit()METHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#createDefaultSkin()TreeTableRowjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#createDefaultSkin()METHODdisclosureNodeProperty  ()   The disclosure node is commonly seen represented as a triangle that rotates on screen to indicate whether or not the TreeItem that it is placed beside is ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#disclosureNodeProperty()TreeTableRowjavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#disclosureNodeProperty()METHODgetDisclosureNodeE ()   Returns the current disclosure node set in this TreeTableCell. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#getDisclosureNode()TreeTableRowjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#getDisclosureNode()METHODgetTreeItem; ()   Returns the TreeItem currently set in this TreeCell. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#getTreeItem()TreeTableRowjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#getTreeItem()METHODgetTreeTableViewD ()   Returns the TreeTableView associated with this TreeTableCell. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#getTreeTableView()TreeTableRowjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#getTreeTableView()METHODsetDisclosureNodet ( Node  value)   The node to use as the "disclosure" triangle, or toggle, used for expanding and collapsing items. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#setDisclosureNode()TreeTableRowjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#setDisclosureNode()METHOD     startEditp ()   Call this function to transition from a non-editing state into an editing state, if the cell is editable. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#startEdit()TreeTableRowjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#startEdit()METHODtreeItemPropertyj ()   Each TreeTableCell represents at most a single   TreeItem  , which is represented by this property. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#treeItemProperty()TreeTableRowjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#treeItemProperty()METHODtreeTableViewPropertyz ()   A TreeTableCell is explicitly linked to a single   TreeTableView   instance, which is represented by this property. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#treeTableViewProperty()TreeTableRowjavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#treeTableViewProperty()METHODupdateTreeItemW ( TreeItem < T > treeItem)   Updates the TreeItem associated with this TreeTableCell. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#updateTreeItem()TreeTableRowjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#updateTreeItem()METHODupdateTreeTableViewb ( TreeTableView < T > treeTable)   Updates the TreeTableView associated with this TreeTableCell. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#updateTreeTableView()TreeTableRowjavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableRow.html#updateTreeTableView()CLASS
TreeTableView The TreeTableView control has a number of features, including:    Powerful   TreeTableColumn   API:    Support for   cell factories   to easily customize   celljavafx.scene.controlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.htmlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.htmlPROPERTYcolumnResizePolicyS    This is the function called when the user completes a column-resize operation. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#columnResizePolicy
TreeTableViewjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#columnResizePolicyPROPERTY
1351 comparator|    The comparator property is a read-only property that is representative of the current state of the   sort order   list. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#comparator
TreeTableViewjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#comparatorPROPERTYeditable     Specifies whether this TreeTableView is editable - only if the TreeTableView and the TreeCells within it are both editable will a TreeCell be able to go intVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#editable
TreeTableViewjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#editablePROPERTYeditingCellX    Represents the current cell being edited, or null if there is no cell being edited. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#editingCell
TreeTableViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#editingCellPROPERTYexpandedItemCount[    Represents the number of tree nodes presently able to be visible in the TreeTableView. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#expandedItemCount
TreeTableViewjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#expandedItemCountPROPERTY
fixedCellSize_    Specifies whether this control has cells that are a fixed height (of the specified value). [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#fixedCellSize
TreeTableViewjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#fixedCellSizePROPERTY
1352 focusModel|    The FocusModel provides the API through which it is possible to control focus on zero or one rows of the TreeTableView. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#focusModel
TreeTableViewjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#focusModelPROPERTYonScrollToColumn‰    Called when there's a request to scroll a column into view using   scrollToColumn(TreeTableColumn)   or   scrollToColumnIndex(int)   ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#onScrollToColumn
TreeTableViewjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#onScrollToColumnPROPERTY
1353 onScrollToW    Called when there's a request to scroll an index into view using   scrollTo(int)   Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#onScrollTo
TreeTableViewjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#onScrollToPROPERTYonSort7    Called when there's a request to sort the control. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#onSort
TreeTableViewjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#onSortPROPERTYplaceholderJ    This Node is shown to the user when the table has no content to show. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#placeholder
TreeTableViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#placeholderPROPERTYroot>    Property representing the root node of the TreeTableView. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#root
TreeTableViewjavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#rootPROPERTY
1354 rowFactory.    A function which produces a TreeTableRow. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#rowFactory
TreeTableViewjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#rowFactoryPROPERTYselectionModel     The SelectionModel provides the API through which it is possible to select single or multiple items within a TreeTableView, as well as inspect which rows ha\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#selectionModel
TreeTableViewjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#selectionModelPROPERTYshowRootT    Property that represents whether or not the TreeTableView root node is visible. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#showRoot
TreeTableViewjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#showRootPROPERTYsortMode    Specifies the sort mode to use when sorting the contents of this TreeTableView, should any columns be specified in the   sort order   list. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#sortMode
TreeTableViewjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#sortModePROPERTY
1355 sortPolicyU    The sort policy specifies how sorting in this TreeTableView should be performed. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#sortPolicy
TreeTableViewjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#sortPolicyPROPERTYtableMenuButtonVisible     This controls whether a menu button is available when the user clicks in a designated space within the TableView, within which is a radio menu item for eachdhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#tableMenuButtonVisible
TreeTableViewjavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#tableMenuButtonVisiblePROPERTY
1356 treeColumn|    Property that represents which column should have the disclosure node shown in it (that is, the column with the arrow). Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#treeColumn
TreeTableViewjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#treeColumnMETHODcolumnResizePolicyPropertyU ()   This is the function called when the user completes a column-resize operation. jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#columnResizePolicyProperty()
TreeTableViewjavafx.scene.controljhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#columnResizePolicyProperty()METHODcomparatorProperty~ ()   The comparator property is a read-only property that is representative of the current state of the   sort order   list. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#comparatorProperty()
TreeTableViewjavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#comparatorProperty()METHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#createDefaultSkin()
TreeTableViewjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#createDefaultSkin()METHODedit  (int row,  TreeTableColumn < S ,?> column)   Causes the cell at the given row/column view indexes to switch into its editing state, if it is not already in it,Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#edit()
TreeTableViewjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#edit()METHODeditableProperty  ()   Specifies whether this TreeTableView is editable - only if the TreeTableView and the TreeCells within it are both editable will a TreeCell be able to go i`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#editableProperty()
TreeTableViewjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#editableProperty()METHODeditAnyEvent@ ()   An EventType that indicates some edit event has occurred. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#editAnyEvent()
TreeTableViewjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#editAnyEvent()METHODeditCancelEvent‡ ()   An EventType used to indicate that an edit event has just been canceled within the TreeTableView upon which the event was fired. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#editCancelEvent()
TreeTableViewjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#editCancelEvent()METHODeditCommitEvent` ()   An EventType that is used to indicate that an edit in a TreeTableView has been committed. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#editCommitEvent()
TreeTableViewjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#editCommitEvent()METHODeditingCellPropertyZ ()   Represents the current cell being edited, or null if there is no cell being edited. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#editingCellProperty()
TreeTableViewjavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#editingCellProperty()METHODeditStartEvent| ()   An EventType used to indicate that an edit event has started within the TreeTableView upon which the event was fired. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#editStartEvent()
TreeTableViewjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#editStartEvent()METHODexpandedItemCountProperty] ()   Represents the number of tree nodes presently able to be visible in the TreeTableView. ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#expandedItemCountProperty()
TreeTableViewjavafx.scene.controlihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#expandedItemCountProperty()METHODfixedCellSizePropertya ()   Specifies whether this control has cells that are a fixed height (of the specified value). ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#fixedCellSizeProperty()
TreeTableViewjavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#fixedCellSizeProperty()METHODfocusModelProperty~ ()   The FocusModel provides the API through which it is possible to control focus on zero or one rows of the TreeTableView. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#focusModelProperty()
TreeTableViewjavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#focusModelProperty()METHODgetClassCssMetaData () chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getClassCssMetaData()
TreeTableViewjavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getClassCssMetaData()METHODgetColumnResizePolicy9 ()   Gets the value of the property columnResizePolicy. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getColumnResizePolicy()
TreeTableViewjavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getColumnResizePolicy()METHOD
1357 getColumns< ()   The TreeTableColumns that are part of this TableView. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getColumns()
TreeTableViewjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getColumns()METHOD
getComparator1 ()   Gets the value of the property comparator. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getComparator()
TreeTableViewjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getComparator()METHODgetControlCssMetaData () ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getControlCssMetaData()
TreeTableViewjavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getControlCssMetaData()METHODgetEditingCell2 ()   Gets the value of the property editingCell. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getEditingCell()
TreeTableViewjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getEditingCell()METHODgetExpandedItemCount8 ()   Gets the value of the property expandedItemCount. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getExpandedItemCount()
TreeTableViewjavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getExpandedItemCount()METHODgetFixedCellSize) ()   Returns the fixed cell size value. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getFixedCellSize()
TreeTableViewjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getFixedCellSize()METHOD
getFocusModel6 ()   Returns the currently installed   FocusModel  . ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getFocusModel()
TreeTableViewjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getFocusModel()METHODgetNodeLevelœ ( TreeItem <?> node)   Returns the number of levels of 'indentation' of the given TreeItem, based on how many times getParent() can be recursively called. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getNodeLevel()
TreeTableViewjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getNodeLevel()METHOD
getOnScrollTo1 ()   Gets the value of the property onScrollTo. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getOnScrollTo()
TreeTableViewjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getOnScrollTo()METHODgetOnScrollToColumn7 ()   Gets the value of the property onScrollToColumn. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getOnScrollToColumn()
TreeTableViewjavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getOnScrollToColumn()METHOD  getOnSort- ()   Gets the value of the property onSort. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getOnSort()
TreeTableViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getOnSort()METHODgetPlaceholder2 ()   Gets the value of the property placeholder. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getPlaceholder()
TreeTableViewjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getPlaceholder()METHODgetRoota ()   Returns the current root node of this TreeTableView, or null if no root node is specified. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getRoot()
TreeTableViewjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getRoot()METHODgetRow‰ ( TreeItem < S > item)   Returns the index position of the given TreeItem, taking into account the current state of each TreeItem (i.e. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getRow()
TreeTableViewjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getRow()METHOD
getRowFactory1 ()   Gets the value of the property rowFactory. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getRowFactory()
TreeTableViewjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getRowFactory()METHODgetSelectionModel7 ()   Returns the currently installed selection model. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getSelectionModel()
TreeTableViewjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getSelectionModel()METHODgetSortMode/ ()   Gets the value of the property sortMode. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getSortMode()
TreeTableViewjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getSortMode()METHODgetSortOrder^ ()   The sortOrder list defines the order in which   TreeTableColumn   instances are sorted. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getSortOrder()
TreeTableViewjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getSortOrder()METHOD
getSortPolicy1 ()   Gets the value of the property sortPolicy. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getSortPolicy()
TreeTableViewjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getSortPolicy()METHOD
getTreeColumn1 ()   Gets the value of the property treeColumn. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getTreeColumn()
TreeTableViewjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getTreeColumn()METHODgetTreeItemV (int row)   Returns the TreeItem in the given index, or null if it is out of bounds. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getTreeItem()
TreeTableViewjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getTreeItem()METHODgetVisibleLeafColumns (int column)   Returns the TreeTableColumn in the given column index, relative to all other visible leaf columns. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getVisibleLeafColumn()
TreeTableViewjavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getVisibleLeafColumn()METHODgetVisibleLeafColumnsR ()   Returns an unmodifiable list containing the currently visible leaf columns. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getVisibleLeafColumns()
TreeTableViewjavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getVisibleLeafColumns()METHODgetVisibleLeafIndex{ ( TreeTableColumn < S ,?> column)   Returns the position of the given column, relative to all other visible leaf columns. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getVisibleLeafIndex()
TreeTableViewjavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#getVisibleLeafIndex()METHOD
1358 isEditable/ ()   Gets the value of the property editable. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#isEditable()
TreeTableViewjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#isEditable()METHOD
1359 isShowRoota ()   Returns true if the root of the TreeTableView should be shown, and false if it should not. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#isShowRoot()
TreeTableViewjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#isShowRoot()METHODisTableMenuButtonVisible= ()   Gets the value of the property tableMenuButtonVisible. hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#isTableMenuButtonVisible()
TreeTableViewjavafx.scene.controlhhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#isTableMenuButtonVisible()METHODlayoutChildrenN ()   Invoked during the layout pass to layout the children in this  Parent . ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#layoutChildren()
TreeTableViewjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#layoutChildren()METHODonScrollToColumnProperty‹ ()   Called when there's a request to scroll a column into view using   scrollToColumn(TreeTableColumn)   or   scrollToColumnIndex(int)   hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#onScrollToColumnProperty()
TreeTableViewjavafx.scene.controlhhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#onScrollToColumnProperty()METHODonScrollToPropertyY ()   Called when there's a request to scroll an index into view using   scrollTo(int)   bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#onScrollToProperty()
TreeTableViewjavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#onScrollToProperty()METHODonSortProperty9 ()   Called when there's a request to sort the control. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#onSortProperty()
TreeTableViewjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#onSortProperty()METHODplaceholderPropertyL ()   This Node is shown to the user when the table has no content to show. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#placeholderProperty()
TreeTableViewjavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#placeholderProperty()METHODresizeColumn  ( TreeTableColumn < S ,?> column, double delta)   Applies the currently installed resize policy against the given column, resizing it based on the delta value \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#resizeColumn()
TreeTableViewjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#resizeColumn()METHODrootProperty@ ()   Property representing the root node of the TreeTableView. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#rootProperty()
TreeTableViewjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#rootProperty()METHODrowFactoryProperty0 ()   A function which produces a TreeTableRow. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#rowFactoryProperty()
TreeTableViewjavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#rowFactoryProperty()METHODscrollTok (int index)   Scrolls the TreeTableView such that the item in the given index is visible to the end user. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#scrollTo()
TreeTableViewjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#scrollTo()METHODscrollToColumnx ( TreeTableColumn < S ,?> column)   Scrolls the TreeTableView so that the given column is visible within the viewport. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#scrollToColumn()
TreeTableViewjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#scrollToColumn()METHODscrollToColumnIndexg (int columnIndex)   Scrolls the TreeTableView so that the given index is visible within the viewport. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#scrollToColumnIndex()
TreeTableViewjavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#scrollToColumnIndex()METHODselectionModelProperty  ()   The SelectionModel provides the API through which it is possible to select single or multiple items within a TreeTableView, as well as inspect which rows fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#selectionModelProperty()
TreeTableViewjavafx.scene.controlfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#selectionModelProperty()METHODsetColumnResizePolicy~ ( Callback < TreeTableView.ResizeFeatures ,java.lang.Boolean> callback)   Sets the value of the property columnResizePolicy. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setColumnResizePolicy()
TreeTableViewjavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setColumnResizePolicy()METHODsetEditable< (boolean value)   Sets the value of the property editable. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setEditable()
TreeTableViewjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setEditable()METHODsetFixedCellSizeA (double value)   Sets the new fixed cell size for this control. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setFixedCellSize()
TreeTableViewjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setFixedCellSize()METHOD
setFocusModelq ( TreeTableView.TreeTableViewFocusModel < S > value)   Sets the   FocusModel   to be used in the TreeTableView. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setFocusModel()
TreeTableViewjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setFocusModel()METHOD
setOnScrollToi ( EventHandler < ScrollToEvent <java.lang.Integer>> value)   Sets the value of the property onScrollTo. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setOnScrollTo()
TreeTableViewjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setOnScrollTo()METHODsetOnScrollToColumnv ( EventHandler < ScrollToEvent < TreeTableColumn < S ,?>>> value)   Sets the value of the property onScrollToColumn. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setOnScrollToColumn()
TreeTableViewjavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setOnScrollToColumn()METHOD      setOnSortd ( EventHandler < SortEvent < TreeTableView < S >>> value)   Sets the value of the property onSort. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setOnSort()
TreeTableViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setOnSort()METHODsetPlaceholder> ( Node  value)   Sets the value of the property placeholder. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setPlaceholder()
TreeTableViewjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setPlaceholder()METHODsetRootE ( TreeItem < S > value)   Sets the root node in this TreeTableView. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setRoot()
TreeTableViewjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setRoot()METHOD
setRowFactoryk ( Callback < TreeTableView < S >, TreeTableRow < S >> value)   Sets the value of the property rowFactory. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setRowFactory()
TreeTableViewjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setRowFactory()METHODsetSelectionModel ( TreeTableView.TreeTableViewSelectionModel < S > value)   Sets the   MultipleSelectionModel   to be used in the TreeTableView. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setSelectionModel()
TreeTableViewjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setSelectionModel()METHODsetShowRootd (boolean value)   Specifies whether the root  TreeItem  should be shown within this TreeTableView. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setShowRoot()
TreeTableViewjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setShowRoot()METHODsetSortModeC ( TreeSortMode  value)   Sets the value of the property sortMode. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setSortMode()
TreeTableViewjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setSortMode()METHOD
setSortPolicyl ( Callback < TreeTableView < S >,java.lang.Boolean> callback)   Sets the value of the property sortPolicy. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setSortPolicy()
TreeTableViewjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setSortPolicy()METHODsetTableMenuButtonVisibleJ (boolean value)   Sets the value of the property tableMenuButtonVisible. ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setTableMenuButtonVisible()
TreeTableViewjavafx.scene.controlihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setTableMenuButtonVisible()METHOD
setTreeColumnO ( TreeTableColumn < S ,?> value)   Sets the value of the property treeColumn. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setTreeColumn()
TreeTableViewjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#setTreeColumn()METHODshowRootPropertyV ()   Property that represents whether or not the TreeTableView root node is visible. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#showRootProperty()
TreeTableViewjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#showRootProperty()METHODsortP ()   The sort method forces the TreeTableView to re-run its sorting algorithm. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#sort()
TreeTableViewjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#sort()METHODsortModeProperty’ ()   Specifies the sort mode to use when sorting the contents of this TreeTableView, should any columns be specified in the   sort order   list. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#sortModeProperty()
TreeTableViewjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#sortModeProperty()METHODsortPolicyPropertyW ()   The sort policy specifies how sorting in this TreeTableView should be performed. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#sortPolicyProperty()
TreeTableViewjavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#sortPolicyProperty()METHODtableMenuButtonVisibleProperty  ()   This controls whether a menu button is available when the user clicks in a designated space within the TableView, within which is a radio menu item for eanhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#tableMenuButtonVisibleProperty()
TreeTableViewjavafx.scene.controlnhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#tableMenuButtonVisibleProperty()METHODtreeColumnProperty~ ()   Property that represents which column should have the disclosure node shown in it (that is, the column with the arrow). bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#treeColumnProperty()
TreeTableViewjavafx.scene.controlbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#treeColumnProperty()FIELDCONSTRAINED_RESIZE_POLICY‚    Simple policy that ensures the width of all visible leaf columns in this table sum up to equal the width of the table itself. ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#CONSTRAINED_RESIZE_POLICY
TreeTableViewjavafx.scene.controlghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#CONSTRAINED_RESIZE_POLICYFIELDDEFAULT_SORT_POLICYb    The default   sort policy   that this TreeTableView will use if no other policy is specified. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#DEFAULT_SORT_POLICY
TreeTableViewjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#DEFAULT_SORT_POLICYFIELDUNCONSTRAINED_RESIZE_POLICY     Very simple resize policy that just resizes the specified column by the provided delta and shifts all other columns (to the right of the given column) furthihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#UNCONSTRAINED_RESIZE_POLICY
TreeTableViewjavafx.scene.controlihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.html#UNCONSTRAINED_RESIZE_POLICYCLASSTreeTableView.EditEventjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.EditEvent.htmlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.EditEvent.htmlMETHODgetNewValueE ()   Returns the new value input into the TreeItem by the end user. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.EditEvent.html#getNewValue()TreeTableView.EditEventjavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.EditEvent.html#getNewValue()METHODgetOldValueZ ()   Returns the old value that existed in the TreeItem prior to the current edit event. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.EditEvent.html#getOldValue()TreeTableView.EditEventjavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.EditEvent.html#getOldValue()METHOD getSource@ ()   Returns the TreeTableView upon which the edit took place. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.EditEvent.html#getSource()TreeTableView.EditEventjavafx.scene.controlchttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.EditEvent.html#getSource()METHODgetTreeItem? ()   Returns the   TreeItem   upon which the edit took place. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.EditEvent.html#getTreeItem()TreeTableView.EditEventjavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.EditEvent.html#getTreeItem()FIELDANY/    Common supertype for all edit event types. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.EditEvent.html#ANYTreeTableView.EditEventjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.EditEvent.html#ANYCLASSTreeTableView.ResizeFeaturesjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.ResizeFeatures.html\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.ResizeFeatures.htmlMETHOD  getColumn  ()   Returns the column upon which the resize is occurring, or null if this ResizeFeatures instance was created as a result of a TreeTableView resize operationhhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.ResizeFeatures.html#getColumn()TreeTableView.ResizeFeaturesjavafx.scene.controlhhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.ResizeFeatures.html#getColumn()METHODgetTableN ()   Returns the TreeTableView upon which the resize operation is occurring. ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.ResizeFeatures.html#getTable()TreeTableView.ResizeFeaturesjavafx.scene.controlghttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.ResizeFeatures.html#getTable()CLASS%TreeTableView.TreeTableViewFocusModeljavafx.scene.controlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewFocusModel.htmlehttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewFocusModel.htmlPROPERTYfocusedCellK    The position of the current item in the TableView which has the focus. qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewFocusModel.html#focusedCell%TreeTableView.TreeTableViewFocusModeljavafx.scene.controlqhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewFocusModel.html#focusedCellMETHODfocusH (int index)   Causes the item at the given index to receive the focus. mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewFocusModel.html#focus()%TreeTableView.TreeTableViewFocusModeljavafx.scene.controlmhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewFocusModel.html#focus()METHODfocusg (int row,  TreeTableColumn < S ,?> column)   Causes the item at the given index to receive the focus. mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewFocusModel.html#focus()%TreeTableView.TreeTableViewFocusModeljavafx.scene.controlmhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewFocusModel.html#focus()METHODfocus€ ( TreeTablePosition < S ,?> pos)   Convenience method for setting focus on a particular row or cell using a   TablePosition  . mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewFocusModel.html#focus()%TreeTableView.TreeTableViewFocusModeljavafx.scene.controlmhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewFocusModel.html#focus()METHODfocusAboveCellK ()   Attempts to move focus to the cell above the currently focused cell. vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewFocusModel.html#focusAboveCell()%TreeTableView.TreeTableViewFocusModeljavafx.scene.controlvhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewFocusModel.html#focusAboveCell()METHODfocusBelowCellK ()   Attempts to move focus to the cell below the currently focused cell. vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewFocusModel.html#focusBelowCell()%TreeTableView.TreeTableViewFocusModeljavafx.scene.controlvhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewFocusModel.html#focusBelowCell()METHODfocusedCellPropertyM ()   The position of the current item in the TableView which has the focus. {http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewFocusModel.html#focusedCellProperty()%TreeTableView.TreeTableViewFocusModeljavafx.scene.control{http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewFocusModel.html#focusedCellProperty()METHOD
focusLeftCellT ()   Attempts to move focus to the cell to the left of the currently focused cell. uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewFocusModel.html#focusLeftCell()%TreeTableView.TreeTableViewFocusModeljavafx.scene.controluhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewFocusModel.html#focusLeftCell()METHODfocusRightCellY ()   Attempts to move focus to the cell to the right of the the currently focused cell. vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewFocusModel.html#focusRightCell()%TreeTableView.TreeTableViewFocusModeljavafx.scene.controlvhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewFocusModel.html#focusRightCell()METHODgetFocusedCell2 ()   Gets the value of the property focusedCell. vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewFocusModel.html#getFocusedCell()%TreeTableView.TreeTableViewFocusModeljavafx.scene.controlvhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewFocusModel.html#getFocusedCell()METHODgetItemCountP ()   Returns the number of items in the data model that underpins the control. thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewFocusModel.html#getItemCount()%TreeTableView.TreeTableViewFocusModeljavafx.scene.controlthttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewFocusModel.html#getItemCount()METHODgetModelItem4 (int index)   Returns the item at the given index. thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewFocusModel.html#getModelItem()%TreeTableView.TreeTableViewFocusModeljavafx.scene.controlthttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewFocusModel.html#getModelItem()METHOD       isFocused (int row,  TreeTableColumn < S ,?> column)   Tests whether the row / cell at the given location currently has the focus within the TableView. qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewFocusModel.html#isFocused()%TreeTableView.TreeTableViewFocusModeljavafx.scene.controlqhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewFocusModel.html#isFocused()CLASS)TreeTableView.TreeTableViewSelectionModel Returns a  read-only  ObservableList of all selected indices. The ObservableList will be updated by the selection model to always reflect changes in selection. javafx.scene.controlihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.htmlihttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.htmlMETHODclearAndSelectc (int row)   A method that clears any selection prior to setting the selection to the given index. zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#clearAndSelect())TreeTableView.TreeTableViewSelectionModeljavafx.scene.controlzhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#clearAndSelect()METHODclearSelection: ()   Clears the selection model of all selected indices. zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#clearSelection())TreeTableView.TreeTableViewSelectionModeljavafx.scene.controlzhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#clearSelection()METHODclearSelectionT (int index)   This method will clear the selection of the item in the given index. zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#clearSelection())TreeTableView.TreeTableViewSelectionModeljavafx.scene.controlzhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#clearSelection()METHODfocus (int row) qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#focus())TreeTableView.TreeTableViewSelectionModeljavafx.scene.controlqhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#focus()METHODgetFocusedIndex () {http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#getFocusedIndex())TreeTableView.TreeTableViewSelectionModeljavafx.scene.control{http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#getFocusedIndex()METHODgetItemCountP ()   Returns the number of items in the data model that underpins the control. xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#getItemCount())TreeTableView.TreeTableViewSelectionModeljavafx.scene.controlxhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#getItemCount()METHODgetModelItem4 (int index)   Returns the item at the given index. xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#getModelItem())TreeTableView.TreeTableViewSelectionModeljavafx.scene.controlxhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#getModelItem()METHODgetSelectedCells^ ()   A read-only ObservableList representing the currently selected cells in this TableView. |http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#getSelectedCells())TreeTableView.TreeTableViewSelectionModeljavafx.scene.control|http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#getSelectedCells()METHODgetSelectedIndicesD ()   Returns a  read-only  ObservableList of all selected indices. ~http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#getSelectedIndices())TreeTableView.TreeTableViewSelectionModeljavafx.scene.control~http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#getSelectedIndices()METHODgetSelectedItemsB ()   Returns a  read-only  ObservableList of all selected items. |http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#getSelectedItems())TreeTableView.TreeTableViewSelectionModeljavafx.scene.control|http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#getSelectedItems()METHODgetTreeTableViewP ()   Returns the TableView instance that this selection model is installed in. |http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#getTreeTableView())TreeTableView.TreeTableViewSelectionModeljavafx.scene.control|http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#getTreeTableView()METHODisEmptyU ()   This method is available to test whether there are any selected indices/items. shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#isEmpty())TreeTableView.TreeTableViewSelectionModeljavafx.scene.controlshttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#isEmpty()METHOD
1360 isSelectedm (int index)   Convenience method to inform if the given index is currently selected in this SelectionModel. vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#isSelected())TreeTableView.TreeTableViewSelectionModeljavafx.scene.controlvhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#isSelected()METHODselecty (int row)   This will select the given index in the selection model, assuming the index is within the valid range (i.e. rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#select())TreeTableView.TreeTableViewSelectionModeljavafx.scene.controlrhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#select()METHODselectX (T obj)   This method will attempt to select the index that contains the given object. rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#select())TreeTableView.TreeTableViewSelectionModeljavafx.scene.controlrhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#select()METHOD      selectAll: ()   Convenience method to select all available indices. uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#selectAll())TreeTableView.TreeTableViewSelectionModeljavafx.scene.controluhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#selectAll()METHODselectFirstI ()   This method will attempt to select the first index in the control. whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#selectFirst())TreeTableView.TreeTableViewSelectionModeljavafx.scene.controlwhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#selectFirst()METHOD
selectIndicesd (int row, int... rows)   This method allows for one or more selections to be set at the same time. yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#selectIndices())TreeTableView.TreeTableViewSelectionModeljavafx.scene.controlyhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#selectIndices()METHOD
1361 selectLastH ()   This method will attempt to select the last index in the control. vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#selectLast())TreeTableView.TreeTableViewSelectionModeljavafx.scene.controlvhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#selectLast()METHOD
1362 selectNext] ()   This method will attempt to select the index directly after the current focused index. vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#selectNext())TreeTableView.TreeTableViewSelectionModeljavafx.scene.controlvhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#selectNext()METHODselectPrevious^ ()   This method will attempt to select the index directly before the current focused index. zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#selectPrevious())TreeTableView.TreeTableViewSelectionModeljavafx.scene.controlzhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#selectPrevious()METHODselectRange  (int minRow,  TableColumnBase < TreeItem < S >,?> minColumn, int maxRow,  TableColumnBase < TreeItem < S >,?> maxColumn)   Selects the cells in the range (minRwhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#selectRange())TreeTableView.TreeTableViewSelectionModeljavafx.scene.controlwhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeTableView.TreeTableViewSelectionModel.html#selectRange()CLASSTreeView For more information on building up a tree using this approach, refer to the   TreeItem   class documentation. Briefly however, to create a TreeView, you shouldjavafx.scene.controlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.htmlPROPERTYcellFactory}    Represents the cell factory that will be used for creating TreeCells, which are used to represent items in the TreeView. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#cellFactoryTreeViewjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#cellFactoryPROPERTYeditable     Specifies whether this TreeView is editable - only if the TreeView and the TreeCells within it are both editable will a TreeCell be able to go into their edQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#editableTreeViewjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#editablePROPERTYeditingItem”    A property used to represent the TreeItem currently being edited in the TreeView, if editing is taking place, or -1 if no item is being edited. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#editingItemTreeViewjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#editingItemPROPERTYexpandedItemCountV    Represents the number of tree nodes presently able to be visible in the TreeView. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#expandedItemCountTreeViewjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#expandedItemCountPROPERTY
fixedCellSize_    Specifies whether this control has cells that are a fixed height (of the specified value). Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#fixedCellSizeTreeViewjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#fixedCellSizePROPERTY
1363 focusModelw    The FocusModel provides the API through which it is possible to control focus on zero or one rows of the TreeView. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#focusModelTreeViewjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#focusModelPROPERTYonEditCancelK    This event handler will be fired when the user cancels editing a cell. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#onEditCancelTreeViewjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#onEditCancelPROPERTYonEditCommitv    This property is used when the user performs an action that should result in their editing input being persisted. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#onEditCommitTreeViewjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#onEditCommitPROPERTYonEditStartS    This event handler will be fired when the user successfully initiates editing. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#onEditStartTreeViewjavafx.scene.controlThttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#onEditStartPROPERTY
1364 onScrollToW    Called when there's a request to scroll an index into view using   scrollTo(int)   Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#onScrollToTreeViewjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#onScrollToPROPERTYroot9    Property representing the root node of the TreeView. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#rootTreeViewjavafx.scene.controlMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#rootPROPERTYselectionModel     The SelectionModel provides the API through which it is possible to select single or multiple items within a TreeView, as well as inspect which rows have beWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#selectionModelTreeViewjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#selectionModelPROPERTYshowRootO    Property that represents whether or not the TreeView root node is visible. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#showRootTreeViewjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#showRootMETHODcellFactoryProperty ()   Represents the cell factory that will be used for creating TreeCells, which are used to represent items in the TreeView. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#cellFactoryProperty()TreeViewjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#cellFactoryProperty()METHODcreateDefaultSkinB ()   Create a new instance of the default skin for this control. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#createDefaultSkin()TreeViewjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#createDefaultSkin()METHODeditw ( TreeItem < T > item)   Instructs the TreeView to begin editing the given TreeItem, if the TreeView is   editable  . Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#edit()TreeViewjavafx.scene.controlOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#edit()METHODeditableProperty  ()   Specifies whether this TreeView is editable - only if the TreeView and the TreeCells within it are both editable will a TreeCell be able to go into their [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#editableProperty()TreeViewjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#editableProperty()METHODeditAnyEvent@ ()   An EventType that indicates some edit event has occurred. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#editAnyEvent()TreeViewjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#editAnyEvent()METHODeditCancelEvent‚ ()   An EventType used to indicate that an edit event has just been canceled within the TreeView upon which the event was fired. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#editCancelEvent()TreeViewjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#editCancelEvent()METHODeditCommitEvent[ ()   An EventType that is used to indicate that an edit in a TreeView has been committed. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#editCommitEvent()TreeViewjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#editCommitEvent()METHODeditingItemProperty– ()   A property used to represent the TreeItem currently being edited in the TreeView, if editing is taking place, or -1 if no item is being edited. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#editingItemProperty()TreeViewjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#editingItemProperty()METHODeditStartEventw ()   An EventType used to indicate that an edit event has started within the TreeView upon which the event was fired. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#editStartEvent()TreeViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#editStartEvent()METHODexpandedItemCountPropertyX ()   Represents the number of tree nodes presently able to be visible in the TreeView. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#expandedItemCountProperty()TreeViewjavafx.scene.controldhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#expandedItemCountProperty()METHODfixedCellSizePropertya ()   Specifies whether this control has cells that are a fixed height (of the specified value). `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#fixedCellSizeProperty()TreeViewjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#fixedCellSizeProperty()METHODfocusModelPropertyy ()   The FocusModel provides the API through which it is possible to control focus on zero or one rows of the TreeView. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#focusModelProperty()TreeViewjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#focusModelProperty()METHODgetCellFactory  ()   Returns the cell factory that will be used for creating TreeCells, which are used to represent items in the TreeView, or null if no custom cell factory haYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getCellFactory()TreeViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getCellFactory()METHODgetClassCssMetaData () ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getClassCssMetaData()TreeViewjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getClassCssMetaData()METHODgetControlCssMetaData () `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getControlCssMetaData()TreeViewjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getControlCssMetaData()METHODgetEditingItemo ()   Returns the TreeItem that is currently being edited in the TreeView, or null if no item is being edited. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getEditingItem()TreeViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getEditingItem()METHODgetExpandedItemCount8 ()   Gets the value of the property expandedItemCount. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getExpandedItemCount()TreeViewjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getExpandedItemCount()METHODgetFixedCellSize) ()   Returns the fixed cell size value. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getFixedCellSize()TreeViewjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getFixedCellSize()METHOD
getFocusModel6 ()   Returns the currently installed   FocusModel  . Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getFocusModel()TreeViewjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getFocusModel()METHODgetNodeLevelœ ( TreeItem <?> node)   Returns the number of levels of 'indentation' of the given TreeItem, based on how many times getParent() can be recursively called. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getNodeLevel()TreeViewjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getNodeLevel()METHODgetOnEditCancelV ()   Returns the   EventHandler   that will be called when the user cancels an edit. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getOnEditCancel()TreeViewjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getOnEditCancel()METHODgetOnEditCommitV ()   Returns the   EventHandler   that will be called when the user commits an edit. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getOnEditCommit()TreeViewjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getOnEditCommit()METHODgetOnEditStartU ()   Returns the   EventHandler   that will be called when the user begins an edit. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getOnEditStart()TreeViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getOnEditStart()METHOD
getOnScrollTo1 ()   Gets the value of the property onScrollTo. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getOnScrollTo()TreeViewjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getOnScrollTo()METHODgetRoot\ ()   Returns the current root node of this TreeView, or null if no root node is specified. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getRoot()TreeViewjavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getRoot()METHODgetRow‰ ( TreeItem < T > item)   Returns the index position of the given TreeItem, taking into account the current state of each TreeItem (i.e. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getRow()TreeViewjavafx.scene.controlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getRow()METHODgetSelectionModel7 ()   Returns the currently installed selection model. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getSelectionModel()TreeViewjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getSelectionModel()METHODgetTreeItemV (int row)   Returns the TreeItem in the given index, or null if it is out of bounds. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getTreeItem()TreeViewjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#getTreeItem()METHOD
1365 isEditable/ ()   Gets the value of the property editable. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#isEditable()TreeViewjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#isEditable()METHOD
1366 isShowRoot\ ()   Returns true if the root of the TreeView should be shown, and false if it should not. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#isShowRoot()TreeViewjavafx.scene.controlUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#isShowRoot()METHODlayoutChildrenN ()   Invoked during the layout pass to layout the children in this  Parent . Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#layoutChildren()TreeViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#layoutChildren()METHODonEditCancelPropertyM ()   This event handler will be fired when the user cancels editing a cell. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#onEditCancelProperty()TreeViewjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#onEditCancelProperty()METHODonEditCommitPropertyx ()   This property is used when the user performs an action that should result in their editing input being persisted. _http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#onEditCommitProperty()TreeViewjavafx.scene.control_http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#onEditCommitProperty()METHODonEditStartPropertyU ()   This event handler will be fired when the user successfully initiates editing. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#onEditStartProperty()TreeViewjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#onEditStartProperty()METHODonScrollToPropertyY ()   Called when there's a request to scroll an index into view using   scrollTo(int)   ]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#onScrollToProperty()TreeViewjavafx.scene.control]http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#onScrollToProperty()METHODrootProperty; ()   Property representing the root node of the TreeView. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#rootProperty()TreeViewjavafx.scene.controlWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#rootProperty()METHODscrollTof (int index)   Scrolls the TreeView such that the item in the given index is visible to the end user. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#scrollTo()TreeViewjavafx.scene.controlShttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#scrollTo()METHODselectionModelProperty  ()   The SelectionModel provides the API through which it is possible to select single or multiple items within a TreeView, as well as inspect which rows have ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#selectionModelProperty()TreeViewjavafx.scene.controlahttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#selectionModelProperty()METHODsetCellFactory  ( Callback < TreeView < T >, TreeCell < T >> value)   Sets the cell factory that will be used for creating TreeCells, which are used to represent items in the Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#setCellFactory()TreeViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#setCellFactory()METHODsetEditable< (boolean value)   Sets the value of the property editable. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#setEditable()TreeViewjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#setEditable()METHODsetFixedCellSizeA (double value)   Sets the new fixed cell size for this control. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#setFixedCellSize()TreeViewjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#setFixedCellSize()METHOD
setFocusModel] ( FocusModel < TreeItem < T >> value)   Sets the   FocusModel   to be used in the TreeView. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#setFocusModel()TreeViewjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#setFocusModel()METHODsetOnEditCancel‚ ( EventHandler < TreeView.EditEvent < T >> value)   Sets the   EventHandler   that will be called when the user cancels an edit. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#setOnEditCancel()TreeViewjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#setOnEditCancel()METHODsetOnEditCommit‚ ( EventHandler < TreeView.EditEvent < T >> value)   Sets the   EventHandler   that will be called when the user commits an edit. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#setOnEditCommit()TreeViewjavafx.scene.controlZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#setOnEditCommit()METHODsetOnEditStart ( EventHandler < TreeView.EditEvent < T >> value)   Sets the   EventHandler   that will be called when the user begins an edit. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#setOnEditStart()TreeViewjavafx.scene.controlYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#setOnEditStart()METHOD
setOnScrollToi ( EventHandler < ScrollToEvent <java.lang.Integer>> value)   Sets the value of the property onScrollTo. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#setOnScrollTo()TreeViewjavafx.scene.controlXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#setOnScrollTo()METHODsetRoot@ ( TreeItem < T > value)   Sets the root node in this TreeView. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#setRoot()TreeViewjavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#setRoot()METHODsetSelectionModelu ( MultipleSelectionModel < TreeItem < T >> value)   Sets the   MultipleSelectionModel   to be used in the TreeView. \http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#setSelectionModel()TreeViewjavafx.scene.control\http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#setSelectionModel()METHODsetShowRoot_ (boolean value)   Specifies whether the root  TreeItem  should be shown within this TreeView. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#setShowRoot()TreeViewjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#setShowRoot()METHODshowRootPropertyQ ()   Property that represents whether or not the TreeView root node is visible. [http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#showRootProperty()TreeViewjavafx.scene.control[http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.html#showRootProperty()CLASSTreeView.EditEventjavafx.scene.controlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.EditEvent.htmlRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.EditEvent.htmlMETHODgetNewValueE ()   Returns the new value input into the TreeItem by the end user. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.EditEvent.html#getNewValue()TreeView.EditEventjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.EditEvent.html#getNewValue()METHODgetOldValueZ ()   Returns the old value that existed in the TreeItem prior to the current edit event. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.EditEvent.html#getOldValue()TreeView.EditEventjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.EditEvent.html#getOldValue()METHOD      getSource; ()   Returns the TreeView upon which the edit took place. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.EditEvent.html#getSource()TreeView.EditEventjavafx.scene.control^http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.EditEvent.html#getSource()METHODgetTreeItem? ()   Returns the   TreeItem   upon which the edit took place. `http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.EditEvent.html#getTreeItem()TreeView.EditEventjavafx.scene.control`http://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.EditEvent.html#getTreeItem()FIELDANY/    Common supertype for all edit event types. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.EditEvent.html#ANYTreeView.EditEventjavafx.scene.controlVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/control/TreeView.EditEvent.html#ANYCLASSTriangleMesh Note that the term point, as used in the method names and method descriptions, actually refers to a set of x, y, and z point representing the position of a singjavafx.scene.shapeJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/TriangleMesh.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/TriangleMesh.htmlMETHODgetFaceElementSize= ()   Returns the number of elements that represents a Face. _http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/TriangleMesh.html#getFaceElementSize()TriangleMeshjavafx.scene.shape_http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/TriangleMesh.html#getFaceElementSize()METHODgetFacesg ()   Gets the  faces  array, indices into the  points  and  texCoords  arrays, of this  TriangleMesh  Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/TriangleMesh.html#getFaces()TriangleMeshjavafx.scene.shapeUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/TriangleMesh.html#getFaces()METHODgetFaceSmoothingGroupsC ()   Gets the  faceSmoothingGroups  array of this  TriangleMesh . chttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/TriangleMesh.html#getFaceSmoothingGroups()TriangleMeshjavafx.scene.shapechttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/TriangleMesh.html#getFaceSmoothingGroups()METHODgetPointElementSize> ()   Returns the number of elements that represents a Point. `http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/TriangleMesh.html#getPointElementSize()TriangleMeshjavafx.scene.shape`http://download.java.net/jdk8/jfxdocs/javafx/scene/shape/TriangleMesh.html#getPointElementSize()METHOD  getPoints6 ()   Gets the  points  array of this  TriangleMesh . Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/TriangleMesh.html#getPoints()TriangleMeshjavafx.scene.shapeVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/TriangleMesh.html#getPoints()METHODgetTexCoordElementSizeA ()   Returns the number of elements that represents a TexCoord. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/TriangleMesh.html#getTexCoordElementSize()TriangleMeshjavafx.scene.shapechttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/TriangleMesh.html#getTexCoordElementSize()METHODgetTexCoords9 ()   Gets the  texCoords  array of this  TriangleMesh . Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/TriangleMesh.html#getTexCoords()TriangleMeshjavafx.scene.shapeYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/TriangleMesh.html#getTexCoords()CLASS     ValueAxisjavafx.scene.chartGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.htmlPROPERTY
1367 lowerBound>    The value for the lower bound of this axis, ie min value. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#lowerBound   ValueAxisjavafx.scene.chartRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#lowerBoundPROPERTYminorTickCountU    The number of minor tick divisions to be displayed between each major tick mark. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#minorTickCount       ValueAxisjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#minorTickCountPROPERTYminorTickLength)    The length of minor tick mark lines. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#minorTickLength     ValueAxisjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#minorTickLengthPROPERTYminorTickVisible1    true if minor tick marks should be displayed Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#minorTickVisible  ValueAxisjavafx.scene.chartXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#minorTickVisiblePROPERTYscale5    The scale factor from data units to visual units Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#scale   ValueAxisjavafx.scene.chartMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#scalePROPERTYtickLabelFormatter5    StringConverter used to format tick mark labels. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#tickLabelFormatter    ValueAxisjavafx.scene.chartZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#tickLabelFormatterPROPERTY
1368 upperBound>    The value for the upper bound of this axis, ie max value. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#upperBound   ValueAxisjavafx.scene.chartRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#upperBoundMETHOD autoRangeu (double length)   This calculates the upper and lower bound based on the data provided to invalidateRange() method. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#autoRange()       ValueAxisjavafx.scene.chartShttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#autoRange()METHOD        autoRangeŸ (double minValue, double maxValue, double length, double labelSize)   Called to set the upper and lower bound and anything else that needs to be auto-ranged. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#autoRange()    ValueAxisjavafx.scene.chartShttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#autoRange()METHODcalculateMinorTickMarksD ()   Calculate a list of the data values for every minor tick mark ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#calculateMinorTickMarks()   ValueAxisjavafx.scene.chartahttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#calculateMinorTickMarks()METHODcalculateNewScale^ (double length, double lowerBound, double upperBound)   Calculate a new scale for this axis. [http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#calculateNewScale()       ValueAxisjavafx.scene.chart[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#calculateNewScale()METHODgetClassCssMetaData () ]http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#getClassCssMetaData()   ValueAxisjavafx.scene.chart]http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#getClassCssMetaData()METHODgetCssMetaData’ ()   This method should delegate to   Node.getClassCssMetaData()   so that a Node's CssMetaData can be accessed without the need for reflection. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#getCssMetaData()    ValueAxisjavafx.scene.chartXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#getCssMetaData()METHODgetDisplayPositionJ ( T  value)   Get the display position along this axis for a given value \http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#getDisplayPosition()  ValueAxisjavafx.scene.chart\http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#getDisplayPosition()METHOD
getLowerBound1 ()   Gets the value of the property lowerBound. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#getLowerBound() ValueAxisjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#getLowerBound()METHODgetMinorTickCount5 ()   Gets the value of the property minorTickCount. [http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#getMinorTickCount()  ValueAxisjavafx.scene.chart[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#getMinorTickCount()METHODgetMinorTickLength6 ()   Gets the value of the property minorTickLength. \http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#getMinorTickLength()   ValueAxisjavafx.scene.chart\http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#getMinorTickLength()METHODgetScale, ()   Gets the value of the property scale. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#getScale()  ValueAxisjavafx.scene.chartRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#getScale()METHODgetTickLabelFormatter9 ()   Gets the value of the property tickLabelFormatter. _http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#getTickLabelFormatter()   ValueAxisjavafx.scene.chart_http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#getTickLabelFormatter()METHOD
getUpperBound1 ()   Gets the value of the property upperBound. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#getUpperBound()      ValueAxisjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#getUpperBound()METHODgetValueForDisplay\ (double displayPosition)   Get the data value for the given display position on this axis. \http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#getValueForDisplay() ValueAxisjavafx.scene.chart\http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#getValueForDisplay()METHODgetZeroPositionA ()   Get the display position of the zero line along this axis. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#getZeroPosition()     ValueAxisjavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#getZeroPosition()METHODinvalidateRanged (java.util.List< T > data)   Called when data has changed and the range may not be valid any more. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#invalidateRange()       ValueAxisjavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#invalidateRange()METHODisMinorTickVisible7 ()   Gets the value of the property minorTickVisible. \http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#isMinorTickVisible()    ValueAxisjavafx.scene.chart\http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#isMinorTickVisible()METHOD
isValueOnAxisC ( T  value)   Checks if the given value is plottable on this axis Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#isValueOnAxis()       ValueAxisjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#isValueOnAxis()METHODlayoutChildrenN ()   Invoked during the layout pass to layout this axis and all its content. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#layoutChildren()       ValueAxisjavafx.scene.chartXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#layoutChildren()METHODlowerBoundProperty@ ()   The value for the lower bound of this axis, ie min value. \http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#lowerBoundProperty()    ValueAxisjavafx.scene.chart\http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#lowerBoundProperty()METHODminorTickCountPropertyW ()   The number of minor tick divisions to be displayed between each major tick mark. `http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#minorTickCountProperty() ValueAxisjavafx.scene.chart`http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#minorTickCountProperty()METHODminorTickLengthProperty+ ()   The length of minor tick mark lines. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#minorTickLengthProperty()       ValueAxisjavafx.scene.chartahttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#minorTickLengthProperty()METHODminorTickVisibleProperty3 ()   true if minor tick marks should be displayed bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#minorTickVisibleProperty()    ValueAxisjavafx.scene.chartbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#minorTickVisibleProperty()METHOD
scaleProperty7 ()   The scale factor from data units to visual units Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#scaleProperty()     ValueAxisjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#scaleProperty()METHOD
setLowerBound= (double value)   Sets the value of the property lowerBound. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#setLowerBound()  ValueAxisjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#setLowerBound()METHODsetMinorTickCount> (int value)   Sets the value of the property minorTickCount. [http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#setMinorTickCount()      ValueAxisjavafx.scene.chart[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#setMinorTickCount()METHODsetMinorTickLengthB (double value)   Sets the value of the property minorTickLength. \http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#setMinorTickLength()       ValueAxisjavafx.scene.chart\http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#setMinorTickLength()METHODsetMinorTickVisibleD (boolean value)   Sets the value of the property minorTickVisible. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#setMinorTickVisible()  ValueAxisjavafx.scene.chart]http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#setMinorTickVisible()METHODsetScale8 (double scale)   Sets the value of the property scale. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#setScale()     ValueAxisjavafx.scene.chartRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#setScale()METHODsetTickLabelFormatterU ( StringConverter < T > value)   Sets the value of the property tickLabelFormatter. _http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#setTickLabelFormatter() ValueAxisjavafx.scene.chart_http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#setTickLabelFormatter()METHOD
setUpperBound= (double value)   Sets the value of the property upperBound. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#setUpperBound()  ValueAxisjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#setUpperBound()METHODtickLabelFormatterProperty7 ()   StringConverter used to format tick mark labels. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#tickLabelFormatterProperty()      ValueAxisjavafx.scene.chartdhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#tickLabelFormatterProperty()METHODtickMarksUpdated| ()   Called during layout if the tickmarks have been updated, allowing subclasses to do anything they need to in reaction. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#tickMarksUpdated()        ValueAxisjavafx.scene.chartZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#tickMarksUpdated()METHODtoNumericValueL ( T  value)   All axis values must be representable by some numeric value. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#toNumericValue()      ValueAxisjavafx.scene.chartXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#toNumericValue()METHODtoRealValueO (double value)   All axis values must be representable by some numeric value. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#toRealValue()   ValueAxisjavafx.scene.chartUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#toRealValue()METHODupperBoundProperty@ ()   The value for the upper bound of this axis, ie max value. \http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#upperBoundProperty()       ValueAxisjavafx.scene.chart\http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#upperBoundProperty()FIELDcurrentLowerBoundE    The current value for the lowerBound of this axis, ie min value. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#currentLowerBound        ValueAxisjavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/ValueAxis.html#currentLowerBoundCLASSVBox VBox example:    VBox vbox = new VBox(8); // spacing = 8 vbox.getChildren().addAll(new Button("Cut"), new Button("Copy"), new Button("Paste"));    VBox will resjavafx.scene.layoutChttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.htmlChttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.htmlPROPERTY    alignmentJ    The overall alignment of children within the vbox's width and height. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#alignmentVBoxjavafx.scene.layoutMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#alignmentPROPERTY fillWidth     Whether or not resizable children will be resized to fill the full width of the vbox or be kept to their preferred width and aligned according to the  alignMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#fillWidthVBoxjavafx.scene.layoutMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#fillWidthPROPERTYspacingA    The amount of vertical space between each child in the vbox. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#spacingVBoxjavafx.scene.layoutKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#spacingMETHODalignmentPropertyL ()   The overall alignment of children within the vbox's width and height. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#alignmentProperty()VBoxjavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#alignmentProperty()METHODclearConstraintsD ( Node  child)   Removes all vbox constraints from the child node. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#clearConstraints()VBoxjavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#clearConstraints()METHODcomputeMinHeight> (double width)   Computes the minimum height of this region. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#computeMinHeight()VBoxjavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#computeMinHeight()METHODcomputeMinWidth> (double height)   Computes the minimum width of this region. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#computeMinWidth()VBoxjavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#computeMinWidth()METHODcomputePrefHeight  (double width)   Computes the preferred height of this region for the given width; Region subclasses should override this method to return an appropriate valueWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#computePrefHeight()VBoxjavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#computePrefHeight()METHODcomputePrefWidthU (double height)   Computes the preferred width of this region for the given height. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#computePrefWidth()VBoxjavafx.scene.layoutVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#computePrefWidth()METHODfillWidthProperty  ()   Whether or not resizable children will be resized to fill the full width of the vbox or be kept to their preferred width and aligned according to the  aliWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#fillWidthProperty()VBoxjavafx.scene.layoutWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#fillWidthProperty()METHODgetAlignment0 ()   Gets the value of the property alignment. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#getAlignment()VBoxjavafx.scene.layoutRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#getAlignment()METHODgetClassCssMetaData () Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#getClassCssMetaData()VBoxjavafx.scene.layoutYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#getClassCssMetaData()METHODgetContentBiasM ()   Returns the orientation of a node's resizing bias for layout purposes. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#getContentBias()VBoxjavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#getContentBias()METHODgetCssMetaData’ ()   This method should delegate to   Node.getClassCssMetaData()   so that a Node's CssMetaData can be accessed without the need for reflection. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#getCssMetaData()VBoxjavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#getCssMetaData()METHOD        getMargin> ( Node  child)   Returns the child's margin property if set. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#getMargin()VBoxjavafx.scene.layoutOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#getMargin()METHOD
1369 getSpacing. ()   Gets the value of the property spacing. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#getSpacing()VBoxjavafx.scene.layoutPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#getSpacing()METHODgetVgrow= ( Node  child)   Returns the child's vgrow property if set. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#getVgrow()VBoxjavafx.scene.layoutNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#getVgrow()METHODisFillWidth0 ()   Gets the value of the property fillWidth. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#isFillWidth()VBoxjavafx.scene.layoutQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#isFillWidth()METHODlayoutChildrenN ()   Invoked during the layout pass to layout the children in this  Parent . Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#layoutChildren()VBoxjavafx.scene.layoutThttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#layoutChildren()METHOD
requestLayoutP ()   Requests a layout pass to be performed before the next scene is rendered. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#requestLayout()VBoxjavafx.scene.layoutShttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#requestLayout()METHODsetAlignment; ( Pos  value)   Sets the value of the property alignment. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#setAlignment()VBoxjavafx.scene.layoutRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#setAlignment()METHODsetFillWidth= (boolean value)   Sets the value of the property fillWidth. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#setFillWidth()VBoxjavafx.scene.layoutRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#setFillWidth()METHOD setMarginZ ( Node  child,  Insets  value)   Sets the margin for the child when contained by a vbox. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#setMargin()VBoxjavafx.scene.layoutOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#setMargin()METHOD
1370 setSpacing: (double value)   Sets the value of the property spacing. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#setSpacing()VBoxjavafx.scene.layoutPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#setSpacing()METHODsetVgrowm ( Node  child,  Priority  value)   Sets the vertical grow priority for the child when contained by an vbox. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#setVgrow()VBoxjavafx.scene.layoutNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#setVgrow()METHODspacingPropertyC ()   The amount of vertical space between each child in the vbox. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#spacingProperty()VBoxjavafx.scene.layoutUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/layout/VBox.html#spacingProperty()ENUMVerticalDirectionjavafx.geometryLhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/VerticalDirection.htmlLhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/VerticalDirection.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Vhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/VerticalDirection.html#valueOf()VerticalDirectionjavafx.geometryVhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/VerticalDirection.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Uhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/VerticalDirection.html#values()VerticalDirectionjavafx.geometryUhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/VerticalDirection.html#values()CLASS
1371 VideoTrackjavafx.scene.mediaHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/VideoTrack.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/VideoTrack.htmlMETHOD    getHeight) ()   Retrieves the height of the track. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/VideoTrack.html#getHeight()
1372 VideoTrackjavafx.scene.mediaThttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/VideoTrack.html#getHeight()METHODgetWidth( ()   Retrieves the width of the track. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/VideoTrack.html#getWidth()
1373 VideoTrackjavafx.scene.mediaShttp://download.java.net/jdk8/jfxdocs/javafx/scene/media/VideoTrack.html#getWidth()CLASSVLineTo For more information on path elements see the   Path   and   PathElement   classes.  Example:   import javafx.scene.shape.*; Path path = new Path(); path.getElejavafx.scene.shapeEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/VLineTo.htmlEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/VLineTo.htmlPROPERTYy    Defines the Y coordinate. Ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/VLineTo.html#yVLineTojavafx.scene.shapeGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/VLineTo.html#yMETHODgetY( ()   Gets the value of the property y. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/VLineTo.html#getY()VLineTojavafx.scene.shapeLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/VLineTo.html#getY()METHODsetY4 (double value)   Sets the value of the property y. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/VLineTo.html#setY()VLineTojavafx.scene.shapeLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/VLineTo.html#setY()METHODtoString@ ()   Returns a string representation of this  VLineTo  object. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/VLineTo.html#toString()VLineTojavafx.scene.shapePhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/VLineTo.html#toString()METHOD        yProperty  ()   Defines the Y coordinate. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/VLineTo.html#yProperty()VLineTojavafx.scene.shapeQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/shape/VLineTo.html#yProperty()ENUMVPosjavafx.geometry?http://download.java.net/jdk8/jfxdocs/javafx/geometry/VPos.html?http://download.java.net/jdk8/jfxdocs/javafx/geometry/VPos.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Ihttp://download.java.net/jdk8/jfxdocs/javafx/geometry/VPos.html#valueOf()VPosjavafx.geometryIhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/VPos.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Hhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/VPos.html#values()VPosjavafx.geometryHhttp://download.java.net/jdk8/jfxdocs/javafx/geometry/VPos.html#values()CLASSWeakChangeListener  WeakChangeListener  are created by passing in the original   ChangeListener  . The  WeakChangeListener  should then be registered to listen for changes of the javafx.beans.valuePhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WeakChangeListener.htmlPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WeakChangeListener.htmlMETHODchanged˜ ( ObservableValue <? extends  T > observable,  T  oldValue,  T  newValue)   This method needs to be provided by an implementation of  ChangeListener . Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WeakChangeListener.html#changed()WeakChangeListenerjavafx.beans.valueZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WeakChangeListener.html#changed()METHODwasGarbageCollectedC ()   Returns  true  if the linked listener was garbage-collected. fhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WeakChangeListener.html#wasGarbageCollected()WeakChangeListenerjavafx.beans.valuefhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WeakChangeListener.html#wasGarbageCollected()CLASSWeakEventHandlerjavafx.eventHhttp://download.java.net/jdk8/jfxdocs/javafx/event/WeakEventHandler.htmlHhttp://download.java.net/jdk8/jfxdocs/javafx/event/WeakEventHandler.htmlMETHODhandleL ( T  event)   Forwards event notification to the associated event handler. Qhttp://download.java.net/jdk8/jfxdocs/javafx/event/WeakEventHandler.html#handle()WeakEventHandlerjavafx.eventQhttp://download.java.net/jdk8/jfxdocs/javafx/event/WeakEventHandler.html#handle()METHODwasGarbageCollectedQ ()   Indicates whether the associated event handler has been garbage collected. ^http://download.java.net/jdk8/jfxdocs/javafx/event/WeakEventHandler.html#wasGarbageCollected()WeakEventHandlerjavafx.event^http://download.java.net/jdk8/jfxdocs/javafx/event/WeakEventHandler.html#wasGarbageCollected()CLASSWeakInvalidationListener  WeakInvalidationListener  are created by passing in the original   InvalidationListener  . The  WeakInvalidationListener  should then be registered to listen fjavafx.beansPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/WeakInvalidationListener.htmlPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/WeakInvalidationListener.htmlMETHODinvalidatedn ( Observable  observable)   This method needs to be provided by an implementation of  InvalidationListener . ^http://download.java.net/jdk8/jfxdocs/javafx/beans/WeakInvalidationListener.html#invalidated()WeakInvalidationListenerjavafx.beans^http://download.java.net/jdk8/jfxdocs/javafx/beans/WeakInvalidationListener.html#invalidated()METHODwasGarbageCollectedC ()   Returns  true  if the linked listener was garbage-collected. fhttp://download.java.net/jdk8/jfxdocs/javafx/beans/WeakInvalidationListener.html#wasGarbageCollected()WeakInvalidationListenerjavafx.beansfhttp://download.java.net/jdk8/jfxdocs/javafx/beans/WeakInvalidationListener.html#wasGarbageCollected()CLASSWeakListChangeListener  WeakListChangeListener  are created by passing in the original   ListChangeListener  . The  WeakListChangeListener  should then be registered to listen for chajavafx.collectionsThttp://download.java.net/jdk8/jfxdocs/javafx/collections/WeakListChangeListener.htmlThttp://download.java.net/jdk8/jfxdocs/javafx/collections/WeakListChangeListener.htmlMETHOD        onChangedq ( ListChangeListener.Change <? extends  E > change)   Called after a change has been made to an ObservableList. `http://download.java.net/jdk8/jfxdocs/javafx/collections/WeakListChangeListener.html#onChanged()WeakListChangeListenerjavafx.collections`http://download.java.net/jdk8/jfxdocs/javafx/collections/WeakListChangeListener.html#onChanged()METHODwasGarbageCollectedC ()   Returns  true  if the linked listener was garbage-collected. jhttp://download.java.net/jdk8/jfxdocs/javafx/collections/WeakListChangeListener.html#wasGarbageCollected()WeakListChangeListenerjavafx.collectionsjhttp://download.java.net/jdk8/jfxdocs/javafx/collections/WeakListChangeListener.html#wasGarbageCollected()CLASSWeakListenerjavafx.beansDhttp://download.java.net/jdk8/jfxdocs/javafx/beans/WeakListener.htmlDhttp://download.java.net/jdk8/jfxdocs/javafx/beans/WeakListener.htmlMETHODwasGarbageCollectedC ()   Returns  true  if the linked listener was garbage-collected. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/WeakListener.html#wasGarbageCollected()WeakListenerjavafx.beansZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/WeakListener.html#wasGarbageCollected()CLASSWeakMapChangeListener  WeakMapChangeListener  are created by passing in the original   MapChangeListener  . The  WeakMapChangeListener  should then be registered to listen for changejavafx.collectionsShttp://download.java.net/jdk8/jfxdocs/javafx/collections/WeakMapChangeListener.htmlShttp://download.java.net/jdk8/jfxdocs/javafx/collections/WeakMapChangeListener.htmlMETHOD   onChanged} ( MapChangeListener.Change <? extends  K ,? extends  V > change)   Called after a change has been made to an ObservableMap. _http://download.java.net/jdk8/jfxdocs/javafx/collections/WeakMapChangeListener.html#onChanged()WeakMapChangeListenerjavafx.collections_http://download.java.net/jdk8/jfxdocs/javafx/collections/WeakMapChangeListener.html#onChanged()METHODwasGarbageCollectedC ()   Returns  true  if the linked listener was garbage-collected. ihttp://download.java.net/jdk8/jfxdocs/javafx/collections/WeakMapChangeListener.html#wasGarbageCollected()WeakMapChangeListenerjavafx.collectionsihttp://download.java.net/jdk8/jfxdocs/javafx/collections/WeakMapChangeListener.html#wasGarbageCollected()CLASSWeakSetChangeListener  WeakSetChangeListener  are created by passing in the original   SetChangeListener  . The  WeakSetChangeListener  should then be registered to listen for changejavafx.collectionsShttp://download.java.net/jdk8/jfxdocs/javafx/collections/WeakSetChangeListener.htmlShttp://download.java.net/jdk8/jfxdocs/javafx/collections/WeakSetChangeListener.htmlMETHOD   onChangedo ( SetChangeListener.Change <? extends  E > change)   Called after a change has been made to an ObservableSet. _http://download.java.net/jdk8/jfxdocs/javafx/collections/WeakSetChangeListener.html#onChanged()WeakSetChangeListenerjavafx.collections_http://download.java.net/jdk8/jfxdocs/javafx/collections/WeakSetChangeListener.html#onChanged()METHODwasGarbageCollectedC ()   Returns  true  if the linked listener was garbage-collected. ihttp://download.java.net/jdk8/jfxdocs/javafx/collections/WeakSetChangeListener.html#wasGarbageCollected()WeakSetChangeListenerjavafx.collectionsihttp://download.java.net/jdk8/jfxdocs/javafx/collections/WeakSetChangeListener.html#wasGarbageCollected()CLASS        WebEngine The  WebEngine  class provides two ways to load content into a  WebEngine  object:    From an arbitrary URL using the   load(java.lang.String)   method. This mejavafx.scene.webEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.htmlEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.htmlPROPERTYconfirmHandler+    JavaScript  confirm  handler property. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#confirmHandler      WebEnginejavafx.scene.webThttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#confirmHandlerPROPERTYcreatePopupHandler'    JavaScript popup handler property. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#createPopupHandler       WebEnginejavafx.scene.webXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#createPopupHandlerPROPERTYdocument.    Document object for the current Web page. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#document  WebEnginejavafx.scene.webNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#documentPROPERTYjavaScriptEnabled7    Specifies whether JavaScript execution is enabled. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#javaScriptEnabled       WebEnginejavafx.scene.webWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#javaScriptEnabledPROPERTYlocation!    URL of the current Web page. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#location        WebEnginejavafx.scene.webNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#locationPROPERTYonAlert)    JavaScript  alert  handler property. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#onAlert WebEnginejavafx.scene.webMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#onAlertPROPERTYonError3    The event handler called when an error occurs. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#onError        WebEnginejavafx.scene.webMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#onErrorPROPERTY        onResized/    JavaScript window resize handler property. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#onResized WebEnginejavafx.scene.webOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#onResizedPROPERTYonStatusChanged(    JavaScript status handler property. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#onStatusChanged WebEnginejavafx.scene.webUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#onStatusChangedPROPERTYonVisibilityChanged3    JavaScript window visibility handler property. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#onVisibilityChanged        WebEnginejavafx.scene.webYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#onVisibilityChangedPROPERTY
promptHandler*    JavaScript  prompt  handler property. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#promptHandler WebEnginejavafx.scene.webShttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#promptHandlerPROPERTYtitle#    Title of the current Web page. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#title      WebEnginejavafx.scene.webKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#titlePROPERTY  userAgent$    Specifies user agent ID string. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#userAgent    WebEnginejavafx.scene.webOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#userAgentPROPERTYuserDataDirectoryU    Specifies the directory to be used by this  WebEngine  to store local user data. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#userDataDirectory        WebEnginejavafx.scene.webWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#userDataDirectoryPROPERTYuserStyleSheetLocation5    Location of the user stylesheet as a string URL. \http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#userStyleSheetLocation      WebEnginejavafx.scene.web\http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#userStyleSheetLocationMETHODconfirmHandlerProperty- ()   JavaScript  confirm  handler property. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#confirmHandlerProperty()       WebEnginejavafx.scene.web^http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#confirmHandlerProperty()METHODcreatePopupHandlerProperty) ()   JavaScript popup handler property. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#createPopupHandlerProperty() WebEnginejavafx.scene.webbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#createPopupHandlerProperty()METHODdocumentProperty0 ()   Document object for the current Web page. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#documentProperty()  WebEnginejavafx.scene.webXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#documentProperty()METHOD
executeScriptS (java.lang.String script)   Executes a script in the context of the current page. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#executeScript()       WebEnginejavafx.scene.webUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#executeScript()METHODgetConfirmHandler0 ()   Returns the JavaScript  confirm  handler. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getConfirmHandler()     WebEnginejavafx.scene.webYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getConfirmHandler()METHODgetCreatePopupHandler, ()   Returns the JavaScript popup handler. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getCreatePopupHandler()     WebEnginejavafx.scene.web]http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getCreatePopupHandler()METHODgetDocument< ()   Returns the document object for the current Web page. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getDocument()  WebEnginejavafx.scene.webShttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getDocument()METHOD
1374 getHistory* ()   Returns the session history object. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getHistory()  WebEnginejavafx.scene.webRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getHistory()METHOD
getLoadWorkerN ()   Returns a   Worker   object that can be used to track loading progress. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getLoadWorker()  WebEnginejavafx.scene.webUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getLoadWorker()METHODgetLocation+ ()   Returns URL of the current Web page. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getLocation()      WebEnginejavafx.scene.webShttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getLocation()METHOD
1375 getOnAlert. ()   Returns the JavaScript  alert  handler. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getOnAlert()      WebEnginejavafx.scene.webRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getOnAlert()METHOD
1376 getOnError. ()   Gets the value of the property onError. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getOnError()      WebEnginejavafx.scene.webRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getOnError()METHODgetOnResized4 ()   Returns the JavaScript window resize handler. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getOnResized()      WebEnginejavafx.scene.webThttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getOnResized()METHODgetOnStatusChanged- ()   Returns the JavaScript status handler. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getOnStatusChanged()       WebEnginejavafx.scene.webZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getOnStatusChanged()METHODgetOnVisibilityChanged8 ()   Returns the JavaScript window visibility handler. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getOnVisibilityChanged()      WebEnginejavafx.scene.web^http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getOnVisibilityChanged()METHODgetPromptHandler/ ()   Returns the JavaScript  prompt  handler. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getPromptHandler()       WebEnginejavafx.scene.webXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getPromptHandler()METHODgetTitle- ()   Returns title of the current Web page. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getTitle() WebEnginejavafx.scene.webPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getTitle()METHODgetUserAgent0 ()   Gets the value of the property userAgent. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getUserAgent()    WebEnginejavafx.scene.webThttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getUserAgent()METHODgetUserDataDirectory8 ()   Gets the value of the property userDataDirectory. \http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getUserDataDirectory()        WebEnginejavafx.scene.web\http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getUserDataDirectory()METHODgetUserStyleSheetLocation= ()   Gets the value of the property userStyleSheetLocation. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getUserStyleSheetLocation() WebEnginejavafx.scene.webahttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#getUserStyleSheetLocation()METHODisJavaScriptEnabled8 ()   Gets the value of the property javaScriptEnabled. [http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#isJavaScriptEnabled()     WebEnginejavafx.scene.web[http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#isJavaScriptEnabled()METHODjavaScriptEnabledProperty9 ()   Specifies whether JavaScript execution is enabled. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#javaScriptEnabledProperty()      WebEnginejavafx.scene.webahttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#javaScriptEnabledProperty()METHODload= (java.lang.String url)   Loads a Web page into this engine. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#load()      WebEnginejavafx.scene.webLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#load()METHODloadContentE (java.lang.String content)   Loads the given HTML content directly. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#loadContent()     WebEnginejavafx.scene.webShttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#loadContent()METHODloadContent^ (java.lang.String content, java.lang.String contentType)   Loads the given content directly. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#loadContent()     WebEnginejavafx.scene.webShttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#loadContent()METHODlocationProperty# ()   URL of the current Web page. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#locationProperty()      WebEnginejavafx.scene.webXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#locationProperty()METHODonAlertProperty+ ()   JavaScript  alert  handler property. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#onAlertProperty()   WebEnginejavafx.scene.webWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#onAlertProperty()METHODonErrorProperty5 ()   The event handler called when an error occurs. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#onErrorProperty()  WebEnginejavafx.scene.webWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#onErrorProperty()METHODonResizedProperty1 ()   JavaScript window resize handler property. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#onResizedProperty()  WebEnginejavafx.scene.webYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#onResizedProperty()METHODonStatusChangedProperty* ()   JavaScript status handler property. _http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#onStatusChangedProperty()   WebEnginejavafx.scene.web_http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#onStatusChangedProperty()METHODonVisibilityChangedProperty5 ()   JavaScript window visibility handler property. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#onVisibilityChangedProperty()  WebEnginejavafx.scene.webchttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#onVisibilityChangedProperty()METHODprintO ( PrinterJob  job)   Prints the current Web page using the given printer job. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#print()        WebEnginejavafx.scene.webMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#print()METHODpromptHandlerProperty, ()   JavaScript  prompt  handler property. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#promptHandlerProperty() WebEnginejavafx.scene.web]http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#promptHandlerProperty()METHODreloadw ()   Reloads the current page, whether loaded from URL or directly from a String in one of the  loadContent  methods. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#reload()    WebEnginejavafx.scene.webNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#reload()METHODsetConfirmHandlerc ( Callback <java.lang.String,java.lang.Boolean> handler)   Sets the JavaScript  confirm  handler. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#setConfirmHandler()   WebEnginejavafx.scene.webYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#setConfirmHandler()METHODsetCreatePopupHandlerX ( Callback < PopupFeatures , WebEngine > handler)   Sets the JavaScript popup handler. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#setCreatePopupHandler()   WebEnginejavafx.scene.web]http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#setCreatePopupHandler()METHODsetJavaScriptEnabledE (boolean value)   Sets the value of the property javaScriptEnabled. \http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#setJavaScriptEnabled()  WebEnginejavafx.scene.web\http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#setJavaScriptEnabled()METHOD
1377 setOnAlert_ ( EventHandler < WebEvent <java.lang.String>> handler)   Sets the JavaScript  alert  handler. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#setOnAlert() WebEnginejavafx.scene.webRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#setOnAlert()METHOD
1378 setOnErrorU ( EventHandler < WebErrorEvent > handler)   Sets the value of the property onError. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#setOnError() WebEnginejavafx.scene.webRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#setOnError()METHODsetOnResizedb ( EventHandler < WebEvent < Rectangle2D >> handler)   Sets the JavaScript window resize handler. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#setOnResized()    WebEnginejavafx.scene.webThttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#setOnResized()METHODsetOnStatusChanged^ ( EventHandler < WebEvent <java.lang.String>> handler)   Sets the JavaScript status handler. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#setOnStatusChanged()  WebEnginejavafx.scene.webZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#setOnStatusChanged()METHODsetOnVisibilityChangedj ( EventHandler < WebEvent <java.lang.Boolean>> handler)   Sets the JavaScript window visibility handler. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#setOnVisibilityChanged()        WebEnginejavafx.scene.web^http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#setOnVisibilityChanged()METHODsetPromptHandler] ( Callback < PromptData ,java.lang.String> handler)   Sets the JavaScript  prompt  handler. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#setPromptHandler()   WebEnginejavafx.scene.webXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#setPromptHandler()METHODsetUserAgentF (java.lang.String value)   Sets the value of the property userAgent. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#setUserAgent()      WebEnginejavafx.scene.webThttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#setUserAgent()METHODsetUserDataDirectoryJ (java.io.File value)   Sets the value of the property userDataDirectory. \http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#setUserDataDirectory()      WebEnginejavafx.scene.web\http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#setUserDataDirectory()METHODsetUserStyleSheetLocationS (java.lang.String value)   Sets the value of the property userStyleSheetLocation. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#setUserStyleSheetLocation()   WebEnginejavafx.scene.webahttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#setUserStyleSheetLocation()METHOD
titleProperty% ()   Title of the current Web page. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#titleProperty()    WebEnginejavafx.scene.webUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#titleProperty()METHODuserAgentProperty& ()   Specifies user agent ID string. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#userAgentProperty()   WebEnginejavafx.scene.webYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#userAgentProperty()METHODuserDataDirectoryPropertyW ()   Specifies the directory to be used by this  WebEngine  to store local user data. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#userDataDirectoryProperty()  WebEnginejavafx.scene.webahttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#userDataDirectoryProperty()METHODuserStyleSheetLocationProperty7 ()   Location of the user stylesheet as a string URL. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#userStyleSheetLocationProperty()        WebEnginejavafx.scene.webfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEngine.html#userStyleSheetLocationProperty()CLASS
WebErrorEvent In general, multiple  WebEngine  instances may share a single user data directory as long as they run in the same VM.  WebEngine  instances running in differentjavafx.scene.webIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebErrorEvent.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebErrorEvent.htmlMETHODgetException8 ()   Returns the exception associated with this event. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebErrorEvent.html#getException()
WebErrorEventjavafx.scene.webXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebErrorEvent.html#getException()METHOD
1379 getMessage; ()   Returns the text message associated with this event. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebErrorEvent.html#getMessage()
WebErrorEventjavafx.scene.webVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebErrorEvent.html#getMessage()METHODtoString () Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebErrorEvent.html#toString()
WebErrorEventjavafx.scene.webThttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebErrorEvent.html#toString()FIELDANY4    Common supertype for all  WebErrorEvent  types. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebErrorEvent.html#ANY
WebErrorEventjavafx.scene.webMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebErrorEvent.html#ANYFIELD"USER_DATA_DIRECTORY_ALREADY_IN_USEŽ    This event occurs when a   WebEngine   detects that its user data directory is already in use by a  WebEngine  running in a different VM. lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebErrorEvent.html#USER_DATA_DIRECTORY_ALREADY_IN_USE
WebErrorEventjavafx.scene.weblhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebErrorEvent.html#USER_DATA_DIRECTORY_ALREADY_IN_USEFIELDUSER_DATA_DIRECTORY_IO_ERROR}    This event occurs when a   WebEngine   encounters an I/O error while trying to create or access the user data directory. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebErrorEvent.html#USER_DATA_DIRECTORY_IO_ERROR
WebErrorEventjavafx.scene.webfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebErrorEvent.html#USER_DATA_DIRECTORY_IO_ERRORFIELD"USER_DATA_DIRECTORY_SECURITY_ERROR    This event occurs when a   WebEngine   encounters a security error while trying to create or access the user data directory. lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebErrorEvent.html#USER_DATA_DIRECTORY_SECURITY_ERROR
WebErrorEventjavafx.scene.weblhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebErrorEvent.html#USER_DATA_DIRECTORY_SECURITY_ERRORCLASSWebEventjavafx.scene.webDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEvent.htmlDhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEvent.htmlMETHODgetData/ ()   Returns data item carried by this event. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEvent.html#getData()WebEventjavafx.scene.webNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEvent.html#getData()METHODtoStringA ()   Returns a string representation of this  WebEvent  object. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEvent.html#toString()WebEventjavafx.scene.webOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEvent.html#toString()FIELDALERTK    This event occurs when a script calls the JavaScript  alert  function. Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEvent.html#ALERTWebEventjavafx.scene.webJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEvent.html#ALERTFIELDANY.    Common supertype for all Web event types. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEvent.html#ANYWebEventjavafx.scene.webHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEvent.html#ANYFIELDRESIZEDX    This event occurs when a script changes location of the JavaScript  window  object. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEvent.html#RESIZEDWebEventjavafx.scene.webLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEvent.html#RESIZEDFIELDSTATUS_CHANGED>    This event occurs when a script changes status line text. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEvent.html#STATUS_CHANGEDWebEventjavafx.scene.webShttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEvent.html#STATUS_CHANGEDFIELDVISIBILITY_CHANGEDZ    This event occurs when a script changes visibility of the JavaScript  window  object. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEvent.html#VISIBILITY_CHANGEDWebEventjavafx.scene.webWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebEvent.html#VISIBILITY_CHANGEDCLASS
1380 WebHistoryjThe value specified for this property can not be negative, otherwise  IllegalArgumentException  is thrown.javafx.scene.webFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebHistory.htmlFhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebHistory.htmlPROPERTYcurrentIndex=    Defines the index of the current  Entry  in the history. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebHistory.html#currentIndex
1381 WebHistoryjavafx.scene.webShttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebHistory.html#currentIndexPROPERTYmaxSize2    Defines the maximum size of the history list. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebHistory.html#maxSize
1382 WebHistoryjavafx.scene.webNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebHistory.html#maxSizeMETHODcurrentIndexProperty? ()   Defines the index of the current  Entry  in the history. ]http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebHistory.html#currentIndexProperty()
1383 WebHistoryjavafx.scene.web]http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebHistory.html#currentIndexProperty()METHODgetCurrentIndex3 ()   Gets the value of the property currentIndex. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebHistory.html#getCurrentIndex()
1384 WebHistoryjavafx.scene.webXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebHistory.html#getCurrentIndex()METHOD
1385 getEntriesM ()   Returns an unmodifiable observable list of all entries in the history. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebHistory.html#getEntries()
1386 WebHistoryjavafx.scene.webShttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebHistory.html#getEntries()METHOD
1387 getMaxSize. ()   Gets the value of the property maxSize. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebHistory.html#getMaxSize()
1388 WebHistoryjavafx.scene.webShttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebHistory.html#getMaxSize()METHODgo (int offset)   Navigates the web engine to the URL defined by the  Entry  object within the specified position relative to the current entry. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebHistory.html#go()
1389 WebHistoryjavafx.scene.webKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebHistory.html#go()METHODmaxSizeProperty4 ()   Defines the maximum size of the history list. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebHistory.html#maxSizeProperty()
1390 WebHistoryjavafx.scene.webXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebHistory.html#maxSizeProperty()METHOD
1391 setMaxSize7 (int value)   Sets the value of the property maxSize. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebHistory.html#setMaxSize()
1392 WebHistoryjavafx.scene.webShttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebHistory.html#setMaxSize()CLASSWebViewI WebView  objects must be created and accessed solely from the FX thread.javafx.scene.webChttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.htmlChttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.htmlPROPERTYcontextMenuEnabled/    Specifies whether context menu is enabled. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#contextMenuEnabledWebViewjavafx.scene.webVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#contextMenuEnabledPROPERTY   fontScale,    Specifies scale factor applied to font. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#fontScaleWebViewjavafx.scene.webMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#fontScalePROPERTYfontSmoothingType=    Specifies a requested font smoothing type : gray or LCD. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#fontSmoothingTypeWebViewjavafx.scene.webUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#fontSmoothingTypePROPERTYheight    Height of this  WebView . Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#heightWebViewjavafx.scene.webJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#heightPROPERTY maxHeight    Maximum height property. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#maxHeightWebViewjavafx.scene.webMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#maxHeightPROPERTYmaxWidth    Maximum width property. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#maxWidthWebViewjavafx.scene.webLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#maxWidthPROPERTY minHeight    Minimum height property. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#minHeightWebViewjavafx.scene.webMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#minHeightPROPERTYminWidth    Minimum width property. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#minWidthWebViewjavafx.scene.webLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#minWidthPROPERTY
1393 prefHeight    Preferred height property. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#prefHeightWebViewjavafx.scene.webNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#prefHeightPROPERTY prefWidth    Preferred width property. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#prefWidthWebViewjavafx.scene.webMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#prefWidthPROPERTYwidth    Width of this  WebView . Ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#widthWebViewjavafx.scene.webIhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#widthPROPERTYzoom"    Returns zoom property object. Hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#zoomWebViewjavafx.scene.webHhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#zoomMETHODcontextMenuEnabledProperty1 ()   Specifies whether context menu is enabled. `http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#contextMenuEnabledProperty()WebViewjavafx.scene.web`http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#contextMenuEnabledProperty()METHODfontScaleProperty. ()   Specifies scale factor applied to font. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#fontScaleProperty()WebViewjavafx.scene.webWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#fontScaleProperty()METHODfontSmoothingTypeProperty? ()   Specifies a requested font smoothing type : gray or LCD. _http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#fontSmoothingTypeProperty()WebViewjavafx.scene.web_http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#fontSmoothingTypeProperty()METHODgetChildren2 ()   Gets the list of children of this  Parent . Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getChildren()WebViewjavafx.scene.webQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getChildren()METHODgetClassCssMetaData () Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getClassCssMetaData()WebViewjavafx.scene.webYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getClassCssMetaData()METHODgetCssMetaData’ ()   This method should delegate to   Node.getClassCssMetaData()   so that a Node's CssMetaData can be accessed without the need for reflection. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getCssMetaData()WebViewjavafx.scene.webThttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getCssMetaData()METHOD    getEngine& ()   Returns the  WebEngine  object. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getEngine()WebViewjavafx.scene.webOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getEngine()METHODgetFontScale0 ()   Gets the value of the property fontScale. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getFontScale()WebViewjavafx.scene.webRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getFontScale()METHODgetFontSmoothingType8 ()   Gets the value of the property fontSmoothingType. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getFontSmoothingType()WebViewjavafx.scene.webZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getFontSmoothingType()METHOD       getHeight( ()   Returns height of this  WebView . Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getHeight()WebViewjavafx.scene.webOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getHeight()METHODgetMaxHeight ()   Returns maximum height. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getMaxHeight()WebViewjavafx.scene.webRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getMaxHeight()METHODgetMaxWidth ()   Returns maximum width. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getMaxWidth()WebViewjavafx.scene.webQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getMaxWidth()METHODgetMinHeight ()   Sets minimum height. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getMinHeight()WebViewjavafx.scene.webRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getMinHeight()METHODgetMinWidth ()   Returns minimum width. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getMinWidth()WebViewjavafx.scene.webQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getMinWidth()METHOD
getPrefHeight  ()   Returns preferred height. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getPrefHeight()WebViewjavafx.scene.webShttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getPrefHeight()METHODgetPrefWidth ()   Returns preferred width. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getPrefWidth()WebViewjavafx.scene.webRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getPrefWidth()METHODgetWidth' ()   Returns width of this  WebView . Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getWidth()WebViewjavafx.scene.webNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getWidth()METHODgetZoomF ()   Returns current zoom factor applied to the whole page contents. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getZoom()WebViewjavafx.scene.webMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#getZoom()METHODheightProperty  ()   Height of this  WebView . Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#heightProperty()WebViewjavafx.scene.webThttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#heightProperty()METHODisContextMenuEnabled9 ()   Gets the value of the property contextMenuEnabled. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#isContextMenuEnabled()WebViewjavafx.scene.webZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#isContextMenuEnabled()METHODisResizableP ()   Indicates whether this node is a type which can be resized by its parent. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#isResizable()WebViewjavafx.scene.webQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#isResizable()METHOD   maxHeightV (double width)   Called during layout to determine the maximum height for this node. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#maxHeight()WebViewjavafx.scene.webOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#maxHeight()METHODmaxHeightProperty ()   Maximum height property. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#maxHeightProperty()WebViewjavafx.scene.webWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#maxHeightProperty()METHODmaxWidthV (double height)   Called during layout to determine the maximum width for this node. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#maxWidth()WebViewjavafx.scene.webNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#maxWidth()METHODmaxWidthProperty ()   Maximum width property. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#maxWidthProperty()WebViewjavafx.scene.webVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#maxWidthProperty()METHOD        minHeightV (double width)   Called during layout to determine the minimum height for this node. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#minHeight()WebViewjavafx.scene.webOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#minHeight()METHODminHeightProperty ()   Minimum height property. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#minHeightProperty()WebViewjavafx.scene.webWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#minHeightProperty()METHODminWidthV (double height)   Called during layout to determine the minimum width for this node. Nhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#minWidth()WebViewjavafx.scene.webNhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#minWidth()METHODminWidthProperty ()   Minimum width property. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#minWidthProperty()WebViewjavafx.scene.webVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#minWidthProperty()METHOD
1394 prefHeightX (double width)   Called during layout to determine the preferred height for this node. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#prefHeight()WebViewjavafx.scene.webPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#prefHeight()METHODprefHeightProperty! ()   Preferred height property. Xhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#prefHeightProperty()WebViewjavafx.scene.webXhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#prefHeightProperty()METHOD      prefWidthX (double height)   Called during layout to determine the preferred width for this node. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#prefWidth()WebViewjavafx.scene.webOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#prefWidth()METHODprefWidthProperty  ()   Preferred width property. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#prefWidthProperty()WebViewjavafx.scene.webWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#prefWidthProperty()METHODresizey (double width, double height)   If the node is resizable, will set its layout bounds to the specified width and height. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#resize()WebViewjavafx.scene.webLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#resize()METHODsetContextMenuEnabledF (boolean value)   Sets the value of the property contextMenuEnabled. [http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#setContextMenuEnabled()WebViewjavafx.scene.web[http://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#setContextMenuEnabled()METHODsetFontScale< (double value)   Sets the value of the property fontScale. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#setFontScale()WebViewjavafx.scene.webRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#setFontScale()METHODsetFontSmoothingTypeQ ( FontSmoothingType  value)   Sets the value of the property fontSmoothingType. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#setFontSmoothingType()WebViewjavafx.scene.webZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#setFontSmoothingType()METHODsetMaxHeight' (double value)   Sets maximum height. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#setMaxHeight()WebViewjavafx.scene.webRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#setMaxHeight()METHOD
1395 setMaxSize` (double maxWidth, double maxHeight)   Convenience method for setting maximum width and height. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#setMaxSize()WebViewjavafx.scene.webPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#setMaxSize()METHODsetMaxWidth& (double value)   Sets maximum width. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#setMaxWidth()WebViewjavafx.scene.webQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#setMaxWidth()METHODsetMinHeight' (double value)   Sets minimum height. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#setMinHeight()WebViewjavafx.scene.webRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#setMinHeight()METHOD
1396 setMinSize` (double minWidth, double minHeight)   Convenience method for setting minimum width and height. Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#setMinSize()WebViewjavafx.scene.webPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#setMinSize()METHODsetMinWidth& (double value)   Sets minimum width. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#setMinWidth()WebViewjavafx.scene.webQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#setMinWidth()METHOD
setPrefHeight) (double value)   Sets preferred height. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#setPrefHeight()WebViewjavafx.scene.webShttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#setPrefHeight()METHODsetPrefSized (double prefWidth, double prefHeight)   Convenience method for setting preferred width and height. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#setPrefSize()WebViewjavafx.scene.webQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#setPrefSize()METHODsetPrefWidth( (double value)   Sets preferred width. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#setPrefWidth()WebViewjavafx.scene.webRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#setPrefWidth()METHODsetZoomO (double value)   Sets current zoom factor applied to the whole page contents. Mhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#setZoom()WebViewjavafx.scene.webMhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#setZoom()METHOD
widthProperty ()   Width of this  WebView . Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#widthProperty()WebViewjavafx.scene.webShttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#widthProperty()METHODzoomProperty$ ()   Returns zoom property object. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#zoomProperty()WebViewjavafx.scene.webRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/web/WebView.html#zoomProperty()CLASSWhen A ternary expression has the basic form  new When(cond).then(value1).otherwise(value2); . The expression  cond  needs to be a   ObservableBooleanValue  . Based javafx.beans.bindingDhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/When.htmlDhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/When.htmlMETHODthenx (boolean thenValue)   Defines a constant value of the ternary expression, that is returned if the condition is  true . Khttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/When.html#then()Whenjavafx.beans.bindingKhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/When.html#then()METHODthenw (double thenValue)   Defines a constant value of the ternary expression, that is returned if the condition is  true . Khttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/When.html#then()Whenjavafx.beans.bindingKhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/When.html#then()METHODthenv (float thenValue)   Defines a constant value of the ternary expression, that is returned if the condition is  true . Khttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/When.html#then()Whenjavafx.beans.bindingKhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/When.html#then()METHODthent (int thenValue)   Defines a constant value of the ternary expression, that is returned if the condition is  true . Khttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/When.html#then()Whenjavafx.beans.bindingKhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/When.html#then()METHODthenu (long thenValue)   Defines a constant value of the ternary expression, that is returned if the condition is  true . Khttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/When.html#then()Whenjavafx.beans.bindingKhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/When.html#then()METHODthen ( ObservableBooleanValue  thenValue)   Defines the   ObservableBooleanValue   which value is returned by the ternary expression if the condition is  true . Khttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/When.html#then()Whenjavafx.beans.bindingKhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/When.html#then()METHODthen› ( ObservableNumberValue  thenValue)   Defines the   ObservableNumberValue   which value is returned by the ternary expression if the condition is  true . Khttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/When.html#then()Whenjavafx.beans.bindingKhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/When.html#then()METHODthenž ( ObservableObjectValue <T> thenValue)   Defines the   ObservableObjectValue   which value is returned by the ternary expression if the condition is  true . Khttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/When.html#then()Whenjavafx.beans.bindingKhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/When.html#then()METHODthen› ( ObservableStringValue  thenValue)   Defines the   ObservableStringValue   which value is returned by the ternary expression if the condition is  true . Khttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/When.html#then()Whenjavafx.beans.bindingKhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/When.html#then()METHODthen (java.lang.String thenValue)   Defines a constant value of the ternary expression, that is returned if the condition is  true . Khttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/When.html#then()Whenjavafx.beans.bindingKhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/When.html#then()METHODthenr (T thenValue)   Defines a constant value of the ternary expression, that is returned if the condition is  true . Khttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/When.html#then()Whenjavafx.beans.bindingKhttp://download.java.net/jdk8/jfxdocs/javafx/beans/binding/When.html#then()CLASSWindow A top level window within which a scene is hosted, and with which the user interacts. A Window might be a   Stage  ,   PopupWindow  , or other such top level. Ajavafx.stage>http://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html>http://download.java.net/jdk8/jfxdocs/javafx/stage/Window.htmlPROPERTYeventDispatcher2    Specifies the event dispatcher for this node. Nhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#eventDispatcherWindowjavafx.stageNhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#eventDispatcherPROPERTYfocusedB    Whether or not this  Window  has the keyboard or input focus. Fhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#focusedWindowjavafx.stageFhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#focusedPROPERTYheight     The height of this  Stage . Ehttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#heightWindowjavafx.stageEhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#heightPROPERTYonCloseRequestE    Called when there is an external request to close this  Window . Mhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#onCloseRequestWindowjavafx.stageMhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#onCloseRequestPROPERTYonHidden2    Called just after the Window has been hidden. Ghttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#onHiddenWindowjavafx.stageGhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#onHiddenPROPERTYonHiding2    Called just prior to the Window being hidden. Ghttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#onHidingWindowjavafx.stageGhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#onHidingPROPERTY onShowing1    Called just prior to the Window being shown. Hhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#onShowingWindowjavafx.stageHhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#onShowingPROPERTYonShown+    Called just after the Window is shown. Fhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#onShownWindowjavafx.stageFhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#onShownPROPERTYopacityG    Defines the opacity of the  Stage  as a value between 0.0 and 1.0. Fhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#opacityWindowjavafx.stageFhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#opacityPROPERTYscene0    The  Scene  to be rendered on this  Stage . Dhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#sceneWindowjavafx.stageDhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#scenePROPERTYshowingQ    Whether or not this  Stage  is showing (that is, open on the user's system). Fhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#showingWindowjavafx.stageFhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#showingPROPERTYwidth    The width of this  Stage . Dhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#widthWindowjavafx.stageDhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#widthPROPERTYx;    The horizontal location of this  Stage  on the screen. @http://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#xWindowjavafx.stage@http://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#xPROPERTYy9    The vertical location of this  Stage  on the screen. @http://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#yWindowjavafx.stage@http://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#yMETHODaddEventFilterm ( EventType <T> eventType,  EventHandler <? super T> eventFilter)   Registers an event filter to this node. Ohttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#addEventFilter()Windowjavafx.stageOhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#addEventFilter()METHODaddEventHandlero ( EventType <T> eventType,  EventHandler <? super T> eventHandler)   Registers an event handler to this node. Phttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#addEventHandler()Windowjavafx.stagePhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#addEventHandler()METHODbuildEventDispatchChainR ( EventDispatchChain  tail)   Construct an event dispatch chain for this window. Xhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#buildEventDispatchChain()Windowjavafx.stageXhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#buildEventDispatchChain()METHODcenterOnScreenS ()   Sets x and y properties on this Window so that it is centered on the screen. Ohttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#centerOnScreen()Windowjavafx.stageOhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#centerOnScreen()METHODeventDispatcherProperty4 ()   Specifies the event dispatcher for this node. Xhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#eventDispatcherProperty()Windowjavafx.stageXhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#eventDispatcherProperty()METHOD    fireEvent. ( Event  event)   Fires the specified event. Jhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#fireEvent()Windowjavafx.stageJhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#fireEvent()METHODfocusedPropertyD ()   Whether or not this  Window  has the keyboard or input focus. Phttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#focusedProperty()Windowjavafx.stagePhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#focusedProperty()METHODgetEventDispatcher6 ()   Gets the value of the property eventDispatcher. Shttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#getEventDispatcher()Windowjavafx.stageShttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#getEventDispatcher()METHOD   getHeight- ()   Gets the value of the property height. Jhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#getHeight()Windowjavafx.stageJhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#getHeight()METHODgetOnCloseRequest5 ()   Gets the value of the property onCloseRequest. Rhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#getOnCloseRequest()Windowjavafx.stageRhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#getOnCloseRequest()METHODgetOnHidden/ ()   Gets the value of the property onHidden. Lhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#getOnHidden()Windowjavafx.stageLhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#getOnHidden()METHODgetOnHiding/ ()   Gets the value of the property onHiding. Lhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#getOnHiding()Windowjavafx.stageLhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#getOnHiding()METHODgetOnShowing0 ()   Gets the value of the property onShowing. Mhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#getOnShowing()Windowjavafx.stageMhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#getOnShowing()METHOD
1397 getOnShown. ()   Gets the value of the property onShown. Khttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#getOnShown()Windowjavafx.stageKhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#getOnShown()METHOD
1398 getOpacity. ()   Gets the value of the property opacity. Khttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#getOpacity()Windowjavafx.stageKhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#getOpacity()METHODgetScene, ()   Gets the value of the property scene. Ihttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#getScene()Windowjavafx.stageIhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#getScene()METHODgetWidth, ()   Gets the value of the property width. Ihttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#getWidth()Windowjavafx.stageIhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#getWidth()METHODgetX( ()   Gets the value of the property x. Ehttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#getX()Windowjavafx.stageEhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#getX()METHODgetY( ()   Gets the value of the property y. Ehttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#getY()Windowjavafx.stageEhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#getY()METHODheightProperty" ()   The height of this  Stage . Ohttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#heightProperty()Windowjavafx.stageOhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#heightProperty()METHODhideG ()   Attempts to hide this Window by setting the visibility to false. Ehttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#hide()Windowjavafx.stageEhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#hide()METHOD  isFocused. ()   Gets the value of the property focused. Jhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#isFocused()Windowjavafx.stageJhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#isFocused()METHOD        isShowing. ()   Gets the value of the property showing. Jhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#isShowing()Windowjavafx.stageJhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#isShowing()METHODonCloseRequestPropertyG ()   Called when there is an external request to close this  Window . Whttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#onCloseRequestProperty()Windowjavafx.stageWhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#onCloseRequestProperty()METHODonHiddenProperty4 ()   Called just after the Window has been hidden. Qhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#onHiddenProperty()Windowjavafx.stageQhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#onHiddenProperty()METHODonHidingProperty4 ()   Called just prior to the Window being hidden. Qhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#onHidingProperty()Windowjavafx.stageQhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#onHidingProperty()METHODonShowingProperty3 ()   Called just prior to the Window being shown. Rhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#onShowingProperty()Windowjavafx.stageRhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#onShowingProperty()METHODonShownProperty- ()   Called just after the Window is shown. Phttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#onShownProperty()Windowjavafx.stagePhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#onShownProperty()METHODopacityPropertyI ()   Defines the opacity of the  Stage  as a value between 0.0 and 1.0. Phttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#opacityProperty()Windowjavafx.stagePhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#opacityProperty()METHODremoveEventFilter† ( EventType <T> eventType,  EventHandler <? super T> eventFilter)   Unregisters a previously registered event filter from this node. Rhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#removeEventFilter()Windowjavafx.stageRhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#removeEventFilter()METHODremoveEventHandlerˆ ( EventType <T> eventType,  EventHandler <? super T> eventHandler)   Unregisters a previously registered event handler from this node. Shttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#removeEventHandler()Windowjavafx.stageShttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#removeEventHandler()METHODrequestFocus7 ()   Requests that this  Window  get the input focus. Mhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#requestFocus()Windowjavafx.stageMhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#requestFocus()METHOD
sceneProperty2 ()   The  Scene  to be rendered on this  Stage . Nhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#sceneProperty()Windowjavafx.stageNhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#sceneProperty()METHODsetEventDispatcherM ( EventDispatcher  value)   Sets the value of the property eventDispatcher. Shttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#setEventDispatcher()Windowjavafx.stageShttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#setEventDispatcher()METHODsetEventHandlers ( EventType <T> eventType,  EventHandler <? super T> eventHandler)   Sets the handler to use for this event type. Phttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#setEventHandler()Windowjavafx.stagePhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#setEventHandler()METHOD     setHeight9 (double value)   Sets the value of the property height. Jhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#setHeight()Windowjavafx.stageJhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#setHeight()METHODsetOnCloseRequestX ( EventHandler < WindowEvent > value)   Sets the value of the property onCloseRequest. Rhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#setOnCloseRequest()Windowjavafx.stageRhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#setOnCloseRequest()METHODsetOnHiddenR ( EventHandler < WindowEvent > value)   Sets the value of the property onHidden. Lhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#setOnHidden()Windowjavafx.stageLhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#setOnHidden()METHODsetOnHidingR ( EventHandler < WindowEvent > value)   Sets the value of the property onHiding. Lhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#setOnHiding()Windowjavafx.stageLhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#setOnHiding()METHODsetOnShowingS ( EventHandler < WindowEvent > value)   Sets the value of the property onShowing. Mhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#setOnShowing()Windowjavafx.stageMhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#setOnShowing()METHOD
1399 setOnShownQ ( EventHandler < WindowEvent > value)   Sets the value of the property onShown. Khttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#setOnShown()Windowjavafx.stageKhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#setOnShown()METHOD
1400 setOpacity: (double value)   Sets the value of the property opacity. Khttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#setOpacity()Windowjavafx.stageKhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#setOpacity()METHODsetScene9 ( Scene  value)   Sets the value of the property scene. Ihttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#setScene()Windowjavafx.stageIhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#setScene()METHODsetWidth8 (double value)   Sets the value of the property width. Ihttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#setWidth()Windowjavafx.stageIhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#setWidth()METHODsetX4 (double value)   Sets the value of the property x. Ehttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#setX()Windowjavafx.stageEhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#setX()METHODsetY4 (double value)   Sets the value of the property y. Ehttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#setY()Windowjavafx.stageEhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#setY()METHODshowA ()   Attempts to show this Window by setting visibility to true Ehttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#show()Windowjavafx.stageEhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#show()METHODshowingPropertyS ()   Whether or not this  Stage  is showing (that is, open on the user's system). Phttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#showingProperty()Windowjavafx.stagePhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#showingProperty()METHODsizeToSceneg ()   Set the width and height of this Window to match the size of the content of this Window's Scene. Lhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#sizeToScene()Windowjavafx.stageLhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#sizeToScene()METHOD
widthProperty! ()   The width of this  Stage . Nhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#widthProperty()Windowjavafx.stageNhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#widthProperty()METHOD       xProperty= ()   The horizontal location of this  Stage  on the screen. Jhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#xProperty()Windowjavafx.stageJhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#xProperty()METHOD yProperty; ()   The vertical location of this  Stage  on the screen. Jhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#yProperty()Windowjavafx.stageJhttp://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html#yProperty()CLASSWindowEventjavafx.stageChttp://download.java.net/jdk8/jfxdocs/javafx/stage/WindowEvent.htmlChttp://download.java.net/jdk8/jfxdocs/javafx/stage/WindowEvent.htmlMETHODcopyForŽ (java.lang.Object newSource,  EventTarget  newTarget)   Creates and returns a copy of this event with the specified event source and target. Mhttp://download.java.net/jdk8/jfxdocs/javafx/stage/WindowEvent.html#copyFor()WindowEventjavafx.stageMhttp://download.java.net/jdk8/jfxdocs/javafx/stage/WindowEvent.html#copyFor()METHODcopyForŸ (java.lang.Object newSource,  EventTarget  newTarget,  EventType < WindowEvent > type)   Creates a copy of the given event with the given fields substituted. Mhttp://download.java.net/jdk8/jfxdocs/javafx/stage/WindowEvent.html#copyFor()WindowEventjavafx.stageMhttp://download.java.net/jdk8/jfxdocs/javafx/stage/WindowEvent.html#copyFor()METHODgetEventType) ()   Gets the event type of this event. Rhttp://download.java.net/jdk8/jfxdocs/javafx/stage/WindowEvent.html#getEventType()WindowEventjavafx.stageRhttp://download.java.net/jdk8/jfxdocs/javafx/stage/WindowEvent.html#getEventType()METHODtoStringD ()   Returns a string representation of this  WindowEvent  object. Nhttp://download.java.net/jdk8/jfxdocs/javafx/stage/WindowEvent.html#toString()WindowEventjavafx.stageNhttp://download.java.net/jdk8/jfxdocs/javafx/stage/WindowEvent.html#toString()FIELDANY1    Common supertype for all window event types. Ghttp://download.java.net/jdk8/jfxdocs/javafx/stage/WindowEvent.html#ANYWindowEventjavafx.stageGhttp://download.java.net/jdk8/jfxdocs/javafx/stage/WindowEvent.html#ANYFIELDWINDOW_CLOSE_REQUEST`    This event is delivered to a window when there is an external request to close that window. Xhttp://download.java.net/jdk8/jfxdocs/javafx/stage/WindowEvent.html#WINDOW_CLOSE_REQUESTWindowEventjavafx.stageXhttp://download.java.net/jdk8/jfxdocs/javafx/stage/WindowEvent.html#WINDOW_CLOSE_REQUESTFIELD
WINDOW_HIDDEN9    This event occurs on window just after it is hidden. Qhttp://download.java.net/jdk8/jfxdocs/javafx/stage/WindowEvent.html#WINDOW_HIDDENWindowEventjavafx.stageQhttp://download.java.net/jdk8/jfxdocs/javafx/stage/WindowEvent.html#WINDOW_HIDDENFIELD
WINDOW_HIDING:    This event occurs on window just before it is hidden. Qhttp://download.java.net/jdk8/jfxdocs/javafx/stage/WindowEvent.html#WINDOW_HIDINGWindowEventjavafx.stageQhttp://download.java.net/jdk8/jfxdocs/javafx/stage/WindowEvent.html#WINDOW_HIDINGFIELDWINDOW_SHOWING9    This event occurs on window just before it is shown. Rhttp://download.java.net/jdk8/jfxdocs/javafx/stage/WindowEvent.html#WINDOW_SHOWINGWindowEventjavafx.stageRhttp://download.java.net/jdk8/jfxdocs/javafx/stage/WindowEvent.html#WINDOW_SHOWINGFIELDWINDOW_SHOWN8    This event occurs on window just after it is shown. Phttp://download.java.net/jdk8/jfxdocs/javafx/stage/WindowEvent.html#WINDOW_SHOWNWindowEventjavafx.stagePhttp://download.java.net/jdk8/jfxdocs/javafx/stage/WindowEvent.html#WINDOW_SHOWNCLASSWorker A Worker is an object which performs some work in one or more background threads, and who's state is observable and available to JavaFX applications and is usabjavafx.concurrentChttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.htmlChttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.htmlPROPERTY    exceptionO    Gets the ReadOnlyObjectProperty representing any exception which occurred. Mhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#exceptionWorkerjavafx.concurrentMhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#exceptionPROPERTYmessage>    Gets the ReadOnlyStringProperty representing the message. Khttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#messageWorkerjavafx.concurrentKhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#messagePROPERTYprogress?    Gets the ReadOnlyDoubleProperty representing the progress. Lhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#progressWorkerjavafx.concurrentLhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#progressPROPERTYrunningQ    Gets the ReadOnlyBooleanProperty representing whether the Worker is running. Khttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#runningWorkerjavafx.concurrentKhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#runningPROPERTYstateD    Gets the ReadOnlyObjectProperty representing the current state. Ihttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#stateWorkerjavafx.concurrentIhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#statePROPERTYtitle<    Gets the ReadOnlyStringProperty representing the title. Ihttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#titleWorkerjavafx.concurrentIhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#titlePROPERTY   totalWorkc    Gets the ReadOnlyDoubleProperty representing the maximum amount of work that needs to be done. Mhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#totalWorkWorkerjavafx.concurrentMhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#totalWorkPROPERTYvalue<    Gets the ReadOnlyObjectProperty representing the value. Ihttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#valueWorkerjavafx.concurrentIhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#valuePROPERTYworkDoneG    Gets the ReadOnlyDoubleProperty representing the current progress. Lhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#workDoneWorkerjavafx.concurrentLhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#workDoneMETHODcancel+ ()   Terminates execution of this Worker. Lhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#cancel()Workerjavafx.concurrentLhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#cancel()METHODexceptionPropertyQ ()   Gets the ReadOnlyObjectProperty representing any exception which occurred. Whttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#exceptionProperty()Workerjavafx.concurrentWhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#exceptionProperty()METHODgetExceptionS ()   Indicates the exception which occurred while the Worker was running, if any. Rhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#getException()Workerjavafx.concurrentRhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#getException()METHOD
1401 getMessageG ()   Gets a message associated with the current state of this Worker. Phttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#getMessage()Workerjavafx.concurrentPhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#getMessage()METHODgetProgressR ()   Indicates the current progress of this Worker in terms of percent complete. Qhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#getProgress()Workerjavafx.concurrentQhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#getProgress()METHODgetState2 ()   Specifies the current state of this Worker. Nhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#getState()Workerjavafx.concurrentNhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#getState()METHODgetTitleD ()   An optional title that should be associated with this Worker. Nhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#getTitle()Workerjavafx.concurrentNhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#getTitle()METHODgetTotalWorkI ()   Indicates a maximum value for the   workDoneProperty()   property. Rhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#getTotalWork()Workerjavafx.concurrentRhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#getTotalWork()METHODgetValue6 ()   Specifies the value, or result, of this Worker. Nhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#getValue()Workerjavafx.concurrentNhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#getValue()METHODgetWorkDoneD ()   Indicates the current amount of work that has been completed. Qhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#getWorkDone()Workerjavafx.concurrentQhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#getWorkDone()METHOD        isRunning8 ()   True if the state is either SCHEDULED or RUNNING. Ohttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#isRunning()Workerjavafx.concurrentOhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#isRunning()METHODmessageProperty@ ()   Gets the ReadOnlyStringProperty representing the message. Uhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#messageProperty()Workerjavafx.concurrentUhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#messageProperty()METHODprogressPropertyA ()   Gets the ReadOnlyDoubleProperty representing the progress. Vhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#progressProperty()Workerjavafx.concurrentVhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#progressProperty()METHODrunningPropertyS ()   Gets the ReadOnlyBooleanProperty representing whether the Worker is running. Uhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#runningProperty()Workerjavafx.concurrentUhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#runningProperty()METHOD
statePropertyF ()   Gets the ReadOnlyObjectProperty representing the current state. Shttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#stateProperty()Workerjavafx.concurrentShttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#stateProperty()METHOD
titleProperty> ()   Gets the ReadOnlyStringProperty representing the title. Shttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#titleProperty()Workerjavafx.concurrentShttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#titleProperty()METHODtotalWorkPropertye ()   Gets the ReadOnlyDoubleProperty representing the maximum amount of work that needs to be done. Whttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#totalWorkProperty()Workerjavafx.concurrentWhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#totalWorkProperty()METHOD
valueProperty> ()   Gets the ReadOnlyObjectProperty representing the value. Shttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#valueProperty()Workerjavafx.concurrentShttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#valueProperty()METHODworkDonePropertyI ()   Gets the ReadOnlyDoubleProperty representing the current progress. Vhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#workDoneProperty()Workerjavafx.concurrentVhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.html#workDoneProperty()ENUMWorker.State The state of a Worker. The state transitions in a Worker are very well defined. All Workers begin in the READY state. In some circumstances, a Worker might be sjavafx.concurrentIhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.State.htmlIhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.State.htmlMETHODvalueOf[ (java.lang.String name)   Returns the enum constant of this type with the specified name. Shttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.State.html#valueOf()Worker.Statejavafx.concurrentShttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.State.html#valueOf()METHODvaluesc ()   Returns an array containing the constants of this enum type, in the order they are declared. Rhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.State.html#values()Worker.Statejavafx.concurrentRhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/Worker.State.html#values()CLASSWorkerStateEventjavafx.concurrentMhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/WorkerStateEvent.htmlMhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/WorkerStateEvent.htmlMETHOD  getSource8 ()   The Worker on which the Event initially occurred. Yhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/WorkerStateEvent.html#getSource()WorkerStateEventjavafx.concurrentYhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/WorkerStateEvent.html#getSource()FIELDANY7    Common supertype for all worker state event types. Qhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/WorkerStateEvent.html#ANYWorkerStateEventjavafx.concurrentQhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/WorkerStateEvent.html#ANYFIELDWORKER_STATE_CANCELLEDi    This event occurs when the state of a Worker implementation has transitioned to the CANCELLED state. dhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/WorkerStateEvent.html#WORKER_STATE_CANCELLEDWorkerStateEventjavafx.concurrentdhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/WorkerStateEvent.html#WORKER_STATE_CANCELLEDFIELDWORKER_STATE_FAILEDf    This event occurs when the state of a Worker implementation has transitioned to the FAILED state. ahttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/WorkerStateEvent.html#WORKER_STATE_FAILEDWorkerStateEventjavafx.concurrentahttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/WorkerStateEvent.html#WORKER_STATE_FAILEDFIELDWORKER_STATE_READYe    This event occurs when the state of a Worker implementation has transitioned to the READY state. `http://download.java.net/jdk8/jfxdocs/javafx/concurrent/WorkerStateEvent.html#WORKER_STATE_READYWorkerStateEventjavafx.concurrent`http://download.java.net/jdk8/jfxdocs/javafx/concurrent/WorkerStateEvent.html#WORKER_STATE_READYFIELDWORKER_STATE_RUNNINGg    This event occurs when the state of a Worker implementation has transitioned to the RUNNING state. bhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/WorkerStateEvent.html#WORKER_STATE_RUNNINGWorkerStateEventjavafx.concurrentbhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/WorkerStateEvent.html#WORKER_STATE_RUNNINGFIELDWORKER_STATE_SCHEDULEDi    This event occurs when the state of a Worker implementation has transitioned to the SCHEDULED state. dhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/WorkerStateEvent.html#WORKER_STATE_SCHEDULEDWorkerStateEventjavafx.concurrentdhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/WorkerStateEvent.html#WORKER_STATE_SCHEDULEDFIELDWORKER_STATE_SUCCEEDEDi    This event occurs when the state of a Worker implementation has transitioned to the SUCCEEDED state. dhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/WorkerStateEvent.html#WORKER_STATE_SUCCEEDEDWorkerStateEventjavafx.concurrentdhttp://download.java.net/jdk8/jfxdocs/javafx/concurrent/WorkerStateEvent.html#WORKER_STATE_SUCCEEDEDCLASSWritableBooleanValue\Note: this method should accept null without throwing an exception, setting "false" instead.javafx.beans.valueRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableBooleanValue.htmlRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableBooleanValue.htmlMETHODget ()   Get the wrapped value. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableBooleanValue.html#get()WritableBooleanValuejavafx.beans.valueXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableBooleanValue.html#get()METHODset* (boolean value)   Set the wrapped value. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableBooleanValue.html#set()WritableBooleanValuejavafx.beans.valueXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableBooleanValue.html#set()METHODsetValue4 (java.lang.Boolean value)   Set the wrapped value. ]http://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableBooleanValue.html#setValue()WritableBooleanValuejavafx.beans.value]http://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableBooleanValue.html#setValue()CLASSWritableDoubleValueZNote: this method should accept null without throwing an exception, setting "0.0" instead.javafx.beans.valueQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableDoubleValue.htmlQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableDoubleValue.htmlMETHODget ()   Get the wrapped value. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableDoubleValue.html#get()WritableDoubleValuejavafx.beans.valueWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableDoubleValue.html#get()METHODset) (double value)   Set the wrapped value. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableDoubleValue.html#set()WritableDoubleValuejavafx.beans.valueWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableDoubleValue.html#set()METHODsetValue3 (java.lang.Number value)   Set the wrapped value. \http://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableDoubleValue.html#setValue()WritableDoubleValuejavafx.beans.value\http://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableDoubleValue.html#setValue()CLASSWritableFloatValueZNote: this method should accept null without throwing an exception, setting "0.0" instead.javafx.beans.valuePhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableFloatValue.htmlPhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableFloatValue.htmlMETHODget ()   Get the wrapped value. Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableFloatValue.html#get()WritableFloatValuejavafx.beans.valueVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableFloatValue.html#get()METHODset( (float value)   Set the wrapped value. Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableFloatValue.html#set()WritableFloatValuejavafx.beans.valueVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableFloatValue.html#set()METHODsetValue3 (java.lang.Number value)   Set the wrapped value. [http://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableFloatValue.html#setValue()WritableFloatValuejavafx.beans.value[http://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableFloatValue.html#setValue()CLASS
WritableImagejavafx.scene.imageKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/WritableImage.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/WritableImage.htmlMETHODgetPixelWritera ()   This method returns a  PixelWriter  that provides access to write the pixels of the image. \http://download.java.net/jdk8/jfxdocs/javafx/scene/image/WritableImage.html#getPixelWriter()
WritableImagejavafx.scene.image\http://download.java.net/jdk8/jfxdocs/javafx/scene/image/WritableImage.html#getPixelWriter()CLASSWritableIntegerValueXNote: this method should accept null without throwing an exception, setting "0" instead.javafx.beans.valueRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableIntegerValue.htmlRhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableIntegerValue.htmlMETHODget ()   Get the wrapped value. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableIntegerValue.html#get()WritableIntegerValuejavafx.beans.valueXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableIntegerValue.html#get()METHODset& (int value)   Set the wrapped value. Xhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableIntegerValue.html#set()WritableIntegerValuejavafx.beans.valueXhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableIntegerValue.html#set()METHODsetValue3 (java.lang.Number value)   Set the wrapped value. ]http://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableIntegerValue.html#setValue()WritableIntegerValuejavafx.beans.value]http://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableIntegerValue.html#setValue()CLASSWritableListValuejavafx.beans.valueOhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableListValue.htmlOhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableListValue.htmlCLASSWritableLongValueXNote: this method should accept null without throwing an exception, setting "0" instead.javafx.beans.valueOhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableLongValue.htmlOhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableLongValue.htmlMETHODget ()   Get the wrapped value. Uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableLongValue.html#get()WritableLongValuejavafx.beans.valueUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableLongValue.html#get()METHODset' (long value)   Set the wrapped value. Uhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableLongValue.html#set()WritableLongValuejavafx.beans.valueUhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableLongValue.html#set()METHODsetValue3 (java.lang.Number value)   Set the wrapped value. Zhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableLongValue.html#setValue()WritableLongValuejavafx.beans.valueZhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableLongValue.html#setValue()CLASSWritableMapValuejavafx.beans.valueNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableMapValue.htmlNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableMapValue.htmlCLASSWritableNumberValuejavafx.beans.valueQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableNumberValue.htmlQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableNumberValue.htmlCLASSWritableObjectValue€This method exists only to align WritableObjectValue API with   WritableBooleanValue   and subclasses of   WritableNumberValue  javafx.beans.valueQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableObjectValue.htmlQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableObjectValue.htmlMETHODget ()   Get the wrapped value. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableObjectValue.html#get()WritableObjectValuejavafx.beans.valueWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableObjectValue.html#get()METHODset& ( T  value)   Set the wrapped value. Whttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableObjectValue.html#set()WritableObjectValuejavafx.beans.valueWhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableObjectValue.html#set()CLASSWritablePixelFormat—Color components can be composed into an integer using the following sample code:   int argb = ((alpha << 24) | (red << 16) | (green << 8) | (blue );  javafx.scene.imageQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/WritablePixelFormat.htmlQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/image/WritablePixelFormat.htmlMETHOD
1402 isWritablel ()   Returns true iff this  PixelFormat  object can convert color information into a pixel representation. ^http://download.java.net/jdk8/jfxdocs/javafx/scene/image/WritablePixelFormat.html#isWritable()WritablePixelFormatjavafx.scene.image^http://download.java.net/jdk8/jfxdocs/javafx/scene/image/WritablePixelFormat.html#isWritable()METHODsetArgb  ( T  buf, int x, int y, int scanlineStride, int argb)   Stores the appropriate pixel data that represents the specified 32-bit integer representation of a colo[http://download.java.net/jdk8/jfxdocs/javafx/scene/image/WritablePixelFormat.html#setArgb()WritablePixelFormatjavafx.scene.image[http://download.java.net/jdk8/jfxdocs/javafx/scene/image/WritablePixelFormat.html#setArgb()CLASSWritableSetValuejavafx.beans.valueNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableSetValue.htmlNhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableSetValue.htmlCLASSWritableStringValuejavafx.beans.valueQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableStringValue.htmlQhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableStringValue.htmlCLASS
WritableValuejavafx.beans.valueKhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableValue.htmlKhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableValue.htmlMETHODgetValue ()   Get the wrapped value. Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableValue.html#getValue()
WritableValuejavafx.beans.valueVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableValue.html#getValue()METHODsetValue& ( T  value)   Set the wrapped value. Vhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableValue.html#setValue()
WritableValuejavafx.beans.valueVhttp://download.java.net/jdk8/jfxdocs/javafx/beans/value/WritableValue.html#setValue()CLASSXYChart It is possible to install Tooltips on data items / symbols. For example the following code snippet installs Tooltip on the 1st data item.    XYChart.Data item =javafx.scene.chartEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.htmlEhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.htmlPROPERTYalternativeColumnFillVisible>    If true then alternative vertical columns will have fills bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#alternativeColumnFillVisibleXYChartjavafx.scene.chartbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#alternativeColumnFillVisiblePROPERTYalternativeRowFillVisible=    If true then alternative horizontal rows will have fills _http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#alternativeRowFillVisibleXYChartjavafx.scene.chart_http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#alternativeRowFillVisiblePROPERTYdata    XYCharts data Jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#dataXYChartjavafx.scene.chartJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#dataPROPERTYhorizontalGridLinesVisible2    True if horizontal grid lines should be drawn `http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#horizontalGridLinesVisibleXYChartjavafx.scene.chart`http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#horizontalGridLinesVisiblePROPERTYhorizontalZeroLineVisibleŽ    If this is true and the horizontal axis has both positive and negative values then a additional axis line will be drawn at the zero point _http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#horizontalZeroLineVisibleXYChartjavafx.scene.chart_http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#horizontalZeroLineVisiblePROPERTYverticalGridLinesVisible0    True if vertical grid lines should be drawn ^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#verticalGridLinesVisibleXYChartjavafx.scene.chart^http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#verticalGridLinesVisiblePROPERTYverticalZeroLineVisibleŒ    If this is true and the vertical axis has both positive and negative values then a additional axis line will be drawn at the zero point ]http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#verticalZeroLineVisibleXYChartjavafx.scene.chart]http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#verticalZeroLineVisibleMETHOD$alternativeColumnFillVisibleProperty@ ()   If true then alternative vertical columns will have fills lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#alternativeColumnFillVisibleProperty()XYChartjavafx.scene.chartlhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#alternativeColumnFillVisibleProperty()METHOD!alternativeRowFillVisibleProperty? ()   If true then alternative horizontal rows will have fills ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#alternativeRowFillVisibleProperty()XYChartjavafx.scene.chartihttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#alternativeRowFillVisibleProperty()METHOD"currentDisplayedExtraValuePropertyN ( XYChart.Data < X , Y > item)   The current displayed extra value property. jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#currentDisplayedExtraValueProperty()XYChartjavafx.scene.chartjhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#currentDisplayedExtraValueProperty()METHODcurrentDisplayedXValuePropertyg ( XYChart.Data < X , Y > item)   The current displayed data value property that is plotted on X axis. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#currentDisplayedXValueProperty()XYChartjavafx.scene.chartfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#currentDisplayedXValueProperty()METHODcurrentDisplayedYValuePropertyg ( XYChart.Data < X , Y > item)   The current displayed data value property that is plotted on Y axis. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#currentDisplayedYValueProperty()XYChartjavafx.scene.chartfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#currentDisplayedYValueProperty()METHOD
dataItemAdded‡ ( XYChart.Series < X , Y > series, int itemIndex,  XYChart.Data < X , Y > item)   Called when a data item has been added to a series. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#dataItemAdded()XYChartjavafx.scene.chartUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#dataItemAdded()METHODdataItemChangedx ( XYChart.Data < X , Y > item)   Called when a data item has changed, ie its xValue, yValue or extraValue has changed. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#dataItemChanged()XYChartjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#dataItemChanged()METHODdataItemRemoved  ( XYChart.Data < X , Y > item,  XYChart.Series < X , Y > series)   Called when a data item has been removed from data model but it is still visible on the charWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#dataItemRemoved()XYChartjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#dataItemRemoved()METHODdataProperty ()   XYCharts data Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#dataProperty()XYChartjavafx.scene.chartThttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#dataProperty()METHODgetClassCssMetaData () [http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#getClassCssMetaData()XYChartjavafx.scene.chart[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#getClassCssMetaData()METHODgetCssMetaData’ ()   This method should delegate to   Node.getClassCssMetaData()   so that a Node's CssMetaData can be accessed without the need for reflection. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#getCssMetaData()XYChartjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#getCssMetaData()METHODgetCurrentDisplayedExtraValueJ ( XYChart.Data < X , Y > item)   The current displayed data extra value. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#getCurrentDisplayedExtraValue()XYChartjavafx.scene.chartehttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#getCurrentDisplayedExtraValue()METHODgetCurrentDisplayedXValueZ ( XYChart.Data < X , Y > item)   The current displayed data value plotted on the X axis. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#getCurrentDisplayedXValue()XYChartjavafx.scene.chartahttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#getCurrentDisplayedXValue()METHODgetCurrentDisplayedYValueZ ( XYChart.Data < X , Y > item)   The current displayed data value plotted on the Y axis. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#getCurrentDisplayedYValue()XYChartjavafx.scene.chartahttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#getCurrentDisplayedYValue()METHODgetData+ ()   Gets the value of the property data. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#getData()XYChartjavafx.scene.chartOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#getData()METHODgetDisplayedDataIterator  ( XYChart.Series < X , Y > series)   XYChart maintains a list of all items currently displayed this includes all current data + any data items recently deleted`http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#getDisplayedDataIterator()XYChartjavafx.scene.chart`http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#getDisplayedDataIterator()METHODgetDisplayedSeriesIterator  ()   XYChart maintains a list of all series currently displayed this includes all current series + any series that have recently been deleted that are in the pbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#getDisplayedSeriesIterator()XYChartjavafx.scene.chartbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#getDisplayedSeriesIterator()METHODgetPlotChildrenA ()   Modifiable and observable list of all content in the plot. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#getPlotChildren()XYChartjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#getPlotChildren()METHODgetVerticalGridLinesVisible@ ()   Indicates whether vertical grid lines are visible or not. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#getVerticalGridLinesVisible()XYChartjavafx.scene.chartchttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#getVerticalGridLinesVisible()METHODgetXAxisD ()   Get the X axis, by default it is along the bottom of the plot Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#getXAxis()XYChartjavafx.scene.chartPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#getXAxis()METHODgetYAxisB ()   Get the Y axis, by default it is along the left of the plot Phttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#getYAxis()XYChartjavafx.scene.chartPhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#getYAxis()METHOD"horizontalGridLinesVisibleProperty4 ()   True if horizontal grid lines should be drawn jhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#horizontalGridLinesVisibleProperty()XYChartjavafx.scene.chartjhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#horizontalGridLinesVisibleProperty()METHOD!horizontalZeroLineVisibleProperty ()   If this is true and the horizontal axis has both positive and negative values then a additional axis line will be drawn at the zero point ihttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#horizontalZeroLineVisibleProperty()XYChartjavafx.scene.chartihttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#horizontalZeroLineVisibleProperty()METHODisAlternativeColumnFillVisibleC ()   Gets the value of the property alternativeColumnFillVisible. fhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#isAlternativeColumnFillVisible()XYChartjavafx.scene.chartfhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#isAlternativeColumnFillVisible()METHODisAlternativeRowFillVisible@ ()   Gets the value of the property alternativeRowFillVisible. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#isAlternativeRowFillVisible()XYChartjavafx.scene.chartchttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#isAlternativeRowFillVisible()METHODisHorizontalGridLinesVisibleA ()   Gets the value of the property horizontalGridLinesVisible. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#isHorizontalGridLinesVisible()XYChartjavafx.scene.chartdhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#isHorizontalGridLinesVisible()METHODisHorizontalZeroLineVisible@ ()   Gets the value of the property horizontalZeroLineVisible. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#isHorizontalZeroLineVisible()XYChartjavafx.scene.chartchttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#isHorizontalZeroLineVisible()METHODisVerticalZeroLineVisible> ()   Gets the value of the property verticalZeroLineVisible. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#isVerticalZeroLineVisible()XYChartjavafx.scene.chartahttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#isVerticalZeroLineVisible()METHODlayoutChartChildren‹ (double top, double left, double width, double height)   Called to update and layout the chart children available from getChartChildren() [http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#layoutChartChildren()XYChartjavafx.scene.chart[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#layoutChartChildren()METHODlayoutPlotChildren5 ()   Called to update and layout the plot children. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#layoutPlotChildren()XYChartjavafx.scene.chartZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#layoutPlotChildren()METHODremoveDataItemFromDisplay  ( XYChart.Series < X , Y > series,  XYChart.Data < X , Y > item)   This should be called from dataItemRemoved() when you are finished with any animation for deahttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#removeDataItemFromDisplay()XYChartjavafx.scene.chartahttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#removeDataItemFromDisplay()METHODremoveSeriesFromDisplay  ( XYChart.Series < X , Y > series)   This should be called from seriesRemoved() when you are finished with any animation for deleting the series from the chart_http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#removeSeriesFromDisplay()XYChartjavafx.scene.chart_http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#removeSeriesFromDisplay()METHODseriesAddedi ( XYChart.Series < X , Y > series, int seriesIndex)   A series has been added to the charts data model. Shttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#seriesAdded()XYChartjavafx.scene.chartShttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#seriesAdded()METHOD
seriesChanged‹ ( ListChangeListener.Change <? extends  XYChart.Series > c)   Called when each atomic change is made to the list of series for this chart Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#seriesChanged()XYChartjavafx.scene.chartUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#seriesChanged()METHOD
seriesRemovedz ( XYChart.Series < X , Y > series)   A series has been removed from the data model but it is still visible on the chart. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#seriesRemoved()XYChartjavafx.scene.chartUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#seriesRemoved()METHODsetAlternativeColumnFillVisibleP (boolean value)   Sets the value of the property alternativeColumnFillVisible. ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#setAlternativeColumnFillVisible()XYChartjavafx.scene.chartghttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#setAlternativeColumnFillVisible()METHODsetAlternativeRowFillVisibleM (boolean value)   Sets the value of the property alternativeRowFillVisible. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#setAlternativeRowFillVisible()XYChartjavafx.scene.chartdhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#setAlternativeRowFillVisible()METHODsetCurrentDisplayedExtraValuef ( XYChart.Data < X , Y > item, java.lang.Object value)   Set the current displayed data extra value. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#setCurrentDisplayedExtraValue()XYChartjavafx.scene.chartehttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#setCurrentDisplayedExtraValue()METHODsetCurrentDisplayedXValuee ( XYChart.Data < X , Y > item,  X  value)   Set the current displayed data value plotted on X axis. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#setCurrentDisplayedXValue()XYChartjavafx.scene.chartahttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#setCurrentDisplayedXValue()METHODsetCurrentDisplayedYValuee ( XYChart.Data < X , Y > item,  Y  value)   Set the current displayed data value plotted on Y axis. ahttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#setCurrentDisplayedYValue()XYChartjavafx.scene.chartahttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#setCurrentDisplayedYValue()METHODsetData\ ( ObservableList < XYChart.Series < X , Y >> value)   Sets the value of the property data. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#setData()XYChartjavafx.scene.chartOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#setData()METHODsetHorizontalGridLinesVisibleN (boolean value)   Sets the value of the property horizontalGridLinesVisible. ehttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#setHorizontalGridLinesVisible()XYChartjavafx.scene.chartehttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#setHorizontalGridLinesVisible()METHODsetHorizontalZeroLineVisibleM (boolean value)   Sets the value of the property horizontalZeroLineVisible. dhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#setHorizontalZeroLineVisible()XYChartjavafx.scene.chartdhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#setHorizontalZeroLineVisible()METHODsetVerticalGridLinesVisibleL (boolean value)   Sets the value of the property verticalGridLinesVisible. chttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#setVerticalGridLinesVisible()XYChartjavafx.scene.chartchttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#setVerticalGridLinesVisible()METHODsetVerticalZeroLineVisibleK (boolean value)   Sets the value of the property verticalZeroLineVisible. bhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#setVerticalZeroLineVisible()XYChartjavafx.scene.chartbhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#setVerticalZeroLineVisible()METHODupdateAxisRangeS ()   This is called when the range has been invalidated and we need to update it. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#updateAxisRange()XYChartjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#updateAxisRange()METHODupdateLegend^ ()   This is called whenever a series is added or removed and the legend needs to be updated Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#updateLegend()XYChartjavafx.scene.chartThttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#updateLegend()METHOD verticalGridLinesVisibleProperty2 ()   True if vertical grid lines should be drawn hhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#verticalGridLinesVisibleProperty()XYChartjavafx.scene.charthhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#verticalGridLinesVisibleProperty()METHODverticalZeroLineVisiblePropertyŽ ()   If this is true and the vertical axis has both positive and negative values then a additional axis line will be drawn at the zero point ghttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#verticalZeroLineVisibleProperty()XYChartjavafx.scene.chartghttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.html#verticalZeroLineVisibleProperty()CLASSXYChart.Datajavafx.scene.chartJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.htmlJhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.htmlPROPERTY
1403 extraValueE    The generic data value to be plotted in any way the chart needs. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#extraValueXYChart.Datajavafx.scene.chartUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#extraValuePROPERTYnode,    The node to display for this data item. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#nodeXYChart.Datajavafx.scene.chartOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#nodePROPERTYXValue8    The generic data value to be plotted on the X axis. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#XValueXYChart.Datajavafx.scene.chartQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#XValuePROPERTYYValue8    The generic data value to be plotted on the Y axis. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#YValueXYChart.Datajavafx.scene.chartQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#YValueMETHODextraValuePropertyG ()   The generic data value to be plotted in any way the chart needs. _http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#extraValueProperty()XYChart.Datajavafx.scene.chart_http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#extraValueProperty()METHOD
getExtraValue1 ()   Gets the value of the property extraValue. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#getExtraValue()XYChart.Datajavafx.scene.chartZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#getExtraValue()METHODgetNode+ ()   Gets the value of the property node. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#getNode()XYChart.Datajavafx.scene.chartThttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#getNode()METHOD getXValue? ()   Gets the generic data value to be plotted on the X axis. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#getXValue()XYChart.Datajavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#getXValue()METHOD   getYValue? ()   Gets the generic data value to be plotted on the Y axis. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#getYValue()XYChart.Datajavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#getYValue()METHODnodeProperty. ()   The node to display for this data item. Yhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#nodeProperty()XYChart.Datajavafx.scene.chartYhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#nodeProperty()METHOD
setExtraValueG (java.lang.Object value)   Sets the value of the property extraValue. Zhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#setExtraValue()XYChart.Datajavafx.scene.chartZhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#setExtraValue()METHODsetNode7 ( Node  value)   Sets the value of the property node. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#setNode()XYChart.Datajavafx.scene.chartThttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#setNode()METHOD   setXValueH ( X  value)   Sets the generic data value to be plotted on the X axis. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#setXValue()XYChart.Datajavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#setXValue()METHOD  setYValueH ( Y  value)   Sets the generic data value to be plotted on the Y axis. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#setYValue()XYChart.Datajavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#setYValue()METHODtoString= ()   Returns a string representation of this  Data  object. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#toString()XYChart.Datajavafx.scene.chartUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#toString()METHODXValueProperty: ()   The generic data value to be plotted on the X axis. [http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#XValueProperty()XYChart.Datajavafx.scene.chart[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#XValueProperty()METHODYValueProperty: ()   The generic data value to be plotted on the Y axis. [http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#YValueProperty()XYChart.Datajavafx.scene.chart[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#YValueProperty()FIELDnext)    Next pointer for the next data item. Ohttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#nextXYChart.Datajavafx.scene.chartOhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Data.html#nextCLASSXYChart.Seriesjavafx.scene.chartLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.htmlLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.htmlPROPERTYchart2    Reference to the chart this series belongs to Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#chartXYChart.Seriesjavafx.scene.chartRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#chartPROPERTYdata:    ObservableList of data items that make up this series Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#dataXYChart.Seriesjavafx.scene.chartQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#dataPROPERTYname.    The user displayable name for this series Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#nameXYChart.Seriesjavafx.scene.chartQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#namePROPERTYnode)    The node to display for this series. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#nodeXYChart.Seriesjavafx.scene.chartQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#nodeMETHOD
chartProperty4 ()   Reference to the chart this series belongs to \http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#chartProperty()XYChart.Seriesjavafx.scene.chart\http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#chartProperty()METHODdataProperty< ()   ObservableList of data items that make up this series [http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#dataProperty()XYChart.Seriesjavafx.scene.chart[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#dataProperty()METHODgetChart, ()   Gets the value of the property chart. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#getChart()XYChart.Seriesjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#getChart()METHODgetData+ ()   Gets the value of the property data. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#getData()XYChart.Seriesjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#getData()METHODgetName+ ()   Gets the value of the property name. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#getName()XYChart.Seriesjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#getName()METHODgetNode+ ()   Gets the value of the property node. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#getNode()XYChart.Seriesjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#getNode()METHODnameProperty0 ()   The user displayable name for this series [http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#nameProperty()XYChart.Seriesjavafx.scene.chart[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#nameProperty()METHODnodeProperty+ ()   The node to display for this series. [http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#nodeProperty()XYChart.Seriesjavafx.scene.chart[http://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#nodeProperty()METHODsetDataZ ( ObservableList < XYChart.Data < X , Y >> value)   Sets the value of the property data. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#setData()XYChart.Seriesjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#setData()METHODsetNameA (java.lang.String value)   Sets the value of the property name. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#setName()XYChart.Seriesjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#setName()METHODsetNode7 ( Node  value)   Sets the value of the property node. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#setNode()XYChart.Seriesjavafx.scene.chartVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#setNode()METHODtoString? ()   Returns a string representation of this  Series  object. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#toString()XYChart.Seriesjavafx.scene.chartWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/chart/XYChart.Series.html#toString()CLASS     ZoomEvent The event is delivered to the top-most node picked on the gesture coordinates in time of the gesture start - the whole gesture is delivered to the same node evejavafx.scene.inputGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ZoomEvent.htmlGhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ZoomEvent.htmlMETHODcopyForŽ (java.lang.Object newSource,  EventTarget  newTarget)   Creates and returns a copy of this event with the specified event source and target. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ZoomEvent.html#copyFor()      ZoomEventjavafx.scene.inputQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ZoomEvent.html#copyFor()METHODcopyFor (java.lang.Object newSource,  EventTarget  newTarget,  EventType < ZoomEvent > type)   Creates a copy of the given event with the given fields substituted. Qhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ZoomEvent.html#copyFor()     ZoomEventjavafx.scene.inputQhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ZoomEvent.html#copyFor()METHODgetEventType) ()   Gets the event type of this event. Vhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ZoomEvent.html#getEventType()      ZoomEventjavafx.scene.inputVhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ZoomEvent.html#getEventType()METHODgetTotalZoomFactor/ ()   Gets the zooming amount of this gesture. \http://download.java.net/jdk8/jfxdocs/javafx/scene/input/ZoomEvent.html#getTotalZoomFactor()       ZoomEventjavafx.scene.input\http://download.java.net/jdk8/jfxdocs/javafx/scene/input/ZoomEvent.html#getTotalZoomFactor()METHOD
getZoomFactor- ()   Gets the zooming amount of this event. Whttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ZoomEvent.html#getZoomFactor()     ZoomEventjavafx.scene.inputWhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ZoomEvent.html#getZoomFactor()METHODtoStringB ()   Returns a string representation of this  ZoomEvent  object. Rhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ZoomEvent.html#toString() ZoomEventjavafx.scene.inputRhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ZoomEvent.html#toString()FIELDANY/    Common supertype for all zoom event types. Khttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ZoomEvent.html#ANY    ZoomEventjavafx.scene.inputKhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ZoomEvent.html#ANYFIELDZOOM_    This event occurs when user performs a zooming gesture such as dragging two fingers apart. Lhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ZoomEvent.html#ZOOM ZoomEventjavafx.scene.inputLhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ZoomEvent.html#ZOOMFIELD
ZOOM_FINISHED3    This event occurs when a zooming gesture ends. Uhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ZoomEvent.html#ZOOM_FINISHED  ZoomEventjavafx.scene.inputUhttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ZoomEvent.html#ZOOM_FINISHEDFIELDZOOM_STARTED:    This event occurs when a zooming gesture is detected. Thttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ZoomEvent.html#ZOOM_STARTED    ZoomEventjavafx.scene.inputThttp://download.java.net/jdk8/jfxdocs/javafx/scene/input/ZoomEvent.html#ZOOM_STARTED