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 5180 2012-03-29 13:23:12Z teodord $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
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<JRPrintHyperlinkParameter> 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<JRPrintHyperlinkParameter> 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


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com