Package rope.costume

Class R_House

All Implemented Interfaces:
R_Constants, R_Constants_Colour

public class R_House extends R_Shape
  • Constructor Details

    • R_House

      public R_House(processing.core.PApplet pa)
    • R_House

      public R_House(processing.core.PApplet pa, float size)
    • R_House

      public R_House(processing.core.PApplet pa, float sx, float sy, float sz)
  • Method Details

    • mode

      public void mode(int type)
    • set_peak

      public void set_peak(float ra, float rc)
    • fill

      public void fill(int c)
      Description copied from class: R_Graphic
      This Processing clone method, add check if any PGraphics is active, and if it's a case work ont it
      Overrides:
      fill in class R_Graphic
      Parameters:
      c - in value for the stroke color
    • fill

      public void fill(float x, float y, float z, float a)
      Overrides:
      fill in class R_Graphic
    • fill_roof

      public void fill_roof(int c)
    • fill_roof

      public void fill_roof(float x, float y, float z, float a)
    • fill_wall

      public void fill_wall(int c)
    • fill_wall

      public void fill_wall(float x, float y, float z, float a)
    • fill_ground

      public void fill_ground(int c)
    • fill_ground

      public void fill_ground(float x, float y, float z, float a)
    • stroke

      public void stroke(int c)
      Description copied from class: R_Graphic
      This Processing clone method, add check if any PGraphics is active, and if it's a case work on it
      Overrides:
      stroke in class R_Graphic
      Parameters:
      c - in value for the stroke color
    • stroke

      public void stroke(float x, float y, float z, float a)
      Overrides:
      stroke in class R_Graphic
    • stroke_roof

      public void stroke_roof(int c)
    • stroke_roof

      public void stroke_roof(float x, float y, float z, float a)
    • stroke_wall

      public void stroke_wall(int c)
    • stroke_wall

      public void stroke_wall(float x, float y, float z, float a)
    • stroke_ground

      public void stroke_ground(int c)
    • stroke_ground

      public void stroke_ground(float x, float y, float z, float a)
    • thickness

      public void thickness(float thickness)
      Description copied from class: R_Graphic
      This method is like strokeWeight of Processing
      Overrides:
      thickness in class R_Graphic
      Parameters:
      thickness - float value for the strokeWeight
    • aspect_is

      public void aspect_is(boolean is)
    • show

      public void show()