Uses of Interface
com.luciad.lucy.gui.ILcyObjectCustomizerFactory
Package
Description
This package contains the core of Lucy: the
back-end
, which
is the central point of Lucy where addons
can add functionality to
extend Lucy, and the default front-end
.Provides the addon that offers printing support to Lucy.
-
Uses of ILcyObjectCustomizerFactory in com.luciad.lucy
Modifier and TypeMethodDescriptionILcyLucyEnv.getCompositeObjectCustomizerFactory()
Deprecated.ILcyLucyEnv.getObjectCustomizerFactory
(int aIndex) Modifier and TypeMethodDescriptionvoid
ILcyLucyEnv.addObjectCustomizerFactory
(ILcyObjectCustomizerFactory aObjectCustomizerFactory) Deprecated.A more powerfulILcyCustomizerPanel
framework has been introduced aside of this functionality.void
ILcyLucyEnv.removeObjectCustomizerFactory
(ILcyObjectCustomizerFactory aObjectCustomizerFactory) -
Uses of ILcyObjectCustomizerFactory in com.luciad.lucy.addons.print
Modifier and TypeClassDescriptionclass
This factory creates theCustomizer
orILcyCustomizerPanel
(the GUI) that allows the user to edit the print area when it is selected.Modifier and TypeMethodDescriptionTLcyPrintAddOn.getPrintAreaCustomizerFactory()
Returns theILcyObjectCustomizerFactory
that is used by this addon.Modifier and TypeMethodDescriptionvoid
TLcyPrintAddOn.setPrintAreaCustomizerFactory
(ILcyObjectCustomizerFactory aPrintAreaCustomizerFactory) Sets theILcyObjectCustomizerFactory
that should be used by this addon.
ILcyLucyEnv.addObjectCustomizerFactory(ILcyObjectCustomizerFactory)