Libraries
»
jruby_art
(2.5.1)
»
Index
»
Processing
»
App
»
#sketch_size
Method: Processing::App#sketch_size
Defined in:
lib/jruby_art/app.rb
#
sketch_size
(x, y) ⇒
Object
148 149 150
# File 'lib/jruby_art/app.rb', line 148
def
sketch_size
(
x
,
y
)
surface
.
set_size
(
x
,
y
)
end