Class ElectrostaticBend

All Implemented Interfaces:
BLEDEntity, Serializable

public class ElectrostaticBend extends BeamlineElement
ElectrostaticBend represents an electrostatic bend element.
Author:
Miha Vitorovic
See Also:
  • Constructor Details

    • ElectrostaticBend

      public ElectrostaticBend()
  • Method Details

    • getBendAngle

      public Double getBendAngle()
    • setBendAngle

      public void setBendAngle(Double bendAngle)
    • getCurvatureRadius

      public Double getCurvatureRadius()
    • setCurvatureRadius

      public void setCurvatureRadius(Double curvatureRadius)
    • getBendType

      public ElectrostaticBend.BendType getBendType()
    • setBendType

      public void setBendType(ElectrostaticBend.BendType bendType)
    • isVertical

      public Boolean isVertical()
      Returns true if the element is vertical. false if the element is horizontal.
      Returns:
      the orientation of the element.
    • setVertical

      public void setVertical(Boolean isVertical)
      Set to true if the element is vertical. false if the element is horizontal.
      Parameters:
      isVertical - is element vertical?