Class: Java::JavafxScene::Scene
- Inherits:
-
Object
- Object
- Java::JavafxScene::Scene
- Includes:
- JRubyFX::DSL
- Defined in:
- lib/jrubyfx/core_ext/precompiled.rb
Constant Summary
Constants included from JRubyFX::DSL
Constants included from JRubyFX
Constants included from JRubyFX::FXImports
JRubyFX::FXImports::JFX_CLASS_HIERARCHY
Class Method Summary collapse
-
.new(*args) ⇒ Object
TODO: logical_child(root).
Instance Method Summary collapse
Methods included from JRubyFX::DSL
compile_dsl, included, load_dsl, #logical_lookup, #method_missing, #self_test_lookup, write_color_method_converter, write_enum_converter, write_enum_method_converter
Methods included from JRubyFX
#build, included, #run_later, #with
Methods included from JRubyFX::Utils::CommonUtils
#attempt_conversion, #populate_properties, #split_args_from_properties
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class JRubyFX::DSL
Class Method Details
.new(*args) ⇒ Object
TODO: logical_child(root)
371 372 373 |
# File 'lib/jrubyfx/core_ext/precompiled.rb', line 371 def self.new(*args) super *JRubyFX::Utils::CommonConverters.convert_args(args, [[:none], [:none, :color], [:none, :none, :none], [:none, :none, :none, :color]]) end |
Instance Method Details
#fill=(value) ⇒ Object
367 368 369 |
# File 'lib/jrubyfx/core_ext/precompiled.rb', line 367 def fill=(value) setFill(JRubyFX::Utils::CommonConverters::CONVERTERS[:color].call(value)) end |