C# Class Fractrace.InfoGenerator

Helper Class, witch generates useful informations mostly in text form.
Show file Open project: trafassel/Gestaltlupe

Public Methods

Method Description
GenerateCompressedFormula ( ) : string

Generates the compressed formula. The formula parameters and the formula itself are combined in a compact text, which can later be copied into the formula text window to get the current formula configuration.

GenerateCompressedFormulaAndViewSettings ( ) : string

Generates the compressed formula. The formula parameters and the formula itself are combined in a compact text, which can later be copied into the formula text window to get the current formula configuration.

Protected Methods

Method Description
CompressFormula ( string source ) : string

Compress the formula (remove big spaces, newlines, comments.

Method Details

CompressFormula() protected static method

Compress the formula (remove big spaces, newlines, comments.
protected static CompressFormula ( string source ) : string
source string
return string

GenerateCompressedFormula() public static method

Generates the compressed formula. The formula parameters and the formula itself are combined in a compact text, which can later be copied into the formula text window to get the current formula configuration.
public static GenerateCompressedFormula ( ) : string
return string

GenerateCompressedFormulaAndViewSettings() public static method

Generates the compressed formula. The formula parameters and the formula itself are combined in a compact text, which can later be copied into the formula text window to get the current formula configuration.
public static GenerateCompressedFormulaAndViewSettings ( ) : string
return string