- All Implemented Interfaces:
Serializable,Comparable<PlotTypeOption>,Constable
Plot type options used by the `plot` CLI command.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionLaunch a gnuplot check script to inspect element field at check points.Plots the input (from CAD usually) vector field at quadrature points using GnuPlot.Launch a gnuplot script to plot optical functions from a TWISS file.Plots the sources in the active sequence in 3D using ParaViewPlots the quadrature points on the boundary surface of an element in 3D using ParaView.Plots the trajectory of a particle in 3D using ParaView -
Method Summary
Modifier and TypeMethodDescriptionstatic PlotTypeOptionReturns the enum constant of this class with the specified name.static PlotTypeOption[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
SEQUENCE_SOURCES_PW
Plots the sources in the active sequence in 3D using ParaView -
TRAJECTORY_PW
Plots the trajectory of a particle in 3D using ParaView -
SURFACE_POINTS_PW
Plots the quadrature points on the boundary surface of an element in 3D using ParaView. These are the points where the fields will be read from OPERA3D, COMSOL, or other field calculation software. -
FIELD_AT_POINTS_GP
Plots the input (from CAD usually) vector field at quadrature points using GnuPlot. -
ELEMENT_FIELD_CHECK_GP
Launch a gnuplot check script to inspect element field at check points. -
OPTICS_GP
Launch a gnuplot script to plot optical functions from a TWISS file.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-