hep.aida.web.taglib
Class PlotterStyleEditorTagSupport

java.lang.Object
  extended by hep.aida.web.taglib.PlotterStyleEditorTagSupport
All Implemented Interfaces:
PlotterStyleEditorTag

public class PlotterStyleEditorTagSupport
extends Object
implements PlotterStyleEditorTag

Author:
serbo

Constructor Summary
PlotterStyleEditorTagSupport()
           
 
Method Summary
 String createForm()
           
 String getAction()
           
 String getBackground()
           
 boolean getIncludeComparison()
           
 boolean getIncludeError()
           
 boolean getIncludeLegend()
           
 boolean getIncludeMarker()
           
 boolean getIncludeNormalization()
           
 boolean getIncludeStatistics()
           
 String getMarkerShape()
           
 String getMarkerSize()
           
 String getName()
           
 String getNormalization()
           
 int getNumberOfOverlays()
           
 String getSelectorBackground()
           
 String getSelectorText()
           
 boolean getShowError()
           
 String getStatCompareAlgorithm()
           
 String getVar()
           
 boolean isShowAlways()
           
 boolean isShowLegend()
           
 boolean isShowPlotStyle()
           
 boolean isShowStatistics()
           
 void setAction(String action)
           
 void setBackground(String background)
           
 void setIncludeComparison(boolean includeComparison)
           
 void setIncludeError(boolean includeError)
           
 void setIncludeLegend(boolean includeLegend)
           
 void setIncludeMarker(boolean includeMarker)
           
 void setIncludeNormalization(boolean includeNormalization)
           
 void setIncludeStatistics(boolean includeStatistics)
           
 void setMarkerShape(String markerShape)
           
 void setMarkerSize(String markerSize)
           
 void setName(String name)
           
 void setNormalization(String normalization)
           
 void setNumberOfOverlays(int numberOfOverlays)
           
 void setSelectorBackground(String selectorBackground)
           
 void setSelectorText(String selectorText)
           
 void setShowAlways(boolean showAlways)
           
 void setShowError(boolean showError)
           
 void setShowLegend(boolean showLegend)
           
 void setShowPlotStyle(boolean showPlotStyle)
           
 void setShowStatistics(boolean showStatistics)
           
 void setStatCompareAlgorithm(String statCompareAlgorithm)
           
 void setVar(String var)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlotterStyleEditorTagSupport

public PlotterStyleEditorTagSupport()
Method Detail

createForm

public String createForm()

getName

public String getName()

setName

public void setName(String name)
Specified by:
setName in interface PlotterStyleEditorTag

getVar

public String getVar()

setVar

public void setVar(String var)
Specified by:
setVar in interface PlotterStyleEditorTag

getBackground

public String getBackground()

setBackground

public void setBackground(String background)
Specified by:
setBackground in interface PlotterStyleEditorTag

getSelectorBackground

public String getSelectorBackground()

setSelectorBackground

public void setSelectorBackground(String selectorBackground)
Specified by:
setSelectorBackground in interface PlotterStyleEditorTag

getSelectorText

public String getSelectorText()

setSelectorText

public void setSelectorText(String selectorText)
Specified by:
setSelectorText in interface PlotterStyleEditorTag

isShowAlways

public boolean isShowAlways()

setShowAlways

public void setShowAlways(boolean showAlways)
Specified by:
setShowAlways in interface PlotterStyleEditorTag

isShowPlotStyle

public boolean isShowPlotStyle()

setShowPlotStyle

public void setShowPlotStyle(boolean showPlotStyle)

isShowStatistics

public boolean isShowStatistics()

setShowStatistics

public void setShowStatistics(boolean showStatistics)

isShowLegend

public boolean isShowLegend()

setShowLegend

public void setShowLegend(boolean showLegend)

getShowError

public boolean getShowError()

setShowError

public void setShowError(boolean showError)

getMarkerShape

public String getMarkerShape()

setMarkerShape

public void setMarkerShape(String markerShape)

getNumberOfOverlays

public int getNumberOfOverlays()

setNumberOfOverlays

public void setNumberOfOverlays(int numberOfOverlays)

getMarkerSize

public String getMarkerSize()

setMarkerSize

public void setMarkerSize(String markerSize)

getNormalization

public String getNormalization()

setNormalization

public void setNormalization(String normalization)

getStatCompareAlgorithm

public String getStatCompareAlgorithm()

setStatCompareAlgorithm

public void setStatCompareAlgorithm(String statCompareAlgorithm)

getAction

public String getAction()

setAction

public void setAction(String action)
Specified by:
setAction in interface PlotterStyleEditorTag

setIncludeStatistics

public void setIncludeStatistics(boolean includeStatistics)
Specified by:
setIncludeStatistics in interface PlotterStyleEditorTag

getIncludeStatistics

public boolean getIncludeStatistics()

setIncludeLegend

public void setIncludeLegend(boolean includeLegend)
Specified by:
setIncludeLegend in interface PlotterStyleEditorTag

getIncludeLegend

public boolean getIncludeLegend()

setIncludeError

public void setIncludeError(boolean includeError)
Specified by:
setIncludeError in interface PlotterStyleEditorTag

getIncludeError

public boolean getIncludeError()

setIncludeMarker

public void setIncludeMarker(boolean includeMarker)
Specified by:
setIncludeMarker in interface PlotterStyleEditorTag

getIncludeMarker

public boolean getIncludeMarker()

setIncludeNormalization

public void setIncludeNormalization(boolean includeNormalization)
Specified by:
setIncludeNormalization in interface PlotterStyleEditorTag

getIncludeNormalization

public boolean getIncludeNormalization()

setIncludeComparison

public void setIncludeComparison(boolean includeComparison)
Specified by:
setIncludeComparison in interface PlotterStyleEditorTag

getIncludeComparison

public boolean getIncludeComparison()


Copyright © 2000-2011 FreeHEP. All Rights Reserved.