Class ChartMarker

java.lang.Object
org.eclnt.util.chart.ChartMarker
Direct Known Subclasses:
ChartYMarker, TimeBasedChartXMarker, XYChartXMarker

public class ChartMarker extends Object
  • Constructor Details

    • ChartMarker

      public ChartMarker()
  • Method Details

    • setStroke

      public void setStroke(int stroke)
      Size of marker line.
    • getStroke

      public int getStroke()
    • setId

      public void setId(String id)
      Id of marker.
    • getId

      public String getId()
    • setText

      public void setText(String text)
      Text of marker, that is output witin the chart.
    • getText

      public String getText()
    • setColor

      public void setColor(String color)
      Line and text color of marker.
    • getColor

      public String getColor()