Uses of Class
com.jme.widget.bounds.WidgetViewRectangle

Packages that use WidgetViewRectangle
com.jme.widget   
com.jme.widget.bounds   
com.jme.widget.panel.rollout   
com.jme.widget.viewport   
 

Uses of WidgetViewRectangle in com.jme.widget
 

Fields in com.jme.widget declared as WidgetViewRectangle
protected  WidgetViewRectangle WidgetAbstractImpl.viewRectangle
           
 

Methods in com.jme.widget that return WidgetViewRectangle
 WidgetViewRectangle WidgetAbstractImpl.getViewRectangle()
           
 WidgetViewRectangle WidgetAbstractContainer.getViewRectangle()
           
 WidgetViewRectangle Widget.getViewRectangle()
          getViewRectangle
 

Methods in com.jme.widget with parameters of type WidgetViewRectangle
 void WidgetAbstractImpl.setViewRectangle(WidgetViewRectangle viewRectangle)
           
 void WidgetAbstractContainer.setViewRectangle(WidgetViewRectangle viewport)
           
 void Widget.setViewRectangle(WidgetViewRectangle viewRectangle)
          setViewRectangle
 

Uses of WidgetViewRectangle in com.jme.widget.bounds
 

Methods in com.jme.widget.bounds with parameters of type WidgetViewRectangle
 void WidgetViewRectangle.set(WidgetViewRectangle v)
           
 

Constructors in com.jme.widget.bounds with parameters of type WidgetViewRectangle
WidgetViewRectangle(WidgetViewRectangle v)
           
 

Uses of WidgetViewRectangle in com.jme.widget.panel.rollout
 

Methods in com.jme.widget.panel.rollout with parameters of type WidgetViewRectangle
 void WidgetRolloutPanel.setViewRectangle(WidgetViewRectangle viewport)
           
 

Uses of WidgetViewRectangle in com.jme.widget.viewport
 

Methods in com.jme.widget.viewport with parameters of type WidgetViewRectangle
protected  void WidgetViewport.setCameraFrustum(WidgetViewRectangle v)
           
 void WidgetViewport.setViewRectangle(WidgetViewRectangle v)
          setViewRectangle