anar

Class RenderFaceNormal

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

public class RenderFaceNormal
extends RenderFaceDefault


Field Summary
static AColor normalColor
           
static float normalDisplayedLength
           
 
Fields inherited from class anar.RenderPts
colors
 
Fields inherited from class anar.RenderP5
p5
 
Constructor Summary
RenderFaceNormal(AColor fill)
           
RenderFaceNormal(AColor fill, AColor stroke)
           
RenderFaceNormal(int fill)
           
RenderFaceNormal(int fill, int stroke)
           
 
Method Summary
 void draw(Pts pts)
           
 
Methods inherited from class anar.RenderFaceDefault
fill, getFill, stroke
 
Methods inherited from class anar.RenderPts
draw
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

normalColor

public static AColor normalColor

normalDisplayedLength

public static float normalDisplayedLength
Constructor Detail

RenderFaceNormal

public RenderFaceNormal(int fill)

RenderFaceNormal

public RenderFaceNormal(int fill,
                        int stroke)

RenderFaceNormal

public RenderFaceNormal(AColor fill)

RenderFaceNormal

public RenderFaceNormal(AColor fill,
                        AColor stroke)
Method Detail

draw

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