Klasse DrawOutOfScale

java.lang.Object
com.inet.report.chart.plot.DrawOutOfScale
Alle implementierten Schnittstellen:
Serializable

public class DrawOutOfScale extends Object implements Serializable
This class sets the properties for draw out of scale.
Seit:
8.0
Siehe auch:
  • Felddetails

    • DRAW_OUT_OF_SCALE

      public static final DrawOutOfScale DRAW_OUT_OF_SCALE
      Draw out of scale the data point with value out of range.
    • DRAW_ON_MAX

      public static final DrawOutOfScale DRAW_ON_MAX
      Draw on the min / max the data point with value out of range.
    • DO_NOT_DRAW

      public static final DrawOutOfScale DO_NOT_DRAW
      Don't draw the data point with value out of range.
  • Methodendetails

    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • equals

      public boolean equals(Object obj)
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • getDrawOutOfScale

      public static DrawOutOfScale getDrawOutOfScale(Element element)
      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