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 PaintInstructor
public boolean antialias()
antialias
in interface PaintInstructor
public Box getLimitBox()
getLimitBox
in interface PaintInstructor
Copyright © 2013. All Rights Reserved.