com.partnersoft.v3x.apps.Staker.domain
Class StakingSheetFormat

java.lang.Object
  extended by com.partnersoft.v3x.apps.Redliner.SnapshotReportFormat
      extended by com.partnersoft.v3x.apps.Staker.domain.StakingSheetFormat
All Implemented Interfaces:
java.io.Serializable

public class StakingSheetFormat
extends SnapshotReportFormat

Snapshot rules for a staking sheet.

See Also:
Serialized Form

Constructor Summary
StakingSheetFormat()
           
 
Method Summary
 java.io.File generateReport(MapApp app, java.io.File directory, java.lang.Object source)
          Deprecated.  
 java.io.File generateReport(Staker staker, java.io.File directory, java.lang.Object source)
          New v4x method.
 StakingSheet generateStakingSheet(Job job, java.util.ArrayList snapshots)
           
 java.util.ArrayList getPageSectionWeights()
           
 void setPageSectionWeights(java.util.ArrayList newWeights)
           
 
Methods inherited from class com.partnersoft.v3x.apps.Redliner.SnapshotReportFormat
getFileName, getImageType, getMonochromeBackground, getName, getNoInvertBackgroundColor, getReportPath, getScriptPath, getSnapshotHeight, getSnapshotWidth, getStylesheetPath, getViewableFileName, setFileName, setImageType, setMonochromeBackground, setName, setNoInvertBackgroundColor, setReportPath, setScriptPath, setSnapshotHeight, setSnapshotWidth, setStylesheetPath, setViewableFileName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StakingSheetFormat

public StakingSheetFormat()
Method Detail

generateReport

public java.io.File generateReport(MapApp app,
                                   java.io.File directory,
                                   java.lang.Object source)
                            throws java.io.IOException
Deprecated. 

Old v3x method - do not use

Overrides:
generateReport in class SnapshotReportFormat
Throws:
java.io.IOException

generateReport

public java.io.File generateReport(Staker staker,
                                   java.io.File directory,
                                   java.lang.Object source)
                            throws java.io.IOException
New v4x method.

Throws:
java.io.IOException

generateStakingSheet

public StakingSheet generateStakingSheet(Job job,
                                         java.util.ArrayList snapshots)

getPageSectionWeights

public java.util.ArrayList getPageSectionWeights()

setPageSectionWeights

public void setPageSectionWeights(java.util.ArrayList newWeights)