public class PerfoPunchConverter
extends java.lang.Object
Constructor and Description |
---|
PerfoPunchConverter(VirtualBook vb) |
Modifier and Type | Method and Description |
---|---|
boolean |
convertToPunchPage(double longueurpoinconsenscarton,
double largeurpoinconsenshauteurpiste,
double pagesize,
double avancement,
double lastpoincondistance)
Convertis les trous en coups de poinçons
|
IssueCollection |
getIssues() |
java.util.ArrayList<Punch> |
getPage(int index) |
int |
getPageCount() |
double |
getPagesize() |
Punch[] |
getPunchesCopy() |
boolean |
hasErrors() |
void |
optimize(IAPrintWait ref,
ICancelTracker cancelTracker) |
public PerfoPunchConverter(VirtualBook vb)
public boolean convertToPunchPage(double longueurpoinconsenscarton, double largeurpoinconsenshauteurpiste, double pagesize, double avancement, double lastpoincondistance)
public IssueCollection getIssues()
public void optimize(IAPrintWait ref, ICancelTracker cancelTracker)
public int getPageCount()
public java.util.ArrayList<Punch> getPage(int index)
public Punch[] getPunchesCopy()
public boolean hasErrors()
public double getPagesize()