net.sf.jasperreports.engine
Class JRPrintHyperlinkParameters

java.lang.Object
  extended by net.sf.jasperreports.engine.JRPrintHyperlinkParameters
All Implemented Interfaces:
java.io.Serializable

public class JRPrintHyperlinkParameters
extends java.lang.Object
implements java.io.Serializable

A set of parameters associated with a print element.

Version:
$Id: JRPrintHyperlinkParameters.java 3033 2009-08-27 11:46:22Z teodord $
Author:
Lucian Chirita ([email protected])
See Also:
Serialized Form

Constructor Summary
JRPrintHyperlinkParameters()
          Creates an empty set of parameters.
 
Method Summary
 void addParameter(JRPrintHyperlinkParameter parameter)
          Adds a new parameter to the set.
 java.util.List getParameters()
          Returns the list of parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRPrintHyperlinkParameters

public JRPrintHyperlinkParameters()
Creates an empty set of parameters.

Method Detail

getParameters

public java.util.List getParameters()
Returns the list of parameters.

Returns:
the list of parameters

addParameter

public void addParameter(JRPrintHyperlinkParameter parameter)
Adds a new parameter to the set.

Parameters:
parameter - the parameter to add


Copyright © 2011. All Rights Reserved.