public class GenerateAnnotatedAttachmentAction extends AbstractFaxToMailAction<PDFEditorUIModel,PDFEditorUI,PDFEditorUIHandler>
| Constructor and Description |
|---|
GenerateAnnotatedAttachmentAction(PDFEditorUIHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCrossToPdf(float zoom,
int rotation,
com.itextpdf.text.pdf.PdfContentByte cb,
PDFEditorCrossUI panel) |
protected void |
addHighlightToPdf(float zoom,
int rotation,
com.itextpdf.text.pdf.PdfContentByte cb,
PDFEditorHighlighterUI panel) |
protected void |
addLineToPdf(float zoom,
int rotation,
com.itextpdf.text.pdf.PdfContentByte cb,
PDFEditorLineUI panel) |
protected void |
addNoteToPdf(float zoom,
int rotation,
com.itextpdf.text.pdf.PdfContentByte cb,
PDFEditorNoteUI note) |
protected void |
addStampToPdf(float zoom,
int rotation,
com.itextpdf.text.pdf.PdfContentByte cb,
PDFEditorStampTextUI stamp) |
protected int[] |
computeCoordinates(Component panel,
int rotation,
float zoom) |
void |
doAction() |
void |
postSuccessAction() |
protected void |
showTextAligned(com.itextpdf.text.pdf.PdfContentByte canvas,
String text,
float x,
float y,
float rotation,
com.itextpdf.text.pdf.BaseFont baseFont,
float fontSize) |
createProgressionModelIfRequired, getConfig, getContext, getProgressionModel, sendMessageaskBeforeDelete, askOverwriteFile, chooseFile, decorate, decorate, displayErrorMessage, displayInfoMessage, displayWarningMessage, getActionDescription, getActionEngine, getActionFactory, getDecorator, getDialogParentComponent, getHandler, getModel, getUI, isHideBody, postFailedAction, prepareAction, releaseAction, saveFile, saveFile, saveFileWithStartDirectory, setActionDescription, setProgressionModeladdPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListenerpublic GenerateAnnotatedAttachmentAction(PDFEditorUIHandler handler)
public void doAction()
throws Exception
doAction in class AbstractFaxToMailAction<PDFEditorUIModel,PDFEditorUI,PDFEditorUIHandler>Exceptionprotected void addHighlightToPdf(float zoom,
int rotation,
com.itextpdf.text.pdf.PdfContentByte cb,
PDFEditorHighlighterUI panel)
protected void addLineToPdf(float zoom,
int rotation,
com.itextpdf.text.pdf.PdfContentByte cb,
PDFEditorLineUI panel)
protected void addCrossToPdf(float zoom,
int rotation,
com.itextpdf.text.pdf.PdfContentByte cb,
PDFEditorCrossUI panel)
protected void addNoteToPdf(float zoom,
int rotation,
com.itextpdf.text.pdf.PdfContentByte cb,
PDFEditorNoteUI note)
throws com.itextpdf.text.DocumentException,
IOException
com.itextpdf.text.DocumentExceptionIOExceptionprotected void addStampToPdf(float zoom,
int rotation,
com.itextpdf.text.pdf.PdfContentByte cb,
PDFEditorStampTextUI stamp)
throws com.itextpdf.text.DocumentException,
IOException
com.itextpdf.text.DocumentExceptionIOExceptionprotected int[] computeCoordinates(Component panel, int rotation, float zoom)
protected void showTextAligned(com.itextpdf.text.pdf.PdfContentByte canvas,
String text,
float x,
float y,
float rotation,
com.itextpdf.text.pdf.BaseFont baseFont,
float fontSize)
public void postSuccessAction()
postSuccessAction in class org.nuiton.jaxx.application.swing.action.AbstractApplicationAction<PDFEditorUIModel,PDFEditorUI,PDFEditorUIHandler>Copyright © 2014–2015 CodeLutin. All rights reserved.