gov.noaa.pmel.sgt
Interface StrokeDrawer
- public interface StrokeDrawer
Defines the methods that implement stroke drawing in sgt. This
interface is necessary since sgt v2.0 will use Java2D functionality
to draw strokes if it is available.
- Since:
- 2.1
- Version:
- $Revision: 1.3 $, $Date: 2001/12/11 23:50:10 $
- Author:
- Donald Denbo
|
Method Summary |
void |
drawDashed(java.awt.Graphics g,
int[] xout,
int[] yout,
int size,
LineAttribute attr)
|
void |
drawHeavy(java.awt.Graphics g,
int[] xout,
int[] yout,
int size,
LineAttribute attr)
|
void |
drawHighlight(java.awt.Graphics g,
int[] xout,
int[] yout,
int size,
LineAttribute attr)
|
void |
drawStroke(java.awt.Graphics g,
int[] xout,
int[] yout,
int size,
LineAttribute attr)
|
drawHeavy
public void drawHeavy(java.awt.Graphics g,
int[] xout,
int[] yout,
int size,
LineAttribute attr)
drawDashed
public void drawDashed(java.awt.Graphics g,
int[] xout,
int[] yout,
int size,
LineAttribute attr)
drawStroke
public void drawStroke(java.awt.Graphics g,
int[] xout,
int[] yout,
int size,
LineAttribute attr)
drawHighlight
public void drawHighlight(java.awt.Graphics g,
int[] xout,
int[] yout,
int size,
LineAttribute attr)
Send comments about the Scientific Graphics toolkit to Donald.W.Denbo@noaa.gov. For more information about Java Development in the EPIC Group see the EPIC Software Page
Generated on October 9 2003