Class TPlotList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TPlotList = class(TObject)

Description

TPlotList stores a series of TLineLists.

Hierarchy

Overview

Fields

Implicit FPlots: TList;

Methods

Private function GetCount: integer;
Private function GetItems(const Index: integer): TLineList;
Public Constructor Create;
Public Destructor Destroy; override;
Public procedure Add(LineList: TLineList);
Public Procedure Clear;

Properties

Public property Count: integer read GetCount;
Public property Items[constIndex:integer]: TLineList read GetItems;

Description

Fields

Implicit FPlots: TList;

implemented as TObjectList

Methods

Private function GetCount: integer;
 
Private function GetItems(const Index: integer): TLineList;
 
Public Constructor Create;
 
Public Destructor Destroy; override;
 
Public procedure Add(LineList: TLineList);
 
Public Procedure Clear;
 

Properties

Public property Count: integer read GetCount;
 
Public property Items[constIndex:integer]: TLineList read GetItems;
 

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