org.freehep.graphicsio.emf
Class EMFHandleManager

java.lang.Object
  extended by org.freehep.graphicsio.emf.EMFHandleManager

public class EMFHandleManager
extends java.lang.Object

Allocates and frees handles for EMF files

Version:
$Id: EMFHandleManager.java 8584 2006-08-10 23:06:37Z duns $
Author:
Tony Johnson

Constructor Summary
EMFHandleManager()
           
 
Method Summary
 int freeHandle(int handle)
           
 int getHandle()
           
 int highestHandleInUse()
           
 int maxHandlesUsed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EMFHandleManager

public EMFHandleManager()
Method Detail

getHandle

public int getHandle()

freeHandle

public int freeHandle(int handle)

highestHandleInUse

public int highestHandleInUse()

maxHandlesUsed

public int maxHandlesUsed()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.