Class GraphConfigPage


  • public class GraphConfigPage
    extends java.lang.Object
    This will help to create the necessary widgets to configure an annotation's properties.
    • Field Detail

      • titleText

        private org.eclipse.swt.widgets.Text titleText
      • titleFont

        private org.eclipse.swt.graphics.Font titleFont
      • titleColorSelector

        private org.eclipse.jface.preference.ColorSelector titleColorSelector
      • plotAreaColorSelector

        private org.eclipse.jface.preference.ColorSelector plotAreaColorSelector
      • showTitle

        private org.eclipse.swt.widgets.Button showTitle
      • showLegend

        private org.eclipse.swt.widgets.Button showLegend
      • showPlotAreaBorder

        private org.eclipse.swt.widgets.Button showPlotAreaBorder
      • transparent

        private org.eclipse.swt.widgets.Button transparent
    • Constructor Detail

      • GraphConfigPage

        public GraphConfigPage​(IXYGraph xyGraph)
        Construct a graph configuration page
        Parameters:
        xyGraph - the graph for which the configuration page is created
    • Method Detail

      • createPage

        public void createPage​(org.eclipse.swt.widgets.Composite composite)
      • applyChanges

        public void applyChanges()
      • getXYGraph

        public IXYGraph getXYGraph()
        Returns:
        the graph