public abstract class HoleDrawer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected DeviceDrawing |
d |
Constructor and Description |
---|
HoleDrawer(DeviceDrawing device,
double tailleTrous,
double taillePonts,
double pasDePontSilReste) |
Modifier and Type | Method and Description |
---|---|
void |
drawHole(double ypiste,
double halfheight,
double x,
double endx) |
abstract void |
drawPart(double ypiste,
double halfheight,
double x,
double endx,
boolean pontavant,
boolean pontapres) |
protected DeviceDrawing d
public HoleDrawer(DeviceDrawing device, double tailleTrous, double taillePonts, double pasDePontSilReste)