Uses of Class
com.luciad.view.lightspeed.TLspViewPrintSettings
Package
Description
Provides support for OpenGL-based 2D and 3D visualization of data.
-
Uses of TLspViewPrintSettings in com.luciad.view.lightspeed
Modifier and TypeMethodDescriptionTLspViewPrintSettings.Builder.build()
Constructs a new print settings object using the current settings of this builder.Modifier and TypeMethodDescriptionvoid
ALspAWTView.print
(Graphics2D aGraphics, TLspViewPrintSettings aPrintSettings) Prints the contents of the view to the given graphics.TLspFXView.print
(TLspViewPrintSettings aPrintSettings) Creates an image which shows a high-resolution printout of this view.void
TLspOffscreenView.print
(Graphics2D aGraphics, TLspViewPrintSettings aPrintSettings) Prints the contents of the view to the given graphics.void
TLspSwingView.print
(Graphics2D aGraphics, TLspViewPrintSettings aPrintSettings)