com.steema.teechart.exports
Class PDFFontEnumerator

java.lang.Object
  extended by com.steema.teechart.exports.PDFFontEnumerator
All Implemented Interfaces:
java.util.Iterator

public class PDFFontEnumerator
extends java.lang.Object
implements java.util.Iterator

Title: PDFFontEnumerator class

Description:

Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Constructor Summary
PDFFontEnumerator(PDFFonts fonts, ChartFont f)
           
 
Method Summary
 java.lang.Object getCurrent()
           
 java.lang.String getDictFontName()
           
 java.lang.String getPDFFontName()
           
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFFontEnumerator

public PDFFontEnumerator(PDFFonts fonts,
                         ChartFont f)
Method Detail

reset

public void reset()

getCurrent

public java.lang.Object getCurrent()

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

remove

public void remove()
Specified by:
remove in interface java.util.Iterator

getPDFFontName

public java.lang.String getPDFFontName()

getDictFontName

public java.lang.String getDictFontName()