Class TContours

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TContours = class(TObject)

Description

Hierarchy

Overview

Fields

Private FSpecifyContours: boolean;
Private FLineThicknesses: TOneDRealArray;
Private FContourColors: TArrayOfColor32;
Private FContourValues: TOneDRealArray;
Private FAutomaticColors: boolean;
Private FLogTransform: boolean;
Private FContourStringValues: TStringList;

Methods

Private function GetCount: integer;
Private procedure SetCount(const Value: integer);
Private procedure SetContourStringValues(const Value: TStringList);
Public Constructor Create;
Public Destructor Destroy; override;
Public procedure Assign(Source: TContours);

Properties

Public property AutomaticColors: boolean read FAutomaticColors write FAutomaticColors;
Public property Count: integer read GetCount write SetCount;
Public property SpecifyContours: boolean read FSpecifyContours write FSpecifyContours;
Public property ContourValues: TOneDRealArray read FContourValues write FContourValues;
Public property LineThicknesses: TOneDRealArray read FLineThicknesses write FLineThicknesses;
Public property ContourColors: TArrayOfColor32 read FContourColors write FContourColors;
Public property LogTransform: boolean read FLogTransform write FLogTransform;
Public property ContourStringValues: TStringList read FContourStringValues write SetContourStringValues;

Description

Fields

Private FSpecifyContours: boolean;
 
Private FLineThicknesses: TOneDRealArray;
 
Private FContourColors: TArrayOfColor32;
 
Private FContourValues: TOneDRealArray;
 
Private FAutomaticColors: boolean;
 
Private FLogTransform: boolean;
 
Private FContourStringValues: TStringList;
 

Methods

Private function GetCount: integer;
 
Private procedure SetCount(const Value: integer);
 
Private procedure SetContourStringValues(const Value: TStringList);
 
Public Constructor Create;
 
Public Destructor Destroy; override;
 
Public procedure Assign(Source: TContours);
 

Properties

Public property AutomaticColors: boolean read FAutomaticColors write FAutomaticColors;
 
Public property Count: integer read GetCount write SetCount;
 
Public property SpecifyContours: boolean read FSpecifyContours write FSpecifyContours;
 
Public property ContourValues: TOneDRealArray read FContourValues write FContourValues;
 
Public property LineThicknesses: TOneDRealArray read FLineThicknesses write FLineThicknesses;
 
Public property ContourColors: TArrayOfColor32 read FContourColors write FContourColors;
 
Public property LogTransform: boolean read FLogTransform write FLogTransform;
 
Public property ContourStringValues: TStringList read FContourStringValues write SetContourStringValues;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:30