public class VisualScoreTag
extends javax.servlet.jsp.tagext.BodyTagSupport
| Constructor and Description |
|---|
VisualScoreTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doAfterBody() |
int |
getFullBlocks()
Gets the full blocks.
|
double |
getMaxValue()
Gets the max value.
|
double |
getMinValue()
Gets the min value.
|
int |
getPartialBlocks()
Gets the partial blocks.
|
double |
getValue()
Gets the value.
|
double |
getValue2()
Gets the value2.
|
boolean |
isShowA()
Checks if is show a.
|
boolean |
isShowB()
Checks if is show b.
|
boolean |
isShowEmptyBlocks()
Checks if is show empty blocks.
|
void |
setFullBlocks(int fullBlocks)
Sets the full blocks.
|
void |
setMaxValue(double maxValue)
Sets the max value.
|
void |
setMinValue(double minValue)
Sets the min value.
|
void |
setPartialBlocks(int partialBlocks)
Sets the partial blocks.
|
void |
setShowA(boolean showA)
Sets the show a.
|
void |
setShowB(boolean showB)
Sets the show b.
|
void |
setShowEmptyBlocks(boolean showEmptyBlocks)
Sets the show empty blocks.
|
void |
setValue(double value)
Sets the value.
|
void |
setValue2(double value2)
Sets the value2.
|
doEndTag, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic int doAfterBody()
throws javax.servlet.jsp.JspException
doAfterBody in interface javax.servlet.jsp.tagext.IterationTagdoAfterBody in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionpublic double getValue()
public void setValue(double value)
value - the new valuepublic double getValue2()
public void setValue2(double value2)
value2 - the new value2public double getMinValue()
public void setMinValue(double minValue)
minValue - the new min valuepublic double getMaxValue()
public void setMaxValue(double maxValue)
maxValue - the new max valuepublic int getPartialBlocks()
public void setPartialBlocks(int partialBlocks)
partialBlocks - the new partial blockspublic int getFullBlocks()
public void setFullBlocks(int fullBlocks)
fullBlocks - the new full blockspublic boolean isShowEmptyBlocks()
public void setShowEmptyBlocks(boolean showEmptyBlocks)
showEmptyBlocks - the new show empty blockspublic boolean isShowA()
public void setShowA(boolean showA)
showA - the new show apublic boolean isShowB()
public void setShowB(boolean showB)
showB - the new show bCopyright © 2009–2020 psi-probe. All rights reserved.