de.inghuimische.uta.test
Class SinusLineWidthModel
java.lang.Object
de.inghuimische.uta.test.SinusLineWidthModel
- All Implemented Interfaces:
- LineWidthModel
- public class SinusLineWidthModel
- extends Object
- implements LineWidthModel
Calculates the line width by using the sinus function.
- Author:
- Christian Ziesemer
Method Summary |
double |
getLineWidth(int line)
Returns the line width for the given line . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SinusLineWidthModel
public SinusLineWidthModel()
getLineWidth
public double getLineWidth(int line)
- Description copied from interface:
LineWidthModel
- Returns the line width for the given
line
.
- Specified by:
getLineWidth
in interface LineWidthModel
- Parameters:
line
- The actual line a width is needed for.
- Returns:
- The line width for the given
line
.
 An inghuimische.de
project. | Copyright (C) 2004 Christian Ziesemer; See the Mozilla Public
License for more details.
|