|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.inet.report.chart.axis.AbstractMarker
com.inet.report.chart.axis.IntervalMarker
public class IntervalMarker
Class to create interval markers in a chart plot. An interval marker has two values, a start and an end value.
AbstractMarker,
Serialized Form| Field Summary |
|---|
| Fields inherited from class com.inet.report.chart.axis.AbstractMarker |
|---|
DEFAULT_ALPHA, DEFAULT_COLOR, DEFAULT_LINE_STYLE, DEFAULT_LINE_WIDTH, DEFAULT_VALUE |
| Constructor Summary | |
|---|---|
IntervalMarker()
Creates a marker area with two values: the first (start value) and the second (end value). |
|
| Method Summary | |
|---|---|
double |
getFirstValue()
Returns the first value (lower bound) of this marker. |
double |
getSecondValue()
Returns the end value (upper bound) of this marker. |
protected java.lang.StringBuffer |
getSubProperties(int depth)
Returns the serialized properties of subclasses. |
void |
readProperties(org.w3c.dom.Element element)
Loads the XML properties of a marker. |
void |
setFirstValue(double firstValue)
Sets the start value (lower bound) of this marker. |
void |
setSecondValue(double secondValue)
Sets the end value (upper bound) of this marker. |
| Methods inherited from class com.inet.report.chart.axis.AbstractMarker |
|---|
getColor, getLineStyle, getLineWidth, setColor, setLineStyle, setLineWidth |
| Constructor Detail |
|---|
public IntervalMarker()
| Method Detail |
|---|
public double getFirstValue()
public void setFirstValue(double firstValue)
firstValue - the start valuegetFirstValue(),
setSecondValue(double)public double getSecondValue()
public void setSecondValue(double secondValue)
secondValue - the end valuegetSecondValue(),
setFirstValue(double)protected java.lang.StringBuffer getSubProperties(int depth)
getSubProperties in class AbstractMarkerdepth - the depth of XML indent
public void readProperties(org.w3c.dom.Element element)
readProperties in class AbstractMarkerelement - DOM element to read marker properties from
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||