com.openpcl.pclrenderimage.macro
Class PriExecutableMacro

java.lang.Object
  extended by com.openpcl.pclrenderimage.macro.PriExecutableMacro

public class PriExecutableMacro
extends Object

Executable Macro. Each one of these objects has the PCL bytes to execute when the macro is called. These objects are held in the Hashtable in VparseMacroBytes with the MacroID as the key.

Author:
howard Created 7/18/2006

Constructor Summary
PriExecutableMacro()
           
PriExecutableMacro(int pMacroId)
           
 
Method Summary
 boolean getIsMacroTemporary()
           
 int getMacroId()
           
 byte[] getMacroPclBytes()
           
 void setIsMacroTemporary(boolean pIsMacroPermanent)
           
 void setMacroId(int pMacroId)
           
 void setMacroPclBytes(byte[] pMacroPclBytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PriExecutableMacro

public PriExecutableMacro()

PriExecutableMacro

public PriExecutableMacro(int pMacroId)
Method Detail

getMacroId

public int getMacroId()

getMacroPclBytes

public byte[] getMacroPclBytes()

getIsMacroTemporary

public boolean getIsMacroTemporary()

setMacroId

public void setMacroId(int pMacroId)

setMacroPclBytes

public void setMacroPclBytes(byte[] pMacroPclBytes)

setIsMacroTemporary

public void setIsMacroTemporary(boolean pIsMacroPermanent)


OpenPCL http://www.openpcl.com