public abstract class ALcyPrintPreviewFactory<C extends ALcyPrintContext> extends Object
Modifier | Constructor and Description |
---|---|
protected |
ALcyPrintPreviewFactory()
Creates a new
ALcyPrintPreviewFactory . |
Modifier and Type | Method and Description |
---|---|
abstract Component |
createPrintPreview(C aPrintContext,
ILcdAction aCloseAction)
Creates a
java.awt.Component which contains the content of the print preview
dialog for the given ILcyMapComponent . |
abstract ILcyLucyEnv |
getLucyEnv()
Returns the associated lucy environment.
|
abstract void |
setLucyEnv(ILcyLucyEnv aLucyEnv)
Sets the associated lucy environment.
|
protected ALcyPrintPreviewFactory()
ALcyPrintPreviewFactory
.public abstract ILcyLucyEnv getLucyEnv()
setLucyEnv(com.luciad.lucy.ILcyLucyEnv)
public abstract void setLucyEnv(ILcyLucyEnv aLucyEnv)
aLucyEnv
- The lucy environment.getLucyEnv()
public abstract Component createPrintPreview(C aPrintContext, ILcdAction aCloseAction)
java.awt.Component
which contains the content of the print preview
dialog for the given ILcyMapComponent
. The supplied ILcdAction
can be used as action behind a 'close' button.aPrintContext
- The print context to use.aCloseAction
- The close action to use.