com.objectwave.viewUtility
Class DrawRoutines.ArrowSpec

java.lang.Object
  |
  +--com.objectwave.viewUtility.DrawRoutines.ArrowSpec
Enclosing class:
DrawRoutines

public static final class DrawRoutines.ArrowSpec
extends java.lang.Object

Version:
$Id: DrawRoutines.java,v 2.1 2002/02/01 21:21:13 dave_hoag Exp $
Author:
trever

Constructor Summary
DrawRoutines.ArrowSpec(java.awt.Point from, java.awt.Point to, int length, int width, java.awt.Color fill, java.awt.Color arrow, java.awt.Color line)
          Constructor for the ArrowSpec object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrawRoutines.ArrowSpec

public DrawRoutines.ArrowSpec(java.awt.Point from,
                              java.awt.Point to,
                              int length,
                              int width,
                              java.awt.Color fill,
                              java.awt.Color arrow,
                              java.awt.Color line)
Constructor for the ArrowSpec object

Parameters:
from -
to -
length -
width -
fill -
arrow -
line -