org.foray.ps
Class PsDictionaryWrapper

java.lang.Object
  extended by org.foray.ps.PsDictionaryWrapper
Direct Known Subclasses:
PsCharStringsDictionary4a, PsFontDictionary4a, PsFontDirectory4a, PsFontInfoDictionary4a, PsFontPrivateDictionary4a, PsMetricsDictionary

public abstract class PsDictionaryWrapper
extends Object

Abstract superclass for classes that wrap PsDictionary and provide specialized methods.


Constructor Summary
PsDictionaryWrapper(PsDictionary dictionary)
          Constructor.
 
Method Summary
 PsDictionary getWrappedDictionary()
          Returns the wrapped dictionary.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PsDictionaryWrapper

public PsDictionaryWrapper(PsDictionary dictionary)
Constructor.

Parameters:
dictionary - The wrapped dictionary instance.
Method Detail

getWrappedDictionary

public PsDictionary getWrappedDictionary()
Returns the wrapped dictionary.

Returns:
The wrapped dictionary instance.


Copyright © 2017. All rights reserved.