Uses of Enum
com.stata.sfi.DisplayMode
Package
Description
The Stata Function Interface (SFI) provides the classes necessary for Java to
interact with core features of Stata.
-
Uses of DisplayMode in com.stata.sfi
Modifier and TypeMethodDescriptionstatic DisplayMode
Returns the enum constant of this type with the specified name.static DisplayMode[]
DisplayMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic void
SFIToolkit.display
(Object o, DisplayMode mode) Display an object in the Stata Results window.static void
SFIToolkit.display
(Object o, DisplayMode mode, boolean asis) Display an object in the Stata Results window.static void
SFIToolkit.display
(String s, DisplayMode mode) Display a string in the Stata Results window.static void
SFIToolkit.display
(String s, DisplayMode mode, boolean asis) Display a string in the Stata Results window.static void
SFIToolkit.displayln
(Object o, DisplayMode mode) Display an object in the Stata Results window and automatically add a line separator at the end.static void
SFIToolkit.displayln
(Object o, DisplayMode mode, boolean asis) Display an object in the Stata Results window and automatically add a line separator at the end.static void
SFIToolkit.displayln
(String s, DisplayMode mode) Display a string in the Stata Results window and automatically add a line separator at the end.static void
SFIToolkit.displayln
(String s, DisplayMode mode, boolean asis) Display a string in the Stata Results window and automatically add a line separator at the end.