Class TCustomOrientedPhastBoundary

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCustomOrientedPhastBoundary = class(TCustomPhastBoundary)

Description

TCustomOrientedPhastBoundary represents a boundary condition that only applies to one TViewDirection.

Hierarchy

Overview

Fields

Private FOrientation: TViewDirection;

Methods

Private procedure SetOrientation(const Value: TViewDirection); virtual;
Protected procedure SetScreenObject(const Value: TPhastScreenObject); override;
Public procedure Assign(Source: TPersistent); override;

Properties

Published property Orientation: TViewDirection read FOrientation write SetOrientation stored False;

Description

Fields

Private FOrientation: TViewDirection;

FOrientation: TViewDirection; See Orientation.

Methods

Private procedure SetOrientation(const Value: TViewDirection); virtual;

See Orientation.

Protected procedure SetScreenObject(const Value: TPhastScreenObject); override;

See ScreenObject.

Public procedure Assign(Source: TPersistent); override;

If Source is a TCustomOrientedPhastBoundary, Assign copies the Orientation of Source.

Properties

Published property Orientation: TViewDirection read FOrientation write SetOrientation stored False;

Orientation is the TViewDirection for this TCustomOrientedPhastBoundary.


Generated by PasDoc 0.10.0 on 2006-10-31 09:56:42