org.gwoptics.graphics.graph2D
Interface IGraph2D

All Known Implementing Classes:
Graph2D

public interface IGraph2D

This interface is used to pass to an IGraph2DTrace object. It provides some minimal methods for a trace object to alter the graph. Originally created to provide traces access to the background renderer to provide moving grids etc.

Author:
Daniel Brown 7/8/09

Method Summary
 IGraph2DBackground getGraphBackground()
          Gets a reference to the current Background renderer
 Axis2D getXAxis()
           
 Axis2D getYAxis()
           
 

Method Detail

getGraphBackground

IGraph2DBackground getGraphBackground()
Gets a reference to the current Background renderer


getXAxis

Axis2D getXAxis()

getYAxis

Axis2D getYAxis()


processing library gwoptics by Daniel Brown and Andreas Freise. (c) 2009 onwards