|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSAffineTransform
public abstract class NSAffineTransform
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 class |
NSAffineTransform._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
NSCopying._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
NSCoding._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSAffineTransform()
|
Method Summary | |
---|---|
static NSAffineTransform |
alloc()
|
abstract void |
appendTransform(NSAffineTransform transform)
Transforming with transform Original signature : -(void)appendTransform:(NSAffineTransform*) native declaration : NSAffineTransform.h:44 |
NSAppKitAdditons |
as_NSAffineTransform_NSAppKitAdditons()
|
static NSAffineTransform |
createWithTransform(NSAffineTransform transform)
Factory method |
static NSAffineTransform._class_ |
getNSClass()
|
abstract NSAffineTransform |
initWithTransform(NSAffineTransform transform)
Initialization Original signature : -(id)initWithTransform:(NSAffineTransform*) native declaration : NSAffineTransform.h:27 |
abstract void |
invert()
Inverting Original signature : -(void)invert native declaration : NSAffineTransform.h:41 |
static NSAffineTransform |
new_()
|
abstract void |
prependTransform(NSAffineTransform transform)
Original signature : -(void)prependTransform:(NSAffineTransform*) native declaration : NSAffineTransform.h:45 |
abstract void |
rotateByDegrees(org.rococoa.cocoa.CGFloat angle)
Rotating Original signature : -(void)rotateByDegrees:(CGFloat) native declaration : NSAffineTransform.h:33 |
abstract void |
rotateByRadians(org.rococoa.cocoa.CGFloat angle)
Original signature : -(void)rotateByRadians:(CGFloat) native declaration : NSAffineTransform.h:34 |
abstract void |
scaleBy(org.rococoa.cocoa.CGFloat scale)
Scaling Original signature : -(void)scaleBy:(CGFloat) native declaration : NSAffineTransform.h:37 |
abstract void |
scaleXBy_yBy(org.rococoa.cocoa.CGFloat scaleX,
org.rococoa.cocoa.CGFloat scaleY)
Original signature : -(void)scaleXBy:(CGFloat) yBy:(CGFloat) native declaration : NSAffineTransform.h:38 |
abstract void |
setTransformStruct(NSAffineTransformStruct.ByValue transformStruct)
Original signature : -(void)setTransformStruct:(NSAffineTransformStruct) native declaration : NSAffineTransform.h:53 |
static NSAffineTransform |
transform()
Creation Original signature : +(NSAffineTransform*)transform native declaration : NSAffineTransform.h:24 |
abstract NSAffineTransformStruct.ByValue |
transformStruct()
Transform Struct Original signature : -(NSAffineTransformStruct)transformStruct native declaration : NSAffineTransform.h:52 |
abstract void |
translateXBy_yBy(org.rococoa.cocoa.CGFloat deltaX,
org.rococoa.cocoa.CGFloat deltaY)
Translating Original signature : -(void)translateXBy:(CGFloat) yBy:(CGFloat) native declaration : NSAffineTransform.h:30 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
copyWithZone |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
encodeWithCoder, initWithCoder |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Constructor Detail |
---|
public NSAffineTransform()
Method Detail |
---|
public NSAppKitAdditons as_NSAffineTransform_NSAppKitAdditons()
public static NSAffineTransform transform()
+(NSAffineTransform*)transform
public abstract NSAffineTransform initWithTransform(NSAffineTransform transform)
-(id)initWithTransform:(NSAffineTransform*)
public static NSAffineTransform createWithTransform(NSAffineTransform transform)
initWithTransform(org.rococoa.cocoa.foundation.NSAffineTransform)
public abstract void translateXBy_yBy(org.rococoa.cocoa.CGFloat deltaX, org.rococoa.cocoa.CGFloat deltaY)
-(void)translateXBy:(CGFloat) yBy:(CGFloat)
public abstract void rotateByDegrees(org.rococoa.cocoa.CGFloat angle)
-(void)rotateByDegrees:(CGFloat)
public abstract void rotateByRadians(org.rococoa.cocoa.CGFloat angle)
-(void)rotateByRadians:(CGFloat)
public abstract void scaleBy(org.rococoa.cocoa.CGFloat scale)
-(void)scaleBy:(CGFloat)
public abstract void scaleXBy_yBy(org.rococoa.cocoa.CGFloat scaleX, org.rococoa.cocoa.CGFloat scaleY)
-(void)scaleXBy:(CGFloat) yBy:(CGFloat)
public abstract void invert()
-(void)invert
public abstract void appendTransform(NSAffineTransform transform)
-(void)appendTransform:(NSAffineTransform*)
public abstract void prependTransform(NSAffineTransform transform)
-(void)prependTransform:(NSAffineTransform*)
public abstract NSAffineTransformStruct.ByValue transformStruct()
-(NSAffineTransformStruct)transformStruct
public abstract void setTransformStruct(NSAffineTransformStruct.ByValue transformStruct)
-(void)setTransformStruct:(NSAffineTransformStruct)
public static NSAffineTransform alloc()
public static NSAffineTransform new_()
public static NSAffineTransform._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |