anar

Class RenderFaceNoStroke

java.lang.Object
  extended by anar.RenderP5
      extended by anar.RenderPts
          extended by anar.RenderFace
              extended by anar.RenderFaceNoStroke
All Implemented Interfaces:
Render

public class RenderFaceNoStroke
extends RenderFace


Field Summary
 AColor fillColor
           
 
Fields inherited from class anar.RenderPts
colors
 
Fields inherited from class anar.RenderP5
p5
 
Constructor Summary
RenderFaceNoStroke()
           
RenderFaceNoStroke(AColor fill)
           
 
Method Summary
 void draw(Pts pts)
           
 void fill(AColor color)
           
 
Methods inherited from class anar.RenderPts
draw, stroke
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fillColor

public AColor fillColor
Constructor Detail

RenderFaceNoStroke

public RenderFaceNoStroke()

RenderFaceNoStroke

public RenderFaceNoStroke(AColor fill)
Method Detail

draw

public void draw(Pts pts)
Overrides:
draw in class RenderFace

fill

public void fill(AColor color)