All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class SPV_graphics.SPVGraph

java.lang.Object
   |
   +----SPV_graphics.SPVGraph

public class SPVGraph
extends Object

This class contains the main graphics routine. It draws the axes, the labels, the lines, the points, ... . It is comparable to my graphgks.f FORTRAN program.


Variable Index

 o fm
 o g
 o imnmx
 o labx
 o laby
 o line
 o marker
 o markersize
 o markertype
 o n
 o title
 o x
 o xhigh
 o xlow
 o xmax
 o xmin
 o y
 o yhigh
 o ylow
 o ymax
 o ymin

Constructor Index

 o SPVGraph()

Method Index

 o spvGraph(SPVGrint, SPVGraph)

Variables

 o g
 public Graphics g
 o x
 public double x[]
 o y
 public double y[]
 o n
 public int n
 o imnmx
 public int imnmx
 o xmin
 public double xmin
 o xmax
 public double xmax
 o ymin
 public double ymin
 o ymax
 public double ymax
 o xlow
 public double xlow
 o xhigh
 public double xhigh
 o ylow
 public double ylow
 o yhigh
 public double yhigh
 o labx
 public String labx
 o laby
 public String laby
 o title
 public String title
 o marker
 public boolean marker
 o line
 public boolean line
 o markertype
 public int markertype
 o markersize
 public double markersize
 o fm
 public FontMetrics fm

Constructors

 o SPVGraph
 public SPVGraph()

Methods

 o spvGraph
 public int spvGraph(SPVGrint mygrint,
                     SPVGraph mg)

All Packages  Class Hierarchy  This Package  Previous  Next  Index