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 boolean
antialias()
Box
getLimitBox()
void
instruct(Painter p)
static void
main(java.lang.String[] argv)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] argv)
-
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
-
-