Method: Java::JavafxSceneText::Text#bounds_type=
- Defined in:
- lib/jrubyfx/core_ext/precompiled.rb
#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 |