Package rope.utils

Class R_State.State

java.lang.Object
rope.utils.R_State.State
Enclosing class:
R_State

public static class R_State.State extends Object
  • Field Details

    • r

      public static Rope r
  • Constructor Details

    • State

      public State()
  • Method Details

    • init

      public static void init(processing.core.PApplet papplet)
    • update

      public static void update()
    • version

      public static void version()
    • pa

      public static processing.core.PApplet pa()
    • env

      public static R_Env env()
      ENVIRONMENT
    • get_renderer

      public static String get_renderer()
    • cm

      public static int cm()
      Returns:
      the type of colorMode
    • cxyza

      public static vec4 cxyza()
      Returns:
      the curent data value of the color environment x, y, z and alpha of your sketch
    • cxyz

      public static vec3 cxyz()
      Returns:
      the curent data value of the color environment x, y, z of your sketch
    • size_change

      public static boolean size_change()
    • pointer

      public static void pointer(float x, float y)
      STATE EVENT
    • pointer

      public static void pointer(float x, float y, float z)
    • pointer

      public static vec3 pointer()
    • scroll

      public static void scroll(processing.event.MouseEvent e)
    • scroll

      public static ivec2 scroll()
    • mouse_pressed_is

      public static void mouse_pressed_is(boolean is)
    • mouse_pressed_is

      public static boolean mouse_pressed_is()
    • key_pressed_is

      public static void key_pressed_is(boolean is)
    • key_pressed_is

      public static boolean key_pressed_is()
    • event

      public static void event(boolean... event)
    • reset_event

      public static void reset_event()
    • bang

      public static bvec6 bang()
    • bangbang

      public static bvec6 bangbang()
    • event

      public static bvec6 event()
    • event_mut

      public static bvec6 event_mut()
    • mol_is

      public static void mol_is(boolean is)
      STATE GUI, CONTROL
    • mol_is

      public static boolean mol_is()
    • select_adj_is

      public static void select_adj_is(boolean is)
    • select_adj_is

      public static boolean select_adj_is()
    • keep_selection_is

      public static void keep_selection_is(boolean is)
    • keep_selection_is

      public static boolean keep_selection_is()
    • select_mol_is

      public static void select_mol_is(boolean is_1, boolean is_2)
    • select_mol_is

      public static void select_mol_is(boolean is_1)
    • select_mol_is

      public static bvec2 select_mol_is()
    • set_dna_current_crope

      public static void set_dna_current_crope(int dna)
    • get_dna_current_crope

      public static int get_dna_current_crope()