Description | Hierarchy | Fields | Methods | Properties |
type TDisplaySettingsItem = class(TPhastCollectionItem)
A TDisplaySettingsItem
stores all the information needed to restore the appearance of ModelMuse to a previous state including the name of the data set used to color or contour the grid and the magnification.
![]() |
FShowColoredGridLines: boolean; |
![]() |
FViewToDisplay: TViewDirection; |
![]() |
FTitle: TTextDisplay; |
![]() |
FVerticaRuler: TRulerSettings; |
![]() |
FAdditionalText: TTextCollection; |
![]() |
FGridDisplayChoice: TGridLineDrawingChoice; |
![]() |
FHorizontalRuler: TRulerSettings; |
![]() |
FModpathPathLineSettings: TPathLineSettings; |
![]() |
FModpathEndPointSettings: TEndPointSettings; |
![]() |
FModpathTimeSeriesSettings: TTimeSeriesSettings; |
![]() |
FColorDisplaySettings: TColorDisplaySettings; |
![]() |
FMagnification: double; |
![]() |
FReferencePointX: double; |
![]() |
FReferencePointY: double; |
![]() |
FContourDisplaySettings: TContourDisplaySettings; |
![]() |
FName: string; |
![]() |
FVerticalExaggeration: double; |
![]() |
FEdgeDisplaySettings: TEdgeDisplaySettings; |
![]() |
FImageHeight: integer; |
![]() |
FImageWidth: integer; |
![]() |
FVisibleObjects: TStringList; |
![]() |
FContourFont: TFont; |
![]() |
FLabelContours: boolean; |
![]() |
FSfrStreamLinkPlot: TSfrStreamLinkPlot; |
![]() |
procedure OnChangeEventHandler(Sender: TObject); |
![]() |
procedure SetAdditionalText(const Value: TTextCollection); |
![]() |
procedure SetGridDisplayChoice(const Value: TGridLineDrawingChoice); |
![]() |
procedure SetHorizontalRuler(const Value: TRulerSettings); |
![]() |
procedure SetShowColoredGridLines(const Value: boolean); |
![]() |
procedure SetTitle(const Value: TTextDisplay); |
![]() |
procedure SetVerticalRuler(const Value: TRulerSettings); |
![]() |
procedure SetViewToDisplay(const Value: TViewDirection); |
![]() |
procedure SetModpathEndPointSettings(const Value: TEndPointSettings); |
![]() |
procedure SetShowModpathPathLineSettings(const Value: TPathLineSettings); |
![]() |
procedure SetModpathTimeSeriesSettings(const Value: TTimeSeriesSettings); |
![]() |
procedure SetColorDisplaySettings(const Value: TColorDisplaySettings); |
![]() |
procedure SetMagnification(const Value: double); |
![]() |
procedure SetReferencePointX(const Value: double); |
![]() |
procedure SetReferencePointY(const Value: double); |
![]() |
procedure SetContourDisplaySettings(const Value: TContourDisplaySettings); |
![]() |
procedure SetVerticalExaggeration(const Value: double); |
![]() |
procedure SetEdgeDisplaySettings(const Value: TEdgeDisplaySettings); |
![]() |
procedure SetImageHeight(const Value: integer); |
![]() |
procedure SetImageWidth(const Value: integer); |
![]() |
procedure SetVisibleObjects(const Value: TStringList); |
![]() |
procedure SetContourFont(const Value: TFont); |
![]() |
procedure SetSfrStreamLinkPlot(const Value: TSfrStreamLinkPlot); |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
constructor Create(Collection: TCollection); override; |
![]() |
destructor Destroy; override; |
![]() |
FShowColoredGridLines: boolean; |
![]() |
FViewToDisplay: TViewDirection; |
![]() |
FTitle: TTextDisplay; |
![]() |
FVerticaRuler: TRulerSettings; |
![]() |
FAdditionalText: TTextCollection; |
![]() |
FGridDisplayChoice: TGridLineDrawingChoice; |
![]() |
FHorizontalRuler: TRulerSettings; |
![]() |
FModpathPathLineSettings: TPathLineSettings; |
![]() |
FModpathEndPointSettings: TEndPointSettings; |
![]() |
FModpathTimeSeriesSettings: TTimeSeriesSettings; |
![]() |
FColorDisplaySettings: TColorDisplaySettings; |
![]() |
FMagnification: double; |
![]() |
FReferencePointX: double; |
![]() |
FReferencePointY: double; |
![]() |
FContourDisplaySettings: TContourDisplaySettings; |
![]() |
FName: string; |
![]() |
FVerticalExaggeration: double; |
![]() |
FEdgeDisplaySettings: TEdgeDisplaySettings; |
![]() |
FImageHeight: integer; |
![]() |
FImageWidth: integer; |
![]() |
FVisibleObjects: TStringList; |
![]() |
FContourFont: TFont; |
![]() |
FLabelContours: boolean; |
![]() |
FSfrStreamLinkPlot: TSfrStreamLinkPlot; |
![]() |
procedure OnChangeEventHandler(Sender: TObject); |
![]() |
procedure SetAdditionalText(const Value: TTextCollection); |
![]() |
procedure SetGridDisplayChoice(const Value: TGridLineDrawingChoice); |
![]() |
procedure SetHorizontalRuler(const Value: TRulerSettings); |
![]() |
procedure SetShowColoredGridLines(const Value: boolean); |
![]() |
procedure SetTitle(const Value: TTextDisplay); |
![]() |
procedure SetVerticalRuler(const Value: TRulerSettings); |
![]() |
procedure SetViewToDisplay(const Value: TViewDirection); |
![]() |
procedure SetModpathEndPointSettings(const Value: TEndPointSettings); |
![]() |
procedure SetShowModpathPathLineSettings(const Value: TPathLineSettings); |
![]() |
procedure SetModpathTimeSeriesSettings(const Value: TTimeSeriesSettings); |
![]() |
procedure SetColorDisplaySettings(const Value: TColorDisplaySettings); |
![]() |
procedure SetMagnification(const Value: double); |
![]() |
procedure SetReferencePointX(const Value: double); |
![]() |
procedure SetReferencePointY(const Value: double); |
![]() |
procedure SetContourDisplaySettings(const Value: TContourDisplaySettings); |
![]() |
procedure SetVerticalExaggeration(const Value: double); |
![]() |
procedure SetEdgeDisplaySettings(const Value: TEdgeDisplaySettings); |
![]() |
procedure SetImageHeight(const Value: integer); |
![]() |
procedure SetImageWidth(const Value: integer); |
![]() |
procedure SetVisibleObjects(const Value: TStringList); |
![]() |
procedure SetContourFont(const Value: TFont); |
![]() |
procedure SetSfrStreamLinkPlot(const Value: TSfrStreamLinkPlot); |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
constructor Create(Collection: TCollection); override; |
![]() |
destructor Destroy; override; |
![]() |
property ViewToDisplay: TViewDirection read FViewToDisplay
write SetViewToDisplay; |
![]() |
property Title: TTextDisplay read FTitle write SetTitle; |
![]() |
property AdditionalText: TTextCollection read FAdditionalText
write SetAdditionalText; |
![]() |
property GridDisplayChoice: TGridLineDrawingChoice read FGridDisplayChoice
write SetGridDisplayChoice; |
![]() |
property ShowColoredGridLines: boolean read FShowColoredGridLines
write SetShowColoredGridLines; |
![]() |
property HorizontalRuler: TRulerSettings read FHorizontalRuler
write SetHorizontalRuler; |
![]() |
property VerticalRuler: TRulerSettings read FVerticaRuler
write SetVerticalRuler; |
![]() |
property ModpathEndPointSettings: TEndPointSettings
read FModpathEndPointSettings write SetModpathEndPointSettings; |
![]() |
property ModpathPathLineSettings: TPathLineSettings
read FModpathPathLineSettings write SetShowModpathPathLineSettings; |
![]() |
property ModpathTimeSeriesSettings: TTimeSeriesSettings
read FModpathTimeSeriesSettings write SetModpathTimeSeriesSettings; |
![]() |
property ColorDisplaySettings: TColorDisplaySettings
read FColorDisplaySettings write SetColorDisplaySettings; |
![]() |
property ContourDisplaySettings: TContourDisplaySettings
read FContourDisplaySettings write SetContourDisplaySettings; |
![]() |
property EdgeDisplaySettings: TEdgeDisplaySettings read FEdgeDisplaySettings
write SetEdgeDisplaySettings; |
![]() |
property Magnification: double read FMagnification write SetMagnification; |
![]() |
property ReferencePointX: double read FReferencePointX
write SetReferencePointX; |
![]() |
property ReferencePointY: double read FReferencePointY
write SetReferencePointY; |
![]() |
property VerticalExaggeration: double read FVerticalExaggeration
write SetVerticalExaggeration; |
![]() |
property Name: string read FName write FName; |
![]() |
property ImageWidth: integer read FImageWidth write SetImageWidth; |
![]() |
property ImageHeight: integer read FImageHeight write SetImageHeight; |
![]() |
property VisibleObjects: TStringList read FVisibleObjects
write SetVisibleObjects; |
![]() |
property ContourFont: TFont read FContourFont write SetContourFont; |
![]() |
property LabelContours: boolean read FLabelContours write FLabelContours; |
![]() |
property SfrStreamLinkPlot: TSfrStreamLinkPlot read FSfrStreamLinkPlot
write SetSfrStreamLinkPlot; |