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 booleanantialias()BoxgetLimitBox()voidinstruct(Painter p)
-
-
-
Method Detail
-
instruct
public void instruct(Painter p)
- Specified by:
instructin interfacePaintInstructor
-
antialias
public boolean antialias()
- Specified by:
antialiasin interfacePaintInstructor
-
getLimitBox
public Box getLimitBox()
- Specified by:
getLimitBoxin interfacePaintInstructor
-
-