protected class Printer.BeamPoint
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
beamNumber |
(package private) boolean |
isUp |
(package private) float |
lineWidth |
(package private) Stem |
stem |
(package private) TimedObject |
to |
(package private) float |
xpos |
(package private) float |
ypos |
Constructor and Description |
---|
BeamPoint(TimedObject to,
float xpos,
float ypos,
float lineWidth,
Stem stem,
boolean isUp,
int beamNumber) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
final TimedObject to
final float xpos
final float ypos
final float lineWidth
final Stem stem
final boolean isUp
final int beamNumber
BeamPoint(TimedObject to, float xpos, float ypos, float lineWidth, Stem stem, boolean isUp, int beamNumber)