com.azalient.api.b.network
Interface ISignalDisplay

All Superinterfaces:
IRecord, RecordR, RecordRW, RecordW, SortableData, StoreRecordRW

public interface ISignalDisplay
extends StoreRecordRW

This object is used to position the signal displays on an approach


Field Summary
static ISignalDisplay[] ZERO
          A static zero-length array, created for convenience, and to save memory
 
Fields inherited from interface com.azalient.api.a.tables.IRecord
DELETED, KEY_SEP, KEY_SEP_CHAR
 
Method Summary
 ILink approach()
          The approach link to which this signal display applies
 IXyz origin2D()
          The origin point for drawing signal displays in flat mode
 IXyz origin3D()
          The origin point for drawing signal displays in outline/detail/solid mode
 
Methods inherited from interface com.azalient.api.file.StoreRecordRW
canRename, rename, store
 
Methods inherited from interface com.azalient.api.file.RecordR
extraSet, finished, isApplicable, isEditable, set
 
Methods inherited from interface com.azalient.api.a.tables.IRecord
name
 
Methods inherited from interface com.azalient.api.file.RecordW
extraCols, extraGet, extraGetB, extraGetD, extraGetI, extraGetS, extraGetT, get, isVolatile
 

Field Detail

ZERO

static final ISignalDisplay[] ZERO
A static zero-length array, created for convenience, and to save memory

Method Detail

origin2D

IXyz origin2D()
The origin point for drawing signal displays in flat mode


origin3D

IXyz origin3D()
The origin point for drawing signal displays in outline/detail/solid mode


approach

ILink approach()
The approach link to which this signal display applies