Class: Java::JavafxSceneText::Text
- Inherits:
-
Object
- Object
- Java::JavafxSceneText::Text
- Includes:
- JRubyFX::DSL
- Defined in:
- lib/jrubyfx/core_ext/precompiled.rb
Constant Summary
Constants included from JRubyFX::DSL
JRubyFX::DSL::NAME_TO_CLASSES, JRubyFX::DSL::NAME_TO_CLASS_NAME
Constants included from JRubyFX::FXImports
JRubyFX::FXImports::JFX_CLASS_HIERARCHY, JRubyFX::FXImports::LOCAL_NAME_MAP
Constants included from JRubyFX
Instance Method Summary collapse
- #bounds_type=(rbenum) ⇒ Object
- #font_smoothing_type=(rbenum) ⇒ Object
- #text_alignment=(rbenum) ⇒ Object
- #text_origin=(rbenum) ⇒ Object
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, write_event_method
Methods included from JRubyFX::FXImports
Methods included from JRubyFX
#build, included, load_fx, #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
Instance Method Details
#bounds_type=(rbenum) ⇒ Object
1303 1304 1305 |
# File 'lib/jrubyfx/core_ext/precompiled.rb', line 1303 def bounds_type=(rbenum) java_send "setBoundsType", [Java::JavafxSceneText::TextBoundsType], JRubyFX::Utils::CommonConverters.parse_ruby_symbols(rbenum, Java::JavafxSceneText::TextBoundsType) end |
#font_smoothing_type=(rbenum) ⇒ Object
1294 1295 1296 |
# File 'lib/jrubyfx/core_ext/precompiled.rb', line 1294 def font_smoothing_type=(rbenum) java_send "setFontSmoothingType", [Java::JavafxSceneText::FontSmoothingType], JRubyFX::Utils::CommonConverters.parse_ruby_symbols(rbenum, Java::JavafxSceneText::FontSmoothingType) end |
#text_alignment=(rbenum) ⇒ Object
1297 1298 1299 |
# File 'lib/jrubyfx/core_ext/precompiled.rb', line 1297 def text_alignment=(rbenum) java_send "setTextAlignment", [Java::JavafxSceneText::TextAlignment], JRubyFX::Utils::CommonConverters.parse_ruby_symbols(rbenum, Java::JavafxSceneText::TextAlignment) end |
#text_origin=(rbenum) ⇒ Object
1300 1301 1302 |
# File 'lib/jrubyfx/core_ext/precompiled.rb', line 1300 def text_origin=(rbenum) java_send "setTextOrigin", [Java::JavafxGeometry::VPos], JRubyFX::Utils::CommonConverters.parse_ruby_symbols(rbenum, Java::JavafxGeometry::VPos) end |