net.sourceforge.plantuml.eps
Class PostScriptCommandMacro

java.lang.Object
  extended by net.sourceforge.plantuml.eps.PostScriptCommandMacro
All Implemented Interfaces:
PostScriptCommand

public class PostScriptCommandMacro
extends Object
implements PostScriptCommand


Constructor Summary
PostScriptCommandMacro(String name)
           
 
Method Summary
 void add(PostScriptCommand cmd)
           
 boolean equals(Object obj)
           
 String getName()
           
 String getPostStringDefinition()
           
 int hashCode()
           
 String toPostString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostScriptCommandMacro

public PostScriptCommandMacro(String name)
Method Detail

getName

public String getName()

add

public void add(PostScriptCommand cmd)

toPostString

public String toPostString()
Specified by:
toPostString in interface PostScriptCommand

getPostStringDefinition

public String getPostStringDefinition()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2011. All Rights Reserved.