Package com.inet.report.chart.plot
Class DrawOutOfScale
java.lang.Object
com.inet.report.chart.plot.DrawOutOfScale
- All Implemented Interfaces:
Serializable
This class sets the properties for draw out of scale.
- Since:
- 8.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DrawOutOfScale
Don't draw the data point with value out of range.static final DrawOutOfScale
Draw on the min / max the data point with value out of range.static final DrawOutOfScale
Draw out of scale the data point with value out of range. -
Method Summary
Modifier and TypeMethodDescriptionboolean
static DrawOutOfScale
getDrawOutOfScale
(Element element) Reads the XML properties of a of Draw Out Of Scale for LinePlot.int
hashCode()
toString()
-
Field Details
-
DRAW_OUT_OF_SCALE
Draw out of scale the data point with value out of range. -
DRAW_ON_MAX
Draw on the min / max the data point with value out of range. -
DO_NOT_DRAW
Don't draw the data point with value out of range.
-
-
Method Details
-
toString
-
equals
-
hashCode
public int hashCode() -
getDrawOutOfScale
Reads the XML properties of a of Draw Out Of Scale for LinePlot.- Parameters:
element
- DOM element- Returns:
- outOfScale for line plot.
- Since:
- 8.0
-