net.sourceforge.barbecue.linear.postnet
Class PostNetModule

java.lang.Object
  extended bynet.sourceforge.barbecue.Module
      extended bynet.sourceforge.barbecue.linear.postnet.PostNetModule

public class PostNetModule
extends Module

Author:
Brendon Anderson

Field Summary
protected static double BARWIDTH
           
protected static double BLANKWIDTH
           
 
Fields inherited from class net.sourceforge.barbecue.Module
bars
 
Constructor Summary
PostNetModule(int[] bars)
           
 
Method Summary
protected  double draw(AbstractOutput output, double x, double y)
           
 
Methods inherited from class net.sourceforge.barbecue.Module
draw, equals, getSymbol, hashCode, setSymbol, toString, widthInBars
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

BARWIDTH

protected static final double BARWIDTH
See Also:
Constant Field Values

BLANKWIDTH

protected static final double BLANKWIDTH
See Also:
Constant Field Values
Constructor Detail

PostNetModule

public PostNetModule(int[] bars)
Method Detail

draw

protected double draw(AbstractOutput output,
                      double x,
                      double y)
               throws OutputException
Throws:
OutputException


Copyright © 2003-2007 barbecue.sourceforge.net. All Rights Reserved.