Class TCustomOrientedPhastBoundary

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCustomOrientedPhastBoundary = class(TCustomInterpolatedBoundary)

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: TScreenObject); override;
Public procedure Assign(Source: TPersistent); override;

Properties

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

Description

Fields

Private FOrientation: TViewDirection;

See Orientation.

Methods

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

See Orientation.

Protected procedure SetScreenObject(const Value: TScreenObject); 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.12.1 on 2013-05-13 15:42:01