uk.ac.starlink.topcat.func
Class Output

java.lang.Object
  extended by uk.ac.starlink.topcat.func.Output

public class Output
extends Object

Functions for simple logging output.

Since:
2 Sep 2004
Author:
Mark Taylor (Starlink)

Method Summary
static String print(double num)
          Outputs a numeric value to the user log.
static String print(String str)
          Outputs a string value to the user log.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

print

public static String print(String str)
Outputs a string value to the user log.

Parameters:
str - string value to output
Returns:
short report message

print

public static String print(double num)
Outputs a numeric value to the user log.

Parameters:
num - numeric value to output
Returns:
short report message


Copyright © 2003-2013 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.