Protocols/AOL/Atoms/Reference/Orientation: Difference between revisions
Animadoria (talk | contribs) (Created page with "The orientation code specifies whether a group is oriented vertically or horizontally. It also specfies how the objects within the group will be justified.first letter specifi...") |
Animadoria (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Protocols/AOL | |||
|protocol=atoms}} | |||
== FDO91 == | |||
The orientation code specifies whether a group is oriented vertically or horizontally. It also specfies how the objects within the group will be justified.first letter specifies orientation and must be one of: | The orientation code specifies whether a group is oriented vertically or horizontally. It also specfies how the objects within the group will be justified.first letter specifies orientation and must be one of: | ||
Line 20: | Line 25: | ||
'''Example''': mat_orientation <hec> | '''Example''': mat_orientation <hec> | ||
[[Category:AOL]] | |||
[[Category:Protocols/AOL]] | |||
[[Category:Protocols/AOL/FDO]] | |||
[[Category:Not_Currently_Documented]] | |||
[[Category:Work_In_Progress]] |
Latest revision as of 14:55, 14 March 2023
AOL Protocol |
Introduction • Terms • Clients |
Basic |
Datatypes • |
FLAP • P3 • Midas |
Tokens • Atoms • FDO |
Tutorials |
Sign On |
Technical Documentation |
Host Architecture • |
FDO91
The orientation code specifies whether a group is oriented vertically or horizontally. It also specfies how the objects within the group will be justified.first letter specifies orientation and must be one of:
h - for horizontal orientation
v - for vertical orientation
second letter specifies the vertical justification of the objects and must be one of:
t - objects are aligned as close together as possible starting at the top
b - objects are aligned as close together as possible starting at the bottom
c - objects are aligned as close together as possible centered in the middle
e - objects are spread evenly between top and bottom
f - objects are spread evenly but there is no space left on the outside
third letter specifies the horizontal justification of the objects and must be one of:
l - objects are aligned as close together as possible starting at the left
r - objects are aligned as close together as possible starting at the right
c - objects are aligned as close together as possible centered in the middle
e - objects are spread evenly between top and bottom
f - objects are spread evenly but there is no space left on the outside
Example: mat_orientation <hec>