Uses of Interface
com.luciad.view.lightspeed.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
Modifier and TypeClassDescriptionclass
Abstract base class for implementations ofILspAWTView
.class
AnILspView
which is represented by an AWT component.class
AnILspAWTView
which is represented by a Swing component. -
Uses of ILspAWTView in com.luciad.view.lightspeed.swing
ModifierConstructorDescriptionTLspBalloonManager
(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.