|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opennms.web.category.CategoryUtil
Provides look and feel utilities for the JSPs presenting category (real time console) information.
Field Summary | |
static java.text.DecimalFormat |
valueFormat
Specifies how the category values should look. |
Constructor Summary | |
private |
CategoryUtil()
Private, empty constructor so this class will not be instantiated. |
Method Summary | |
static java.lang.String |
formatValue(double value)
Format an RTC value the way we want it. |
static java.lang.String |
getCategoryColor(Category category)
Determine the color to use for a given category value and thresholds. |
static java.lang.String |
getCategoryColor(Category category,
double value)
Determine the color to use for a given value and the given category's thresholds. |
static java.lang.String |
getCategoryColor(double normal,
double warning,
double value)
Determine the color to use for a given value and thresholds. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.text.DecimalFormat valueFormat
Note this value is currently public, but consider this temporary. To hide
the implementation (so we can change it later), please call
formatValue
instead.
Constructor Detail |
private CategoryUtil()
Method Detail |
public static java.lang.String formatValue(double value)
public static java.lang.String getCategoryColor(Category category) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public static java.lang.String getCategoryColor(Category category, double value) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public static java.lang.String getCategoryColor(double normal, double warning, double value) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |