jfig.objects
Class FigArrowParams

java.lang.Object
  extended byjfig.objects.FigArrowParams

public class FigArrowParams
extends java.lang.Object

simple structure to collect arrow parameters


Field Summary
 double height
           
 int style
           
 double thickness
           
 int type
           
 double width
           
 
Constructor Summary
FigArrowParams()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public int type

style

public int style

thickness

public double thickness

width

public double width

height

public double height
Constructor Detail

FigArrowParams

public FigArrowParams()