Package mgui.interfaces.plots.sgt
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 Summary
Fields Modifier and Type Field Description doubleaxis_label_heightHeight of axis labels in physical unitsdoubleaxis_title_heightHeight of axis title in physical unitsjava.awt.Colorlegend_backgroundKey pane colordoublelegend_heightHeight of line or color key labelsdoublelegend_size_xWidth of key if in separate panedoublelegend_size_yHeight of key if in separate panedoublemax_xEnd of X axis in physical unitsdoublemax_yEnd of Y axis in physical unitsdoublemin_xStart of X axis in physical unitsdoublemin_yStart of Y axis in physical unitsjava.awt.Colorplot_backgroundMain pane colordoublesize_xWidth of graph in physical unitsdoublesize_yHeight of graph in physical unitsdoublesubtitle_heightHeight of 2nd and 3rd main titlesdoubletitle_heightHeight of main title in physical units -
Constructor Summary
Constructors Constructor Description SgtPlotLayoutOptions() -
Method Summary
Methods inherited from class mgui.interfaces.InterfaceOptions
clean, destroy, getName, getTreeLabel, isDestroyed, issueTreeNode, setName, setTreeNodeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
size_x
public double size_xWidth of graph in physical units -
min_x
public double min_xStart of X axis in physical units -
max_x
public double max_xEnd of X axis in physical units -
size_y
public double size_yHeight of graph in physical units -
min_y
public double min_yStart of Y axis in physical units -
max_y
public double max_yEnd of Y axis in physical units -
title_height
public double title_heightHeight of main title in physical units -
axis_title_height
public double axis_title_heightHeight of axis title in physical units -
axis_label_height
public double axis_label_heightHeight of axis labels in physical units -
subtitle_height
public double subtitle_heightHeight of 2nd and 3rd main titles -
legend_height
public double legend_heightHeight of line or color key labels -
legend_size_x
public double legend_size_xWidth of key if in separate pane -
legend_size_y
public double legend_size_yHeight of key if in separate pane -
plot_background
public java.awt.Color plot_backgroundMain pane color -
legend_background
public java.awt.Color legend_backgroundKey pane color
-
-
Constructor Details
-
SgtPlotLayoutOptions
public SgtPlotLayoutOptions()
-