Uses of Class
org.pz.platypus.CommandParameter

Packages that use CommandParameter
org.pz.platypus   
org.pz.platypus.parsers   
org.pz.platypus.plugin.rtf   
org.pz.platypus.utilities   
 

Uses of CommandParameter in org.pz.platypus
 

Fields in org.pz.platypus declared as CommandParameter
private  CommandParameter Token.parameter
          possible list of parameters for a command
 

Methods in org.pz.platypus that return CommandParameter
 CommandParameter Token.getParameter()
           
 

Constructors in org.pz.platypus with parameters of type CommandParameter
Token(Source source, TokenType type, java.lang.String root, java.lang.String content, CommandParameter parameter)
           
 

Uses of CommandParameter in org.pz.platypus.parsers
 

Methods in org.pz.platypus.parsers that return CommandParameter
static CommandParameter CommandParameterParser.extractStringParam(char[] input, int parsePoint)
          Static method that extracts a string parameter.
static CommandParameter CommandParameterParser.extractUnitValue(char[] input, int parsePoint)
          Parses a substring that contains a quantity.
 

Uses of CommandParameter in org.pz.platypus.plugin.rtf
 

Methods in org.pz.platypus.plugin.rtf with parameters of type CommandParameter
static float Conversions.convertParameterToPoints(CommandParameter cp, RtfData rtd)
          Utility function to convert units in command parameters to points
static java.lang.String Conversions.convertParameterUnitToString(CommandParameter cp, GDD gdd)
          Converts a parameter unit type to a descriptive string (for error messages)
 

Uses of CommandParameter in org.pz.platypus.utilities
 

Methods in org.pz.platypus.utilities with parameters of type CommandParameter
static float Conversions.convertParameterToPoints(CommandParameter cp, DocData docData)
          Utility function to convert units in command parameters to points
static java.lang.String Conversions.convertParameterUnitToString(CommandParameter cp, GDD gdd)
          Converts a parameter unit type to a descriptive string (for error messages)
 



Copyright © 2008-10 Pacific Data Works LLC