All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class grapher.G2Dint

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Canvas
                   |
                   +----grapher.Graph2D
                           |
                           +----grapher.G2Dint

class G2Dint
extends grapher.Graph2D

Variable Index

 o cpgin
 o dpgin
 o drag
 o range
 o userlimits
 o x0
 o x1
 o x1old
 o xaxis
 o y0
 o y1
 o y1old
 o yaxis

Constructor Index

 o G2Dint()

Method Index

 o action(Event, Object)
 o attachAxis(Axis)
 o createXAxis()
 o createYAxis()
 o getClosestPoint(int, int)
 o keyDown(Event, int)
 o mouseDown(Event, int, int)
 o mouseDrag(Event, int, int)
 o mouseMove(Event, int, int)
 o mouseUp(Event, int, int)
 o update(Graphics)

Variables

 o drag
 protected boolean drag
 o userlimits
 protected boolean userlimits
 o cpgin
 private grapher.Gin cpgin
 o dpgin
 private grapher.Gin dpgin
 o range
 private grapher.Range range
 o x0
 private int x0
 o y0
 private int y0
 o x1
 private int x1
 o y1
 private int y1
 o x1old
 private int x1old
 o y1old
 private int y1old
 o xaxis
 protected grapher.Axis xaxis
 o yaxis
 protected grapher.Axis yaxis

Constructors

 o G2Dint
 G2Dint()

Methods

 o createXAxis
 public grapher.Axis createXAxis()
 o createYAxis
 public grapher.Axis createYAxis()
 o attachAxis
 public void attachAxis(grapher.Axis a)
Overrides:
attachAxis in class grapher.Graph2D
 o update
 public void update(java.awt.Graphics g)
Overrides:
update in class grapher.Graph2D
 o keyDown
 public boolean keyDown(java.awt.Event e,
                        int key)
Overrides:
keyDown in class grapher.Graph2D
 o mouseDown
 public boolean mouseDown(java.awt.Event e,
                          int x,
                          int y)
Overrides:
mouseDown in class java.awt.Component
 o mouseUp
 public boolean mouseUp(java.awt.Event e,
                        int x,
                        int y)
Overrides:
mouseUp in class java.awt.Component
 o mouseDrag
 public boolean mouseDrag(java.awt.Event e,
                          int x,
                          int y)
Overrides:
mouseDrag in class java.awt.Component
 o mouseMove
 public boolean mouseMove(java.awt.Event e,
                          int x,
                          int y)
Overrides:
mouseMove in class java.awt.Component
 o action
 public boolean action(java.awt.Event e,
                       java.lang.Object a)
Overrides:
action in class java.awt.Component
 o getClosestPoint
 protected double[] getClosestPoint(int ix,
                                    int iy)

All Packages  Class Hierarchy  This Package  Previous  Next  Index