com.azalient.api.b.display
Interface ITextSize

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

public interface ITextSize
extends StoreRecordRW

A text size defined for each of the Text Types.

See Also:
TextType

Field Summary
 
Fields inherited from interface com.azalient.api.a.tables.IRecord
DELETED, KEY_SEP, KEY_SEP_CHAR
 
Method Summary
 double size()
          Returns the size (height) of this type of text, in metres.
 void size(double d)
          Sets the size (height) of this type of text, in metres.
 TextType textType()
          The type of text to which this size applies
 
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
 

Method Detail

size

void size(double d)
Sets the size (height) of this type of text, in metres.


size

double size()
Returns the size (height) of this type of text, in metres.


textType

TextType textType()
The type of text to which this size applies