org.foray.ps
Class PsDictionaryWrapper
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PsDictionaryWrapper
public PsDictionaryWrapper(PsDictionary dictionary)
- Constructor.
- Parameters:
dictionary
- The wrapped dictionary instance.
getWrappedDictionary
public PsDictionary getWrappedDictionary()
- Returns the wrapped dictionary.
- Returns:
- The wrapped dictionary instance.
Copyright © 2017. All rights reserved.