Klasse DrawOutOfScale
java.lang.Object
com.inet.report.chart.plot.DrawOutOfScale
- Alle implementierten Schnittstellen:
Serializable
This class sets the properties for draw out of scale.
- Seit:
- 8.0
- Siehe auch:
-
Feldübersicht
FelderModifikator und TypFeldBeschreibungstatic final DrawOutOfScaleDon't draw the data point with value out of range.static final DrawOutOfScaleDraw on the min / max the data point with value out of range.static final DrawOutOfScaleDraw out of scale the data point with value out of range. -
Methodenübersicht
Modifikator und TypMethodeBeschreibungbooleanstatic DrawOutOfScalegetDrawOutOfScale(Element element) Reads the XML properties of a of Draw Out Of Scale for LinePlot.inthashCode()toString()
-
Felddetails
-
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.
-
-
Methodendetails
-
toString
-
equals
-
hashCode
-
getDrawOutOfScale
Reads the XML properties of a of Draw Out Of Scale for LinePlot.- Parameter:
element- DOM element- Gibt zurück:
- outOfScale for line plot.
- Seit:
- 8.0
-