FMIceLinkLayout Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkLayout.h FMIceLinkLayout.m  | 
– allFrames
	
Gets all frames (local and remote).
			- (NSMutableArray *)allFramesDiscussion
Gets all frames (local and remote).
			Declared In
FMIceLinkLayout.h
– height
	
Gets the [layout](#//api/name/layout) height.
			- (int)heightDiscussion
Gets the [layout](#//api/name/layout) height.
			Declared In
FMIceLinkLayout.h
– localFrame
	
Gets the local frame.
			- (FMIceLinkLayoutFrame *)localFrameDiscussion
Gets the local frame.
			Declared In
FMIceLinkLayout.h
– origin
	
Gets the layout origin.
			- (FMIceLinkLayoutOrigin)originDiscussion
Gets the layout origin.
			Declared In
FMIceLinkLayout.h
– remoteFrames
	
Gets the remote frames.
			- (NSMutableArray *)remoteFramesDiscussion
Gets the remote frames.
			Declared In
FMIceLinkLayout.h
– setHeight:
	
Sets the layout [height](#//api/name/height).
			- (void)setHeight:(int)valueDiscussion
Sets the layout [height](#//api/name/height).
			Declared In
FMIceLinkLayout.h
– setLocalFrame:
	
Sets the local frame.
			- (void)setLocalFrame:(FMIceLinkLayoutFrame *)valueDiscussion
Sets the local frame.
			Declared In
FMIceLinkLayout.h
– setOrigin:
	
Sets the layout [origin](#//api/name/origin).
			- (void)setOrigin:(FMIceLinkLayoutOrigin)valueDiscussion
Sets the layout [origin](#//api/name/origin).
			Declared In
FMIceLinkLayout.h
– setRemoteFrames:
	
Sets the remote frames.
			- (void)setRemoteFrames:(NSMutableArray *)valueDiscussion
Sets the remote frames.
			Declared In
FMIceLinkLayout.h
– setWidth:
	
Sets the layout [width](#//api/name/width).
			- (void)setWidth:(int)valueDiscussion
Sets the layout [width](#//api/name/width).
			Declared In
FMIceLinkLayout.h
– swapFramesWithFrame1:frame2:
	
Swaps the properties of two frames.
			- (void)swapFramesWithFrame1:(FMIceLinkLayoutFrame *)frame1 frame2:(FMIceLinkLayoutFrame *)frame2Parameters
frame1 | 
						The first frame.  | 
					
|---|---|
frame2 | 
						The second frame.  | 
					
Discussion
Swaps the properties of two frames.
			Declared In
FMIceLinkLayout.h
– swapLocalFrameWithRemoteFrameIndex:
	
Swaps the local frame with a remote frame.
			- (void)swapLocalFrameWithRemoteFrameIndex:(int)remoteFrameIndexParameters
remoteFrameIndex | 
						The index of the remote frame.  | 
					
|---|
Discussion
Swaps the local frame with a remote frame.
			Declared In
FMIceLinkLayout.h
– swapRemoteFramesWithRemoteFrameIndex1:remoteFrameIndex2:
	
Swaps two remote frames.
			- (void)swapRemoteFramesWithRemoteFrameIndex1:(int)remoteFrameIndex1 remoteFrameIndex2:(int)remoteFrameIndex2Parameters
remoteFrameIndex1 | 
						The index of the first remote frame.  | 
					
|---|---|
remoteFrameIndex2 | 
						The index of the second remote frame.  | 
					
Discussion
Swaps two remote frames.
			Declared In
FMIceLinkLayout.h
– width
	
Gets the layout width.
			- (int)widthDiscussion
Gets the layout width.
			Declared In
FMIceLinkLayout.h