public class SeparatorModule extends Module
| 构造器和说明 |
|---|
SeparatorModule()
Constructs a new SeparatorModule with a width of 1.
|
SeparatorModule(int width)
Constructs a new SeparatorModule with the specified width.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected double |
draw(AbstractOutput output,
double x,
double y)
Draws the module to the specified output.
|
java.lang.String |
getSymbol()
Returns the symbol that this module encodes.
|
public SeparatorModule()
public SeparatorModule(int width)
width - The width of the separator in bar widths.protected double draw(AbstractOutput output, double x, double y)