jfig.gui
Class PDFDemo.FigEnumerator

java.lang.Object
  extended byjfig.gui.PDFDemo.FigEnumerator
All Implemented Interfaces:
FigDrawableEnumerator
Enclosing class:
PDFDemo

class PDFDemo.FigEnumerator
extends java.lang.Object
implements FigDrawableEnumerator


Constructor Summary
(package private) PDFDemo.FigEnumerator()
           
 
Method Summary
 java.util.Enumeration getDrawableObjects()
          return an Enumeration of all drawable objects
 FigDrawable getTmpObject()
          return a reference to the current 'active' (temporary) object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFDemo.FigEnumerator

PDFDemo.FigEnumerator()
Method Detail

getDrawableObjects

public java.util.Enumeration getDrawableObjects()
Description copied from interface: FigDrawableEnumerator
return an Enumeration of all drawable objects

Specified by:
getDrawableObjects in interface FigDrawableEnumerator

getTmpObject

public FigDrawable getTmpObject()
Description copied from interface: FigDrawableEnumerator
return a reference to the current 'active' (temporary) object

Specified by:
getTmpObject in interface FigDrawableEnumerator