Uses of Class
com.luciad.view.lightspeed.TLspViewPrintSettings
Packages that use TLspViewPrintSettings
Package
Description
Provides support for OpenGL-based 2D and 3D visualization of data.
-
Uses of TLspViewPrintSettings in com.luciad.view.lightspeed
Methods in com.luciad.view.lightspeed that return TLspViewPrintSettingsModifier and TypeMethodDescriptionTLspViewPrintSettings.Builder.build()Constructs a new print settings object using the current settings of this builder.Methods in com.luciad.view.lightspeed with parameters of type TLspViewPrintSettingsModifier and TypeMethodDescriptionvoidALspAWTView.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.voidTLspOffscreenView.print(Graphics2D aGraphics, TLspViewPrintSettings aPrintSettings) Prints the contents of the view to the given graphics.voidTLspSwingView.print(Graphics2D aGraphics, TLspViewPrintSettings aPrintSettings)