hep.aida.web.taglib
Class PlotTagSupport
java.lang.Object
hep.aida.web.taglib.PlotTagSupport
- All Implemented Interfaces:
- PlotTag, StyleProvider
public class PlotTagSupport
- extends Object
- implements PlotTag
The implementation class for all PlotTag classes.
- Author:
- The AIDA Team @ SLAC
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlotTagSupport
public PlotTagSupport()
doStartTag
public void doStartTag(RegionTagSupport regionTagSupport)
throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException
doEndTag
public void doEndTag(javax.servlet.jsp.PageContext pageContext)
throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException
setVar
public void setVar(Object plotObject)
- Description copied from interface:
PlotTag
- Set the object to plot. This must either be an
IManagedObject
or
the name of a variable in a JSP scope holding an IManagedObject
.
- Specified by:
setVar
in interface PlotTag
- Parameters:
plotObject
- the object to plot, which must be an IManagedObject
getVar
public Object getVar()
getStyle
public hep.aida.IBaseStyle getStyle()
throws javax.servlet.jsp.JspException
- Specified by:
getStyle
in interface StyleProvider
- Throws:
javax.servlet.jsp.JspException
getStyle
public hep.aida.IBaseStyle getStyle(String type)
throws javax.servlet.jsp.JspException
- Specified by:
getStyle
in interface StyleProvider
- Throws:
javax.servlet.jsp.JspException
Copyright © 2000-2006 FreeHEP. All Rights Reserved.