platypus.pdf
Class ParaIndent

java.lang.Object
  extended by platypus.CommandValue
      extended by platypus.pdf.ParaIndent

public class ParaIndent
extends CommandValue

Processes the indent of the first line of a paragraph

Author:
alb

Constructor Summary
ParaIndent(float f)
           
ParaIndent(java.lang.String s, java.lang.String t)
           
 
Method Summary
 java.lang.String dump()
          Dumps content of data items in user-friendly format.
 java.lang.String stateError(java.lang.String s)
          Prints some kind of error message.
 
Methods inherited from class platypus.CommandValue
getAmount, getLineNumber, getUnits, setAmountInPoints
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParaIndent

public ParaIndent(java.lang.String s,
                  java.lang.String t)

ParaIndent

public ParaIndent(float f)
Method Detail

stateError

public java.lang.String stateError(java.lang.String s)
Description copied from class: CommandValue
Prints some kind of error message. Should be overwritten by implementing class.

Overrides:
stateError in class CommandValue
Parameters:
s - the command string originally passed to the constructor
Returns:
a string containing the error statement, or null in case of error.

dump

public java.lang.String dump()
Description copied from class: CommandValue
Dumps content of data items in user-friendly format. Should be overwritten

Overrides:
dump in class CommandValue
Returns:
a blank. Should be overwritten by subclass.


Copyright © 2006-7 Pacific Data Works LLC