anar

Class RenderSpline

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

public class RenderSpline
extends RenderPts


Field Summary
static Param splineRes
           
 
Fields inherited from class anar.RenderPts
colors
 
Fields inherited from class anar.RenderP5
p5
 
Constructor Summary
RenderSpline()
           
RenderSpline(AColor c)
           
 
Method Summary
 void draw(Pts o)
           
 Pts getPts(Pts o)
           
 
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

splineRes

public static Param splineRes
Constructor Detail

RenderSpline

public RenderSpline()

RenderSpline

public RenderSpline(AColor c)
Method Detail

draw

public void draw(Pts o)
Specified by:
draw in class RenderPts

getPts

public Pts getPts(Pts o)