gov.noaa.pmel.sgt
Class StrokeDrawer1

java.lang.Object
  extended by gov.noaa.pmel.sgt.StrokeDrawer1
All Implemented Interfaces:
StrokeDrawer, java.lang.Cloneable

public class StrokeDrawer1
extends java.lang.Object
implements StrokeDrawer, java.lang.Cloneable

Implements stroke drawing for JDK1.1

Since:
2.1
Version:
$Revision$, $Date$
Author:
Donald Denbo

Constructor Summary
StrokeDrawer1()
           
 
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[] x, int[] y, int size, LineAttribute attr)
           
 void drawStroke(java.awt.Graphics g, int[] xout, int[] yout, int size, LineAttribute attr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrokeDrawer1

public StrokeDrawer1()
Method Detail

drawHeavy

public void drawHeavy(java.awt.Graphics g,
                      int[] xout,
                      int[] yout,
                      int size,
                      LineAttribute attr)
Specified by:
drawHeavy in interface StrokeDrawer

drawDashed

public void drawDashed(java.awt.Graphics g,
                       int[] xout,
                       int[] yout,
                       int size,
                       LineAttribute attr)
Specified by:
drawDashed in interface StrokeDrawer

drawStroke

public void drawStroke(java.awt.Graphics g,
                       int[] xout,
                       int[] yout,
                       int size,
                       LineAttribute attr)
Specified by:
drawStroke in interface StrokeDrawer

drawHighlight

public void drawHighlight(java.awt.Graphics g,
                          int[] x,
                          int[] y,
                          int size,
                          LineAttribute attr)
Specified by:
drawHighlight in interface StrokeDrawer