Package rendering

Class RectArtist

java.lang.Object
rendering.Artist
rendering.RectArtist

public class RectArtist extends Artist
  • Field Details

    • color

      protected Color color
    • width

      protected double width
    • height

      protected double height
  • Constructor Details

    • RectArtist

      public RectArtist(GameObject go, double width, double height, Color color)
  • Method Details