|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSTickMarkSupport
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static interface |
NSTickMarkSupport._static_
|
Method Summary | |
---|---|
boolean |
allowsTickMarkValuesOnly()
Original signature : -(BOOL)allowsTickMarkValuesOnly from NSTickMarkSupport native declaration : NSSliderCell.h:100 |
double |
closestTickMarkValueToValue(double value)
Original signature : -(double)closestTickMarkValueToValue:(double) from NSTickMarkSupport native declaration : NSSliderCell.h:115 |
NSInteger |
numberOfTickMarks()
Original signature : -(NSInteger)numberOfTickMarks from NSTickMarkSupport native declaration : NSSliderCell.h:89 |
NSRect.ByValue |
rectOfTickMarkAtIndex(NSInteger index)
An NSRangeException will be raised if the index is invalid. |
void |
setAllowsTickMarkValuesOnly(boolean yorn)
This has no effect if numberOfTickMarks is 0. |
void |
setNumberOfTickMarks(NSInteger count)
0 indicates no tick marks are present, which is the default Original signature : -(void)setNumberOfTickMarks:(NSInteger) from NSTickMarkSupport native declaration : NSSliderCell.h:88 |
void |
setTickMarkPosition(int position)
This has no effect if numberOfTickMarks is 0. |
int |
tickMarkPosition()
|
double |
tickMarkValueAtIndex(NSInteger index)
An NSRangeException will be raised if the index is invalid. |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Method Detail |
---|
void setNumberOfTickMarks(NSInteger count)
-(void)setNumberOfTickMarks:(NSInteger)
NSInteger numberOfTickMarks()
-(NSInteger)numberOfTickMarks
void setTickMarkPosition(int position)
-(void)setTickMarkPosition:(NSTickMarkPosition)
position
- @see org.rococoa.cocoa.appkit.AppKitLibrary#NSTickMarkPositionint tickMarkPosition()
org.rococoa.cocoa.appkit.AppKitLibrary#NSTickMarkPosition
void setAllowsTickMarkValuesOnly(boolean yorn)
-(void)setAllowsTickMarkValuesOnly:(BOOL)
boolean allowsTickMarkValuesOnly()
-(BOOL)allowsTickMarkValuesOnly
double tickMarkValueAtIndex(NSInteger index)
-(double)tickMarkValueAtIndex:(NSInteger)
NSRect.ByValue rectOfTickMarkAtIndex(NSInteger index)
-(NSRect)rectOfTickMarkAtIndex:(NSInteger)
double closestTickMarkValueToValue(double value)
-(double)closestTickMarkValueToValue:(double)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |