public class Draw2DProcessing
extends java.lang.Object
| Constructor and Description |
|---|
Draw2DProcessing(Canvas2DProcessing frame) |
| Modifier and Type | Method and Description |
|---|---|
void |
drawPoint(Point_2 p)
Draw a circle at given location in the frame
|
void |
drawSegment(Point_2 p,
Point_2 q)
Draw a segment between two points (in the given frame)
|
java.awt.Point |
getPoint(Point_2 v) |
public Draw2DProcessing(Canvas2DProcessing frame)