ConversionTool.ctxt 616B

1234567891011121314151617181920
  1. #BlueJ class context
  2. comment0.target=ConversionTool
  3. comment1.params=centimeters
  4. comment1.target=float\ CentimetersToInches(float)
  5. comment2.params=inches
  6. comment2.target=float\ InchesToCentimeters(float)
  7. comment3.params=feet
  8. comment3.target=float\ FeetToMeters(float)
  9. comment4.params=meters
  10. comment4.target=float\ MetersToFeet(float)
  11. comment5.params=celsius
  12. comment5.target=float\ CelsiusToFahrenheit(float)
  13. comment6.params=fahrenheit
  14. comment6.target=float\ FahrenheitToCelsius(float)
  15. comment7.params=mph
  16. comment7.target=float\ MphToKph(float)
  17. comment8.params=kph
  18. comment8.target=float\ KphToMph(float)
  19. numComments=9