Class SgtPlotLayoutOptions

java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.interfaces.plots.sgt.SgtPlotLayoutOptions
All Implemented Interfaces:
InterfaceObject, NamedObject, TreeObject, CleanableObject

public class SgtPlotLayoutOptions
extends InterfaceOptions
Options defining an SGT plot layout
Author:
Andrew Reid
  • Field Details

    • size_x

      public double size_x
      Width of graph in physical units
    • min_x

      public double min_x
      Start of X axis in physical units
    • max_x

      public double max_x
      End of X axis in physical units
    • size_y

      public double size_y
      Height of graph in physical units
    • min_y

      public double min_y
      Start of Y axis in physical units
    • max_y

      public double max_y
      End of Y axis in physical units
    • title_height

      public double title_height
      Height of main title in physical units
    • axis_title_height

      public double axis_title_height
      Height of axis title in physical units
    • axis_label_height

      public double axis_label_height
      Height of axis labels in physical units
    • subtitle_height

      public double subtitle_height
      Height of 2nd and 3rd main titles
    • legend_height

      public double legend_height
      Height of line or color key labels
    • legend_size_x

      public double legend_size_x
      Width of key if in separate pane
    • legend_size_y

      public double legend_size_y
      Height of key if in separate pane
    • plot_background

      public java.awt.Color plot_background
      Main pane color
    • legend_background

      public java.awt.Color legend_background
      Key pane color
  • Constructor Details

    • SgtPlotLayoutOptions

      public SgtPlotLayoutOptions()