com.jniwrapper.macosx.cocoa.mactypes
Class Float32

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.AbstractFloat
          extended bycom.jniwrapper.SingleFloat
              extended bycom.jniwrapper.macosx.cocoa.mactypes.Float32
All Implemented Interfaces:
com.jniwrapper.FloatParameter

public class Float32
extends com.jniwrapper.SingleFloat

This class represents Float32 type.


Field Summary
 
Fields inherited from class com.jniwrapper.SingleFloat
FLOAT_LENGTH
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
Float32()
           
Float32(double value)
           
 
Methods inherited from class com.jniwrapper.SingleFloat
, clone, convertToBytes, convertToDouble
 
Methods inherited from class com.jniwrapper.AbstractFloat
a, getDebugInfo, getLength, getValue, read, setValue, toString, write
 
Methods inherited from class com.jniwrapper.Parameter
a, acceptIOPerformer, asReturnValue, b, dataBufferAssigned, equals, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, hashCode, indent, pop, push, read, read, setDataBuffer, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Float32

public Float32()

Float32

public Float32(double value)