org.foray.ps
Class PsStringInput

java.lang.Object
  extended by org.foray.ps.PsStringInput
All Implemented Interfaces:
org.axsl.ps.PsInput

public class PsStringInput
extends Object
implements org.axsl.ps.PsInput

A PsInput implementation that simply wraps a String.


Constructor Summary
PsStringInput(String theString)
          Constructor.
 
Method Summary
 byte[] providePostScriptInput()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PsStringInput

public PsStringInput(String theString)
Constructor.

Parameters:
theString - The String whose content is the PostScript input.
Method Detail

providePostScriptInput

public byte[] providePostScriptInput()
Specified by:
providePostScriptInput in interface org.axsl.ps.PsInput


Copyright © 2017. All rights reserved.