anar

Class RenderFaceCurve

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

public class RenderFaceCurve
extends RenderFace


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

Constructor Detail

RenderFaceCurve

public RenderFaceCurve()

RenderFaceCurve

public RenderFaceCurve(AColor fill,
                       AColor stroke)
Method Detail

draw

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

stroke

public void stroke(AColor color)
Overrides:
stroke in class RenderPts

fill

public void fill(AColor color)