All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.awt.draw.DotFreehand

java.lang.Object
   |
   +----ncsa.awt.draw.DrawingPrimitive
           |
           +----ncsa.awt.draw.Freehand
                   |
                   +----ncsa.awt.draw.DotFreehand

public class DotFreehand
extends Freehand
A class that implements a dot freehand drawing primitive


Constructor Index

 o DotFreehand()
 o DotFreehand(Vector)
Constructs a dot freehand primitive given a set of points

Method Index

 o drawPoints(Graphics)
Draws the dot freehand object

Constructors

 o DotFreehand
 public DotFreehand()
 o DotFreehand
 public DotFreehand(Vector pnts)
Constructs a dot freehand primitive given a set of points

Parameters:
pnts - the vector containing Point values

Methods

 o drawPoints
 public void drawPoints(Graphics g)
Draws the dot freehand object

Parameters:
g - the graphics context to draw into.
Overrides:
drawPoints in class Freehand

All Packages  Class Hierarchy  This Package  Previous  Next  Index