org.gwoptics.graphics
Interface IRenderable

All Known Subinterfaces:
IGraph2DBackground, IGraph2DTrace
All Known Implementing Classes:
Axis2D, Axis3D, Blank2DTrace, Graph2D, GridBackground, Line2DTrace, Logo, Renderable, RollingLine2DTrace, SolidColourBackground, SquareGridMesh, SurfaceGraph3D, SurfaceTrace3D, UpdatingLine2DTrace

public interface IRenderable

Basic interface that defines commonly used functions for any rendered object. Implement this if your object is eventually drawn to some output. Makes the object define methods for setting its parent PApplet and draw method.

Since:
0.3.0
Author:
Daniel Brown 21/6/09

Method Summary
 void draw()
           
 void setParent(processing.core.PApplet parent)
           
 

Method Detail

draw

void draw()

setParent

void setParent(processing.core.PApplet parent)


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