Package org.lemsml.jlems.viz.plot
Class Demo1
- java.lang.Object
-
- org.lemsml.jlems.viz.plot.Demo1
-
- All Implemented Interfaces:
PaintInstructor
public class Demo1 extends java.lang.Object implements PaintInstructor
-
-
Constructor Summary
Constructors Constructor Description Demo1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
antialias()
Box
getLimitBox()
void
instruct(Painter p)
-
-
-
Method Detail
-
instruct
public void instruct(Painter p)
- Specified by:
instruct
in interfacePaintInstructor
-
antialias
public boolean antialias()
- Specified by:
antialias
in interfacePaintInstructor
-
getLimitBox
public Box getLimitBox()
- Specified by:
getLimitBox
in interfacePaintInstructor
-
-