Package | Description |
---|---|
rope.gui | |
rope.gui.button | |
rope.gui.palette | |
rope.gui.slider |
Modifier and Type | Class and Description |
---|---|
class |
R_Dropdown |
Modifier and Type | Method and Description |
---|---|
Crope |
Crope.opengl(boolean is)
set colour
|
Crope |
Crope.pos(float x,
float y)
set structure
|
Crope |
Crope.pos(vec2 pos) |
Crope |
Crope.set_align_label_name(int align) |
Crope |
Crope.set_align_label_value(int align) |
Crope |
Crope.set_aspect(int f_c,
int s_c,
float thickness) |
Crope |
Crope.set_aspect(int f_c_in,
int f_c_out,
int s_c_in,
int s_c_out,
float thickness) |
Crope |
Crope.set_fill_label(int c)
LABEL
|
Crope |
Crope.set_fill_label(int c_in,
int c_out) |
Crope |
Crope.set_fill(int c) |
Crope |
Crope.set_fill(int c_in,
int c_out) |
Crope |
Crope.set_font_size(int font_size) |
Crope |
Crope.set_font(processing.core.PFont font)
font
|
Crope |
Crope.set_font(java.lang.String font_name,
int size) |
Crope |
Crope.set_id_midi(int id_midi) |
Crope |
Crope.set_id(int id) |
Crope |
Crope.set_label(java.lang.String name) |
Crope |
Crope.set_label(java.lang.String name,
float x,
float y) |
Crope |
Crope.set_label(java.lang.String name,
vec2 pos_label) |
Crope |
Crope.set_mode(int mode)
You can select different palette mode, with Processing classic renderer only mode 0 is available.
|
Crope |
Crope.set_name(java.lang.String name) |
Crope |
Crope.set_pos_label(float x,
float y) |
Crope |
Crope.set_pos_label(vec2 pos) |
Crope |
Crope.set_pos_value(float x,
float y) |
Crope |
Crope.set_pos_value(vec2 pos)
VALUE
|
Crope |
Crope.set_rank(int rank) |
Crope |
Crope.set_rollover_type(int rollover_type) |
Crope |
Crope.set_rounded(float rounded) |
Crope |
Crope.set_stroke(int c) |
Crope |
Crope.set_stroke(int c_in,
int c_out) |
Crope |
Crope.set_thickness(float thickness) |
Crope |
Crope.size(float size) |
Crope |
Crope.size(float w,
float h) |
Crope |
Crope.size(vec2 size) |
Modifier and Type | Class and Description |
---|---|
class |
R_Button |
class |
R_Knob |
Modifier and Type | Class and Description |
---|---|
class |
R_Palette |
class |
R_Palette_Selector |
Modifier and Type | Class and Description |
---|---|
class |
R_Sladj |
class |
R_Slider |
class |
R_Slotch |