com.ochafik.lang.jnaerator.runtime.globals
Class GlobalCGFloat

java.lang.Object
  extended by com.ochafik.lang.jnaerator.runtime.globals.Global
      extended by com.ochafik.lang.jnaerator.runtime.globals.GlobalPrimitive<CGFloatByReference>
          extended by com.ochafik.lang.jnaerator.runtime.globals.GlobalCGFloat

public class GlobalCGFloat
extends GlobalPrimitive<CGFloatByReference>


Field Summary
 
Fields inherited from class com.ochafik.lang.jnaerator.runtime.globals.GlobalPrimitive
indirected, type, value
 
Fields inherited from class com.ochafik.lang.jnaerator.runtime.globals.Global
library, pointer, symbols
 
Constructor Summary
GlobalCGFloat(NativeLibrary library, String... symbols)
           
 
Method Summary
 org.rococoa.cocoa.CGFloat get()
           
 void set(org.rococoa.cocoa.CGFloat v)
           
 void set(double v)
           
 void set(float v)
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.globals.GlobalPrimitive
getValue, toString
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.globals.Global
getPointer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GlobalCGFloat

public GlobalCGFloat(NativeLibrary library,
                     String... symbols)
Method Detail

get

public org.rococoa.cocoa.CGFloat get()

set

public void set(org.rococoa.cocoa.CGFloat v)

set

public void set(float v)

set

public void set(double v)


Copyright © 2009. All Rights Reserved.