Uses of Enum Class
com.luciad.format.s101.view.ELcdS101DisplayMode
Packages that use ELcdS101DisplayMode
-
Uses of ELcdS101DisplayMode in com.luciad.format.s101.view
Methods in com.luciad.format.s101.view that return ELcdS101DisplayModeModifier and TypeMethodDescriptionstatic ELcdS101DisplayModeReturns the enum constant for the specified textual representation.TLcdS101DisplaySettings.getDisplayMode()Returns the S-101 display mode to be rendered.static ELcdS101DisplayModeReturns the enum constant of this class with the specified name.static ELcdS101DisplayMode[]ELcdS101DisplayMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.format.s101.view with parameters of type ELcdS101DisplayModeModifier and TypeMethodDescriptionvoidTLcdS101DisplaySettings.setDisplayMode(ELcdS101DisplayMode aDisplayMode) Sets the S-101 display mode to be rendered.