maslab.fig
Class FigArrow

java.lang.Object
  extended by maslab.fig.FigArrow

public class FigArrow
extends java.lang.Object


Field Summary
 float arrowheight
           
 int arrowstyle
           
 float arrowthickness
           
 int arrowtype
           
 float arrowwidth
           
 
Constructor Summary
FigArrow()
           
 
Method Summary
 boolean parse(java.util.Scanner scan)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

arrowtype

public int arrowtype

arrowstyle

public int arrowstyle

arrowthickness

public float arrowthickness

arrowwidth

public float arrowwidth

arrowheight

public float arrowheight
Constructor Detail

FigArrow

public FigArrow()
Method Detail

parse

public boolean parse(java.util.Scanner scan)