edu.wpi.first.wpilibj.image
Class EllipseDescriptor

java.lang.Object
  extended by com.sun.cldc.jna.Structure
      extended by edu.wpi.first.wpilibj.image.EllipseDescriptor

public class EllipseDescriptor
extends Structure

Author:
dtjones

Field Summary
 
Fields inherited from class com.sun.cldc.jna.Structure
backingNativeMemory
 
Constructor Summary
EllipseDescriptor(double m_minMajorRadius, double m_maxMajorRadius, double m_minMinorRadius, double m_maxMinorRadius)
           
 
Method Summary
 void free()
          Free the c memory associated with this object.
 void read()
           
 int size()
           
 void write()
           
 
Methods inherited from class com.sun.cldc.jna.Structure
allocateMemory, freeMemory, getPointer, release, useMemory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EllipseDescriptor

public EllipseDescriptor(double m_minMajorRadius,
                         double m_maxMajorRadius,
                         double m_minMinorRadius,
                         double m_maxMinorRadius)
Method Detail

free

public void free()
Free the c memory associated with this object.


read

public void read()
Specified by:
read in class Structure

write

public void write()
Specified by:
write in class Structure

size

public int size()