|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfdubath.entrelacs.BackgroundGeometry
fdubath.entrelacs.tilling.TillingBackgroundGeometry
public abstract class TillingBackgroundGeometry
Base class for the Tilling geometry.
Field Summary | |
---|---|
Drawer |
drawer
The 'drawer' must be defind in order to allow the geometry to draw its ropes. |
Fields inherited from class fdubath.entrelacs.BackgroundGeometry |
---|
verbose |
Constructor Summary | |
---|---|
TillingBackgroundGeometry()
|
Method Summary | |
---|---|
void |
computeSegments()
Cause the Geometry to compute the Rope intersections and the segments needed to draw the ropes. |
void |
draw(int[] origine,
int[] clipSize,
double geometryUnit)
Call to this method cause the computation of the intersections and segments and the drawing of the ropes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Drawer drawer
Constructor Detail |
---|
public TillingBackgroundGeometry()
Method Detail |
---|
public void draw(int[] origine, int[] clipSize, double geometryUnit)
public void computeSegments()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |