Uses of Interface
com.luciad.view.lightspeed.ILspAWTView
Packages that use ILspAWTView
Package
Description
Provides support for OpenGL-based 2D and 3D visualization of data.
This package provides Swing components which are related to a view or allow interaction with a view.
-
Uses of ILspAWTView in com.luciad.view.lightspeed
Classes in com.luciad.view.lightspeed that implement ILspAWTViewModifier and TypeClassDescriptionclassAbstract base class for implementations ofILspAWTView.classAnILspViewwhich is represented by an AWT component.classAnILspAWTViewwhich is represented by a Swing component. -
Uses of ILspAWTView in com.luciad.view.lightspeed.swing
Constructors in com.luciad.view.lightspeed.swing with parameters of type ILspAWTViewModifierConstructorDescriptionTLspBalloonManager(ILspAWTView aView) Creates a default balloon manager for the given view.TLspBalloonManager(ILspAWTView aView, ILcdBalloonContentProvider aBalloonContentProvider) Creates a default balloon manager for the given view, using the given content provider.TLspBalloonManager(ILspAWTView aView, ILcdBalloonContentProvider aBalloonContentProvider, TLcdBalloonGUIFactory aBalloonGUIFactory) Creates a default balloon manager for the given view, using the given content provider and GUI factory.