|
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.plot.DrawOutOfScale
public class DrawOutOfScale
This class sets the properties for draw out of scale.
| Field Summary | |
|---|---|
static DrawOutOfScale |
DO_NOT_DRAW
Don't draw the data point with value out of range. |
static DrawOutOfScale |
DRAW_ON_MAX
Draw on the min / max the data point with value out of range. |
static DrawOutOfScale |
DRAW_OUT_OF_SCALE
Draw out of scale the data point with value out of range. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
static DrawOutOfScale |
getDrawOutOfScale(org.w3c.dom.Element element)
Reads the XML properties of a of Draw Out Of Scale for LinePlot. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Field Detail |
|---|
public static final DrawOutOfScale DRAW_OUT_OF_SCALE
public static final DrawOutOfScale DRAW_ON_MAX
public static final DrawOutOfScale DO_NOT_DRAW
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static DrawOutOfScale getDrawOutOfScale(org.w3c.dom.Element element)
element - DOM element
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||