org.gwoptics.graphics.graph2D.backgrounds
Interface IGraph2DBackground

All Superinterfaces:
IRenderable
All Known Implementing Classes:
GridBackground, SolidColourBackground

public interface IGraph2DBackground
extends IRenderable


Method Summary
 void setAxes(Axis2D x, Axis2D y)
           
 void setDimensions(int width, int height)
           
 
Methods inherited from interface org.gwoptics.graphics.IRenderable
draw, setParent
 

Method Detail

setDimensions

void setDimensions(int width,
                   int height)

setAxes

void setAxes(Axis2D x,
             Axis2D y)


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