- All Implemented Interfaces:
- Serializable,- Comparable<PlotTypeOption>,- Constable
Plot type options used by the `plot` CLI command.
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum 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 SummaryModifier 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.EnumcompareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
- 
Enum Constant Details- 
SEQUENCE_SOURCES_PWPlots the sources in the active sequence in 3D using ParaView
- 
TRAJECTORY_PWPlots the trajectory of a particle in 3D using ParaView
- 
SURFACE_POINTS_PWPlots 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_GPPlots the input (from CAD usually) vector field at quadrature points using GnuPlot.
- 
ELEMENT_FIELD_CHECK_GPLaunch a gnuplot check script to inspect element field at check points.
- 
OPTICS_GPLaunch a gnuplot script to plot optical functions from a TWISS file.
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
 
-