|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectanar.RenderP5
anar.RenderPt
anar.RenderPtObj
public class RenderPtObj

Render a point with the given Obj. Usefull to create 3d Points representations. (like using a cube or a sphere to display points).
| Field Summary | |
|---|---|
static Obj |
defaultShape
|
Obj |
shape
Shape is the displayed face for each points. |
| Fields inherited from class anar.RenderP5 |
|---|
p5 |
| Constructor Summary | |
|---|---|
RenderPtObj()
|
|
RenderPtObj(Obj shape)
|
|
| Method Summary | |
|---|---|
void |
draw(Pt p)
|
Obj |
getShape()
|
RenderPtObj |
setShape(Obj shape)
|
| Methods inherited from class anar.RenderPt |
|---|
draw |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static Obj defaultShape
public Obj shape
| Constructor Detail |
|---|
public RenderPtObj()
public RenderPtObj(Obj shape)
| Method Detail |
|---|
public Obj getShape()
public RenderPtObj setShape(Obj shape)
shape - the shape to setpublic void draw(Pt p)
draw in class RenderPt
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||