org.opensourcephysics.display
Interface Drawable

All Known Subinterfaces:
ByteLattice, CartesianAxes, DrawableAxes, Interactive, Measurable, Plot2D, PolarAxes, Selectable
All Known Implementing Classes:
AbstractInteractive, Arrow, BinaryLattice, BoundedShape, ByteRaster, CartesianType1, CartesianType2, CartesianType3, CellLattice, CellLatticeOSX, CellLatticePC, Circle, ComplexDataset, ComplexGridPlot, ComplexInterpolatedPlot, ComplexSurfacePlot, ContourPlot, CustomAxes, DataRaster, Dataset, DatasetManager, DrawableBuffer, DrawableGroup, DrawableShape, DrawableTextLine, FunctionDrawer, GrayscalePlot, Grid, GridPlot, Histogram, InteractiveCircle, InteractiveShape, InterpolatedPlot, MeasuredCircle, MeasuredImage, PolarType1, PolarType2, SiteLattice, SurfacePlot, TextBox, Trail, TriangularBinaryLattice, TriangularByteLattice, VectorPlot, XYAxis

public interface Drawable

Title: Drawable Description: Drawable objects are rendered in a DrawingPanel.

 

Method Summary
 void draw(DrawingPanel panel, java.awt.Graphics g)
          Draws a representation of an object in a drawing panel.
 

Method Detail

draw

public void draw(DrawingPanel panel,
                 java.awt.Graphics g)
Draws a representation of an object in a drawing panel.

Parameters:
panel -
g -