Interface TimePlotInfo

  • All Superinterfaces:
    PlotInfo
    All Known Implementing Classes:
    EventPlotInfo, TimePlotInfoImpl, TimePlotInfoWrapper

    public interface TimePlotInfo
    extends PlotInfo
    A handle to one of the plotting areas making up a StackedTimePlot2D. TimePlotInfo can be used to modify the look and feel of the plot, change its ordering or size within the overall StackedTimePlot2D, or add painters to the plot.
    Author:
    ulman
    • Method Detail

      • setTimeToolTipHandler

        void setTimeToolTipHandler​(TimeToolTipHandler toolTipHandler)
      • setDefaultEventBorderColor

        void setDefaultEventBorderColor​(float[] rgba)
      • setBorderWidth

        void setBorderWidth​(float width)
      • setLabelBorderColor

        void setLabelBorderColor​(float[] rgba)
      • setLabelBorderWidth

        void setLabelBorderWidth​(float width)
      • setLabelText

        void setLabelText​(String text)
      • setLabelColor

        void setLabelColor​(float[] rgba)
      • setAxisColor

        void setAxisColor​(float[] rgba)
      • setAxisFont

        void setAxisFont​(Font font)
      • setBackgroundColor

        void setBackgroundColor​(float[] rgba)
      • getCommonAxis

        TaggedAxis1D getCommonAxis()
        Description copied from interface: PlotInfo
        Returns the common axis shared by all the plots in a StackedPlot2D.
        Specified by:
        getCommonAxis in interface PlotInfo
        Returns:
        the shared axis for this plot