Interface HasOpacityProperty
- All Known Subinterfaces:
INode
,PreferenceResizableNode
- All Known Implementing Classes:
AnchorPane
,Arc
,BorderPane
,Button
,ButtonBar
,ButtonBase
,Canvas
,Cell
,CheckBox
,ChoiceBox
,Circle
,ComboBoxBase
,ContextMenuContent
,ContextMenuContent.MenuItemContainer
,Control
,DatePicker
,DialogPane
,FlowPane
,GridPane
,Group
,HBox
,Hyperlink
,ImageView
,Label
,Labeled
,LabeledText
,Line
,MediaView
,Node
,Pane
,Parent
,PasswordField
,Path
,PopupControl.CSSBridge
,ProgressBar
,ProgressIndicator
,RadioButton
,Rectangle
,Region
,ScrollPane
,Separator
,Shape
,Slider
,SplitPane
,StackPane
,SubtractShape
,SVGPath
,TabPane
,Text
,TextArea
,TextField
,TextFlow
,TextInputControl
,TitledPane
,ToggleButton
,ToolkitTextBox
,VBox
,WebView
public interface HasOpacityProperty
- Author:
- Bruno Salmon
-
Property Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault Double
Gets the value of theopacity
property.default void
setOpacity
(Number opacity) Sets the value of theopacity
property.
-
Property Details
-
opacity
DoubleProperty opacityProperty- See Also:
-
-
Method Details
-
opacityProperty
DoubleProperty opacityProperty()- Returns:
- the
opacity
property - See Also:
-
setOpacity
Sets the value of theopacity
property.- Property description:
- Parameters:
opacity
- the value for theopacity
property- See Also:
-
getOpacity
Gets the value of theopacity
property.- Property description:
- Returns:
- the value of the
opacity
property - See Also:
-