jas.plot
Interface SetablePlotGraphics

All Superinterfaces:
PlotGraphics
All Known Implementing Classes:
PlotGraphics11, PlotGraphics12

public interface SetablePlotGraphics
extends PlotGraphics


Fields inherited from interface jas.plot.PlotGraphics
SYMBOL_BOX, SYMBOL_CIRCLE, SYMBOL_CROSS, SYMBOL_DIAMOND, SYMBOL_DOT, SYMBOL_HORIZ_LINE, SYMBOL_SQUARE, SYMBOL_STAR, SYMBOL_TRIANGLE, SYMBOL_VERT_LINE
 
Method Summary
 void setGraphics(java.awt.Graphics g)
           
 
Methods inherited from interface jas.plot.PlotGraphics
clearClip, clearTransformation, drawImage, drawImage, drawLine, drawOval, drawPolyLine, drawPolySymbol, drawRect, drawString, drawSymbol, fillRect, getFont, getFontMetrics, setClip, setColor, setFont, setTransformation
 

Method Detail

setGraphics

public void setGraphics(java.awt.Graphics g)