com.steema.teechart.exports
Class PDFFontEnumerator

java.lang.Object
  extended by com.steema.teechart.exports.PDFFontEnumerator

public class PDFFontEnumerator
extends java.lang.Object

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

next

public java.lang.Object next()

remove

public void remove()

getPDFFontName

public java.lang.String getPDFFontName()

getDictFontName

public java.lang.String getDictFontName()