Package rope.gui

Class R_Board

All Implemented Interfaces:
R_Constants, R_Constants_Colour

public class R_Board extends Crope
  • Constructor Details

    • R_Board

      public R_Board(vec2 pos, vec2 size, boolean vert_is)
  • Method Details

    • set_marge

      public R_Board set_marge(int marge)
    • add_button

      public void add_button(vec2 size_elem, float step, String... label)
      Parameters:
      size_elem -
      step -
      label -
    • add_knob

      public void add_knob(float size, float step, String... label)
      Parameters:
      size -
      step -
      label -
    • add_slider

      public void add_slider(vec2 size_elem, float step, String... label)
      Parameters:
      size_elem -
      step -
      label -
    • add_slotch

      public void add_slotch(vec2 size_elem, int num, float step, String... label)
      Parameters:
      size_elem -
      num -
      step -
      label -
    • update

      public void update()
      Overrides:
      update in class Crope
    • show_board

      public void show_board()
      SHOW
    • show_struc

      public void show_struc()
      Overrides:
      show_struc in class Crope
    • show_mol

      public void show_mol()
    • show_label

      public void show_label()
      Overrides:
      show_label in class Crope
    • show_value

      public void show_value()
      Overrides:
      show_value in class Crope
    • get_name

      public String get_name(int id)
    • print

      public void print()
    • set_value

      public R_Board set_value(String name, float... pos_norm)
      SET VALUE
    • set_value

      public R_Board set_value(int index_crope, String name, float... pos_norm)
    • get

      public float get(int index_crope)
      GET VALUES FLOAT
      Overrides:
      get in class Crope
    • get

      public float get(int index_crope, String name)
    • get

      public float get(String name)
    • get

      public float get(String name, int index_value)
      returns the first occurrence that matches
    • get

      public float get(int index_crope, String name, int index_value)
    • get_all

      public float[] get_all(String name)
      GET ALL VALUES FLOAT
    • get_all

      public float[] get_all(int index_crope)
    • get_all

      public float[] get_all(int index_crope, String name)
    • is

      public boolean is(int index_crope)
      GET VALUES BOOLEAN
    • is

      public boolean is(String name)
      returns the first occurrence that matches
    • is

      public boolean is(int index_crope, String name)