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 double
axis_label_height
Height of axis labels in physical unitsdouble
axis_title_height
Height of axis title in physical unitsjava.awt.Color
legend_background
Key pane colordouble
legend_height
Height of line or color key labelsdouble
legend_size_x
Width of key if in separate panedouble
legend_size_y
Height of key if in separate panedouble
max_x
End of X axis in physical unitsdouble
max_y
End of Y axis in physical unitsdouble
min_x
Start of X axis in physical unitsdouble
min_y
Start of Y axis in physical unitsjava.awt.Color
plot_background
Main pane colordouble
size_x
Width of graph in physical unitsdouble
size_y
Height of graph in physical unitsdouble
subtitle_height
Height of 2nd and 3rd main titlesdouble
title_height
Height 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, setTreeNode
Methods 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()
-