Package org.lemsml.jlems.viz.plot
Class CanvasTest
- java.lang.Object
-
- org.lemsml.jlems.viz.plot.CanvasTest
-
- All Implemented Interfaces:
PaintInstructor
public class CanvasTest extends java.lang.Object implements PaintInstructor
-
-
Constructor Summary
Constructors Constructor Description CanvasTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanantialias()BoxgetLimitBox()voidinstruct(Painter p)static voidmain(java.lang.String[] argv)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] argv)
-
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
-
-