All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class grapher.BuildGraph

java.lang.Object
   |
   +----java.io.StreamTokenizer
           |
           +----grapher.ScanWord
                   |
                   +----grapher.BuildGraph

public class BuildGraph
extends grapher.ScanWord
This class will parse a description file and build the plot based on the instructions in the file


Variable Index

 o applet
 o ATTACH
 o AXIS
 o BEGIN
Constants
 o BOLD
 o BOTTOM
 o Build
 o built
 o COLOR
 o DATA
 o DEBUG
 o debug
 o END
 o FONT
 o G2DINT
 o graph
 o GRAPH2D
 o graphtitle
 o GRID
 o GRID_COLOR
 o GRID_OFF
 o GRID_ON
 o ITALIC
 o LABEL
 o LABEL_COLOR
 o LABEL_FONT
 o LEFT
 o level
 o lineno
Public Variables
 o MARKER
 o MARKER_COLOR
 o MARKER_SIZE
 o MARKER_STYLE
 o MARKER_URL
 o NAME
 o object
 o OFF
 o ON
 o PLAIN
 o RIGHT
 o SIZE
 o STYLE
 o TITLE
 o TOP
 o URL
 o ZERO
 o ZERO_COLOR
 o ZERO_OFF
 o ZERO_ON

Constructor Index

 o BuildGraph(InputStream, Applet)
Constructors

Method Index

 o build(NamedObject)
 o buildAxis()
 o buildData()
 o buildFont()
 o buildGraph(int)
 o buildGrid()
 o buildLabel()
 o buildMarker()
 o buildTitle()
 o buildZero()
 o debugMessage(String, int)
 o errorAtLine(String)
 o getBuilt()
 o getGraph()
Public Methods
 o getGraphTitle()
 o isContext(int)
Protected Methods
 o parse()

Variables

 o BEGIN
 static final int BEGIN
Constants

 o GRAPH2D
 static final int GRAPH2D
 o MARKER
 static final int MARKER
 o AXIS
 static final int AXIS
 o URL
 static final int URL
 o DATA
 static final int DATA
 o SIZE
 static final int SIZE
 o COLOR
 static final int COLOR
 o NAME
 static final int NAME
 o TITLE
 static final int TITLE
 o LABEL
 static final int LABEL
 o FONT
 static final int FONT
 o STYLE
 static final int STYLE
 o BOTTOM
 static final int BOTTOM
 o TOP
 static final int TOP
 o LEFT
 static final int LEFT
 o RIGHT
 static final int RIGHT
 o END
 static final int END
 o G2DINT
 static final int G2DINT
 o OFF
 static final int OFF
 o ON
 static final int ON
 o ATTACH
 static final int ATTACH
 o PLAIN
 static final int PLAIN
 o BOLD
 static final int BOLD
 o ITALIC
 static final int ITALIC
 o DEBUG
 static final int DEBUG
 o GRID
 static final int GRID
 o ZERO
 static final int ZERO
 o MARKER_STYLE
 static final int MARKER_STYLE
 o MARKER_COLOR
 static final int MARKER_COLOR
 o MARKER_SIZE
 static final int MARKER_SIZE
 o LABEL_COLOR
 static final int LABEL_COLOR
 o LABEL_FONT
 static final int LABEL_FONT
 o GRID_COLOR
 static final int GRID_COLOR
 o GRID_OFF
 static final int GRID_OFF
 o ZERO_COLOR
 static final int ZERO_COLOR
 o ZERO_OFF
 static final int ZERO_OFF
 o MARKER_URL
 static final int MARKER_URL
 o GRID_ON
 static final int GRID_ON
 o ZERO_ON
 static final int ZERO_ON
 o Build
 protected java.util.Stack Build
 o object
 protected java.util.Stack object
 o built
 protected java.util.Vector built
 o graph
 protected java.lang.Object graph
 o graphtitle
 protected grapher.TextLine graphtitle
 o applet
 protected java.applet.Applet applet
 o debug
 protected boolean debug
 o lineno
 public int lineno
Public Variables

 o level
 public int level

Constructors

 o BuildGraph
 public BuildGraph(java.io.InputStream in,
                   java.applet.Applet ap)
Constructors

Methods

 o getGraph
 public java.lang.Object getGraph()
Public Methods

 o getGraphTitle
 public grapher.TextLine getGraphTitle()
 o getBuilt
 public java.util.Vector getBuilt()
 o parse
 public void parse()
 o isContext
 protected boolean isContext(int token)
Protected Methods

 o build
 protected boolean build(grapher.NamedObject nobj)
 o buildGraph
 protected boolean buildGraph(int type)
 o buildFont
 protected boolean buildFont()
 o buildTitle
 protected boolean buildTitle()
 o buildLabel
 protected boolean buildLabel()
 o buildMarker
 protected boolean buildMarker()
 o buildData
 protected boolean buildData()
 o buildAxis
 protected boolean buildAxis()
 o buildGrid
 protected boolean buildGrid()
 o buildZero
 protected boolean buildZero()
 o errorAtLine
 protected void errorAtLine(java.lang.String s)
 o debugMessage
 protected void debugMessage(java.lang.String s,
                             int token)

All Packages  Class Hierarchy  This Package  Previous  Next  Index