Uses of Class
xal.app.knobs.PlaneAdaptor
-
Packages that use PlaneAdaptor Package Description xal.app.knobs -
-
Uses of PlaneAdaptor in xal.app.knobs
Subclasses of PlaneAdaptor in xal.app.knobs Modifier and Type Class Description protected static classPlaneAdaptor.HorizontalAdaptoradaptor for the horizontal planeprotected static classPlaneAdaptor.VerticalAdaptoradaptor for the vertical planeFields in xal.app.knobs declared as PlaneAdaptor Modifier and Type Field Description protected PlaneAdaptorBumpGenerator. _planeAdaptorplane (horizontal or vertical) adaptor for handling plane specific behaviorprotected static PlaneAdaptorPlaneAdaptor. HORIZONTAL_ADAPTORprotected static PlaneAdaptorPlaneAdaptor. VERTICAL_ADAPTORMethods in xal.app.knobs that return PlaneAdaptor Modifier and Type Method Description static PlaneAdaptorPlaneAdaptor. getHorizontalAdaptor()get the horizontal plane adaptorstatic PlaneAdaptorPlaneAdaptor. getVerticalAdaptor()get the vertical plane adaptorMethods in xal.app.knobs with parameters of type PlaneAdaptor Modifier and Type Method Description abstract double[]BumpShapeAdaptor. getOrbit(xal.tools.beam.calc.SimResultsAdaptor simulator, PlaneAdaptor planeAdaptor, xal.model.probe.traj.ProbeState<?> bumpState, xal.model.probe.traj.ProbeState<?> endState, int elementCount)get the orbitprotected voidKnobsDocument. makeBumpKnobs(PlaneAdaptor planeAdaptor)make the bump knobsvoidBumpGenerator. setPlaneAdaptor(PlaneAdaptor planeAdaptor)set the plane adaptorConstructors in xal.app.knobs with parameters of type PlaneAdaptor Constructor Description BumpGeneratorDialog(JFrame owner, KnobsModel model, KnobGroup knobGroup, PlaneAdaptor planeAdaptor)Constructor
-