org.micropainter.core.painter.morphing.screw
Class Btr

java.lang.Object
  extended by org.micropainter.core.painter.morphing.screw.Btr
All Implemented Interfaces:
Morphe

public class Btr
extends java.lang.Object
implements Morphe


Field Summary
private  double btrRadius
           
private  double x
           
private  double y
           
 
Constructor Summary
Btr(double x, double y, double btrRadius)
           
 
Method Summary
 void drawMorphe(java.awt.Graphics2D g2d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

private double x

y

private double y

btrRadius

private double btrRadius
Constructor Detail

Btr

public Btr(double x,
           double y,
           double btrRadius)
Method Detail

drawMorphe

public void drawMorphe(java.awt.Graphics2D g2d)
Specified by:
drawMorphe in interface Morphe