private static final class ChooseTrackVisibilityAction.TrackLength extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private double |
value |
Constructor and Description |
---|
TrackLength(double value)
Constructs a new
TrackLength object with a given length. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Provides string representation.
|
private double value
TrackLength(double value)
TrackLength
object with a given length.value
- length of the trackpublic java.lang.String toString()
toString
in class java.lang.Object