Klasse AbstractMarker

java.lang.Object
com.inet.report.chart.axis.AbstractMarker
Alle implementierten Schnittstellen:
Serializable
Bekannte direkte Unterklassen:
IntervalMarker, LineMarker

public abstract class AbstractMarker extends Object implements Serializable
Basic class to create markers in a chart plot.
Seit:
8.0
Siehe auch:
  • Felddetails

    • DEFAULT_COLOR

      public static final int DEFAULT_COLOR
      Default line marker color (a ABGR value representation).
      Siehe auch:
    • DEFAULT_LINE_STYLE

      public static final int DEFAULT_LINE_STYLE
      Default line style of the marker.
      Siehe auch:
    • DEFAULT_LINE_WIDTH

      public static final int DEFAULT_LINE_WIDTH
      Default line width of the marker.
      Siehe auch:
    • DEFAULT_ALPHA

      public static final float DEFAULT_ALPHA
      Default alpha transparency value of the marker.
      Siehe auch:
    • DEFAULT_VALUE

      public static final double DEFAULT_VALUE
      Default value. This value has a marker without initializing the value property.
      Siehe auch:
  • Konstruktordetails

    • AbstractMarker

      protected AbstractMarker()
      Protected constructor.
      Seit:
      8.0
  • Methodendetails