com.levigo.jadice.document.fontmgr
Class FontManagerReaderSettings

java.lang.Object
  extended by com.levigo.jadice.document.fontmgr.FontManagerReaderSettings
All Implemented Interfaces:
ProcessingSettings, ReaderSettings, Serializable, Cloneable

public class FontManagerReaderSettings
extends Object
implements ReaderSettings, Cloneable

See Also:
Serialized Form

Constructor Summary
FontManagerReaderSettings()
           
 
Method Summary
protected  FontManagerReaderSettings clone()
           
 ProcessingSettings createSnapshot()
          Create a snapshot of the current ProcessingSettings.
 FontManagerHandle getFontManagerHandle()
           
 void setFontManagerHandle(FontManagerHandle fontManagerHandle)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontManagerReaderSettings

public FontManagerReaderSettings()
Method Detail

getFontManagerHandle

public FontManagerHandle getFontManagerHandle()

setFontManagerHandle

public void setFontManagerHandle(FontManagerHandle fontManagerHandle)

createSnapshot

public ProcessingSettings createSnapshot()
Description copied from interface: ProcessingSettings
Create a snapshot of the current ProcessingSettings. The snapshot must constitute a deep copy, so that changes to the copied object don't affect snapshots.

Specified by:
createSnapshot in interface ProcessingSettings
Returns:
a snapshot copy.

clone

protected FontManagerReaderSettings clone()
Overrides:
clone in class Object


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.