fm.liveswitch.IViewSink< TView > Interface Template Reference

View sink interface. More...

Public Member Functions

abstract TView getView ()
 Gets the view. More...
 
abstract boolean getViewMirror ()
 Gets a value indicating whether the view is mirrored. More...
 
abstract fm.liveswitch.LayoutScale getViewScale ()
 Gets the view scale. More...
 
abstract void setViewMirror (boolean value)
 Sets a value indicating whether the view is mirrored. More...
 
abstract void setViewScale (fm.liveswitch.LayoutScale value)
 Sets the view scale. More...
 

Detailed Description

View sink interface.

Member Function Documentation

◆ getView()

abstract TView fm.liveswitch.IViewSink< TView >.getView ( )
abstract

Gets the view.

◆ getViewMirror()

abstract boolean fm.liveswitch.IViewSink< TView >.getViewMirror ( )
abstract

Gets a value indicating whether the view is mirrored.

◆ getViewScale()

abstract fm.liveswitch.LayoutScale fm.liveswitch.IViewSink< TView >.getViewScale ( )
abstract

Gets the view scale.

◆ setViewMirror()

abstract void fm.liveswitch.IViewSink< TView >.setViewMirror ( boolean  value)
abstract

Sets a value indicating whether the view is mirrored.

◆ setViewScale()

abstract void fm.liveswitch.IViewSink< TView >.setViewScale ( fm.liveswitch.LayoutScale  value)
abstract

Sets the view scale.