|
Pane | getContainer () |
| Gets the layout container. More...
|
|
void | setMode (LayoutMode value) |
| Gets or sets the mode used by the layout engine. Defaults to LayoutMode.FloatLocal. More...
|
|
| ImageViewLayoutManager (Pane container) |
| Initializes a new instance of the ImageViewLayoutManager class. More...
|
|
| ImageViewLayoutManager (Pane container, LayoutPreset preset) |
| Initializes a new instance of the ImageViewLayoutManager class. More...
|
|
void | layout () |
| Positions the local and remote views within the layout. More...
|
|
void | addOnLayout (fm.liveswitch.IAction1< fm.liveswitch.Layout > value) |
| Adds a handler that is raised when a layout is calculated. More...
|
|
boolean | addRemoteMedia (fm.liveswitch.IViewableMedia< T > remoteMedia) |
| Adds remote media to the layout. More...
|
|
boolean | addRemoteView (String idValue, T view) |
| Adds a remote view to the layout. More...
|
|
boolean | addRemoteViews (String[] ids, T[] views) |
| Adds remote views to the layout. More...
|
|
fm.liveswitch.LayoutOrigin | getLayoutOrigin () |
| Gets the layout origin. More...
|
|
T | getLocalView () |
| Gets the local view from the layout. More...
|
|
T | getRemoteView (String idValue) |
| Gets a remote view from the layout. More...
|
|
String[] | getRemoteViewIds () |
| Gets the IDs of the remote views in the layout. More...
|
|
java.util.ArrayList< T > | getRemoteViews () |
| Gets all remote views from the layout. More...
|
|
java.util.ArrayList< T > | getRemoteViews (String[] ids) |
| Gets remote views from the layout. More...
|
|
abstract void | layout () |
| Positions the local and remote views within the layout. More...
|
|
| LayoutManager () |
| Initializes a new instance of the fm.liveswitch.LayoutManager class. More...
|
|
| LayoutManager (fm.liveswitch.LayoutPreset preset) |
| Initializes a new instance of the fm.liveswitch.LayoutManager class. More...
|
|
void | layoutOnMainThread () |
| Positions the local and remote views within the layout after dispatching to the main thread. More...
|
|
void | removeOnLayout (fm.liveswitch.IAction1< fm.liveswitch.Layout > value) |
| Removes a handler that is raised when a layout is calculated. More...
|
|
boolean | removeRemoteMedia (fm.liveswitch.IViewableMedia< T > remoteMedia) |
| Removes remote media from the layout. More...
|
|
boolean | removeRemoteView (String idValue) |
| Removes a remote view from the layout. More...
|
|
void | removeRemoteViews () |
| Removes all remote views from the layout. More...
|
|
boolean | removeRemoteViews (String[] ids) |
| Removes remote views from the layout. More...
|
|
void | reset () |
| Removes all remote views from the layout, then removes the local view from the layout. More...
|
|
boolean | setLocalMedia (fm.liveswitch.IViewableMedia< T > localMedia) |
| Adds the local media to the layout. More...
|
|
boolean | setLocalView (T view) |
| Adds the local view to the layout. More...
|
|
boolean | swapRemoteMedia (fm.liveswitch.IViewableMedia< T > remoteMediaToRemove, fm.liveswitch.IViewableMedia< T > remoteMediaToAdd) |
| Swaps remote media in the layout. More...
|
|
boolean | swapRemoteView (String idToRemove, String idToAdd, T viewToAdd) |
| Swaps a remote view in the layout. More...
|
|
boolean | swapRemoteViews (String[] idsToRemove, String[] idsToAdd, T[] viewsToAdd) |
| Swaps remote views in the layout. More...
|
|
boolean | unsetLocalView () |
| Removes the local view from the layout. More...
|
|