Uses of Class
com.jniwrapper.macosx.cocoa.nsrulerview.NSRulerOrientation

Packages that use NSRulerOrientation
com.jniwrapper.macosx.cocoa.nsrulerview   
 

Uses of NSRulerOrientation in com.jniwrapper.macosx.cocoa.nsrulerview
 

Methods in com.jniwrapper.macosx.cocoa.nsrulerview that return NSRulerOrientation
 NSRulerOrientation NSRulerView.orientation()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsrulerview with parameters of type NSRulerOrientation
 Id NSRulerView.initWithScrollView_orientation(NSScrollView scrollView, NSRulerOrientation orientation)
          This method represents the initWithScrollView() method of the NSRulerView Objective-C class.
 void NSRulerView.setOrientation(NSRulerOrientation orientation)