public class Demo1 extends java.lang.Object implements PaintInstructor
| Modifier and Type | Field and Description |
|---|---|
(package private) double[] |
xdat |
(package private) double[] |
ydat |
| Constructor and Description |
|---|
Demo1() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
antialias() |
Box |
getLimitBox() |
void |
instruct(Painter p) |
public void instruct(Painter p)
instruct in interface PaintInstructorpublic boolean antialias()
antialias in interface PaintInstructorpublic Box getLimitBox()
getLimitBox in interface PaintInstructorCopyright © 2013. All Rights Reserved.