FreeHEP API
Version current

org.freehep.graphicsio.emf
Class EMFHandleManager

java.lang.Object
  extended byorg.freehep.graphicsio.emf.EMFHandleManager

public class EMFHandleManager
extends Object

Allocates and frees handles for EMF files

Version:
$Id: EMFHandleManager.java,v 1.3 2003/09/29 22:05:54 duns Exp $
Author:
Tony Johnson
Source Code:
EMFHandleManager.java

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()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.