org.ujac.print.test
Class DocumentPrinterTest.ChartTestTuple

java.lang.Object
  extended by org.ujac.print.test.DocumentPrinterTest.ChartTestTuple
Enclosing class:
DocumentPrinterTest

public class DocumentPrinterTest.ChartTestTuple
extends Object

Name: ChartTestTuple
Description: A class for chart test values.


Constructor Summary
DocumentPrinterTest.ChartTestTuple(double value, double value2, double value3, String description)
          Constructs a ChartTestTuple instance with specific attributes.
 
Method Summary
 String getDescription()
          Getter method for the the property description.
 double getValue()
          Getter method for the the property value.
 double getValue2()
          Getter method for the the property value2.
 double getValue3()
          Getter method for the the property value3.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentPrinterTest.ChartTestTuple

public DocumentPrinterTest.ChartTestTuple(double value,
                                          double value2,
                                          double value3,
                                          String description)
Constructs a ChartTestTuple instance with specific attributes.

Parameters:
value - The first value.
value2 - The second value.
value3 - The third value.
description - The label
Method Detail

getDescription

public String getDescription()
Getter method for the the property description.

Returns:
The current value of property description.

getValue

public double getValue()
Getter method for the the property value.

Returns:
The current value of property value.

getValue2

public double getValue2()
Getter method for the the property value2.

Returns:
The current value of property value2.

getValue3

public double getValue3()
Getter method for the the property value3.

Returns:
The current value of property value3.


Copyright © 2003-2004 UJAC.org. All Rights Reserved.