Uses of Class
com.luciad.lucy.gui.ALcyGUIFactory
Packages that use ALcyGUIFactory
Package
Description
This package provides a new, highly configurable data format.
This package contains the default toolbar for editing drawing models used in the drawing add on.
This package provides the
TLcyLspDrawingAddOn
.This package contains the default toolbar factory for editing drawing models on a Lightspeed view.
Provides the addon that supports the KML 2.2 format.
This package provides the
TLcyLspMapAddOn
, which is the
Lightspeed counterpart of the TLcyMapAddOn.
Terrain analysis add-on for contour calculations.
Terrain analysis add-on for extreme point calculations.
Terrain analysis add-on for hypsometry calculations.
Terrain analysis add-on for line-of-sight coverages.
Terrain analysis add-on for viewsheds.
Terrain analysis add-on for visibility calculations.
Contains a broad range of classes related to the visual representation of a map.
-
Uses of ALcyGUIFactory in com.luciad.lucy.addons.drawing.format
Methods in com.luciad.lucy.addons.drawing.format that return ALcyGUIFactoryModifier and TypeMethodDescriptionprotected ALcyGUIFactory
<Component> TLcyDrawingFormat.createGUIFactory()
Creates the factory that creates the content for theALcyFormatBar
. -
Uses of ALcyGUIFactory in com.luciad.lucy.addons.drawing.gui
Subclasses of ALcyGUIFactory in com.luciad.lucy.addons.drawing.guiModifier and TypeClassDescriptionclass
ALcyDrawingToolBarFactory<S extends ILcdView & ILcdTreeLayered,
T extends ILcdLayer> Abstract base class to create the default tool bar for editing a drawing model.class
GXY version of theALcyDrawingToolBarFactory
. -
Uses of ALcyGUIFactory in com.luciad.lucy.addons.drawing.lightspeed
Methods in com.luciad.lucy.addons.drawing.lightspeed that return ALcyGUIFactoryModifier and TypeMethodDescriptionprotected ALcyGUIFactory
<Component> TLcyLspDrawingFormat.createGUIFactory()
Creates the factory that creates the content for theALcyFormatBar
. -
Uses of ALcyGUIFactory in com.luciad.lucy.addons.drawing.lightspeed.gui
Subclasses of ALcyGUIFactory in com.luciad.lucy.addons.drawing.lightspeed.gui -
Uses of ALcyGUIFactory in com.luciad.lucy.addons.kml22
Subclasses of ALcyGUIFactory in com.luciad.lucy.addons.kml22Modifier and TypeClassDescriptionclass
The main GUI Factory for theTLcyKML22AddOn
.Methods in com.luciad.lucy.addons.kml22 that return ALcyGUIFactoryModifier and TypeMethodDescriptionprotected ALcyGUIFactory
<Component> TLcyKML22AddOn.createGUIFactory()
Creates theALcyGUIFactory
responsible for creating all the components of the KML model content treeTLcyKML22AddOn.getGUIFactory()
Returns theALcyGUIFactory
created inTLcyKML22AddOn.createGUIFactory()
-
Uses of ALcyGUIFactory in com.luciad.lucy.addons.lspmap
Methods in com.luciad.lucy.addons.lspmap that return ALcyGUIFactoryModifier and TypeMethodDescriptionprotected ALcyGUIFactory
<ILcyLspMapComponent> TLcyLspMapAddOn.createGUIFactory
(String aMapComponentType) Returns a newALcyGUIFactory
for a specific map component type. -
Uses of ALcyGUIFactory in com.luciad.lucy.addons.tea.contour
Subclasses of ALcyGUIFactory in com.luciad.lucy.addons.tea.contourModifier and TypeClassDescriptionclass
Determines the GUI elements to add to the contour application pane.Methods in com.luciad.lucy.addons.tea.contour that return ALcyGUIFactoryModifier and TypeMethodDescriptionprotected ALcyGUIFactory
<Component> TLcyContourAddOn.createGUIFactory()
Returns a new GUI factory for this add-on. -
Uses of ALcyGUIFactory in com.luciad.lucy.addons.tea.extremepoint
Subclasses of ALcyGUIFactory in com.luciad.lucy.addons.tea.extremepointModifier and TypeClassDescriptionclass
Determines the GUI elements to add to the extreme points application pane.Methods in com.luciad.lucy.addons.tea.extremepoint that return ALcyGUIFactoryModifier and TypeMethodDescriptionprotected ALcyGUIFactory
<Component> TLcyExtremePointAddOn.createGUIFactory()
Returns a new GUI factory for this add-on. -
Uses of ALcyGUIFactory in com.luciad.lucy.addons.tea.hypsometry
Subclasses of ALcyGUIFactory in com.luciad.lucy.addons.tea.hypsometryModifier and TypeClassDescriptionclass
Determines the GUI elements to add to the hypsometry application pane.Methods in com.luciad.lucy.addons.tea.hypsometry that return ALcyGUIFactoryModifier and TypeMethodDescriptionprotected ALcyGUIFactory
<Component> TLcyHypsometryAddon.createGUIFactory()
Returns a new GUI factory for this add-on. -
Uses of ALcyGUIFactory in com.luciad.lucy.addons.tea.loscoverage
Subclasses of ALcyGUIFactory in com.luciad.lucy.addons.tea.loscoverageModifier and TypeClassDescriptionclass
Determines the GUI elements to add to the line-of-sight coverage application pane.Methods in com.luciad.lucy.addons.tea.loscoverage that return ALcyGUIFactoryModifier and TypeMethodDescriptionprotected ALcyGUIFactory
<Component> TLcyLOSCoverageAddOn.createGUIFactory()
Returns a new GUI factory for this add-on. -
Uses of ALcyGUIFactory in com.luciad.lucy.addons.tea.viewshed
Subclasses of ALcyGUIFactory in com.luciad.lucy.addons.tea.viewshedModifier and TypeClassDescriptionclass
Determines the GUI elements to add to the viewshed application pane.Methods in com.luciad.lucy.addons.tea.viewshed that return ALcyGUIFactoryModifier and TypeMethodDescriptionprotected ALcyGUIFactory
<Component> TLcyViewshedAddOn.createGUIFactory()
Returns a new GUI factory for this add-on. -
Uses of ALcyGUIFactory in com.luciad.lucy.addons.tea.visibility
Subclasses of ALcyGUIFactory in com.luciad.lucy.addons.tea.visibilityModifier and TypeClassDescriptionclass
Determines the GUI elements to add to the visibility application pane.Methods in com.luciad.lucy.addons.tea.visibility that return ALcyGUIFactoryModifier and TypeMethodDescriptionprotected ALcyGUIFactory
<Component> TLcyVisibilityAddOn.createGUIFactory()
Returns a new GUI factory for this add-on. -
Uses of ALcyGUIFactory in com.luciad.lucy.map.lightspeed
Subclasses of ALcyGUIFactory in com.luciad.lucy.map.lightspeedModifier and TypeClassDescriptionclass
Factory for the creation of Lightspeed map components.class
Factory to create aTLcyLspMapLayerControl
for a givenTLcyLspMapComponent
.