All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.RulerMarker
NSRulerMarker
.
[[NSRulerMarker
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- initWithRulerView:markerLocation:image:imageOrigin:
on a newly allocated object.
- drawRect:
Objective-C instance method.
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
- image
Objective-C instance method.
- imageOrigin
Objective-C instance method.
- imageRectInRuler
Objective-C instance method.
- isDragging
Objective-C instance method.
- isMovable
Objective-C instance method.
- isRemovable
Objective-C instance method.
- markerLocation
Objective-C instance method.
- representedObject
Objective-C instance method.
- ruler
Objective-C instance method.
- setImage:
Objective-C instance method.
- setImageOrigin:
Objective-C instance method.
- setMarkerLocation:
Objective-C instance method.
- setMovable:
Objective-C instance method.
- setRemovable:
Objective-C instance method.
- setRepresentedObject:
Objective-C instance method.
- thicknessRequiredInRuler
Objective-C instance method.
- trackMouse:adding:
Objective-C instance method.
protected RulerMarker(boolean shouldAllocate, int objcObject)
public RulerMarker()
[[NSRulerMarker
alloc] init]
.
public RulerMarker(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public RulerMarker(RulerView ruler, float location, Image image, Point imageOrigin)
- initWithRulerView:markerLocation:image:imageOrigin:
on a newly allocated object.
public native RulerView ruler()
- ruler
Objective-C instance method.
public native void setMarkerLocation(float location)
- setMarkerLocation:
Objective-C instance method.
public native float markerLocation()
- markerLocation
Objective-C instance method.
public native void setImage(Image image)
- setImage:
Objective-C instance method.
public native Image image()
- image
Objective-C instance method.
public native void setImageOrigin(Point imageOrigin)
- setImageOrigin:
Objective-C instance method.
public native Point imageOrigin()
- imageOrigin
Objective-C instance method.
public native void setMovable(boolean flag)
- setMovable:
Objective-C instance method.
public native void setRemovable(boolean flag)
- setRemovable:
Objective-C instance method.
public native boolean isMovable()
- isMovable
Objective-C instance method.
public native boolean isRemovable()
- isRemovable
Objective-C instance method.
public native boolean isDragging()
- isDragging
Objective-C instance method.
public native void setRepresentedObject(Object representedObject)
- setRepresentedObject:
Objective-C instance method.
public native Object representedObject()
- representedObject
Objective-C instance method.
public native Rect imageRectInRuler()
- imageRectInRuler
Objective-C instance method.
public native float thicknessRequiredInRuler()
- thicknessRequiredInRuler
Objective-C instance method.
public native void drawRect(Rect rect)
- drawRect:
Objective-C instance method.
public native boolean trackMouseToAddMarker(Event mouseDownEvent, boolean isAdding)
- trackMouse:adding:
Objective-C instance method.
public native void encodeWithCoder(Coder aCoder)
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
All Packages Class Hierarchy This Package Previous Next Index