Description | Hierarchy | Fields | Methods | Properties |
type TContours = class(TObject)
![]() |
FSpecifyContours: boolean; |
![]() |
FLineThicknesses: TOneDRealArray; |
![]() |
FContourColors: TArrayOfColor32; |
![]() |
FContourValues: TOneDRealArray; |
![]() |
FAutomaticColors: boolean; |
![]() |
FLogTransform: boolean; |
![]() |
FContourStringValues: TStringList; |
![]() |
function GetCount: integer; |
![]() |
procedure SetCount(const Value: integer); |
![]() |
procedure SetContourStringValues(const Value: TStringList); |
![]() |
Constructor Create; |
![]() |
Destructor Destroy; override; |
![]() |
procedure Assign(Source: TContours); |
![]() |
property AutomaticColors: boolean read FAutomaticColors
write FAutomaticColors; |
![]() |
property Count: integer read GetCount write SetCount; |
![]() |
property SpecifyContours: boolean read FSpecifyContours
write FSpecifyContours; |
![]() |
property ContourValues: TOneDRealArray read FContourValues
write FContourValues; |
![]() |
property LineThicknesses: TOneDRealArray read FLineThicknesses
write FLineThicknesses; |
![]() |
property ContourColors: TArrayOfColor32 read FContourColors
write FContourColors; |
![]() |
property LogTransform: boolean read FLogTransform write FLogTransform; |
![]() |
property ContourStringValues: TStringList read FContourStringValues
write SetContourStringValues; |
![]() |
FSpecifyContours: boolean; |
![]() |
FLineThicknesses: TOneDRealArray; |
![]() |
FContourColors: TArrayOfColor32; |
![]() |
FContourValues: TOneDRealArray; |
![]() |
FAutomaticColors: boolean; |
![]() |
FLogTransform: boolean; |
![]() |
FContourStringValues: TStringList; |
![]() |
function GetCount: integer; |
![]() |
procedure SetCount(const Value: integer); |
![]() |
procedure SetContourStringValues(const Value: TStringList); |
![]() |
Constructor Create; |
![]() |
Destructor Destroy; override; |
![]() |
procedure Assign(Source: TContours); |
![]() |
property AutomaticColors: boolean read FAutomaticColors
write FAutomaticColors; |
![]() |
property Count: integer read GetCount write SetCount; |
![]() |
property SpecifyContours: boolean read FSpecifyContours
write FSpecifyContours; |
![]() |
property ContourValues: TOneDRealArray read FContourValues
write FContourValues; |
![]() |
property LineThicknesses: TOneDRealArray read FLineThicknesses
write FLineThicknesses; |
![]() |
property ContourColors: TArrayOfColor32 read FContourColors
write FContourColors; |
![]() |
property LogTransform: boolean read FLogTransform write FLogTransform; |
![]() |
property ContourStringValues: TStringList read FContourStringValues
write SetContourStringValues; |