Uses of Enum Class
xal.extension.widgets.olmplot.PLANE
Packages that use PLANE
-
Uses of PLANE in xal.extension.widgets.olmplot
Methods in xal.extension.widgets.olmplot that return PLANEModifier and TypeMethodDescriptionstatic PLANEReturns the enum constant of this class with the specified name.static PLANE[]PLANE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in xal.extension.widgets.olmplot with parameters of type PLANEModifier and TypeMethodDescriptionvoidTrajectoryGraph.addGraphData(PLANE plane, BasicGraphData crvTrj) Adds a new curve to the trajectory graph for the give plane.Constructors in xal.extension.widgets.olmplot with parameters of type PLANEModifierConstructorDescriptionEnvelopeCurve(PLANE plane) Creates an empty data object representing the RMS beam envelope for the given phase plane.EnvelopeCurve(PLANE plane, Trajectory<EnvelopeProbeState> trjEnv) Creates the basic data object representing a curve on a graph.ParticleCurve(PLANE plane) Creates an empty data object representing the RMS beam envelope for the given phase plane.ParticleCurve(PLANE plane, Trajectory<ParticleProbeState> trjPrt) Creates the basic data object representing a curve on a graph.