com.croftsoft.core.awt
Class GraphicsLib

java.lang.Object
  extended by com.croftsoft.core.awt.GraphicsLib

public final class GraphicsLib
extends Object

Supplementary static methods for the java.awt.Graphics class.

Version:
1997-04-16
Author:
David Wallace Croft

Constructor Summary
GraphicsLib()
           
 
Method Summary
static Point[] rasterize(Point originPoint, Point targetPoint)
          Coughs a hairball if the targetPoint and the originPoint are equal.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicsLib

public GraphicsLib()
Method Detail

rasterize

public static Point[] rasterize(Point originPoint,
                                Point targetPoint)
Coughs a hairball if the targetPoint and the originPoint are equal.


CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)